Action not permitted
Modal body text goes here.
Modal Title
Modal Body
CVE-2023-3823 (GCVE-0-2023-3823)
Vulnerability from cvelistv5 – Published: 2023-08-11 05:42 – Updated: 2025-02-13 17:01
VLAI
EPSS
Title
Security issue with external entity loading in XML without enabling it
Summary
In PHP versions 8.0.* before 8.0.30, 8.1.* before 8.1.22, and 8.2.* before 8.2.8 various XML functions rely on libxml global state to track configuration variables, like whether external entities are loaded. This state is assumed to be unchanged unless the user explicitly changes it by calling appropriate function. However, since the state is process-global, other modules - such as ImageMagick - may also use this library within the same process, and change that global state for their internal purposes, and leave it in a state where external entities loading is enabled. This can lead to the situation where external XML is parsed with external entities loaded, which can lead to disclosure of any local files accessible to PHP. This vulnerable state may persist in the same process across many requests, until the process is shut down.
Severity
8.6 (High)
Assigner
References
Impacted products
Date Public
2023-08-05 04:00
Credits
Joas Schilling
{
"containers": {
"adp": [
{
"providerMetadata": {
"dateUpdated": "2024-08-02T07:08:50.269Z",
"orgId": "af854a3a-2127-422b-91ae-364da2661108",
"shortName": "CVE"
},
"references": [
{
"tags": [
"x_transferred"
],
"url": "https://github.com/php/php-src/security/advisories/GHSA-3qrf-m4j2-pcrr"
},
{
"tags": [
"x_transferred"
],
"url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/7NBF77WN6DTVTY2RE73IGPYD6M4PIAWA/"
},
{
"tags": [
"x_transferred"
],
"url": "https://security.netapp.com/advisory/ntap-20230825-0001/"
},
{
"tags": [
"x_transferred"
],
"url": "https://lists.debian.org/debian-lts-announce/2023/09/msg00002.html"
}
],
"title": "CVE Program Container"
}
],
"cna": {
"affected": [
{
"defaultStatus": "affected",
"product": "PHP",
"vendor": "PHP Group",
"versions": [
{
"lessThan": "8.0.30",
"status": "affected",
"version": "8.0.*",
"versionType": "semver"
},
{
"lessThan": "8.1.22",
"status": "affected",
"version": "8.1.*",
"versionType": "semver"
},
{
"lessThan": "8.2.8",
"status": "affected",
"version": "8.2.*",
"versionType": "semver"
}
]
}
],
"credits": [
{
"lang": "en",
"type": "reporter",
"user": "00000000-0000-4000-9000-000000000000",
"value": "Joas Schilling"
}
],
"datePublic": "2023-08-05T04:00:00.000Z",
"descriptions": [
{
"lang": "en",
"supportingMedia": [
{
"base64": false,
"type": "text/html",
"value": "\u003cp\u003eIn PHP versions 8.0.* before 8.0.30, 8.1.* before 8.1.22, and 8.2.* before 8.2.8 various XML functions rely on libxml global state to track configuration variables, like whether external entities are loaded. This state is assumed to be unchanged unless the user explicitly changes it by calling appropriate function. However, since the state is process-global, other modules - such as\u0026nbsp;\u003cspan style=\"background-color: rgb(255, 255, 255);\"\u003eImageMagick - may also use this library within the same process, and change that global state for their internal purposes, and leave it in a state where external entities loading is enabled. This can lead to the situation where external XML is parsed with external entities loaded, which can lead to disclosure of any local files accessible to PHP. This vulnerable state may persist in the same process across many requests, until the process is shut down.\u0026nbsp;\u003c/span\u003e\u003c/p\u003e"
}
],
"value": "In PHP versions 8.0.* before 8.0.30, 8.1.* before 8.1.22, and 8.2.* before 8.2.8 various XML functions rely on libxml global state to track configuration variables, like whether external entities are loaded. This state is assumed to be unchanged unless the user explicitly changes it by calling appropriate function. However, since the state is process-global, other modules - such as\u00a0ImageMagick - may also use this library within the same process, and change that global state for their internal purposes, and leave it in a state where external entities loading is enabled. This can lead to the situation where external XML is parsed with external entities loaded, which can lead to disclosure of any local files accessible to PHP. This vulnerable state may persist in the same process across many requests, until the process is shut down."
}
],
"impacts": [
{
"capecId": "CAPEC-197",
"descriptions": [
{
"lang": "en",
"value": "CAPEC-197 XML Entity Expansion"
}
]
}
],
"metrics": [
{
"cvssV3_1": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 8.6,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:L/A:L",
"version": "3.1"
},
"format": "CVSS",
"scenarios": [
{
"lang": "en",
"value": "GENERAL"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2023-09-05T22:06:18.333Z",
"orgId": "dd77f84a-d19a-4638-8c3d-a322d820ed2b",
"shortName": "php"
},
"references": [
{
"url": "https://github.com/php/php-src/security/advisories/GHSA-3qrf-m4j2-pcrr"
},
{
"url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/7NBF77WN6DTVTY2RE73IGPYD6M4PIAWA/"
},
{
"url": "https://security.netapp.com/advisory/ntap-20230825-0001/"
},
{
"url": "https://lists.debian.org/debian-lts-announce/2023/09/msg00002.html"
}
],
"source": {
"advisory": "https://github.com/php/php-src/security/advisories/GHSA-3qrf-m4j",
"discovery": "EXTERNAL"
},
"title": "Security issue with external entity loading in XML without enabling it",
"workarounds": [
{
"lang": "en",
"supportingMedia": [
{
"base64": false,
"type": "text/html",
"value": "Disable external entity loader, e.g. like this:\u0026nbsp;\u003cpre\u003elibxml_set_external_entity_loader(function () { return null; });\u003c/pre\u003e\u003cbr\u003e"
}
],
"value": "Disable external entity loader, e.g. like this:\u00a0libxml_set_external_entity_loader(function () { return null; });"
}
],
"x_generator": {
"engine": "Vulnogram 0.1.0-dev"
}
}
},
"cveMetadata": {
"assignerOrgId": "dd77f84a-d19a-4638-8c3d-a322d820ed2b",
"assignerShortName": "php",
"cveId": "CVE-2023-3823",
"datePublished": "2023-08-11T05:42:25.771Z",
"dateReserved": "2023-07-21T16:16:57.133Z",
"dateUpdated": "2025-02-13T17:01:48.139Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.1",
"vulnerability-lookup:meta": {
"epss": {
"cve": "CVE-2023-3823",
"date": "2026-06-06",
"epss": "0.00604",
"percentile": "0.70022"
},
"nvd": "{\"cve\":{\"id\":\"CVE-2023-3823\",\"sourceIdentifier\":\"security@php.net\",\"published\":\"2023-08-11T06:15:09.283\",\"lastModified\":\"2025-02-13T17:16:59.300\",\"vulnStatus\":\"Modified\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"In PHP versions 8.0.* before 8.0.30, 8.1.* before 8.1.22, and 8.2.* before 8.2.8 various XML functions rely on libxml global state to track configuration variables, like whether external entities are loaded. This state is assumed to be unchanged unless the user explicitly changes it by calling appropriate function. However, since the state is process-global, other modules - such as\u00a0ImageMagick - may also use this library within the same process, and change that global state for their internal purposes, and leave it in a state where external entities loading is enabled. This can lead to the situation where external XML is parsed with external entities loaded, which can lead to disclosure of any local files accessible to PHP. This vulnerable state may persist in the same process across many requests, until the process is shut down.\"},{\"lang\":\"es\",\"value\":\"En las versiones de PHP 8.0.* antes de la 8.0.30, 8.1.* antes de la 8.1.22, y 8.2.* antes de la 8.2.8 varias funciones XML se basan en el estado global de libxml para rastrear variables de configuraci\u00f3n, como si las entidades externas est\u00e1n cargadas. Se asume que este estado no cambia a menos que el usuario lo cambie expl\u00edcitamente llamando a la funci\u00f3n apropiada. Sin embargo, dado que el estado es global del proceso, otros m\u00f3dulos - como ImageMagick - pueden tambi\u00e9n usar esta librer\u00eda dentro del mismo proceso, y cambiar ese estado global para sus prop\u00f3sitos internos, y dejarlo en un estado en el que la carga de entidades externas est\u00e9 habilitada. Esto puede llevar a la situaci\u00f3n donde XML externo es analizado con entidades externas cargadas, lo que puede llevar a la divulgaci\u00f3n de cualquier archivo local accesible a PHP. Este estado vulnerable puede persistir en el mismo proceso a trav\u00e9s de muchas peticiones, hasta que el proceso sea cerrado.\"}],\"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:L/A:L\",\"baseScore\":8.6,\"baseSeverity\":\"HIGH\",\"attackVector\":\"NETWORK\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"NONE\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"HIGH\",\"integrityImpact\":\"LOW\",\"availabilityImpact\":\"LOW\"},\"exploitabilityScore\":3.9,\"impactScore\":4.7},{\"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\":\"CWE-611\"}]}],\"configurations\":[{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:php:php:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"8.0.0\",\"versionEndExcluding\":\"8.0.30\",\"matchCriteriaId\":\"C516377E-EAA8-4534-B0B8-4BF7A664DDFD\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:php:php:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"8.1.0\",\"versionEndExcluding\":\"8.1.22\",\"matchCriteriaId\":\"3DA6AD3E-CB35-4AF2-86E9-3BC831728058\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:php:php:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"8.2.0\",\"versionEndExcluding\":\"8.2.9\",\"matchCriteriaId\":\"75AD1BDB-02D7-4727-8F08-8E1F794DB842\"}]}]},{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:fedoraproject:fedora:38:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"CC559B26-5DFC-4B7A-A27C-B77DE755DFF9\"}]}]},{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:debian:debian_linux:10.0:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"07B237A9-69A3-4A9C-9DA0-4E06BD37AE73\"}]}]}],\"references\":[{\"url\":\"https://github.com/php/php-src/security/advisories/GHSA-3qrf-m4j2-pcrr\",\"source\":\"security@php.net\",\"tags\":[\"Exploit\",\"Third Party Advisory\"]},{\"url\":\"https://lists.debian.org/debian-lts-announce/2023/09/msg00002.html\",\"source\":\"security@php.net\",\"tags\":[\"Mailing List\"]},{\"url\":\"https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/7NBF77WN6DTVTY2RE73IGPYD6M4PIAWA/\",\"source\":\"security@php.net\",\"tags\":[\"Mailing List\"]},{\"url\":\"https://security.netapp.com/advisory/ntap-20230825-0001/\",\"source\":\"security@php.net\",\"tags\":[\"Third Party Advisory\"]},{\"url\":\"https://github.com/php/php-src/security/advisories/GHSA-3qrf-m4j2-pcrr\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Exploit\",\"Third Party Advisory\"]},{\"url\":\"https://lists.debian.org/debian-lts-announce/2023/09/msg00002.html\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Mailing List\"]},{\"url\":\"https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/7NBF77WN6DTVTY2RE73IGPYD6M4PIAWA/\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Mailing List\"]},{\"url\":\"https://security.netapp.com/advisory/ntap-20230825-0001/\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Third Party Advisory\"]}]}}"
}
}
SUSE-SU-2023:3498-1
Vulnerability from csaf_suse - Published: 2023-08-31 07:02 - Updated: 2023-08-31 07:02Summary
Security update for php7
Severity
Important
Notes
Title of the patch: Security update for php7
Description of the patch: This update for php7 fixes the following issues:
- CVE-2023-3823: Fixed an issue with external entity loading in XML without enabling it. (bsc#1214106)
- CVE-2023-3824: Fixed a buffer overflow in phar_dir_read(). (bsc#1214103)
Patchnames: SUSE-2023-3498,SUSE-SLE-Product-HPC-15-SP2-LTSS-2023-3498,SUSE-SLE-Product-HPC-15-SP3-ESPOS-2023-3498,SUSE-SLE-Product-HPC-15-SP3-LTSS-2023-3498,SUSE-SLE-Product-SLES-15-SP2-LTSS-2023-3498,SUSE-SLE-Product-SLES-15-SP3-LTSS-2023-3498,SUSE-SLE-Product-SLES_SAP-15-SP2-2023-3498,SUSE-SLE-Product-SLES_SAP-15-SP3-2023-3498,SUSE-SLE-Product-SUSE-Manager-Server-4.2-2023-3498,SUSE-Storage-7-2023-3498,SUSE-Storage-7.1-2023-3498,openSUSE-SLE-15.4-2023-3498
Terms of use: CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
7.5 (High)
Affected products
Recommended
1279 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Enterprise Storage 7.1:apache2-mod_php7-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:apache2-mod_php7-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:php7-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:php7-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:php7-bcmath-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:php7-bcmath-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:php7-bz2-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:php7-bz2-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:php7-calendar-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:php7-calendar-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:php7-ctype-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:php7-ctype-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:php7-curl-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:php7-curl-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:php7-dba-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:php7-dba-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:php7-devel-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:php7-devel-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:php7-dom-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:php7-dom-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:php7-enchant-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:php7-enchant-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:php7-exif-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:php7-exif-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:php7-fastcgi-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:php7-fastcgi-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:php7-fileinfo-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:php7-fileinfo-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:php7-fpm-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:php7-fpm-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:php7-ftp-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:php7-ftp-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:php7-gd-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:php7-gd-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:php7-gettext-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:php7-gettext-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:php7-gmp-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:php7-gmp-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:php7-iconv-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:php7-iconv-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:php7-intl-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:php7-intl-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:php7-json-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:php7-json-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:php7-ldap-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:php7-ldap-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:php7-mbstring-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:php7-mbstring-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:php7-mysql-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:php7-mysql-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:php7-odbc-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:php7-odbc-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:php7-opcache-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:php7-opcache-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:php7-openssl-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:php7-openssl-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:php7-pcntl-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:php7-pcntl-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:php7-pdo-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:php7-pdo-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:php7-pgsql-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:php7-pgsql-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:php7-phar-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:php7-phar-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:php7-posix-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:php7-posix-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:php7-readline-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:php7-readline-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:php7-shmop-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:php7-shmop-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:php7-snmp-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:php7-snmp-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:php7-soap-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:php7-soap-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:php7-sockets-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:php7-sockets-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:php7-sodium-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:php7-sodium-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:php7-sqlite-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:php7-sqlite-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:php7-sysvmsg-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:php7-sysvmsg-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:php7-sysvsem-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:php7-sysvsem-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:php7-sysvshm-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:php7-sysvshm-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:php7-tidy-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:php7-tidy-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:php7-tokenizer-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:php7-tokenizer-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:php7-xmlreader-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:php7-xmlreader-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:php7-xmlrpc-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:php7-xmlrpc-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:php7-xmlwriter-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:php7-xmlwriter-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:php7-xsl-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:php7-xsl-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:php7-zip-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:php7-zip-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:php7-zlib-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:php7-zlib-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:apache2-mod_php7-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:apache2-mod_php7-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:php7-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:php7-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:php7-bcmath-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:php7-bcmath-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:php7-bz2-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:php7-bz2-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:php7-calendar-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:php7-calendar-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:php7-ctype-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:php7-ctype-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:php7-curl-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:php7-curl-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:php7-dba-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:php7-dba-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:php7-devel-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:php7-devel-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:php7-dom-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:php7-dom-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:php7-enchant-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:php7-enchant-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:php7-exif-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:php7-exif-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:php7-fastcgi-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:php7-fastcgi-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:php7-fileinfo-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:php7-fileinfo-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:php7-fpm-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:php7-fpm-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:php7-ftp-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:php7-ftp-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:php7-gd-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:php7-gd-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:php7-gettext-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:php7-gettext-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:php7-gmp-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:php7-gmp-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:php7-iconv-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:php7-iconv-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:php7-intl-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:php7-intl-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:php7-json-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:php7-json-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:php7-ldap-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:php7-ldap-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:php7-mbstring-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:php7-mbstring-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:php7-mysql-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:php7-mysql-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:php7-odbc-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:php7-odbc-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:php7-opcache-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:php7-opcache-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:php7-openssl-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:php7-openssl-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:php7-pcntl-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:php7-pcntl-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:php7-pdo-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:php7-pdo-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:php7-pgsql-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:php7-pgsql-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:php7-phar-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:php7-phar-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:php7-posix-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:php7-posix-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:php7-readline-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:php7-readline-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:php7-shmop-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:php7-shmop-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:php7-snmp-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:php7-snmp-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:php7-soap-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:php7-soap-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:php7-sockets-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:php7-sockets-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:php7-sodium-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:php7-sodium-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:php7-sqlite-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:php7-sqlite-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:php7-sysvmsg-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:php7-sysvmsg-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:php7-sysvsem-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:php7-sysvsem-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:php7-sysvshm-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:php7-sysvshm-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:php7-tidy-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:php7-tidy-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:php7-tokenizer-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:php7-tokenizer-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:php7-xmlreader-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:php7-xmlreader-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:php7-xmlrpc-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:php7-xmlrpc-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:php7-xmlwriter-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:php7-xmlwriter-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:php7-xsl-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:php7-xsl-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:php7-zip-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:php7-zip-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:php7-zlib-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:php7-zlib-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:apache2-mod_php7-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:apache2-mod_php7-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-bcmath-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-bcmath-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-bz2-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-bz2-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-calendar-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-calendar-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-ctype-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-ctype-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-curl-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-curl-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-dba-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-dba-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-devel-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-devel-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-dom-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-dom-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-enchant-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-enchant-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-exif-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-exif-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-fastcgi-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-fastcgi-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-fileinfo-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-fileinfo-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-fpm-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-fpm-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-ftp-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-ftp-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-gd-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-gd-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-gettext-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-gettext-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-gmp-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-gmp-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-iconv-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-iconv-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-intl-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-intl-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-json-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-json-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-ldap-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-ldap-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-mbstring-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-mbstring-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-mysql-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-mysql-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-odbc-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-odbc-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-opcache-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-opcache-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-openssl-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-openssl-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-pcntl-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-pcntl-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-pdo-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-pdo-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-pgsql-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-pgsql-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-phar-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-phar-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-posix-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-posix-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-readline-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-readline-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-shmop-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-shmop-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-snmp-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-snmp-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-soap-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-soap-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sockets-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sockets-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sodium-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sodium-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sqlite-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sqlite-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sysvmsg-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sysvmsg-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sysvsem-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sysvsem-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sysvshm-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sysvshm-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-tidy-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-tidy-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-tokenizer-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-tokenizer-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-xmlreader-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-xmlreader-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-xmlrpc-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-xmlrpc-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-xmlwriter-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-xmlwriter-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-xsl-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-xsl-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-zip-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-zip-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-zlib-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-zlib-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:apache2-mod_php7-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:apache2-mod_php7-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-bcmath-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-bcmath-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-bz2-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-bz2-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-calendar-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-calendar-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-ctype-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-ctype-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-curl-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-curl-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-dba-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-dba-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-devel-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-devel-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-dom-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-dom-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-enchant-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-enchant-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-exif-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-exif-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-fastcgi-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-fastcgi-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-fileinfo-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-fileinfo-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-fpm-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-fpm-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-ftp-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-ftp-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-gd-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-gd-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-gettext-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-gettext-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-gmp-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-gmp-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-iconv-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-iconv-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-intl-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-intl-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-json-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-json-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-ldap-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-ldap-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-mbstring-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-mbstring-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-mysql-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-mysql-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-odbc-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-odbc-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-opcache-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-opcache-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-openssl-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-openssl-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-pcntl-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-pcntl-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-pdo-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-pdo-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-pgsql-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-pgsql-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-phar-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-phar-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-posix-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-posix-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-readline-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-readline-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-shmop-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-shmop-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-snmp-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-snmp-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-soap-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-soap-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-sockets-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-sockets-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-sodium-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-sodium-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-sqlite-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-sqlite-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-sysvmsg-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-sysvmsg-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-sysvsem-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-sysvsem-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-sysvshm-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-sysvshm-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-tidy-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-tidy-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-tokenizer-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-tokenizer-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-xmlreader-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-xmlreader-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-xmlrpc-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-xmlrpc-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-xmlwriter-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-xmlwriter-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-xsl-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-xsl-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-zip-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-zip-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-zlib-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-zlib-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:apache2-mod_php7-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:apache2-mod_php7-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-bcmath-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-bcmath-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-bz2-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-bz2-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-calendar-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-calendar-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-ctype-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-ctype-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-curl-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-curl-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-dba-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-dba-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-devel-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-devel-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-dom-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-dom-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-enchant-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-enchant-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-exif-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-exif-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-fastcgi-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-fastcgi-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-fileinfo-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-fileinfo-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-fpm-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-fpm-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-ftp-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-ftp-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-gd-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-gd-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-gettext-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-gettext-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-gmp-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-gmp-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-iconv-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-iconv-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-intl-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-intl-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-json-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-json-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-ldap-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-ldap-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-mbstring-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-mbstring-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-mysql-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-mysql-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-odbc-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-odbc-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-opcache-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-opcache-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-openssl-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-openssl-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-pcntl-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-pcntl-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-pdo-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-pdo-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-pgsql-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-pgsql-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-phar-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-phar-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-posix-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-posix-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-readline-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-readline-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-shmop-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-shmop-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-snmp-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-snmp-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-soap-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-soap-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-sockets-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-sockets-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-sodium-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-sodium-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-sqlite-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-sqlite-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-sysvmsg-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-sysvmsg-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-sysvsem-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-sysvsem-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-sysvshm-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-sysvshm-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-tidy-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-tidy-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-tokenizer-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-tokenizer-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-xmlreader-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-xmlreader-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-xmlrpc-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-xmlrpc-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-xmlwriter-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-xmlwriter-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-xsl-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-xsl-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-zip-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-zip-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-zlib-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-zlib-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:apache2-mod_php7-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:apache2-mod_php7-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:apache2-mod_php7-7.4.33-150200.3.60.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:apache2-mod_php7-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:php7-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:php7-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:php7-7.4.33-150200.3.60.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:php7-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:php7-bcmath-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:php7-bcmath-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:php7-bcmath-7.4.33-150200.3.60.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:php7-bcmath-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:php7-bz2-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:php7-bz2-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:php7-bz2-7.4.33-150200.3.60.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:php7-bz2-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:php7-calendar-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:php7-calendar-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:php7-calendar-7.4.33-150200.3.60.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:php7-calendar-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ctype-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ctype-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ctype-7.4.33-150200.3.60.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ctype-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:php7-curl-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:php7-curl-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:php7-curl-7.4.33-150200.3.60.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:php7-curl-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:php7-dba-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:php7-dba-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:php7-dba-7.4.33-150200.3.60.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:php7-dba-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:php7-devel-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:php7-devel-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:php7-devel-7.4.33-150200.3.60.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:php7-devel-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:php7-dom-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:php7-dom-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:php7-dom-7.4.33-150200.3.60.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:php7-dom-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:php7-enchant-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:php7-enchant-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:php7-enchant-7.4.33-150200.3.60.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:php7-enchant-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:php7-exif-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:php7-exif-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:php7-exif-7.4.33-150200.3.60.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:php7-exif-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fastcgi-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fastcgi-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fastcgi-7.4.33-150200.3.60.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fastcgi-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fileinfo-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fileinfo-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fileinfo-7.4.33-150200.3.60.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fileinfo-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fpm-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fpm-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fpm-7.4.33-150200.3.60.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fpm-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ftp-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ftp-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ftp-7.4.33-150200.3.60.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ftp-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gd-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gd-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gd-7.4.33-150200.3.60.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gd-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gettext-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gettext-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gettext-7.4.33-150200.3.60.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gettext-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gmp-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gmp-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gmp-7.4.33-150200.3.60.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gmp-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:php7-iconv-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:php7-iconv-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:php7-iconv-7.4.33-150200.3.60.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:php7-iconv-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:php7-intl-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:php7-intl-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:php7-intl-7.4.33-150200.3.60.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:php7-intl-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:php7-json-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:php7-json-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:php7-json-7.4.33-150200.3.60.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:php7-json-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ldap-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ldap-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ldap-7.4.33-150200.3.60.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ldap-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:php7-mbstring-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:php7-mbstring-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:php7-mbstring-7.4.33-150200.3.60.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:php7-mbstring-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:php7-mysql-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:php7-mysql-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:php7-mysql-7.4.33-150200.3.60.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:php7-mysql-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:php7-odbc-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:php7-odbc-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:php7-odbc-7.4.33-150200.3.60.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:php7-odbc-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:php7-opcache-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:php7-opcache-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:php7-opcache-7.4.33-150200.3.60.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:php7-opcache-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:php7-openssl-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:php7-openssl-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:php7-openssl-7.4.33-150200.3.60.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:php7-openssl-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pcntl-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pcntl-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pcntl-7.4.33-150200.3.60.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pcntl-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pdo-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pdo-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pdo-7.4.33-150200.3.60.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pdo-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pgsql-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pgsql-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pgsql-7.4.33-150200.3.60.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pgsql-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:php7-phar-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:php7-phar-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:php7-phar-7.4.33-150200.3.60.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:php7-phar-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:php7-posix-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:php7-posix-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:php7-posix-7.4.33-150200.3.60.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:php7-posix-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:php7-readline-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:php7-readline-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:php7-readline-7.4.33-150200.3.60.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:php7-readline-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:php7-shmop-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:php7-shmop-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:php7-shmop-7.4.33-150200.3.60.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:php7-shmop-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:php7-snmp-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:php7-snmp-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:php7-snmp-7.4.33-150200.3.60.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:php7-snmp-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:php7-soap-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:php7-soap-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:php7-soap-7.4.33-150200.3.60.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:php7-soap-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sockets-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sockets-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sockets-7.4.33-150200.3.60.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sockets-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sodium-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sodium-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sodium-7.4.33-150200.3.60.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sodium-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sqlite-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sqlite-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sqlite-7.4.33-150200.3.60.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sqlite-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvmsg-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvmsg-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvmsg-7.4.33-150200.3.60.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvmsg-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvsem-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvsem-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvsem-7.4.33-150200.3.60.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvsem-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvshm-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvshm-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvshm-7.4.33-150200.3.60.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvshm-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:php7-tidy-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:php7-tidy-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:php7-tidy-7.4.33-150200.3.60.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:php7-tidy-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:php7-tokenizer-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:php7-tokenizer-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:php7-tokenizer-7.4.33-150200.3.60.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:php7-tokenizer-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlreader-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlreader-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlreader-7.4.33-150200.3.60.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlreader-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlrpc-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlrpc-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlrpc-7.4.33-150200.3.60.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlrpc-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlwriter-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlwriter-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlwriter-7.4.33-150200.3.60.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlwriter-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xsl-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xsl-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xsl-7.4.33-150200.3.60.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xsl-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:php7-zip-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:php7-zip-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:php7-zip-7.4.33-150200.3.60.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:php7-zip-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:php7-zlib-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:php7-zlib-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:php7-zlib-7.4.33-150200.3.60.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:php7-zlib-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:apache2-mod_php7-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:apache2-mod_php7-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:apache2-mod_php7-7.4.33-150200.3.60.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:apache2-mod_php7-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:php7-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:php7-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:php7-7.4.33-150200.3.60.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:php7-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:php7-bcmath-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:php7-bcmath-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:php7-bcmath-7.4.33-150200.3.60.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:php7-bcmath-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:php7-bz2-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:php7-bz2-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:php7-bz2-7.4.33-150200.3.60.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:php7-bz2-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:php7-calendar-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:php7-calendar-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:php7-calendar-7.4.33-150200.3.60.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:php7-calendar-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:php7-ctype-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:php7-ctype-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:php7-ctype-7.4.33-150200.3.60.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:php7-ctype-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:php7-curl-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:php7-curl-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:php7-curl-7.4.33-150200.3.60.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:php7-curl-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:php7-dba-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:php7-dba-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:php7-dba-7.4.33-150200.3.60.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:php7-dba-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:php7-devel-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:php7-devel-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:php7-devel-7.4.33-150200.3.60.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:php7-devel-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:php7-dom-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:php7-dom-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:php7-dom-7.4.33-150200.3.60.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:php7-dom-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:php7-enchant-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:php7-enchant-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:php7-enchant-7.4.33-150200.3.60.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:php7-enchant-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:php7-exif-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:php7-exif-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:php7-exif-7.4.33-150200.3.60.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:php7-exif-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:php7-fastcgi-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:php7-fastcgi-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:php7-fastcgi-7.4.33-150200.3.60.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:php7-fastcgi-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:php7-fileinfo-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:php7-fileinfo-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:php7-fileinfo-7.4.33-150200.3.60.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:php7-fileinfo-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:php7-fpm-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:php7-fpm-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:php7-fpm-7.4.33-150200.3.60.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:php7-fpm-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:php7-ftp-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:php7-ftp-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:php7-ftp-7.4.33-150200.3.60.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:php7-ftp-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:php7-gd-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:php7-gd-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:php7-gd-7.4.33-150200.3.60.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:php7-gd-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:php7-gettext-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:php7-gettext-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:php7-gettext-7.4.33-150200.3.60.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:php7-gettext-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:php7-gmp-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:php7-gmp-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:php7-gmp-7.4.33-150200.3.60.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:php7-gmp-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:php7-iconv-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:php7-iconv-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:php7-iconv-7.4.33-150200.3.60.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:php7-iconv-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:php7-intl-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:php7-intl-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:php7-intl-7.4.33-150200.3.60.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:php7-intl-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:php7-json-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:php7-json-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:php7-json-7.4.33-150200.3.60.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:php7-json-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:php7-ldap-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:php7-ldap-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:php7-ldap-7.4.33-150200.3.60.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:php7-ldap-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:php7-mbstring-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:php7-mbstring-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:php7-mbstring-7.4.33-150200.3.60.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:php7-mbstring-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:php7-mysql-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:php7-mysql-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:php7-mysql-7.4.33-150200.3.60.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:php7-mysql-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:php7-odbc-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:php7-odbc-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:php7-odbc-7.4.33-150200.3.60.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:php7-odbc-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:php7-opcache-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:php7-opcache-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:php7-opcache-7.4.33-150200.3.60.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:php7-opcache-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:php7-openssl-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:php7-openssl-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:php7-openssl-7.4.33-150200.3.60.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:php7-openssl-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:php7-pcntl-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:php7-pcntl-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:php7-pcntl-7.4.33-150200.3.60.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:php7-pcntl-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:php7-pdo-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:php7-pdo-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:php7-pdo-7.4.33-150200.3.60.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:php7-pdo-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:php7-pgsql-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:php7-pgsql-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:php7-pgsql-7.4.33-150200.3.60.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:php7-pgsql-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:php7-phar-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:php7-phar-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:php7-phar-7.4.33-150200.3.60.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:php7-phar-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:php7-posix-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:php7-posix-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:php7-posix-7.4.33-150200.3.60.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:php7-posix-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:php7-readline-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:php7-readline-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:php7-readline-7.4.33-150200.3.60.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:php7-readline-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:php7-shmop-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:php7-shmop-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:php7-shmop-7.4.33-150200.3.60.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:php7-shmop-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:php7-snmp-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:php7-snmp-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:php7-snmp-7.4.33-150200.3.60.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:php7-snmp-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:php7-soap-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:php7-soap-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:php7-soap-7.4.33-150200.3.60.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:php7-soap-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sockets-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sockets-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sockets-7.4.33-150200.3.60.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sockets-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sodium-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sodium-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sodium-7.4.33-150200.3.60.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sodium-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sqlite-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sqlite-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sqlite-7.4.33-150200.3.60.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sqlite-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sysvmsg-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sysvmsg-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sysvmsg-7.4.33-150200.3.60.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sysvmsg-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sysvsem-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sysvsem-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sysvsem-7.4.33-150200.3.60.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sysvsem-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sysvshm-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sysvshm-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sysvshm-7.4.33-150200.3.60.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sysvshm-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:php7-tidy-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:php7-tidy-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:php7-tidy-7.4.33-150200.3.60.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:php7-tidy-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:php7-tokenizer-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:php7-tokenizer-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:php7-tokenizer-7.4.33-150200.3.60.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:php7-tokenizer-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:php7-xmlreader-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:php7-xmlreader-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:php7-xmlreader-7.4.33-150200.3.60.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:php7-xmlreader-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:php7-xmlrpc-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:php7-xmlrpc-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:php7-xmlrpc-7.4.33-150200.3.60.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:php7-xmlrpc-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:php7-xmlwriter-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:php7-xmlwriter-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:php7-xmlwriter-7.4.33-150200.3.60.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:php7-xmlwriter-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:php7-xsl-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:php7-xsl-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:php7-xsl-7.4.33-150200.3.60.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:php7-xsl-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:php7-zip-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:php7-zip-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:php7-zip-7.4.33-150200.3.60.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:php7-zip-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:php7-zlib-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:php7-zlib-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:php7-zlib-7.4.33-150200.3.60.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:php7-zlib-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:apache2-mod_php7-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:apache2-mod_php7-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-bcmath-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-bcmath-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-bz2-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-bz2-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-calendar-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-calendar-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-ctype-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-ctype-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-curl-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-curl-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-dba-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-dba-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-devel-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-devel-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-dom-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-dom-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-enchant-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-enchant-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-exif-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-exif-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-fastcgi-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-fastcgi-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-fileinfo-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-fileinfo-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-fpm-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-fpm-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-ftp-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-ftp-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-gd-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-gd-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-gettext-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-gettext-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-gmp-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-gmp-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-iconv-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-iconv-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-intl-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-intl-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-json-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-json-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-ldap-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-ldap-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-mbstring-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-mbstring-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-mysql-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-mysql-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-odbc-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-odbc-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-opcache-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-opcache-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-openssl-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-openssl-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-pcntl-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-pcntl-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-pdo-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-pdo-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-pgsql-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-pgsql-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-phar-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-phar-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-posix-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-posix-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-readline-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-readline-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-shmop-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-shmop-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-snmp-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-snmp-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-soap-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-soap-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sockets-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sockets-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sodium-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sodium-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sqlite-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sqlite-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sysvmsg-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sysvmsg-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sysvsem-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sysvsem-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sysvshm-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sysvshm-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-tidy-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-tidy-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-tokenizer-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-tokenizer-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-xmlreader-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-xmlreader-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-xmlrpc-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-xmlrpc-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-xmlwriter-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-xmlwriter-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-xsl-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-xsl-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-zip-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-zip-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-zlib-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-zlib-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:apache2-mod_php7-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:apache2-mod_php7-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-bcmath-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-bcmath-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-bz2-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-bz2-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-calendar-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-calendar-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-ctype-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-ctype-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-curl-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-curl-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-dba-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-dba-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-devel-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-devel-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-dom-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-dom-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-enchant-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-enchant-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-exif-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-exif-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-fastcgi-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-fastcgi-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-fileinfo-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-fileinfo-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-fpm-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-fpm-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-ftp-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-ftp-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-gd-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-gd-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-gettext-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-gettext-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-gmp-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-gmp-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-iconv-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-iconv-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-intl-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-intl-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-json-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-json-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-ldap-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-ldap-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-mbstring-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-mbstring-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-mysql-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-mysql-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-odbc-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-odbc-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-opcache-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-opcache-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-openssl-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-openssl-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-pcntl-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-pcntl-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-pdo-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-pdo-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-pgsql-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-pgsql-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-phar-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-phar-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-posix-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-posix-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-readline-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-readline-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-shmop-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-shmop-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-snmp-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-snmp-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-soap-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-soap-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-sockets-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-sockets-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-sodium-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-sodium-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-sqlite-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-sqlite-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-sysvmsg-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-sysvmsg-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-sysvsem-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-sysvsem-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-sysvshm-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-sysvshm-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-tidy-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-tidy-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-tokenizer-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-tokenizer-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-xmlreader-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-xmlreader-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-xmlrpc-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-xmlrpc-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-xmlwriter-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-xmlwriter-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-xsl-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-xsl-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-zip-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-zip-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-zlib-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-zlib-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:apache2-mod_php7-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:apache2-mod_php7-7.4.33-150200.3.60.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:apache2-mod_php7-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:php7-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:php7-7.4.33-150200.3.60.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:php7-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:php7-bcmath-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:php7-bcmath-7.4.33-150200.3.60.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:php7-bcmath-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:php7-bz2-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:php7-bz2-7.4.33-150200.3.60.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:php7-bz2-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:php7-calendar-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:php7-calendar-7.4.33-150200.3.60.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:php7-calendar-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:php7-ctype-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:php7-ctype-7.4.33-150200.3.60.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:php7-ctype-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:php7-curl-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:php7-curl-7.4.33-150200.3.60.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:php7-curl-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:php7-dba-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:php7-dba-7.4.33-150200.3.60.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:php7-dba-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:php7-devel-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:php7-devel-7.4.33-150200.3.60.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:php7-devel-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:php7-dom-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:php7-dom-7.4.33-150200.3.60.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:php7-dom-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:php7-enchant-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:php7-enchant-7.4.33-150200.3.60.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:php7-enchant-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:php7-exif-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:php7-exif-7.4.33-150200.3.60.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:php7-exif-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:php7-fastcgi-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:php7-fastcgi-7.4.33-150200.3.60.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:php7-fastcgi-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:php7-fileinfo-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:php7-fileinfo-7.4.33-150200.3.60.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:php7-fileinfo-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:php7-fpm-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:php7-fpm-7.4.33-150200.3.60.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:php7-fpm-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:php7-ftp-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:php7-ftp-7.4.33-150200.3.60.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:php7-ftp-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:php7-gd-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:php7-gd-7.4.33-150200.3.60.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:php7-gd-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:php7-gettext-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:php7-gettext-7.4.33-150200.3.60.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:php7-gettext-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:php7-gmp-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:php7-gmp-7.4.33-150200.3.60.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:php7-gmp-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:php7-iconv-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:php7-iconv-7.4.33-150200.3.60.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:php7-iconv-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:php7-intl-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:php7-intl-7.4.33-150200.3.60.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:php7-intl-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:php7-json-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:php7-json-7.4.33-150200.3.60.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:php7-json-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:php7-ldap-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:php7-ldap-7.4.33-150200.3.60.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:php7-ldap-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:php7-mbstring-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:php7-mbstring-7.4.33-150200.3.60.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:php7-mbstring-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:php7-mysql-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:php7-mysql-7.4.33-150200.3.60.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:php7-mysql-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:php7-odbc-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:php7-odbc-7.4.33-150200.3.60.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:php7-odbc-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:php7-opcache-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:php7-opcache-7.4.33-150200.3.60.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:php7-opcache-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:php7-openssl-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:php7-openssl-7.4.33-150200.3.60.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:php7-openssl-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:php7-pcntl-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:php7-pcntl-7.4.33-150200.3.60.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:php7-pcntl-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:php7-pdo-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:php7-pdo-7.4.33-150200.3.60.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:php7-pdo-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:php7-pgsql-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:php7-pgsql-7.4.33-150200.3.60.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:php7-pgsql-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:php7-phar-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:php7-phar-7.4.33-150200.3.60.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:php7-phar-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:php7-posix-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:php7-posix-7.4.33-150200.3.60.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:php7-posix-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:php7-readline-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:php7-readline-7.4.33-150200.3.60.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:php7-readline-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:php7-shmop-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:php7-shmop-7.4.33-150200.3.60.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:php7-shmop-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:php7-snmp-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:php7-snmp-7.4.33-150200.3.60.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:php7-snmp-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:php7-soap-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:php7-soap-7.4.33-150200.3.60.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:php7-soap-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:php7-sockets-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:php7-sockets-7.4.33-150200.3.60.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:php7-sockets-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:php7-sodium-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:php7-sodium-7.4.33-150200.3.60.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:php7-sodium-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:php7-sqlite-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:php7-sqlite-7.4.33-150200.3.60.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:php7-sqlite-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:php7-sysvmsg-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:php7-sysvmsg-7.4.33-150200.3.60.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:php7-sysvmsg-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:php7-sysvsem-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:php7-sysvsem-7.4.33-150200.3.60.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:php7-sysvsem-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:php7-sysvshm-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:php7-sysvshm-7.4.33-150200.3.60.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:php7-sysvshm-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:php7-tidy-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:php7-tidy-7.4.33-150200.3.60.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:php7-tidy-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:php7-tokenizer-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:php7-tokenizer-7.4.33-150200.3.60.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:php7-tokenizer-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:php7-xmlreader-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:php7-xmlreader-7.4.33-150200.3.60.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:php7-xmlreader-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:php7-xmlrpc-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:php7-xmlrpc-7.4.33-150200.3.60.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:php7-xmlrpc-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:php7-xmlwriter-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:php7-xmlwriter-7.4.33-150200.3.60.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:php7-xmlwriter-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:php7-xsl-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:php7-xsl-7.4.33-150200.3.60.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:php7-xsl-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:php7-zip-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:php7-zip-7.4.33-150200.3.60.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:php7-zip-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:php7-zlib-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:php7-zlib-7.4.33-150200.3.60.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:php7-zlib-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php7-firebird-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php7-firebird-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php7-firebird-7.4.33-150200.3.60.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php7-firebird-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
7.8 (High)
Affected products
Recommended
1279 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Enterprise Storage 7.1:apache2-mod_php7-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:apache2-mod_php7-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:php7-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:php7-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:php7-bcmath-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:php7-bcmath-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:php7-bz2-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:php7-bz2-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:php7-calendar-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:php7-calendar-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:php7-ctype-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:php7-ctype-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:php7-curl-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:php7-curl-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:php7-dba-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:php7-dba-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:php7-devel-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:php7-devel-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:php7-dom-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:php7-dom-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:php7-enchant-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:php7-enchant-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:php7-exif-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:php7-exif-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:php7-fastcgi-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:php7-fastcgi-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:php7-fileinfo-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:php7-fileinfo-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:php7-fpm-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:php7-fpm-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:php7-ftp-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:php7-ftp-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:php7-gd-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:php7-gd-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:php7-gettext-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:php7-gettext-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:php7-gmp-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:php7-gmp-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:php7-iconv-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:php7-iconv-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:php7-intl-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:php7-intl-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:php7-json-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:php7-json-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:php7-ldap-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:php7-ldap-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:php7-mbstring-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:php7-mbstring-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:php7-mysql-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:php7-mysql-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:php7-odbc-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:php7-odbc-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:php7-opcache-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:php7-opcache-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:php7-openssl-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:php7-openssl-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:php7-pcntl-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:php7-pcntl-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:php7-pdo-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:php7-pdo-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:php7-pgsql-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:php7-pgsql-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:php7-phar-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:php7-phar-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:php7-posix-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:php7-posix-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:php7-readline-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:php7-readline-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:php7-shmop-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:php7-shmop-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:php7-snmp-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:php7-snmp-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:php7-soap-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:php7-soap-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:php7-sockets-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:php7-sockets-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:php7-sodium-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:php7-sodium-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:php7-sqlite-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:php7-sqlite-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:php7-sysvmsg-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:php7-sysvmsg-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:php7-sysvsem-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:php7-sysvsem-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:php7-sysvshm-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:php7-sysvshm-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:php7-tidy-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:php7-tidy-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:php7-tokenizer-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:php7-tokenizer-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:php7-xmlreader-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:php7-xmlreader-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:php7-xmlrpc-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:php7-xmlrpc-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:php7-xmlwriter-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:php7-xmlwriter-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:php7-xsl-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:php7-xsl-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:php7-zip-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:php7-zip-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:php7-zlib-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:php7-zlib-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:apache2-mod_php7-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:apache2-mod_php7-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:php7-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:php7-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:php7-bcmath-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:php7-bcmath-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:php7-bz2-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:php7-bz2-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:php7-calendar-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:php7-calendar-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:php7-ctype-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:php7-ctype-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:php7-curl-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:php7-curl-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:php7-dba-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:php7-dba-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:php7-devel-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:php7-devel-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:php7-dom-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:php7-dom-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:php7-enchant-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:php7-enchant-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:php7-exif-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:php7-exif-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:php7-fastcgi-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:php7-fastcgi-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:php7-fileinfo-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:php7-fileinfo-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:php7-fpm-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:php7-fpm-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:php7-ftp-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:php7-ftp-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:php7-gd-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:php7-gd-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:php7-gettext-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:php7-gettext-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:php7-gmp-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:php7-gmp-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:php7-iconv-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:php7-iconv-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:php7-intl-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:php7-intl-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:php7-json-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:php7-json-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:php7-ldap-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:php7-ldap-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:php7-mbstring-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:php7-mbstring-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:php7-mysql-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:php7-mysql-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:php7-odbc-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:php7-odbc-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:php7-opcache-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:php7-opcache-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:php7-openssl-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:php7-openssl-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:php7-pcntl-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:php7-pcntl-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:php7-pdo-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:php7-pdo-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:php7-pgsql-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:php7-pgsql-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:php7-phar-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:php7-phar-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:php7-posix-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:php7-posix-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:php7-readline-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:php7-readline-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:php7-shmop-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:php7-shmop-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:php7-snmp-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:php7-snmp-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:php7-soap-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:php7-soap-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:php7-sockets-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:php7-sockets-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:php7-sodium-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:php7-sodium-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:php7-sqlite-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:php7-sqlite-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:php7-sysvmsg-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:php7-sysvmsg-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:php7-sysvsem-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:php7-sysvsem-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:php7-sysvshm-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:php7-sysvshm-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:php7-tidy-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:php7-tidy-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:php7-tokenizer-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:php7-tokenizer-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:php7-xmlreader-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:php7-xmlreader-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:php7-xmlrpc-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:php7-xmlrpc-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:php7-xmlwriter-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:php7-xmlwriter-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:php7-xsl-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:php7-xsl-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:php7-zip-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:php7-zip-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:php7-zlib-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:php7-zlib-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:apache2-mod_php7-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:apache2-mod_php7-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-bcmath-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-bcmath-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-bz2-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-bz2-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-calendar-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-calendar-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-ctype-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-ctype-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-curl-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-curl-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-dba-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-dba-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-devel-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-devel-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-dom-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-dom-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-enchant-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-enchant-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-exif-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-exif-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-fastcgi-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-fastcgi-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-fileinfo-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-fileinfo-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-fpm-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-fpm-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-ftp-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-ftp-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-gd-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-gd-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-gettext-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-gettext-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-gmp-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-gmp-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-iconv-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-iconv-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-intl-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-intl-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-json-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-json-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-ldap-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-ldap-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-mbstring-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-mbstring-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-mysql-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-mysql-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-odbc-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-odbc-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-opcache-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-opcache-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-openssl-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-openssl-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-pcntl-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-pcntl-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-pdo-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-pdo-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-pgsql-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-pgsql-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-phar-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-phar-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-posix-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-posix-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-readline-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-readline-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-shmop-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-shmop-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-snmp-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-snmp-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-soap-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-soap-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sockets-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sockets-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sodium-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sodium-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sqlite-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sqlite-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sysvmsg-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sysvmsg-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sysvsem-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sysvsem-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sysvshm-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sysvshm-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-tidy-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-tidy-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-tokenizer-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-tokenizer-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-xmlreader-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-xmlreader-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-xmlrpc-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-xmlrpc-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-xmlwriter-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-xmlwriter-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-xsl-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-xsl-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-zip-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-zip-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-zlib-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-zlib-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:apache2-mod_php7-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:apache2-mod_php7-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-bcmath-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-bcmath-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-bz2-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-bz2-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-calendar-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-calendar-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-ctype-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-ctype-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-curl-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-curl-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-dba-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-dba-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-devel-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-devel-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-dom-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-dom-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-enchant-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-enchant-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-exif-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-exif-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-fastcgi-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-fastcgi-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-fileinfo-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-fileinfo-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-fpm-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-fpm-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-ftp-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-ftp-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-gd-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-gd-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-gettext-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-gettext-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-gmp-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-gmp-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-iconv-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-iconv-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-intl-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-intl-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-json-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-json-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-ldap-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-ldap-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-mbstring-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-mbstring-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-mysql-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-mysql-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-odbc-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-odbc-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-opcache-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-opcache-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-openssl-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-openssl-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-pcntl-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-pcntl-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-pdo-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-pdo-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-pgsql-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-pgsql-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-phar-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-phar-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-posix-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-posix-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-readline-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-readline-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-shmop-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-shmop-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-snmp-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-snmp-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-soap-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-soap-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-sockets-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-sockets-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-sodium-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-sodium-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-sqlite-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-sqlite-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-sysvmsg-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-sysvmsg-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-sysvsem-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-sysvsem-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-sysvshm-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-sysvshm-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-tidy-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-tidy-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-tokenizer-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-tokenizer-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-xmlreader-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-xmlreader-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-xmlrpc-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-xmlrpc-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-xmlwriter-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-xmlwriter-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-xsl-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-xsl-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-zip-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-zip-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-zlib-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-zlib-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:apache2-mod_php7-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:apache2-mod_php7-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-bcmath-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-bcmath-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-bz2-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-bz2-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-calendar-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-calendar-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-ctype-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-ctype-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-curl-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-curl-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-dba-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-dba-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-devel-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-devel-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-dom-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-dom-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-enchant-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-enchant-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-exif-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-exif-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-fastcgi-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-fastcgi-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-fileinfo-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-fileinfo-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-fpm-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-fpm-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-ftp-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-ftp-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-gd-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-gd-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-gettext-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-gettext-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-gmp-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-gmp-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-iconv-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-iconv-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-intl-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-intl-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-json-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-json-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-ldap-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-ldap-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-mbstring-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-mbstring-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-mysql-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-mysql-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-odbc-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-odbc-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-opcache-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-opcache-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-openssl-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-openssl-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-pcntl-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-pcntl-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-pdo-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-pdo-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-pgsql-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-pgsql-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-phar-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-phar-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-posix-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-posix-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-readline-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-readline-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-shmop-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-shmop-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-snmp-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-snmp-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-soap-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-soap-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-sockets-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-sockets-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-sodium-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-sodium-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-sqlite-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-sqlite-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-sysvmsg-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-sysvmsg-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-sysvsem-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-sysvsem-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-sysvshm-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-sysvshm-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-tidy-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-tidy-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-tokenizer-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-tokenizer-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-xmlreader-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-xmlreader-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-xmlrpc-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-xmlrpc-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-xmlwriter-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-xmlwriter-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-xsl-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-xsl-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-zip-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-zip-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-zlib-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-zlib-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:apache2-mod_php7-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:apache2-mod_php7-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:apache2-mod_php7-7.4.33-150200.3.60.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:apache2-mod_php7-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:php7-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:php7-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:php7-7.4.33-150200.3.60.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:php7-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:php7-bcmath-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:php7-bcmath-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:php7-bcmath-7.4.33-150200.3.60.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:php7-bcmath-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:php7-bz2-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:php7-bz2-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:php7-bz2-7.4.33-150200.3.60.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:php7-bz2-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:php7-calendar-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:php7-calendar-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:php7-calendar-7.4.33-150200.3.60.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:php7-calendar-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ctype-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ctype-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ctype-7.4.33-150200.3.60.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ctype-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:php7-curl-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:php7-curl-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:php7-curl-7.4.33-150200.3.60.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:php7-curl-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:php7-dba-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:php7-dba-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:php7-dba-7.4.33-150200.3.60.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:php7-dba-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:php7-devel-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:php7-devel-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:php7-devel-7.4.33-150200.3.60.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:php7-devel-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:php7-dom-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:php7-dom-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:php7-dom-7.4.33-150200.3.60.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:php7-dom-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:php7-enchant-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:php7-enchant-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:php7-enchant-7.4.33-150200.3.60.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:php7-enchant-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:php7-exif-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:php7-exif-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:php7-exif-7.4.33-150200.3.60.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:php7-exif-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fastcgi-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fastcgi-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fastcgi-7.4.33-150200.3.60.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fastcgi-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fileinfo-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fileinfo-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fileinfo-7.4.33-150200.3.60.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fileinfo-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fpm-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fpm-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fpm-7.4.33-150200.3.60.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fpm-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ftp-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ftp-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ftp-7.4.33-150200.3.60.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ftp-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gd-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gd-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gd-7.4.33-150200.3.60.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gd-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gettext-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gettext-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gettext-7.4.33-150200.3.60.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gettext-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gmp-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gmp-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gmp-7.4.33-150200.3.60.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gmp-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:php7-iconv-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:php7-iconv-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:php7-iconv-7.4.33-150200.3.60.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:php7-iconv-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:php7-intl-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:php7-intl-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:php7-intl-7.4.33-150200.3.60.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:php7-intl-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:php7-json-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:php7-json-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:php7-json-7.4.33-150200.3.60.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:php7-json-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ldap-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ldap-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ldap-7.4.33-150200.3.60.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ldap-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:php7-mbstring-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:php7-mbstring-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:php7-mbstring-7.4.33-150200.3.60.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:php7-mbstring-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:php7-mysql-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:php7-mysql-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:php7-mysql-7.4.33-150200.3.60.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:php7-mysql-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:php7-odbc-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:php7-odbc-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:php7-odbc-7.4.33-150200.3.60.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:php7-odbc-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:php7-opcache-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:php7-opcache-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:php7-opcache-7.4.33-150200.3.60.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:php7-opcache-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:php7-openssl-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:php7-openssl-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:php7-openssl-7.4.33-150200.3.60.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:php7-openssl-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pcntl-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pcntl-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pcntl-7.4.33-150200.3.60.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pcntl-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pdo-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pdo-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pdo-7.4.33-150200.3.60.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pdo-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pgsql-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pgsql-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pgsql-7.4.33-150200.3.60.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pgsql-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:php7-phar-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:php7-phar-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:php7-phar-7.4.33-150200.3.60.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:php7-phar-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:php7-posix-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:php7-posix-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:php7-posix-7.4.33-150200.3.60.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:php7-posix-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:php7-readline-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:php7-readline-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:php7-readline-7.4.33-150200.3.60.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:php7-readline-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:php7-shmop-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:php7-shmop-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:php7-shmop-7.4.33-150200.3.60.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:php7-shmop-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:php7-snmp-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:php7-snmp-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:php7-snmp-7.4.33-150200.3.60.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:php7-snmp-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:php7-soap-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:php7-soap-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:php7-soap-7.4.33-150200.3.60.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:php7-soap-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sockets-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sockets-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sockets-7.4.33-150200.3.60.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sockets-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sodium-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sodium-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sodium-7.4.33-150200.3.60.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sodium-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sqlite-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sqlite-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sqlite-7.4.33-150200.3.60.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sqlite-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvmsg-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvmsg-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvmsg-7.4.33-150200.3.60.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvmsg-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvsem-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvsem-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvsem-7.4.33-150200.3.60.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvsem-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvshm-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvshm-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvshm-7.4.33-150200.3.60.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvshm-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:php7-tidy-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:php7-tidy-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:php7-tidy-7.4.33-150200.3.60.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:php7-tidy-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:php7-tokenizer-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:php7-tokenizer-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:php7-tokenizer-7.4.33-150200.3.60.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:php7-tokenizer-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlreader-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlreader-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlreader-7.4.33-150200.3.60.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlreader-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlrpc-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlrpc-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlrpc-7.4.33-150200.3.60.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlrpc-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlwriter-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlwriter-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlwriter-7.4.33-150200.3.60.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlwriter-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xsl-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xsl-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xsl-7.4.33-150200.3.60.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xsl-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:php7-zip-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:php7-zip-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:php7-zip-7.4.33-150200.3.60.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:php7-zip-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:php7-zlib-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:php7-zlib-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:php7-zlib-7.4.33-150200.3.60.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:php7-zlib-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:apache2-mod_php7-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:apache2-mod_php7-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:apache2-mod_php7-7.4.33-150200.3.60.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:apache2-mod_php7-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:php7-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:php7-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:php7-7.4.33-150200.3.60.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:php7-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:php7-bcmath-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:php7-bcmath-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:php7-bcmath-7.4.33-150200.3.60.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:php7-bcmath-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:php7-bz2-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:php7-bz2-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:php7-bz2-7.4.33-150200.3.60.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:php7-bz2-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:php7-calendar-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:php7-calendar-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:php7-calendar-7.4.33-150200.3.60.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:php7-calendar-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:php7-ctype-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:php7-ctype-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:php7-ctype-7.4.33-150200.3.60.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:php7-ctype-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:php7-curl-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:php7-curl-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:php7-curl-7.4.33-150200.3.60.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:php7-curl-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:php7-dba-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:php7-dba-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:php7-dba-7.4.33-150200.3.60.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:php7-dba-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:php7-devel-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:php7-devel-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:php7-devel-7.4.33-150200.3.60.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:php7-devel-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:php7-dom-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:php7-dom-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:php7-dom-7.4.33-150200.3.60.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:php7-dom-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:php7-enchant-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:php7-enchant-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:php7-enchant-7.4.33-150200.3.60.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:php7-enchant-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:php7-exif-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:php7-exif-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:php7-exif-7.4.33-150200.3.60.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:php7-exif-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:php7-fastcgi-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:php7-fastcgi-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:php7-fastcgi-7.4.33-150200.3.60.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:php7-fastcgi-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:php7-fileinfo-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:php7-fileinfo-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:php7-fileinfo-7.4.33-150200.3.60.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:php7-fileinfo-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:php7-fpm-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:php7-fpm-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:php7-fpm-7.4.33-150200.3.60.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:php7-fpm-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:php7-ftp-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:php7-ftp-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:php7-ftp-7.4.33-150200.3.60.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:php7-ftp-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:php7-gd-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:php7-gd-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:php7-gd-7.4.33-150200.3.60.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:php7-gd-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:php7-gettext-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:php7-gettext-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:php7-gettext-7.4.33-150200.3.60.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:php7-gettext-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:php7-gmp-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:php7-gmp-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:php7-gmp-7.4.33-150200.3.60.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:php7-gmp-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:php7-iconv-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:php7-iconv-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:php7-iconv-7.4.33-150200.3.60.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:php7-iconv-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:php7-intl-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:php7-intl-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:php7-intl-7.4.33-150200.3.60.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:php7-intl-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:php7-json-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:php7-json-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:php7-json-7.4.33-150200.3.60.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:php7-json-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:php7-ldap-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:php7-ldap-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:php7-ldap-7.4.33-150200.3.60.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:php7-ldap-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:php7-mbstring-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:php7-mbstring-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:php7-mbstring-7.4.33-150200.3.60.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:php7-mbstring-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:php7-mysql-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:php7-mysql-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:php7-mysql-7.4.33-150200.3.60.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:php7-mysql-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:php7-odbc-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:php7-odbc-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:php7-odbc-7.4.33-150200.3.60.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:php7-odbc-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:php7-opcache-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:php7-opcache-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:php7-opcache-7.4.33-150200.3.60.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:php7-opcache-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:php7-openssl-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:php7-openssl-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:php7-openssl-7.4.33-150200.3.60.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:php7-openssl-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:php7-pcntl-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:php7-pcntl-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:php7-pcntl-7.4.33-150200.3.60.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:php7-pcntl-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:php7-pdo-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:php7-pdo-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:php7-pdo-7.4.33-150200.3.60.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:php7-pdo-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:php7-pgsql-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:php7-pgsql-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:php7-pgsql-7.4.33-150200.3.60.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:php7-pgsql-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:php7-phar-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:php7-phar-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:php7-phar-7.4.33-150200.3.60.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:php7-phar-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:php7-posix-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:php7-posix-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:php7-posix-7.4.33-150200.3.60.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:php7-posix-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:php7-readline-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:php7-readline-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:php7-readline-7.4.33-150200.3.60.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:php7-readline-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:php7-shmop-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:php7-shmop-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:php7-shmop-7.4.33-150200.3.60.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:php7-shmop-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:php7-snmp-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:php7-snmp-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:php7-snmp-7.4.33-150200.3.60.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:php7-snmp-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:php7-soap-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:php7-soap-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:php7-soap-7.4.33-150200.3.60.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:php7-soap-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sockets-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sockets-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sockets-7.4.33-150200.3.60.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sockets-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sodium-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sodium-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sodium-7.4.33-150200.3.60.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sodium-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sqlite-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sqlite-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sqlite-7.4.33-150200.3.60.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sqlite-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sysvmsg-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sysvmsg-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sysvmsg-7.4.33-150200.3.60.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sysvmsg-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sysvsem-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sysvsem-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sysvsem-7.4.33-150200.3.60.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sysvsem-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sysvshm-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sysvshm-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sysvshm-7.4.33-150200.3.60.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sysvshm-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:php7-tidy-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:php7-tidy-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:php7-tidy-7.4.33-150200.3.60.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:php7-tidy-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:php7-tokenizer-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:php7-tokenizer-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:php7-tokenizer-7.4.33-150200.3.60.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:php7-tokenizer-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:php7-xmlreader-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:php7-xmlreader-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:php7-xmlreader-7.4.33-150200.3.60.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:php7-xmlreader-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:php7-xmlrpc-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:php7-xmlrpc-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:php7-xmlrpc-7.4.33-150200.3.60.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:php7-xmlrpc-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:php7-xmlwriter-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:php7-xmlwriter-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:php7-xmlwriter-7.4.33-150200.3.60.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:php7-xmlwriter-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:php7-xsl-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:php7-xsl-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:php7-xsl-7.4.33-150200.3.60.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:php7-xsl-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:php7-zip-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:php7-zip-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:php7-zip-7.4.33-150200.3.60.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:php7-zip-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:php7-zlib-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:php7-zlib-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:php7-zlib-7.4.33-150200.3.60.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:php7-zlib-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:apache2-mod_php7-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:apache2-mod_php7-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-bcmath-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-bcmath-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-bz2-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-bz2-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-calendar-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-calendar-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-ctype-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-ctype-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-curl-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-curl-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-dba-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-dba-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-devel-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-devel-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-dom-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-dom-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-enchant-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-enchant-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-exif-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-exif-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-fastcgi-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-fastcgi-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-fileinfo-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-fileinfo-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-fpm-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-fpm-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-ftp-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-ftp-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-gd-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-gd-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-gettext-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-gettext-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-gmp-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-gmp-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-iconv-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-iconv-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-intl-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-intl-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-json-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-json-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-ldap-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-ldap-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-mbstring-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-mbstring-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-mysql-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-mysql-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-odbc-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-odbc-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-opcache-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-opcache-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-openssl-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-openssl-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-pcntl-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-pcntl-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-pdo-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-pdo-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-pgsql-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-pgsql-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-phar-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-phar-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-posix-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-posix-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-readline-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-readline-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-shmop-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-shmop-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-snmp-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-snmp-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-soap-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-soap-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sockets-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sockets-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sodium-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sodium-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sqlite-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sqlite-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sysvmsg-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sysvmsg-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sysvsem-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sysvsem-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sysvshm-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sysvshm-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-tidy-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-tidy-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-tokenizer-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-tokenizer-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-xmlreader-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-xmlreader-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-xmlrpc-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-xmlrpc-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-xmlwriter-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-xmlwriter-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-xsl-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-xsl-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-zip-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-zip-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-zlib-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-zlib-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:apache2-mod_php7-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:apache2-mod_php7-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-bcmath-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-bcmath-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-bz2-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-bz2-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-calendar-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-calendar-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-ctype-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-ctype-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-curl-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-curl-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-dba-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-dba-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-devel-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-devel-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-dom-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-dom-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-enchant-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-enchant-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-exif-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-exif-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-fastcgi-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-fastcgi-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-fileinfo-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-fileinfo-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-fpm-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-fpm-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-ftp-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-ftp-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-gd-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-gd-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-gettext-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-gettext-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-gmp-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-gmp-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-iconv-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-iconv-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-intl-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-intl-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-json-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-json-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-ldap-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-ldap-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-mbstring-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-mbstring-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-mysql-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-mysql-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-odbc-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-odbc-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-opcache-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-opcache-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-openssl-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-openssl-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-pcntl-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-pcntl-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-pdo-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-pdo-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-pgsql-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-pgsql-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-phar-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-phar-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-posix-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-posix-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-readline-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-readline-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-shmop-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-shmop-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-snmp-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-snmp-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-soap-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-soap-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-sockets-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-sockets-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-sodium-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-sodium-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-sqlite-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-sqlite-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-sysvmsg-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-sysvmsg-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-sysvsem-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-sysvsem-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-sysvshm-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-sysvshm-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-tidy-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-tidy-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-tokenizer-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-tokenizer-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-xmlreader-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-xmlreader-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-xmlrpc-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-xmlrpc-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-xmlwriter-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-xmlwriter-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-xsl-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-xsl-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-zip-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-zip-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-zlib-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-zlib-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:apache2-mod_php7-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:apache2-mod_php7-7.4.33-150200.3.60.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:apache2-mod_php7-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:php7-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:php7-7.4.33-150200.3.60.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:php7-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:php7-bcmath-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:php7-bcmath-7.4.33-150200.3.60.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:php7-bcmath-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:php7-bz2-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:php7-bz2-7.4.33-150200.3.60.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:php7-bz2-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:php7-calendar-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:php7-calendar-7.4.33-150200.3.60.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:php7-calendar-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:php7-ctype-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:php7-ctype-7.4.33-150200.3.60.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:php7-ctype-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:php7-curl-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:php7-curl-7.4.33-150200.3.60.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:php7-curl-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:php7-dba-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:php7-dba-7.4.33-150200.3.60.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:php7-dba-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:php7-devel-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:php7-devel-7.4.33-150200.3.60.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:php7-devel-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:php7-dom-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:php7-dom-7.4.33-150200.3.60.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:php7-dom-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:php7-enchant-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:php7-enchant-7.4.33-150200.3.60.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:php7-enchant-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:php7-exif-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:php7-exif-7.4.33-150200.3.60.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:php7-exif-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:php7-fastcgi-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:php7-fastcgi-7.4.33-150200.3.60.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:php7-fastcgi-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:php7-fileinfo-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:php7-fileinfo-7.4.33-150200.3.60.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:php7-fileinfo-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:php7-fpm-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:php7-fpm-7.4.33-150200.3.60.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:php7-fpm-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:php7-ftp-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:php7-ftp-7.4.33-150200.3.60.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:php7-ftp-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:php7-gd-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:php7-gd-7.4.33-150200.3.60.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:php7-gd-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:php7-gettext-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:php7-gettext-7.4.33-150200.3.60.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:php7-gettext-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:php7-gmp-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:php7-gmp-7.4.33-150200.3.60.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:php7-gmp-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:php7-iconv-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:php7-iconv-7.4.33-150200.3.60.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:php7-iconv-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:php7-intl-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:php7-intl-7.4.33-150200.3.60.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:php7-intl-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:php7-json-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:php7-json-7.4.33-150200.3.60.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:php7-json-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:php7-ldap-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:php7-ldap-7.4.33-150200.3.60.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:php7-ldap-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:php7-mbstring-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:php7-mbstring-7.4.33-150200.3.60.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:php7-mbstring-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:php7-mysql-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:php7-mysql-7.4.33-150200.3.60.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:php7-mysql-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:php7-odbc-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:php7-odbc-7.4.33-150200.3.60.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:php7-odbc-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:php7-opcache-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:php7-opcache-7.4.33-150200.3.60.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:php7-opcache-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:php7-openssl-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:php7-openssl-7.4.33-150200.3.60.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:php7-openssl-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:php7-pcntl-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:php7-pcntl-7.4.33-150200.3.60.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:php7-pcntl-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:php7-pdo-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:php7-pdo-7.4.33-150200.3.60.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:php7-pdo-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:php7-pgsql-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:php7-pgsql-7.4.33-150200.3.60.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:php7-pgsql-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:php7-phar-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:php7-phar-7.4.33-150200.3.60.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:php7-phar-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:php7-posix-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:php7-posix-7.4.33-150200.3.60.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:php7-posix-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:php7-readline-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:php7-readline-7.4.33-150200.3.60.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:php7-readline-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:php7-shmop-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:php7-shmop-7.4.33-150200.3.60.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:php7-shmop-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:php7-snmp-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:php7-snmp-7.4.33-150200.3.60.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:php7-snmp-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:php7-soap-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:php7-soap-7.4.33-150200.3.60.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:php7-soap-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:php7-sockets-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:php7-sockets-7.4.33-150200.3.60.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:php7-sockets-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:php7-sodium-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:php7-sodium-7.4.33-150200.3.60.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:php7-sodium-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:php7-sqlite-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:php7-sqlite-7.4.33-150200.3.60.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:php7-sqlite-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:php7-sysvmsg-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:php7-sysvmsg-7.4.33-150200.3.60.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:php7-sysvmsg-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:php7-sysvsem-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:php7-sysvsem-7.4.33-150200.3.60.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:php7-sysvsem-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:php7-sysvshm-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:php7-sysvshm-7.4.33-150200.3.60.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:php7-sysvshm-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:php7-tidy-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:php7-tidy-7.4.33-150200.3.60.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:php7-tidy-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:php7-tokenizer-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:php7-tokenizer-7.4.33-150200.3.60.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:php7-tokenizer-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:php7-xmlreader-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:php7-xmlreader-7.4.33-150200.3.60.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:php7-xmlreader-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:php7-xmlrpc-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:php7-xmlrpc-7.4.33-150200.3.60.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:php7-xmlrpc-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:php7-xmlwriter-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:php7-xmlwriter-7.4.33-150200.3.60.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:php7-xmlwriter-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:php7-xsl-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:php7-xsl-7.4.33-150200.3.60.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:php7-xsl-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:php7-zip-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:php7-zip-7.4.33-150200.3.60.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:php7-zip-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:php7-zlib-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:php7-zlib-7.4.33-150200.3.60.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:php7-zlib-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php7-firebird-7.4.33-150200.3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php7-firebird-7.4.33-150200.3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php7-firebird-7.4.33-150200.3.60.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php7-firebird-7.4.33-150200.3.60.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
References
12 references
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Security update for php7",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for php7 fixes the following issues:\n\n- CVE-2023-3823: Fixed an issue with external entity loading in XML without enabling it. (bsc#1214106)\n- CVE-2023-3824: Fixed a buffer overflow in phar_dir_read(). (bsc#1214103)\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2023-3498,SUSE-SLE-Product-HPC-15-SP2-LTSS-2023-3498,SUSE-SLE-Product-HPC-15-SP3-ESPOS-2023-3498,SUSE-SLE-Product-HPC-15-SP3-LTSS-2023-3498,SUSE-SLE-Product-SLES-15-SP2-LTSS-2023-3498,SUSE-SLE-Product-SLES-15-SP3-LTSS-2023-3498,SUSE-SLE-Product-SLES_SAP-15-SP2-2023-3498,SUSE-SLE-Product-SLES_SAP-15-SP3-2023-3498,SUSE-SLE-Product-SUSE-Manager-Server-4.2-2023-3498,SUSE-Storage-7-2023-3498,SUSE-Storage-7.1-2023-3498,openSUSE-SLE-15.4-2023-3498",
"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-2023_3498-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2023:3498-1",
"url": "https://www.suse.com/support/update/announcement/2023/suse-su-20233498-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2023:3498-1",
"url": "https://lists.suse.com/pipermail/sle-updates/2023-August/031265.html"
},
{
"category": "self",
"summary": "SUSE Bug 1214103",
"url": "https://bugzilla.suse.com/1214103"
},
{
"category": "self",
"summary": "SUSE Bug 1214106",
"url": "https://bugzilla.suse.com/1214106"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-3823 page",
"url": "https://www.suse.com/security/cve/CVE-2023-3823/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-3824 page",
"url": "https://www.suse.com/security/cve/CVE-2023-3824/"
}
],
"title": "Security update for php7",
"tracking": {
"current_release_date": "2023-08-31T07:02:03Z",
"generator": {
"date": "2023-08-31T07:02:03Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2023:3498-1",
"initial_release_date": "2023-08-31T07:02:03Z",
"revision_history": [
{
"date": "2023-08-31T07:02:03Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "apache2-mod_php7-7.4.33-150200.3.60.1.aarch64",
"product": {
"name": "apache2-mod_php7-7.4.33-150200.3.60.1.aarch64",
"product_id": "apache2-mod_php7-7.4.33-150200.3.60.1.aarch64"
}
},
{
"category": "product_version",
"name": "php7-7.4.33-150200.3.60.1.aarch64",
"product": {
"name": "php7-7.4.33-150200.3.60.1.aarch64",
"product_id": "php7-7.4.33-150200.3.60.1.aarch64"
}
},
{
"category": "product_version",
"name": "php7-bcmath-7.4.33-150200.3.60.1.aarch64",
"product": {
"name": "php7-bcmath-7.4.33-150200.3.60.1.aarch64",
"product_id": "php7-bcmath-7.4.33-150200.3.60.1.aarch64"
}
},
{
"category": "product_version",
"name": "php7-bz2-7.4.33-150200.3.60.1.aarch64",
"product": {
"name": "php7-bz2-7.4.33-150200.3.60.1.aarch64",
"product_id": "php7-bz2-7.4.33-150200.3.60.1.aarch64"
}
},
{
"category": "product_version",
"name": "php7-calendar-7.4.33-150200.3.60.1.aarch64",
"product": {
"name": "php7-calendar-7.4.33-150200.3.60.1.aarch64",
"product_id": "php7-calendar-7.4.33-150200.3.60.1.aarch64"
}
},
{
"category": "product_version",
"name": "php7-ctype-7.4.33-150200.3.60.1.aarch64",
"product": {
"name": "php7-ctype-7.4.33-150200.3.60.1.aarch64",
"product_id": "php7-ctype-7.4.33-150200.3.60.1.aarch64"
}
},
{
"category": "product_version",
"name": "php7-curl-7.4.33-150200.3.60.1.aarch64",
"product": {
"name": "php7-curl-7.4.33-150200.3.60.1.aarch64",
"product_id": "php7-curl-7.4.33-150200.3.60.1.aarch64"
}
},
{
"category": "product_version",
"name": "php7-dba-7.4.33-150200.3.60.1.aarch64",
"product": {
"name": "php7-dba-7.4.33-150200.3.60.1.aarch64",
"product_id": "php7-dba-7.4.33-150200.3.60.1.aarch64"
}
},
{
"category": "product_version",
"name": "php7-devel-7.4.33-150200.3.60.1.aarch64",
"product": {
"name": "php7-devel-7.4.33-150200.3.60.1.aarch64",
"product_id": "php7-devel-7.4.33-150200.3.60.1.aarch64"
}
},
{
"category": "product_version",
"name": "php7-dom-7.4.33-150200.3.60.1.aarch64",
"product": {
"name": "php7-dom-7.4.33-150200.3.60.1.aarch64",
"product_id": "php7-dom-7.4.33-150200.3.60.1.aarch64"
}
},
{
"category": "product_version",
"name": "php7-embed-7.4.33-150200.3.60.1.aarch64",
"product": {
"name": "php7-embed-7.4.33-150200.3.60.1.aarch64",
"product_id": "php7-embed-7.4.33-150200.3.60.1.aarch64"
}
},
{
"category": "product_version",
"name": "php7-enchant-7.4.33-150200.3.60.1.aarch64",
"product": {
"name": "php7-enchant-7.4.33-150200.3.60.1.aarch64",
"product_id": "php7-enchant-7.4.33-150200.3.60.1.aarch64"
}
},
{
"category": "product_version",
"name": "php7-exif-7.4.33-150200.3.60.1.aarch64",
"product": {
"name": "php7-exif-7.4.33-150200.3.60.1.aarch64",
"product_id": "php7-exif-7.4.33-150200.3.60.1.aarch64"
}
},
{
"category": "product_version",
"name": "php7-fastcgi-7.4.33-150200.3.60.1.aarch64",
"product": {
"name": "php7-fastcgi-7.4.33-150200.3.60.1.aarch64",
"product_id": "php7-fastcgi-7.4.33-150200.3.60.1.aarch64"
}
},
{
"category": "product_version",
"name": "php7-fileinfo-7.4.33-150200.3.60.1.aarch64",
"product": {
"name": "php7-fileinfo-7.4.33-150200.3.60.1.aarch64",
"product_id": "php7-fileinfo-7.4.33-150200.3.60.1.aarch64"
}
},
{
"category": "product_version",
"name": "php7-firebird-7.4.33-150200.3.60.1.aarch64",
"product": {
"name": "php7-firebird-7.4.33-150200.3.60.1.aarch64",
"product_id": "php7-firebird-7.4.33-150200.3.60.1.aarch64"
}
},
{
"category": "product_version",
"name": "php7-fpm-7.4.33-150200.3.60.1.aarch64",
"product": {
"name": "php7-fpm-7.4.33-150200.3.60.1.aarch64",
"product_id": "php7-fpm-7.4.33-150200.3.60.1.aarch64"
}
},
{
"category": "product_version",
"name": "php7-ftp-7.4.33-150200.3.60.1.aarch64",
"product": {
"name": "php7-ftp-7.4.33-150200.3.60.1.aarch64",
"product_id": "php7-ftp-7.4.33-150200.3.60.1.aarch64"
}
},
{
"category": "product_version",
"name": "php7-gd-7.4.33-150200.3.60.1.aarch64",
"product": {
"name": "php7-gd-7.4.33-150200.3.60.1.aarch64",
"product_id": "php7-gd-7.4.33-150200.3.60.1.aarch64"
}
},
{
"category": "product_version",
"name": "php7-gettext-7.4.33-150200.3.60.1.aarch64",
"product": {
"name": "php7-gettext-7.4.33-150200.3.60.1.aarch64",
"product_id": "php7-gettext-7.4.33-150200.3.60.1.aarch64"
}
},
{
"category": "product_version",
"name": "php7-gmp-7.4.33-150200.3.60.1.aarch64",
"product": {
"name": "php7-gmp-7.4.33-150200.3.60.1.aarch64",
"product_id": "php7-gmp-7.4.33-150200.3.60.1.aarch64"
}
},
{
"category": "product_version",
"name": "php7-iconv-7.4.33-150200.3.60.1.aarch64",
"product": {
"name": "php7-iconv-7.4.33-150200.3.60.1.aarch64",
"product_id": "php7-iconv-7.4.33-150200.3.60.1.aarch64"
}
},
{
"category": "product_version",
"name": "php7-intl-7.4.33-150200.3.60.1.aarch64",
"product": {
"name": "php7-intl-7.4.33-150200.3.60.1.aarch64",
"product_id": "php7-intl-7.4.33-150200.3.60.1.aarch64"
}
},
{
"category": "product_version",
"name": "php7-json-7.4.33-150200.3.60.1.aarch64",
"product": {
"name": "php7-json-7.4.33-150200.3.60.1.aarch64",
"product_id": "php7-json-7.4.33-150200.3.60.1.aarch64"
}
},
{
"category": "product_version",
"name": "php7-ldap-7.4.33-150200.3.60.1.aarch64",
"product": {
"name": "php7-ldap-7.4.33-150200.3.60.1.aarch64",
"product_id": "php7-ldap-7.4.33-150200.3.60.1.aarch64"
}
},
{
"category": "product_version",
"name": "php7-mbstring-7.4.33-150200.3.60.1.aarch64",
"product": {
"name": "php7-mbstring-7.4.33-150200.3.60.1.aarch64",
"product_id": "php7-mbstring-7.4.33-150200.3.60.1.aarch64"
}
},
{
"category": "product_version",
"name": "php7-mysql-7.4.33-150200.3.60.1.aarch64",
"product": {
"name": "php7-mysql-7.4.33-150200.3.60.1.aarch64",
"product_id": "php7-mysql-7.4.33-150200.3.60.1.aarch64"
}
},
{
"category": "product_version",
"name": "php7-odbc-7.4.33-150200.3.60.1.aarch64",
"product": {
"name": "php7-odbc-7.4.33-150200.3.60.1.aarch64",
"product_id": "php7-odbc-7.4.33-150200.3.60.1.aarch64"
}
},
{
"category": "product_version",
"name": "php7-opcache-7.4.33-150200.3.60.1.aarch64",
"product": {
"name": "php7-opcache-7.4.33-150200.3.60.1.aarch64",
"product_id": "php7-opcache-7.4.33-150200.3.60.1.aarch64"
}
},
{
"category": "product_version",
"name": "php7-openssl-7.4.33-150200.3.60.1.aarch64",
"product": {
"name": "php7-openssl-7.4.33-150200.3.60.1.aarch64",
"product_id": "php7-openssl-7.4.33-150200.3.60.1.aarch64"
}
},
{
"category": "product_version",
"name": "php7-pcntl-7.4.33-150200.3.60.1.aarch64",
"product": {
"name": "php7-pcntl-7.4.33-150200.3.60.1.aarch64",
"product_id": "php7-pcntl-7.4.33-150200.3.60.1.aarch64"
}
},
{
"category": "product_version",
"name": "php7-pdo-7.4.33-150200.3.60.1.aarch64",
"product": {
"name": "php7-pdo-7.4.33-150200.3.60.1.aarch64",
"product_id": "php7-pdo-7.4.33-150200.3.60.1.aarch64"
}
},
{
"category": "product_version",
"name": "php7-pgsql-7.4.33-150200.3.60.1.aarch64",
"product": {
"name": "php7-pgsql-7.4.33-150200.3.60.1.aarch64",
"product_id": "php7-pgsql-7.4.33-150200.3.60.1.aarch64"
}
},
{
"category": "product_version",
"name": "php7-phar-7.4.33-150200.3.60.1.aarch64",
"product": {
"name": "php7-phar-7.4.33-150200.3.60.1.aarch64",
"product_id": "php7-phar-7.4.33-150200.3.60.1.aarch64"
}
},
{
"category": "product_version",
"name": "php7-posix-7.4.33-150200.3.60.1.aarch64",
"product": {
"name": "php7-posix-7.4.33-150200.3.60.1.aarch64",
"product_id": "php7-posix-7.4.33-150200.3.60.1.aarch64"
}
},
{
"category": "product_version",
"name": "php7-readline-7.4.33-150200.3.60.1.aarch64",
"product": {
"name": "php7-readline-7.4.33-150200.3.60.1.aarch64",
"product_id": "php7-readline-7.4.33-150200.3.60.1.aarch64"
}
},
{
"category": "product_version",
"name": "php7-shmop-7.4.33-150200.3.60.1.aarch64",
"product": {
"name": "php7-shmop-7.4.33-150200.3.60.1.aarch64",
"product_id": "php7-shmop-7.4.33-150200.3.60.1.aarch64"
}
},
{
"category": "product_version",
"name": "php7-snmp-7.4.33-150200.3.60.1.aarch64",
"product": {
"name": "php7-snmp-7.4.33-150200.3.60.1.aarch64",
"product_id": "php7-snmp-7.4.33-150200.3.60.1.aarch64"
}
},
{
"category": "product_version",
"name": "php7-soap-7.4.33-150200.3.60.1.aarch64",
"product": {
"name": "php7-soap-7.4.33-150200.3.60.1.aarch64",
"product_id": "php7-soap-7.4.33-150200.3.60.1.aarch64"
}
},
{
"category": "product_version",
"name": "php7-sockets-7.4.33-150200.3.60.1.aarch64",
"product": {
"name": "php7-sockets-7.4.33-150200.3.60.1.aarch64",
"product_id": "php7-sockets-7.4.33-150200.3.60.1.aarch64"
}
},
{
"category": "product_version",
"name": "php7-sodium-7.4.33-150200.3.60.1.aarch64",
"product": {
"name": "php7-sodium-7.4.33-150200.3.60.1.aarch64",
"product_id": "php7-sodium-7.4.33-150200.3.60.1.aarch64"
}
},
{
"category": "product_version",
"name": "php7-sqlite-7.4.33-150200.3.60.1.aarch64",
"product": {
"name": "php7-sqlite-7.4.33-150200.3.60.1.aarch64",
"product_id": "php7-sqlite-7.4.33-150200.3.60.1.aarch64"
}
},
{
"category": "product_version",
"name": "php7-sysvmsg-7.4.33-150200.3.60.1.aarch64",
"product": {
"name": "php7-sysvmsg-7.4.33-150200.3.60.1.aarch64",
"product_id": "php7-sysvmsg-7.4.33-150200.3.60.1.aarch64"
}
},
{
"category": "product_version",
"name": "php7-sysvsem-7.4.33-150200.3.60.1.aarch64",
"product": {
"name": "php7-sysvsem-7.4.33-150200.3.60.1.aarch64",
"product_id": "php7-sysvsem-7.4.33-150200.3.60.1.aarch64"
}
},
{
"category": "product_version",
"name": "php7-sysvshm-7.4.33-150200.3.60.1.aarch64",
"product": {
"name": "php7-sysvshm-7.4.33-150200.3.60.1.aarch64",
"product_id": "php7-sysvshm-7.4.33-150200.3.60.1.aarch64"
}
},
{
"category": "product_version",
"name": "php7-test-7.4.33-150200.3.60.1.aarch64",
"product": {
"name": "php7-test-7.4.33-150200.3.60.1.aarch64",
"product_id": "php7-test-7.4.33-150200.3.60.1.aarch64"
}
},
{
"category": "product_version",
"name": "php7-tidy-7.4.33-150200.3.60.1.aarch64",
"product": {
"name": "php7-tidy-7.4.33-150200.3.60.1.aarch64",
"product_id": "php7-tidy-7.4.33-150200.3.60.1.aarch64"
}
},
{
"category": "product_version",
"name": "php7-tokenizer-7.4.33-150200.3.60.1.aarch64",
"product": {
"name": "php7-tokenizer-7.4.33-150200.3.60.1.aarch64",
"product_id": "php7-tokenizer-7.4.33-150200.3.60.1.aarch64"
}
},
{
"category": "product_version",
"name": "php7-xmlreader-7.4.33-150200.3.60.1.aarch64",
"product": {
"name": "php7-xmlreader-7.4.33-150200.3.60.1.aarch64",
"product_id": "php7-xmlreader-7.4.33-150200.3.60.1.aarch64"
}
},
{
"category": "product_version",
"name": "php7-xmlrpc-7.4.33-150200.3.60.1.aarch64",
"product": {
"name": "php7-xmlrpc-7.4.33-150200.3.60.1.aarch64",
"product_id": "php7-xmlrpc-7.4.33-150200.3.60.1.aarch64"
}
},
{
"category": "product_version",
"name": "php7-xmlwriter-7.4.33-150200.3.60.1.aarch64",
"product": {
"name": "php7-xmlwriter-7.4.33-150200.3.60.1.aarch64",
"product_id": "php7-xmlwriter-7.4.33-150200.3.60.1.aarch64"
}
},
{
"category": "product_version",
"name": "php7-xsl-7.4.33-150200.3.60.1.aarch64",
"product": {
"name": "php7-xsl-7.4.33-150200.3.60.1.aarch64",
"product_id": "php7-xsl-7.4.33-150200.3.60.1.aarch64"
}
},
{
"category": "product_version",
"name": "php7-zip-7.4.33-150200.3.60.1.aarch64",
"product": {
"name": "php7-zip-7.4.33-150200.3.60.1.aarch64",
"product_id": "php7-zip-7.4.33-150200.3.60.1.aarch64"
}
},
{
"category": "product_version",
"name": "php7-zlib-7.4.33-150200.3.60.1.aarch64",
"product": {
"name": "php7-zlib-7.4.33-150200.3.60.1.aarch64",
"product_id": "php7-zlib-7.4.33-150200.3.60.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "apache2-mod_php7-7.4.33-150200.3.60.1.i586",
"product": {
"name": "apache2-mod_php7-7.4.33-150200.3.60.1.i586",
"product_id": "apache2-mod_php7-7.4.33-150200.3.60.1.i586"
}
},
{
"category": "product_version",
"name": "php7-7.4.33-150200.3.60.1.i586",
"product": {
"name": "php7-7.4.33-150200.3.60.1.i586",
"product_id": "php7-7.4.33-150200.3.60.1.i586"
}
},
{
"category": "product_version",
"name": "php7-bcmath-7.4.33-150200.3.60.1.i586",
"product": {
"name": "php7-bcmath-7.4.33-150200.3.60.1.i586",
"product_id": "php7-bcmath-7.4.33-150200.3.60.1.i586"
}
},
{
"category": "product_version",
"name": "php7-bz2-7.4.33-150200.3.60.1.i586",
"product": {
"name": "php7-bz2-7.4.33-150200.3.60.1.i586",
"product_id": "php7-bz2-7.4.33-150200.3.60.1.i586"
}
},
{
"category": "product_version",
"name": "php7-calendar-7.4.33-150200.3.60.1.i586",
"product": {
"name": "php7-calendar-7.4.33-150200.3.60.1.i586",
"product_id": "php7-calendar-7.4.33-150200.3.60.1.i586"
}
},
{
"category": "product_version",
"name": "php7-ctype-7.4.33-150200.3.60.1.i586",
"product": {
"name": "php7-ctype-7.4.33-150200.3.60.1.i586",
"product_id": "php7-ctype-7.4.33-150200.3.60.1.i586"
}
},
{
"category": "product_version",
"name": "php7-curl-7.4.33-150200.3.60.1.i586",
"product": {
"name": "php7-curl-7.4.33-150200.3.60.1.i586",
"product_id": "php7-curl-7.4.33-150200.3.60.1.i586"
}
},
{
"category": "product_version",
"name": "php7-dba-7.4.33-150200.3.60.1.i586",
"product": {
"name": "php7-dba-7.4.33-150200.3.60.1.i586",
"product_id": "php7-dba-7.4.33-150200.3.60.1.i586"
}
},
{
"category": "product_version",
"name": "php7-devel-7.4.33-150200.3.60.1.i586",
"product": {
"name": "php7-devel-7.4.33-150200.3.60.1.i586",
"product_id": "php7-devel-7.4.33-150200.3.60.1.i586"
}
},
{
"category": "product_version",
"name": "php7-dom-7.4.33-150200.3.60.1.i586",
"product": {
"name": "php7-dom-7.4.33-150200.3.60.1.i586",
"product_id": "php7-dom-7.4.33-150200.3.60.1.i586"
}
},
{
"category": "product_version",
"name": "php7-embed-7.4.33-150200.3.60.1.i586",
"product": {
"name": "php7-embed-7.4.33-150200.3.60.1.i586",
"product_id": "php7-embed-7.4.33-150200.3.60.1.i586"
}
},
{
"category": "product_version",
"name": "php7-enchant-7.4.33-150200.3.60.1.i586",
"product": {
"name": "php7-enchant-7.4.33-150200.3.60.1.i586",
"product_id": "php7-enchant-7.4.33-150200.3.60.1.i586"
}
},
{
"category": "product_version",
"name": "php7-exif-7.4.33-150200.3.60.1.i586",
"product": {
"name": "php7-exif-7.4.33-150200.3.60.1.i586",
"product_id": "php7-exif-7.4.33-150200.3.60.1.i586"
}
},
{
"category": "product_version",
"name": "php7-fastcgi-7.4.33-150200.3.60.1.i586",
"product": {
"name": "php7-fastcgi-7.4.33-150200.3.60.1.i586",
"product_id": "php7-fastcgi-7.4.33-150200.3.60.1.i586"
}
},
{
"category": "product_version",
"name": "php7-fileinfo-7.4.33-150200.3.60.1.i586",
"product": {
"name": "php7-fileinfo-7.4.33-150200.3.60.1.i586",
"product_id": "php7-fileinfo-7.4.33-150200.3.60.1.i586"
}
},
{
"category": "product_version",
"name": "php7-firebird-7.4.33-150200.3.60.1.i586",
"product": {
"name": "php7-firebird-7.4.33-150200.3.60.1.i586",
"product_id": "php7-firebird-7.4.33-150200.3.60.1.i586"
}
},
{
"category": "product_version",
"name": "php7-fpm-7.4.33-150200.3.60.1.i586",
"product": {
"name": "php7-fpm-7.4.33-150200.3.60.1.i586",
"product_id": "php7-fpm-7.4.33-150200.3.60.1.i586"
}
},
{
"category": "product_version",
"name": "php7-ftp-7.4.33-150200.3.60.1.i586",
"product": {
"name": "php7-ftp-7.4.33-150200.3.60.1.i586",
"product_id": "php7-ftp-7.4.33-150200.3.60.1.i586"
}
},
{
"category": "product_version",
"name": "php7-gd-7.4.33-150200.3.60.1.i586",
"product": {
"name": "php7-gd-7.4.33-150200.3.60.1.i586",
"product_id": "php7-gd-7.4.33-150200.3.60.1.i586"
}
},
{
"category": "product_version",
"name": "php7-gettext-7.4.33-150200.3.60.1.i586",
"product": {
"name": "php7-gettext-7.4.33-150200.3.60.1.i586",
"product_id": "php7-gettext-7.4.33-150200.3.60.1.i586"
}
},
{
"category": "product_version",
"name": "php7-gmp-7.4.33-150200.3.60.1.i586",
"product": {
"name": "php7-gmp-7.4.33-150200.3.60.1.i586",
"product_id": "php7-gmp-7.4.33-150200.3.60.1.i586"
}
},
{
"category": "product_version",
"name": "php7-iconv-7.4.33-150200.3.60.1.i586",
"product": {
"name": "php7-iconv-7.4.33-150200.3.60.1.i586",
"product_id": "php7-iconv-7.4.33-150200.3.60.1.i586"
}
},
{
"category": "product_version",
"name": "php7-intl-7.4.33-150200.3.60.1.i586",
"product": {
"name": "php7-intl-7.4.33-150200.3.60.1.i586",
"product_id": "php7-intl-7.4.33-150200.3.60.1.i586"
}
},
{
"category": "product_version",
"name": "php7-json-7.4.33-150200.3.60.1.i586",
"product": {
"name": "php7-json-7.4.33-150200.3.60.1.i586",
"product_id": "php7-json-7.4.33-150200.3.60.1.i586"
}
},
{
"category": "product_version",
"name": "php7-ldap-7.4.33-150200.3.60.1.i586",
"product": {
"name": "php7-ldap-7.4.33-150200.3.60.1.i586",
"product_id": "php7-ldap-7.4.33-150200.3.60.1.i586"
}
},
{
"category": "product_version",
"name": "php7-mbstring-7.4.33-150200.3.60.1.i586",
"product": {
"name": "php7-mbstring-7.4.33-150200.3.60.1.i586",
"product_id": "php7-mbstring-7.4.33-150200.3.60.1.i586"
}
},
{
"category": "product_version",
"name": "php7-mysql-7.4.33-150200.3.60.1.i586",
"product": {
"name": "php7-mysql-7.4.33-150200.3.60.1.i586",
"product_id": "php7-mysql-7.4.33-150200.3.60.1.i586"
}
},
{
"category": "product_version",
"name": "php7-odbc-7.4.33-150200.3.60.1.i586",
"product": {
"name": "php7-odbc-7.4.33-150200.3.60.1.i586",
"product_id": "php7-odbc-7.4.33-150200.3.60.1.i586"
}
},
{
"category": "product_version",
"name": "php7-opcache-7.4.33-150200.3.60.1.i586",
"product": {
"name": "php7-opcache-7.4.33-150200.3.60.1.i586",
"product_id": "php7-opcache-7.4.33-150200.3.60.1.i586"
}
},
{
"category": "product_version",
"name": "php7-openssl-7.4.33-150200.3.60.1.i586",
"product": {
"name": "php7-openssl-7.4.33-150200.3.60.1.i586",
"product_id": "php7-openssl-7.4.33-150200.3.60.1.i586"
}
},
{
"category": "product_version",
"name": "php7-pcntl-7.4.33-150200.3.60.1.i586",
"product": {
"name": "php7-pcntl-7.4.33-150200.3.60.1.i586",
"product_id": "php7-pcntl-7.4.33-150200.3.60.1.i586"
}
},
{
"category": "product_version",
"name": "php7-pdo-7.4.33-150200.3.60.1.i586",
"product": {
"name": "php7-pdo-7.4.33-150200.3.60.1.i586",
"product_id": "php7-pdo-7.4.33-150200.3.60.1.i586"
}
},
{
"category": "product_version",
"name": "php7-pgsql-7.4.33-150200.3.60.1.i586",
"product": {
"name": "php7-pgsql-7.4.33-150200.3.60.1.i586",
"product_id": "php7-pgsql-7.4.33-150200.3.60.1.i586"
}
},
{
"category": "product_version",
"name": "php7-phar-7.4.33-150200.3.60.1.i586",
"product": {
"name": "php7-phar-7.4.33-150200.3.60.1.i586",
"product_id": "php7-phar-7.4.33-150200.3.60.1.i586"
}
},
{
"category": "product_version",
"name": "php7-posix-7.4.33-150200.3.60.1.i586",
"product": {
"name": "php7-posix-7.4.33-150200.3.60.1.i586",
"product_id": "php7-posix-7.4.33-150200.3.60.1.i586"
}
},
{
"category": "product_version",
"name": "php7-readline-7.4.33-150200.3.60.1.i586",
"product": {
"name": "php7-readline-7.4.33-150200.3.60.1.i586",
"product_id": "php7-readline-7.4.33-150200.3.60.1.i586"
}
},
{
"category": "product_version",
"name": "php7-shmop-7.4.33-150200.3.60.1.i586",
"product": {
"name": "php7-shmop-7.4.33-150200.3.60.1.i586",
"product_id": "php7-shmop-7.4.33-150200.3.60.1.i586"
}
},
{
"category": "product_version",
"name": "php7-snmp-7.4.33-150200.3.60.1.i586",
"product": {
"name": "php7-snmp-7.4.33-150200.3.60.1.i586",
"product_id": "php7-snmp-7.4.33-150200.3.60.1.i586"
}
},
{
"category": "product_version",
"name": "php7-soap-7.4.33-150200.3.60.1.i586",
"product": {
"name": "php7-soap-7.4.33-150200.3.60.1.i586",
"product_id": "php7-soap-7.4.33-150200.3.60.1.i586"
}
},
{
"category": "product_version",
"name": "php7-sockets-7.4.33-150200.3.60.1.i586",
"product": {
"name": "php7-sockets-7.4.33-150200.3.60.1.i586",
"product_id": "php7-sockets-7.4.33-150200.3.60.1.i586"
}
},
{
"category": "product_version",
"name": "php7-sodium-7.4.33-150200.3.60.1.i586",
"product": {
"name": "php7-sodium-7.4.33-150200.3.60.1.i586",
"product_id": "php7-sodium-7.4.33-150200.3.60.1.i586"
}
},
{
"category": "product_version",
"name": "php7-sqlite-7.4.33-150200.3.60.1.i586",
"product": {
"name": "php7-sqlite-7.4.33-150200.3.60.1.i586",
"product_id": "php7-sqlite-7.4.33-150200.3.60.1.i586"
}
},
{
"category": "product_version",
"name": "php7-sysvmsg-7.4.33-150200.3.60.1.i586",
"product": {
"name": "php7-sysvmsg-7.4.33-150200.3.60.1.i586",
"product_id": "php7-sysvmsg-7.4.33-150200.3.60.1.i586"
}
},
{
"category": "product_version",
"name": "php7-sysvsem-7.4.33-150200.3.60.1.i586",
"product": {
"name": "php7-sysvsem-7.4.33-150200.3.60.1.i586",
"product_id": "php7-sysvsem-7.4.33-150200.3.60.1.i586"
}
},
{
"category": "product_version",
"name": "php7-sysvshm-7.4.33-150200.3.60.1.i586",
"product": {
"name": "php7-sysvshm-7.4.33-150200.3.60.1.i586",
"product_id": "php7-sysvshm-7.4.33-150200.3.60.1.i586"
}
},
{
"category": "product_version",
"name": "php7-test-7.4.33-150200.3.60.1.i586",
"product": {
"name": "php7-test-7.4.33-150200.3.60.1.i586",
"product_id": "php7-test-7.4.33-150200.3.60.1.i586"
}
},
{
"category": "product_version",
"name": "php7-tidy-7.4.33-150200.3.60.1.i586",
"product": {
"name": "php7-tidy-7.4.33-150200.3.60.1.i586",
"product_id": "php7-tidy-7.4.33-150200.3.60.1.i586"
}
},
{
"category": "product_version",
"name": "php7-tokenizer-7.4.33-150200.3.60.1.i586",
"product": {
"name": "php7-tokenizer-7.4.33-150200.3.60.1.i586",
"product_id": "php7-tokenizer-7.4.33-150200.3.60.1.i586"
}
},
{
"category": "product_version",
"name": "php7-xmlreader-7.4.33-150200.3.60.1.i586",
"product": {
"name": "php7-xmlreader-7.4.33-150200.3.60.1.i586",
"product_id": "php7-xmlreader-7.4.33-150200.3.60.1.i586"
}
},
{
"category": "product_version",
"name": "php7-xmlrpc-7.4.33-150200.3.60.1.i586",
"product": {
"name": "php7-xmlrpc-7.4.33-150200.3.60.1.i586",
"product_id": "php7-xmlrpc-7.4.33-150200.3.60.1.i586"
}
},
{
"category": "product_version",
"name": "php7-xmlwriter-7.4.33-150200.3.60.1.i586",
"product": {
"name": "php7-xmlwriter-7.4.33-150200.3.60.1.i586",
"product_id": "php7-xmlwriter-7.4.33-150200.3.60.1.i586"
}
},
{
"category": "product_version",
"name": "php7-xsl-7.4.33-150200.3.60.1.i586",
"product": {
"name": "php7-xsl-7.4.33-150200.3.60.1.i586",
"product_id": "php7-xsl-7.4.33-150200.3.60.1.i586"
}
},
{
"category": "product_version",
"name": "php7-zip-7.4.33-150200.3.60.1.i586",
"product": {
"name": "php7-zip-7.4.33-150200.3.60.1.i586",
"product_id": "php7-zip-7.4.33-150200.3.60.1.i586"
}
},
{
"category": "product_version",
"name": "php7-zlib-7.4.33-150200.3.60.1.i586",
"product": {
"name": "php7-zlib-7.4.33-150200.3.60.1.i586",
"product_id": "php7-zlib-7.4.33-150200.3.60.1.i586"
}
}
],
"category": "architecture",
"name": "i586"
},
{
"branches": [
{
"category": "product_version",
"name": "apache2-mod_php7-7.4.33-150200.3.60.1.ppc64le",
"product": {
"name": "apache2-mod_php7-7.4.33-150200.3.60.1.ppc64le",
"product_id": "apache2-mod_php7-7.4.33-150200.3.60.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php7-7.4.33-150200.3.60.1.ppc64le",
"product": {
"name": "php7-7.4.33-150200.3.60.1.ppc64le",
"product_id": "php7-7.4.33-150200.3.60.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php7-bcmath-7.4.33-150200.3.60.1.ppc64le",
"product": {
"name": "php7-bcmath-7.4.33-150200.3.60.1.ppc64le",
"product_id": "php7-bcmath-7.4.33-150200.3.60.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php7-bz2-7.4.33-150200.3.60.1.ppc64le",
"product": {
"name": "php7-bz2-7.4.33-150200.3.60.1.ppc64le",
"product_id": "php7-bz2-7.4.33-150200.3.60.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php7-calendar-7.4.33-150200.3.60.1.ppc64le",
"product": {
"name": "php7-calendar-7.4.33-150200.3.60.1.ppc64le",
"product_id": "php7-calendar-7.4.33-150200.3.60.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php7-ctype-7.4.33-150200.3.60.1.ppc64le",
"product": {
"name": "php7-ctype-7.4.33-150200.3.60.1.ppc64le",
"product_id": "php7-ctype-7.4.33-150200.3.60.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php7-curl-7.4.33-150200.3.60.1.ppc64le",
"product": {
"name": "php7-curl-7.4.33-150200.3.60.1.ppc64le",
"product_id": "php7-curl-7.4.33-150200.3.60.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php7-dba-7.4.33-150200.3.60.1.ppc64le",
"product": {
"name": "php7-dba-7.4.33-150200.3.60.1.ppc64le",
"product_id": "php7-dba-7.4.33-150200.3.60.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php7-devel-7.4.33-150200.3.60.1.ppc64le",
"product": {
"name": "php7-devel-7.4.33-150200.3.60.1.ppc64le",
"product_id": "php7-devel-7.4.33-150200.3.60.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php7-dom-7.4.33-150200.3.60.1.ppc64le",
"product": {
"name": "php7-dom-7.4.33-150200.3.60.1.ppc64le",
"product_id": "php7-dom-7.4.33-150200.3.60.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php7-embed-7.4.33-150200.3.60.1.ppc64le",
"product": {
"name": "php7-embed-7.4.33-150200.3.60.1.ppc64le",
"product_id": "php7-embed-7.4.33-150200.3.60.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php7-enchant-7.4.33-150200.3.60.1.ppc64le",
"product": {
"name": "php7-enchant-7.4.33-150200.3.60.1.ppc64le",
"product_id": "php7-enchant-7.4.33-150200.3.60.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php7-exif-7.4.33-150200.3.60.1.ppc64le",
"product": {
"name": "php7-exif-7.4.33-150200.3.60.1.ppc64le",
"product_id": "php7-exif-7.4.33-150200.3.60.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php7-fastcgi-7.4.33-150200.3.60.1.ppc64le",
"product": {
"name": "php7-fastcgi-7.4.33-150200.3.60.1.ppc64le",
"product_id": "php7-fastcgi-7.4.33-150200.3.60.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php7-fileinfo-7.4.33-150200.3.60.1.ppc64le",
"product": {
"name": "php7-fileinfo-7.4.33-150200.3.60.1.ppc64le",
"product_id": "php7-fileinfo-7.4.33-150200.3.60.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php7-firebird-7.4.33-150200.3.60.1.ppc64le",
"product": {
"name": "php7-firebird-7.4.33-150200.3.60.1.ppc64le",
"product_id": "php7-firebird-7.4.33-150200.3.60.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php7-fpm-7.4.33-150200.3.60.1.ppc64le",
"product": {
"name": "php7-fpm-7.4.33-150200.3.60.1.ppc64le",
"product_id": "php7-fpm-7.4.33-150200.3.60.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php7-ftp-7.4.33-150200.3.60.1.ppc64le",
"product": {
"name": "php7-ftp-7.4.33-150200.3.60.1.ppc64le",
"product_id": "php7-ftp-7.4.33-150200.3.60.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php7-gd-7.4.33-150200.3.60.1.ppc64le",
"product": {
"name": "php7-gd-7.4.33-150200.3.60.1.ppc64le",
"product_id": "php7-gd-7.4.33-150200.3.60.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php7-gettext-7.4.33-150200.3.60.1.ppc64le",
"product": {
"name": "php7-gettext-7.4.33-150200.3.60.1.ppc64le",
"product_id": "php7-gettext-7.4.33-150200.3.60.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php7-gmp-7.4.33-150200.3.60.1.ppc64le",
"product": {
"name": "php7-gmp-7.4.33-150200.3.60.1.ppc64le",
"product_id": "php7-gmp-7.4.33-150200.3.60.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php7-iconv-7.4.33-150200.3.60.1.ppc64le",
"product": {
"name": "php7-iconv-7.4.33-150200.3.60.1.ppc64le",
"product_id": "php7-iconv-7.4.33-150200.3.60.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php7-intl-7.4.33-150200.3.60.1.ppc64le",
"product": {
"name": "php7-intl-7.4.33-150200.3.60.1.ppc64le",
"product_id": "php7-intl-7.4.33-150200.3.60.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php7-json-7.4.33-150200.3.60.1.ppc64le",
"product": {
"name": "php7-json-7.4.33-150200.3.60.1.ppc64le",
"product_id": "php7-json-7.4.33-150200.3.60.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php7-ldap-7.4.33-150200.3.60.1.ppc64le",
"product": {
"name": "php7-ldap-7.4.33-150200.3.60.1.ppc64le",
"product_id": "php7-ldap-7.4.33-150200.3.60.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php7-mbstring-7.4.33-150200.3.60.1.ppc64le",
"product": {
"name": "php7-mbstring-7.4.33-150200.3.60.1.ppc64le",
"product_id": "php7-mbstring-7.4.33-150200.3.60.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php7-mysql-7.4.33-150200.3.60.1.ppc64le",
"product": {
"name": "php7-mysql-7.4.33-150200.3.60.1.ppc64le",
"product_id": "php7-mysql-7.4.33-150200.3.60.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php7-odbc-7.4.33-150200.3.60.1.ppc64le",
"product": {
"name": "php7-odbc-7.4.33-150200.3.60.1.ppc64le",
"product_id": "php7-odbc-7.4.33-150200.3.60.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php7-opcache-7.4.33-150200.3.60.1.ppc64le",
"product": {
"name": "php7-opcache-7.4.33-150200.3.60.1.ppc64le",
"product_id": "php7-opcache-7.4.33-150200.3.60.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php7-openssl-7.4.33-150200.3.60.1.ppc64le",
"product": {
"name": "php7-openssl-7.4.33-150200.3.60.1.ppc64le",
"product_id": "php7-openssl-7.4.33-150200.3.60.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php7-pcntl-7.4.33-150200.3.60.1.ppc64le",
"product": {
"name": "php7-pcntl-7.4.33-150200.3.60.1.ppc64le",
"product_id": "php7-pcntl-7.4.33-150200.3.60.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php7-pdo-7.4.33-150200.3.60.1.ppc64le",
"product": {
"name": "php7-pdo-7.4.33-150200.3.60.1.ppc64le",
"product_id": "php7-pdo-7.4.33-150200.3.60.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php7-pgsql-7.4.33-150200.3.60.1.ppc64le",
"product": {
"name": "php7-pgsql-7.4.33-150200.3.60.1.ppc64le",
"product_id": "php7-pgsql-7.4.33-150200.3.60.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php7-phar-7.4.33-150200.3.60.1.ppc64le",
"product": {
"name": "php7-phar-7.4.33-150200.3.60.1.ppc64le",
"product_id": "php7-phar-7.4.33-150200.3.60.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php7-posix-7.4.33-150200.3.60.1.ppc64le",
"product": {
"name": "php7-posix-7.4.33-150200.3.60.1.ppc64le",
"product_id": "php7-posix-7.4.33-150200.3.60.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php7-readline-7.4.33-150200.3.60.1.ppc64le",
"product": {
"name": "php7-readline-7.4.33-150200.3.60.1.ppc64le",
"product_id": "php7-readline-7.4.33-150200.3.60.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php7-shmop-7.4.33-150200.3.60.1.ppc64le",
"product": {
"name": "php7-shmop-7.4.33-150200.3.60.1.ppc64le",
"product_id": "php7-shmop-7.4.33-150200.3.60.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php7-snmp-7.4.33-150200.3.60.1.ppc64le",
"product": {
"name": "php7-snmp-7.4.33-150200.3.60.1.ppc64le",
"product_id": "php7-snmp-7.4.33-150200.3.60.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php7-soap-7.4.33-150200.3.60.1.ppc64le",
"product": {
"name": "php7-soap-7.4.33-150200.3.60.1.ppc64le",
"product_id": "php7-soap-7.4.33-150200.3.60.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php7-sockets-7.4.33-150200.3.60.1.ppc64le",
"product": {
"name": "php7-sockets-7.4.33-150200.3.60.1.ppc64le",
"product_id": "php7-sockets-7.4.33-150200.3.60.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php7-sodium-7.4.33-150200.3.60.1.ppc64le",
"product": {
"name": "php7-sodium-7.4.33-150200.3.60.1.ppc64le",
"product_id": "php7-sodium-7.4.33-150200.3.60.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php7-sqlite-7.4.33-150200.3.60.1.ppc64le",
"product": {
"name": "php7-sqlite-7.4.33-150200.3.60.1.ppc64le",
"product_id": "php7-sqlite-7.4.33-150200.3.60.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php7-sysvmsg-7.4.33-150200.3.60.1.ppc64le",
"product": {
"name": "php7-sysvmsg-7.4.33-150200.3.60.1.ppc64le",
"product_id": "php7-sysvmsg-7.4.33-150200.3.60.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php7-sysvsem-7.4.33-150200.3.60.1.ppc64le",
"product": {
"name": "php7-sysvsem-7.4.33-150200.3.60.1.ppc64le",
"product_id": "php7-sysvsem-7.4.33-150200.3.60.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php7-sysvshm-7.4.33-150200.3.60.1.ppc64le",
"product": {
"name": "php7-sysvshm-7.4.33-150200.3.60.1.ppc64le",
"product_id": "php7-sysvshm-7.4.33-150200.3.60.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php7-test-7.4.33-150200.3.60.1.ppc64le",
"product": {
"name": "php7-test-7.4.33-150200.3.60.1.ppc64le",
"product_id": "php7-test-7.4.33-150200.3.60.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php7-tidy-7.4.33-150200.3.60.1.ppc64le",
"product": {
"name": "php7-tidy-7.4.33-150200.3.60.1.ppc64le",
"product_id": "php7-tidy-7.4.33-150200.3.60.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php7-tokenizer-7.4.33-150200.3.60.1.ppc64le",
"product": {
"name": "php7-tokenizer-7.4.33-150200.3.60.1.ppc64le",
"product_id": "php7-tokenizer-7.4.33-150200.3.60.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php7-xmlreader-7.4.33-150200.3.60.1.ppc64le",
"product": {
"name": "php7-xmlreader-7.4.33-150200.3.60.1.ppc64le",
"product_id": "php7-xmlreader-7.4.33-150200.3.60.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php7-xmlrpc-7.4.33-150200.3.60.1.ppc64le",
"product": {
"name": "php7-xmlrpc-7.4.33-150200.3.60.1.ppc64le",
"product_id": "php7-xmlrpc-7.4.33-150200.3.60.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php7-xmlwriter-7.4.33-150200.3.60.1.ppc64le",
"product": {
"name": "php7-xmlwriter-7.4.33-150200.3.60.1.ppc64le",
"product_id": "php7-xmlwriter-7.4.33-150200.3.60.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php7-xsl-7.4.33-150200.3.60.1.ppc64le",
"product": {
"name": "php7-xsl-7.4.33-150200.3.60.1.ppc64le",
"product_id": "php7-xsl-7.4.33-150200.3.60.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php7-zip-7.4.33-150200.3.60.1.ppc64le",
"product": {
"name": "php7-zip-7.4.33-150200.3.60.1.ppc64le",
"product_id": "php7-zip-7.4.33-150200.3.60.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php7-zlib-7.4.33-150200.3.60.1.ppc64le",
"product": {
"name": "php7-zlib-7.4.33-150200.3.60.1.ppc64le",
"product_id": "php7-zlib-7.4.33-150200.3.60.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "apache2-mod_php7-7.4.33-150200.3.60.1.s390x",
"product": {
"name": "apache2-mod_php7-7.4.33-150200.3.60.1.s390x",
"product_id": "apache2-mod_php7-7.4.33-150200.3.60.1.s390x"
}
},
{
"category": "product_version",
"name": "php7-7.4.33-150200.3.60.1.s390x",
"product": {
"name": "php7-7.4.33-150200.3.60.1.s390x",
"product_id": "php7-7.4.33-150200.3.60.1.s390x"
}
},
{
"category": "product_version",
"name": "php7-bcmath-7.4.33-150200.3.60.1.s390x",
"product": {
"name": "php7-bcmath-7.4.33-150200.3.60.1.s390x",
"product_id": "php7-bcmath-7.4.33-150200.3.60.1.s390x"
}
},
{
"category": "product_version",
"name": "php7-bz2-7.4.33-150200.3.60.1.s390x",
"product": {
"name": "php7-bz2-7.4.33-150200.3.60.1.s390x",
"product_id": "php7-bz2-7.4.33-150200.3.60.1.s390x"
}
},
{
"category": "product_version",
"name": "php7-calendar-7.4.33-150200.3.60.1.s390x",
"product": {
"name": "php7-calendar-7.4.33-150200.3.60.1.s390x",
"product_id": "php7-calendar-7.4.33-150200.3.60.1.s390x"
}
},
{
"category": "product_version",
"name": "php7-ctype-7.4.33-150200.3.60.1.s390x",
"product": {
"name": "php7-ctype-7.4.33-150200.3.60.1.s390x",
"product_id": "php7-ctype-7.4.33-150200.3.60.1.s390x"
}
},
{
"category": "product_version",
"name": "php7-curl-7.4.33-150200.3.60.1.s390x",
"product": {
"name": "php7-curl-7.4.33-150200.3.60.1.s390x",
"product_id": "php7-curl-7.4.33-150200.3.60.1.s390x"
}
},
{
"category": "product_version",
"name": "php7-dba-7.4.33-150200.3.60.1.s390x",
"product": {
"name": "php7-dba-7.4.33-150200.3.60.1.s390x",
"product_id": "php7-dba-7.4.33-150200.3.60.1.s390x"
}
},
{
"category": "product_version",
"name": "php7-devel-7.4.33-150200.3.60.1.s390x",
"product": {
"name": "php7-devel-7.4.33-150200.3.60.1.s390x",
"product_id": "php7-devel-7.4.33-150200.3.60.1.s390x"
}
},
{
"category": "product_version",
"name": "php7-dom-7.4.33-150200.3.60.1.s390x",
"product": {
"name": "php7-dom-7.4.33-150200.3.60.1.s390x",
"product_id": "php7-dom-7.4.33-150200.3.60.1.s390x"
}
},
{
"category": "product_version",
"name": "php7-embed-7.4.33-150200.3.60.1.s390x",
"product": {
"name": "php7-embed-7.4.33-150200.3.60.1.s390x",
"product_id": "php7-embed-7.4.33-150200.3.60.1.s390x"
}
},
{
"category": "product_version",
"name": "php7-enchant-7.4.33-150200.3.60.1.s390x",
"product": {
"name": "php7-enchant-7.4.33-150200.3.60.1.s390x",
"product_id": "php7-enchant-7.4.33-150200.3.60.1.s390x"
}
},
{
"category": "product_version",
"name": "php7-exif-7.4.33-150200.3.60.1.s390x",
"product": {
"name": "php7-exif-7.4.33-150200.3.60.1.s390x",
"product_id": "php7-exif-7.4.33-150200.3.60.1.s390x"
}
},
{
"category": "product_version",
"name": "php7-fastcgi-7.4.33-150200.3.60.1.s390x",
"product": {
"name": "php7-fastcgi-7.4.33-150200.3.60.1.s390x",
"product_id": "php7-fastcgi-7.4.33-150200.3.60.1.s390x"
}
},
{
"category": "product_version",
"name": "php7-fileinfo-7.4.33-150200.3.60.1.s390x",
"product": {
"name": "php7-fileinfo-7.4.33-150200.3.60.1.s390x",
"product_id": "php7-fileinfo-7.4.33-150200.3.60.1.s390x"
}
},
{
"category": "product_version",
"name": "php7-firebird-7.4.33-150200.3.60.1.s390x",
"product": {
"name": "php7-firebird-7.4.33-150200.3.60.1.s390x",
"product_id": "php7-firebird-7.4.33-150200.3.60.1.s390x"
}
},
{
"category": "product_version",
"name": "php7-fpm-7.4.33-150200.3.60.1.s390x",
"product": {
"name": "php7-fpm-7.4.33-150200.3.60.1.s390x",
"product_id": "php7-fpm-7.4.33-150200.3.60.1.s390x"
}
},
{
"category": "product_version",
"name": "php7-ftp-7.4.33-150200.3.60.1.s390x",
"product": {
"name": "php7-ftp-7.4.33-150200.3.60.1.s390x",
"product_id": "php7-ftp-7.4.33-150200.3.60.1.s390x"
}
},
{
"category": "product_version",
"name": "php7-gd-7.4.33-150200.3.60.1.s390x",
"product": {
"name": "php7-gd-7.4.33-150200.3.60.1.s390x",
"product_id": "php7-gd-7.4.33-150200.3.60.1.s390x"
}
},
{
"category": "product_version",
"name": "php7-gettext-7.4.33-150200.3.60.1.s390x",
"product": {
"name": "php7-gettext-7.4.33-150200.3.60.1.s390x",
"product_id": "php7-gettext-7.4.33-150200.3.60.1.s390x"
}
},
{
"category": "product_version",
"name": "php7-gmp-7.4.33-150200.3.60.1.s390x",
"product": {
"name": "php7-gmp-7.4.33-150200.3.60.1.s390x",
"product_id": "php7-gmp-7.4.33-150200.3.60.1.s390x"
}
},
{
"category": "product_version",
"name": "php7-iconv-7.4.33-150200.3.60.1.s390x",
"product": {
"name": "php7-iconv-7.4.33-150200.3.60.1.s390x",
"product_id": "php7-iconv-7.4.33-150200.3.60.1.s390x"
}
},
{
"category": "product_version",
"name": "php7-intl-7.4.33-150200.3.60.1.s390x",
"product": {
"name": "php7-intl-7.4.33-150200.3.60.1.s390x",
"product_id": "php7-intl-7.4.33-150200.3.60.1.s390x"
}
},
{
"category": "product_version",
"name": "php7-json-7.4.33-150200.3.60.1.s390x",
"product": {
"name": "php7-json-7.4.33-150200.3.60.1.s390x",
"product_id": "php7-json-7.4.33-150200.3.60.1.s390x"
}
},
{
"category": "product_version",
"name": "php7-ldap-7.4.33-150200.3.60.1.s390x",
"product": {
"name": "php7-ldap-7.4.33-150200.3.60.1.s390x",
"product_id": "php7-ldap-7.4.33-150200.3.60.1.s390x"
}
},
{
"category": "product_version",
"name": "php7-mbstring-7.4.33-150200.3.60.1.s390x",
"product": {
"name": "php7-mbstring-7.4.33-150200.3.60.1.s390x",
"product_id": "php7-mbstring-7.4.33-150200.3.60.1.s390x"
}
},
{
"category": "product_version",
"name": "php7-mysql-7.4.33-150200.3.60.1.s390x",
"product": {
"name": "php7-mysql-7.4.33-150200.3.60.1.s390x",
"product_id": "php7-mysql-7.4.33-150200.3.60.1.s390x"
}
},
{
"category": "product_version",
"name": "php7-odbc-7.4.33-150200.3.60.1.s390x",
"product": {
"name": "php7-odbc-7.4.33-150200.3.60.1.s390x",
"product_id": "php7-odbc-7.4.33-150200.3.60.1.s390x"
}
},
{
"category": "product_version",
"name": "php7-opcache-7.4.33-150200.3.60.1.s390x",
"product": {
"name": "php7-opcache-7.4.33-150200.3.60.1.s390x",
"product_id": "php7-opcache-7.4.33-150200.3.60.1.s390x"
}
},
{
"category": "product_version",
"name": "php7-openssl-7.4.33-150200.3.60.1.s390x",
"product": {
"name": "php7-openssl-7.4.33-150200.3.60.1.s390x",
"product_id": "php7-openssl-7.4.33-150200.3.60.1.s390x"
}
},
{
"category": "product_version",
"name": "php7-pcntl-7.4.33-150200.3.60.1.s390x",
"product": {
"name": "php7-pcntl-7.4.33-150200.3.60.1.s390x",
"product_id": "php7-pcntl-7.4.33-150200.3.60.1.s390x"
}
},
{
"category": "product_version",
"name": "php7-pdo-7.4.33-150200.3.60.1.s390x",
"product": {
"name": "php7-pdo-7.4.33-150200.3.60.1.s390x",
"product_id": "php7-pdo-7.4.33-150200.3.60.1.s390x"
}
},
{
"category": "product_version",
"name": "php7-pgsql-7.4.33-150200.3.60.1.s390x",
"product": {
"name": "php7-pgsql-7.4.33-150200.3.60.1.s390x",
"product_id": "php7-pgsql-7.4.33-150200.3.60.1.s390x"
}
},
{
"category": "product_version",
"name": "php7-phar-7.4.33-150200.3.60.1.s390x",
"product": {
"name": "php7-phar-7.4.33-150200.3.60.1.s390x",
"product_id": "php7-phar-7.4.33-150200.3.60.1.s390x"
}
},
{
"category": "product_version",
"name": "php7-posix-7.4.33-150200.3.60.1.s390x",
"product": {
"name": "php7-posix-7.4.33-150200.3.60.1.s390x",
"product_id": "php7-posix-7.4.33-150200.3.60.1.s390x"
}
},
{
"category": "product_version",
"name": "php7-readline-7.4.33-150200.3.60.1.s390x",
"product": {
"name": "php7-readline-7.4.33-150200.3.60.1.s390x",
"product_id": "php7-readline-7.4.33-150200.3.60.1.s390x"
}
},
{
"category": "product_version",
"name": "php7-shmop-7.4.33-150200.3.60.1.s390x",
"product": {
"name": "php7-shmop-7.4.33-150200.3.60.1.s390x",
"product_id": "php7-shmop-7.4.33-150200.3.60.1.s390x"
}
},
{
"category": "product_version",
"name": "php7-snmp-7.4.33-150200.3.60.1.s390x",
"product": {
"name": "php7-snmp-7.4.33-150200.3.60.1.s390x",
"product_id": "php7-snmp-7.4.33-150200.3.60.1.s390x"
}
},
{
"category": "product_version",
"name": "php7-soap-7.4.33-150200.3.60.1.s390x",
"product": {
"name": "php7-soap-7.4.33-150200.3.60.1.s390x",
"product_id": "php7-soap-7.4.33-150200.3.60.1.s390x"
}
},
{
"category": "product_version",
"name": "php7-sockets-7.4.33-150200.3.60.1.s390x",
"product": {
"name": "php7-sockets-7.4.33-150200.3.60.1.s390x",
"product_id": "php7-sockets-7.4.33-150200.3.60.1.s390x"
}
},
{
"category": "product_version",
"name": "php7-sodium-7.4.33-150200.3.60.1.s390x",
"product": {
"name": "php7-sodium-7.4.33-150200.3.60.1.s390x",
"product_id": "php7-sodium-7.4.33-150200.3.60.1.s390x"
}
},
{
"category": "product_version",
"name": "php7-sqlite-7.4.33-150200.3.60.1.s390x",
"product": {
"name": "php7-sqlite-7.4.33-150200.3.60.1.s390x",
"product_id": "php7-sqlite-7.4.33-150200.3.60.1.s390x"
}
},
{
"category": "product_version",
"name": "php7-sysvmsg-7.4.33-150200.3.60.1.s390x",
"product": {
"name": "php7-sysvmsg-7.4.33-150200.3.60.1.s390x",
"product_id": "php7-sysvmsg-7.4.33-150200.3.60.1.s390x"
}
},
{
"category": "product_version",
"name": "php7-sysvsem-7.4.33-150200.3.60.1.s390x",
"product": {
"name": "php7-sysvsem-7.4.33-150200.3.60.1.s390x",
"product_id": "php7-sysvsem-7.4.33-150200.3.60.1.s390x"
}
},
{
"category": "product_version",
"name": "php7-sysvshm-7.4.33-150200.3.60.1.s390x",
"product": {
"name": "php7-sysvshm-7.4.33-150200.3.60.1.s390x",
"product_id": "php7-sysvshm-7.4.33-150200.3.60.1.s390x"
}
},
{
"category": "product_version",
"name": "php7-test-7.4.33-150200.3.60.1.s390x",
"product": {
"name": "php7-test-7.4.33-150200.3.60.1.s390x",
"product_id": "php7-test-7.4.33-150200.3.60.1.s390x"
}
},
{
"category": "product_version",
"name": "php7-tidy-7.4.33-150200.3.60.1.s390x",
"product": {
"name": "php7-tidy-7.4.33-150200.3.60.1.s390x",
"product_id": "php7-tidy-7.4.33-150200.3.60.1.s390x"
}
},
{
"category": "product_version",
"name": "php7-tokenizer-7.4.33-150200.3.60.1.s390x",
"product": {
"name": "php7-tokenizer-7.4.33-150200.3.60.1.s390x",
"product_id": "php7-tokenizer-7.4.33-150200.3.60.1.s390x"
}
},
{
"category": "product_version",
"name": "php7-xmlreader-7.4.33-150200.3.60.1.s390x",
"product": {
"name": "php7-xmlreader-7.4.33-150200.3.60.1.s390x",
"product_id": "php7-xmlreader-7.4.33-150200.3.60.1.s390x"
}
},
{
"category": "product_version",
"name": "php7-xmlrpc-7.4.33-150200.3.60.1.s390x",
"product": {
"name": "php7-xmlrpc-7.4.33-150200.3.60.1.s390x",
"product_id": "php7-xmlrpc-7.4.33-150200.3.60.1.s390x"
}
},
{
"category": "product_version",
"name": "php7-xmlwriter-7.4.33-150200.3.60.1.s390x",
"product": {
"name": "php7-xmlwriter-7.4.33-150200.3.60.1.s390x",
"product_id": "php7-xmlwriter-7.4.33-150200.3.60.1.s390x"
}
},
{
"category": "product_version",
"name": "php7-xsl-7.4.33-150200.3.60.1.s390x",
"product": {
"name": "php7-xsl-7.4.33-150200.3.60.1.s390x",
"product_id": "php7-xsl-7.4.33-150200.3.60.1.s390x"
}
},
{
"category": "product_version",
"name": "php7-zip-7.4.33-150200.3.60.1.s390x",
"product": {
"name": "php7-zip-7.4.33-150200.3.60.1.s390x",
"product_id": "php7-zip-7.4.33-150200.3.60.1.s390x"
}
},
{
"category": "product_version",
"name": "php7-zlib-7.4.33-150200.3.60.1.s390x",
"product": {
"name": "php7-zlib-7.4.33-150200.3.60.1.s390x",
"product_id": "php7-zlib-7.4.33-150200.3.60.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "apache2-mod_php7-7.4.33-150200.3.60.1.x86_64",
"product": {
"name": "apache2-mod_php7-7.4.33-150200.3.60.1.x86_64",
"product_id": "apache2-mod_php7-7.4.33-150200.3.60.1.x86_64"
}
},
{
"category": "product_version",
"name": "php7-7.4.33-150200.3.60.1.x86_64",
"product": {
"name": "php7-7.4.33-150200.3.60.1.x86_64",
"product_id": "php7-7.4.33-150200.3.60.1.x86_64"
}
},
{
"category": "product_version",
"name": "php7-bcmath-7.4.33-150200.3.60.1.x86_64",
"product": {
"name": "php7-bcmath-7.4.33-150200.3.60.1.x86_64",
"product_id": "php7-bcmath-7.4.33-150200.3.60.1.x86_64"
}
},
{
"category": "product_version",
"name": "php7-bz2-7.4.33-150200.3.60.1.x86_64",
"product": {
"name": "php7-bz2-7.4.33-150200.3.60.1.x86_64",
"product_id": "php7-bz2-7.4.33-150200.3.60.1.x86_64"
}
},
{
"category": "product_version",
"name": "php7-calendar-7.4.33-150200.3.60.1.x86_64",
"product": {
"name": "php7-calendar-7.4.33-150200.3.60.1.x86_64",
"product_id": "php7-calendar-7.4.33-150200.3.60.1.x86_64"
}
},
{
"category": "product_version",
"name": "php7-ctype-7.4.33-150200.3.60.1.x86_64",
"product": {
"name": "php7-ctype-7.4.33-150200.3.60.1.x86_64",
"product_id": "php7-ctype-7.4.33-150200.3.60.1.x86_64"
}
},
{
"category": "product_version",
"name": "php7-curl-7.4.33-150200.3.60.1.x86_64",
"product": {
"name": "php7-curl-7.4.33-150200.3.60.1.x86_64",
"product_id": "php7-curl-7.4.33-150200.3.60.1.x86_64"
}
},
{
"category": "product_version",
"name": "php7-dba-7.4.33-150200.3.60.1.x86_64",
"product": {
"name": "php7-dba-7.4.33-150200.3.60.1.x86_64",
"product_id": "php7-dba-7.4.33-150200.3.60.1.x86_64"
}
},
{
"category": "product_version",
"name": "php7-devel-7.4.33-150200.3.60.1.x86_64",
"product": {
"name": "php7-devel-7.4.33-150200.3.60.1.x86_64",
"product_id": "php7-devel-7.4.33-150200.3.60.1.x86_64"
}
},
{
"category": "product_version",
"name": "php7-dom-7.4.33-150200.3.60.1.x86_64",
"product": {
"name": "php7-dom-7.4.33-150200.3.60.1.x86_64",
"product_id": "php7-dom-7.4.33-150200.3.60.1.x86_64"
}
},
{
"category": "product_version",
"name": "php7-embed-7.4.33-150200.3.60.1.x86_64",
"product": {
"name": "php7-embed-7.4.33-150200.3.60.1.x86_64",
"product_id": "php7-embed-7.4.33-150200.3.60.1.x86_64"
}
},
{
"category": "product_version",
"name": "php7-enchant-7.4.33-150200.3.60.1.x86_64",
"product": {
"name": "php7-enchant-7.4.33-150200.3.60.1.x86_64",
"product_id": "php7-enchant-7.4.33-150200.3.60.1.x86_64"
}
},
{
"category": "product_version",
"name": "php7-exif-7.4.33-150200.3.60.1.x86_64",
"product": {
"name": "php7-exif-7.4.33-150200.3.60.1.x86_64",
"product_id": "php7-exif-7.4.33-150200.3.60.1.x86_64"
}
},
{
"category": "product_version",
"name": "php7-fastcgi-7.4.33-150200.3.60.1.x86_64",
"product": {
"name": "php7-fastcgi-7.4.33-150200.3.60.1.x86_64",
"product_id": "php7-fastcgi-7.4.33-150200.3.60.1.x86_64"
}
},
{
"category": "product_version",
"name": "php7-fileinfo-7.4.33-150200.3.60.1.x86_64",
"product": {
"name": "php7-fileinfo-7.4.33-150200.3.60.1.x86_64",
"product_id": "php7-fileinfo-7.4.33-150200.3.60.1.x86_64"
}
},
{
"category": "product_version",
"name": "php7-firebird-7.4.33-150200.3.60.1.x86_64",
"product": {
"name": "php7-firebird-7.4.33-150200.3.60.1.x86_64",
"product_id": "php7-firebird-7.4.33-150200.3.60.1.x86_64"
}
},
{
"category": "product_version",
"name": "php7-fpm-7.4.33-150200.3.60.1.x86_64",
"product": {
"name": "php7-fpm-7.4.33-150200.3.60.1.x86_64",
"product_id": "php7-fpm-7.4.33-150200.3.60.1.x86_64"
}
},
{
"category": "product_version",
"name": "php7-ftp-7.4.33-150200.3.60.1.x86_64",
"product": {
"name": "php7-ftp-7.4.33-150200.3.60.1.x86_64",
"product_id": "php7-ftp-7.4.33-150200.3.60.1.x86_64"
}
},
{
"category": "product_version",
"name": "php7-gd-7.4.33-150200.3.60.1.x86_64",
"product": {
"name": "php7-gd-7.4.33-150200.3.60.1.x86_64",
"product_id": "php7-gd-7.4.33-150200.3.60.1.x86_64"
}
},
{
"category": "product_version",
"name": "php7-gettext-7.4.33-150200.3.60.1.x86_64",
"product": {
"name": "php7-gettext-7.4.33-150200.3.60.1.x86_64",
"product_id": "php7-gettext-7.4.33-150200.3.60.1.x86_64"
}
},
{
"category": "product_version",
"name": "php7-gmp-7.4.33-150200.3.60.1.x86_64",
"product": {
"name": "php7-gmp-7.4.33-150200.3.60.1.x86_64",
"product_id": "php7-gmp-7.4.33-150200.3.60.1.x86_64"
}
},
{
"category": "product_version",
"name": "php7-iconv-7.4.33-150200.3.60.1.x86_64",
"product": {
"name": "php7-iconv-7.4.33-150200.3.60.1.x86_64",
"product_id": "php7-iconv-7.4.33-150200.3.60.1.x86_64"
}
},
{
"category": "product_version",
"name": "php7-intl-7.4.33-150200.3.60.1.x86_64",
"product": {
"name": "php7-intl-7.4.33-150200.3.60.1.x86_64",
"product_id": "php7-intl-7.4.33-150200.3.60.1.x86_64"
}
},
{
"category": "product_version",
"name": "php7-json-7.4.33-150200.3.60.1.x86_64",
"product": {
"name": "php7-json-7.4.33-150200.3.60.1.x86_64",
"product_id": "php7-json-7.4.33-150200.3.60.1.x86_64"
}
},
{
"category": "product_version",
"name": "php7-ldap-7.4.33-150200.3.60.1.x86_64",
"product": {
"name": "php7-ldap-7.4.33-150200.3.60.1.x86_64",
"product_id": "php7-ldap-7.4.33-150200.3.60.1.x86_64"
}
},
{
"category": "product_version",
"name": "php7-mbstring-7.4.33-150200.3.60.1.x86_64",
"product": {
"name": "php7-mbstring-7.4.33-150200.3.60.1.x86_64",
"product_id": "php7-mbstring-7.4.33-150200.3.60.1.x86_64"
}
},
{
"category": "product_version",
"name": "php7-mysql-7.4.33-150200.3.60.1.x86_64",
"product": {
"name": "php7-mysql-7.4.33-150200.3.60.1.x86_64",
"product_id": "php7-mysql-7.4.33-150200.3.60.1.x86_64"
}
},
{
"category": "product_version",
"name": "php7-odbc-7.4.33-150200.3.60.1.x86_64",
"product": {
"name": "php7-odbc-7.4.33-150200.3.60.1.x86_64",
"product_id": "php7-odbc-7.4.33-150200.3.60.1.x86_64"
}
},
{
"category": "product_version",
"name": "php7-opcache-7.4.33-150200.3.60.1.x86_64",
"product": {
"name": "php7-opcache-7.4.33-150200.3.60.1.x86_64",
"product_id": "php7-opcache-7.4.33-150200.3.60.1.x86_64"
}
},
{
"category": "product_version",
"name": "php7-openssl-7.4.33-150200.3.60.1.x86_64",
"product": {
"name": "php7-openssl-7.4.33-150200.3.60.1.x86_64",
"product_id": "php7-openssl-7.4.33-150200.3.60.1.x86_64"
}
},
{
"category": "product_version",
"name": "php7-pcntl-7.4.33-150200.3.60.1.x86_64",
"product": {
"name": "php7-pcntl-7.4.33-150200.3.60.1.x86_64",
"product_id": "php7-pcntl-7.4.33-150200.3.60.1.x86_64"
}
},
{
"category": "product_version",
"name": "php7-pdo-7.4.33-150200.3.60.1.x86_64",
"product": {
"name": "php7-pdo-7.4.33-150200.3.60.1.x86_64",
"product_id": "php7-pdo-7.4.33-150200.3.60.1.x86_64"
}
},
{
"category": "product_version",
"name": "php7-pgsql-7.4.33-150200.3.60.1.x86_64",
"product": {
"name": "php7-pgsql-7.4.33-150200.3.60.1.x86_64",
"product_id": "php7-pgsql-7.4.33-150200.3.60.1.x86_64"
}
},
{
"category": "product_version",
"name": "php7-phar-7.4.33-150200.3.60.1.x86_64",
"product": {
"name": "php7-phar-7.4.33-150200.3.60.1.x86_64",
"product_id": "php7-phar-7.4.33-150200.3.60.1.x86_64"
}
},
{
"category": "product_version",
"name": "php7-posix-7.4.33-150200.3.60.1.x86_64",
"product": {
"name": "php7-posix-7.4.33-150200.3.60.1.x86_64",
"product_id": "php7-posix-7.4.33-150200.3.60.1.x86_64"
}
},
{
"category": "product_version",
"name": "php7-readline-7.4.33-150200.3.60.1.x86_64",
"product": {
"name": "php7-readline-7.4.33-150200.3.60.1.x86_64",
"product_id": "php7-readline-7.4.33-150200.3.60.1.x86_64"
}
},
{
"category": "product_version",
"name": "php7-shmop-7.4.33-150200.3.60.1.x86_64",
"product": {
"name": "php7-shmop-7.4.33-150200.3.60.1.x86_64",
"product_id": "php7-shmop-7.4.33-150200.3.60.1.x86_64"
}
},
{
"category": "product_version",
"name": "php7-snmp-7.4.33-150200.3.60.1.x86_64",
"product": {
"name": "php7-snmp-7.4.33-150200.3.60.1.x86_64",
"product_id": "php7-snmp-7.4.33-150200.3.60.1.x86_64"
}
},
{
"category": "product_version",
"name": "php7-soap-7.4.33-150200.3.60.1.x86_64",
"product": {
"name": "php7-soap-7.4.33-150200.3.60.1.x86_64",
"product_id": "php7-soap-7.4.33-150200.3.60.1.x86_64"
}
},
{
"category": "product_version",
"name": "php7-sockets-7.4.33-150200.3.60.1.x86_64",
"product": {
"name": "php7-sockets-7.4.33-150200.3.60.1.x86_64",
"product_id": "php7-sockets-7.4.33-150200.3.60.1.x86_64"
}
},
{
"category": "product_version",
"name": "php7-sodium-7.4.33-150200.3.60.1.x86_64",
"product": {
"name": "php7-sodium-7.4.33-150200.3.60.1.x86_64",
"product_id": "php7-sodium-7.4.33-150200.3.60.1.x86_64"
}
},
{
"category": "product_version",
"name": "php7-sqlite-7.4.33-150200.3.60.1.x86_64",
"product": {
"name": "php7-sqlite-7.4.33-150200.3.60.1.x86_64",
"product_id": "php7-sqlite-7.4.33-150200.3.60.1.x86_64"
}
},
{
"category": "product_version",
"name": "php7-sysvmsg-7.4.33-150200.3.60.1.x86_64",
"product": {
"name": "php7-sysvmsg-7.4.33-150200.3.60.1.x86_64",
"product_id": "php7-sysvmsg-7.4.33-150200.3.60.1.x86_64"
}
},
{
"category": "product_version",
"name": "php7-sysvsem-7.4.33-150200.3.60.1.x86_64",
"product": {
"name": "php7-sysvsem-7.4.33-150200.3.60.1.x86_64",
"product_id": "php7-sysvsem-7.4.33-150200.3.60.1.x86_64"
}
},
{
"category": "product_version",
"name": "php7-sysvshm-7.4.33-150200.3.60.1.x86_64",
"product": {
"name": "php7-sysvshm-7.4.33-150200.3.60.1.x86_64",
"product_id": "php7-sysvshm-7.4.33-150200.3.60.1.x86_64"
}
},
{
"category": "product_version",
"name": "php7-test-7.4.33-150200.3.60.1.x86_64",
"product": {
"name": "php7-test-7.4.33-150200.3.60.1.x86_64",
"product_id": "php7-test-7.4.33-150200.3.60.1.x86_64"
}
},
{
"category": "product_version",
"name": "php7-tidy-7.4.33-150200.3.60.1.x86_64",
"product": {
"name": "php7-tidy-7.4.33-150200.3.60.1.x86_64",
"product_id": "php7-tidy-7.4.33-150200.3.60.1.x86_64"
}
},
{
"category": "product_version",
"name": "php7-tokenizer-7.4.33-150200.3.60.1.x86_64",
"product": {
"name": "php7-tokenizer-7.4.33-150200.3.60.1.x86_64",
"product_id": "php7-tokenizer-7.4.33-150200.3.60.1.x86_64"
}
},
{
"category": "product_version",
"name": "php7-xmlreader-7.4.33-150200.3.60.1.x86_64",
"product": {
"name": "php7-xmlreader-7.4.33-150200.3.60.1.x86_64",
"product_id": "php7-xmlreader-7.4.33-150200.3.60.1.x86_64"
}
},
{
"category": "product_version",
"name": "php7-xmlrpc-7.4.33-150200.3.60.1.x86_64",
"product": {
"name": "php7-xmlrpc-7.4.33-150200.3.60.1.x86_64",
"product_id": "php7-xmlrpc-7.4.33-150200.3.60.1.x86_64"
}
},
{
"category": "product_version",
"name": "php7-xmlwriter-7.4.33-150200.3.60.1.x86_64",
"product": {
"name": "php7-xmlwriter-7.4.33-150200.3.60.1.x86_64",
"product_id": "php7-xmlwriter-7.4.33-150200.3.60.1.x86_64"
}
},
{
"category": "product_version",
"name": "php7-xsl-7.4.33-150200.3.60.1.x86_64",
"product": {
"name": "php7-xsl-7.4.33-150200.3.60.1.x86_64",
"product_id": "php7-xsl-7.4.33-150200.3.60.1.x86_64"
}
},
{
"category": "product_version",
"name": "php7-zip-7.4.33-150200.3.60.1.x86_64",
"product": {
"name": "php7-zip-7.4.33-150200.3.60.1.x86_64",
"product_id": "php7-zip-7.4.33-150200.3.60.1.x86_64"
}
},
{
"category": "product_version",
"name": "php7-zlib-7.4.33-150200.3.60.1.x86_64",
"product": {
"name": "php7-zlib-7.4.33-150200.3.60.1.x86_64",
"product_id": "php7-zlib-7.4.33-150200.3.60.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product": {
"name": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle_hpc-ltss:15:sp2"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS",
"product": {
"name": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle_hpc-espos:15:sp3"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product": {
"name": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle_hpc-ltss:15:sp3"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server 15 SP2-LTSS",
"product": {
"name": "SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles-ltss:15:sp2"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server 15 SP3-LTSS",
"product": {
"name": "SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles-ltss:15:sp3"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product": {
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles_sap:15:sp2"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product": {
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles_sap:15:sp3"
}
}
},
{
"category": "product_name",
"name": "SUSE Manager Server 4.2",
"product": {
"name": "SUSE Manager Server 4.2",
"product_id": "SUSE Manager Server 4.2",
"product_identification_helper": {
"cpe": "cpe:/o:suse:suse-manager-server:4.2"
}
}
},
{
"category": "product_name",
"name": "SUSE Enterprise Storage 7",
"product": {
"name": "SUSE Enterprise Storage 7",
"product_id": "SUSE Enterprise Storage 7",
"product_identification_helper": {
"cpe": "cpe:/o:suse:ses:7"
}
}
},
{
"category": "product_name",
"name": "SUSE Enterprise Storage 7.1",
"product": {
"name": "SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1",
"product_identification_helper": {
"cpe": "cpe:/o:suse:ses:7.1"
}
}
},
{
"category": "product_name",
"name": "openSUSE Leap 15.4",
"product": {
"name": "openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4",
"product_identification_helper": {
"cpe": "cpe:/o:opensuse:leap:15.4"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "apache2-mod_php7-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:apache2-mod_php7-7.4.33-150200.3.60.1.aarch64"
},
"product_reference": "apache2-mod_php7-7.4.33-150200.3.60.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "apache2-mod_php7-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:apache2-mod_php7-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "apache2-mod_php7-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-7.4.33-150200.3.60.1.aarch64"
},
"product_reference": "php7-7.4.33-150200.3.60.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-bcmath-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-bcmath-7.4.33-150200.3.60.1.aarch64"
},
"product_reference": "php7-bcmath-7.4.33-150200.3.60.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-bcmath-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-bcmath-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-bcmath-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-bz2-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-bz2-7.4.33-150200.3.60.1.aarch64"
},
"product_reference": "php7-bz2-7.4.33-150200.3.60.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-bz2-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-bz2-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-bz2-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-calendar-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-calendar-7.4.33-150200.3.60.1.aarch64"
},
"product_reference": "php7-calendar-7.4.33-150200.3.60.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-calendar-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-calendar-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-calendar-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-ctype-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-ctype-7.4.33-150200.3.60.1.aarch64"
},
"product_reference": "php7-ctype-7.4.33-150200.3.60.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-ctype-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-ctype-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-ctype-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-curl-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-curl-7.4.33-150200.3.60.1.aarch64"
},
"product_reference": "php7-curl-7.4.33-150200.3.60.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-curl-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-curl-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-curl-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-dba-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-dba-7.4.33-150200.3.60.1.aarch64"
},
"product_reference": "php7-dba-7.4.33-150200.3.60.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-dba-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-dba-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-dba-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-devel-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-devel-7.4.33-150200.3.60.1.aarch64"
},
"product_reference": "php7-devel-7.4.33-150200.3.60.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-devel-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-devel-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-devel-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-dom-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-dom-7.4.33-150200.3.60.1.aarch64"
},
"product_reference": "php7-dom-7.4.33-150200.3.60.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-dom-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-dom-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-dom-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-enchant-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-enchant-7.4.33-150200.3.60.1.aarch64"
},
"product_reference": "php7-enchant-7.4.33-150200.3.60.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-enchant-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-enchant-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-enchant-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-exif-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-exif-7.4.33-150200.3.60.1.aarch64"
},
"product_reference": "php7-exif-7.4.33-150200.3.60.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-exif-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-exif-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-exif-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-fastcgi-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-fastcgi-7.4.33-150200.3.60.1.aarch64"
},
"product_reference": "php7-fastcgi-7.4.33-150200.3.60.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-fastcgi-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-fastcgi-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-fastcgi-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-fileinfo-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-fileinfo-7.4.33-150200.3.60.1.aarch64"
},
"product_reference": "php7-fileinfo-7.4.33-150200.3.60.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-fileinfo-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-fileinfo-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-fileinfo-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-fpm-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-fpm-7.4.33-150200.3.60.1.aarch64"
},
"product_reference": "php7-fpm-7.4.33-150200.3.60.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-fpm-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-fpm-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-fpm-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-ftp-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-ftp-7.4.33-150200.3.60.1.aarch64"
},
"product_reference": "php7-ftp-7.4.33-150200.3.60.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-ftp-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-ftp-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-ftp-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-gd-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-gd-7.4.33-150200.3.60.1.aarch64"
},
"product_reference": "php7-gd-7.4.33-150200.3.60.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-gd-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-gd-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-gd-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-gettext-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-gettext-7.4.33-150200.3.60.1.aarch64"
},
"product_reference": "php7-gettext-7.4.33-150200.3.60.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-gettext-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-gettext-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-gettext-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-gmp-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-gmp-7.4.33-150200.3.60.1.aarch64"
},
"product_reference": "php7-gmp-7.4.33-150200.3.60.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-gmp-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-gmp-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-gmp-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-iconv-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-iconv-7.4.33-150200.3.60.1.aarch64"
},
"product_reference": "php7-iconv-7.4.33-150200.3.60.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-iconv-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-iconv-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-iconv-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-intl-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-intl-7.4.33-150200.3.60.1.aarch64"
},
"product_reference": "php7-intl-7.4.33-150200.3.60.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-intl-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-intl-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-intl-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-json-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-json-7.4.33-150200.3.60.1.aarch64"
},
"product_reference": "php7-json-7.4.33-150200.3.60.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-json-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-json-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-json-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-ldap-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-ldap-7.4.33-150200.3.60.1.aarch64"
},
"product_reference": "php7-ldap-7.4.33-150200.3.60.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-ldap-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-ldap-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-ldap-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-mbstring-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-mbstring-7.4.33-150200.3.60.1.aarch64"
},
"product_reference": "php7-mbstring-7.4.33-150200.3.60.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-mbstring-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-mbstring-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-mbstring-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-mysql-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-mysql-7.4.33-150200.3.60.1.aarch64"
},
"product_reference": "php7-mysql-7.4.33-150200.3.60.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-mysql-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-mysql-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-mysql-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-odbc-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-odbc-7.4.33-150200.3.60.1.aarch64"
},
"product_reference": "php7-odbc-7.4.33-150200.3.60.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-odbc-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-odbc-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-odbc-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-opcache-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-opcache-7.4.33-150200.3.60.1.aarch64"
},
"product_reference": "php7-opcache-7.4.33-150200.3.60.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-opcache-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-opcache-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-opcache-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-openssl-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-openssl-7.4.33-150200.3.60.1.aarch64"
},
"product_reference": "php7-openssl-7.4.33-150200.3.60.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-openssl-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-openssl-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-openssl-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-pcntl-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-pcntl-7.4.33-150200.3.60.1.aarch64"
},
"product_reference": "php7-pcntl-7.4.33-150200.3.60.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-pcntl-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-pcntl-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-pcntl-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-pdo-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-pdo-7.4.33-150200.3.60.1.aarch64"
},
"product_reference": "php7-pdo-7.4.33-150200.3.60.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-pdo-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-pdo-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-pdo-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-pgsql-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-pgsql-7.4.33-150200.3.60.1.aarch64"
},
"product_reference": "php7-pgsql-7.4.33-150200.3.60.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-pgsql-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-pgsql-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-pgsql-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-phar-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-phar-7.4.33-150200.3.60.1.aarch64"
},
"product_reference": "php7-phar-7.4.33-150200.3.60.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-phar-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-phar-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-phar-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-posix-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-posix-7.4.33-150200.3.60.1.aarch64"
},
"product_reference": "php7-posix-7.4.33-150200.3.60.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-posix-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-posix-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-posix-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-readline-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-readline-7.4.33-150200.3.60.1.aarch64"
},
"product_reference": "php7-readline-7.4.33-150200.3.60.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-readline-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-readline-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-readline-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-shmop-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-shmop-7.4.33-150200.3.60.1.aarch64"
},
"product_reference": "php7-shmop-7.4.33-150200.3.60.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-shmop-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-shmop-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-shmop-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-snmp-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-snmp-7.4.33-150200.3.60.1.aarch64"
},
"product_reference": "php7-snmp-7.4.33-150200.3.60.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-snmp-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-snmp-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-snmp-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-soap-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-soap-7.4.33-150200.3.60.1.aarch64"
},
"product_reference": "php7-soap-7.4.33-150200.3.60.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-soap-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-soap-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-soap-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sockets-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sockets-7.4.33-150200.3.60.1.aarch64"
},
"product_reference": "php7-sockets-7.4.33-150200.3.60.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sockets-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sockets-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-sockets-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sodium-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sodium-7.4.33-150200.3.60.1.aarch64"
},
"product_reference": "php7-sodium-7.4.33-150200.3.60.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sodium-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sodium-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-sodium-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sqlite-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sqlite-7.4.33-150200.3.60.1.aarch64"
},
"product_reference": "php7-sqlite-7.4.33-150200.3.60.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sqlite-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sqlite-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-sqlite-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sysvmsg-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sysvmsg-7.4.33-150200.3.60.1.aarch64"
},
"product_reference": "php7-sysvmsg-7.4.33-150200.3.60.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sysvmsg-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sysvmsg-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-sysvmsg-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sysvsem-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sysvsem-7.4.33-150200.3.60.1.aarch64"
},
"product_reference": "php7-sysvsem-7.4.33-150200.3.60.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sysvsem-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sysvsem-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-sysvsem-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sysvshm-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sysvshm-7.4.33-150200.3.60.1.aarch64"
},
"product_reference": "php7-sysvshm-7.4.33-150200.3.60.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sysvshm-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sysvshm-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-sysvshm-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-tidy-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-tidy-7.4.33-150200.3.60.1.aarch64"
},
"product_reference": "php7-tidy-7.4.33-150200.3.60.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-tidy-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-tidy-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-tidy-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-tokenizer-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-tokenizer-7.4.33-150200.3.60.1.aarch64"
},
"product_reference": "php7-tokenizer-7.4.33-150200.3.60.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-tokenizer-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-tokenizer-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-tokenizer-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-xmlreader-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-xmlreader-7.4.33-150200.3.60.1.aarch64"
},
"product_reference": "php7-xmlreader-7.4.33-150200.3.60.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-xmlreader-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-xmlreader-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-xmlreader-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-xmlrpc-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-xmlrpc-7.4.33-150200.3.60.1.aarch64"
},
"product_reference": "php7-xmlrpc-7.4.33-150200.3.60.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-xmlrpc-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-xmlrpc-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-xmlrpc-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-xmlwriter-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-xmlwriter-7.4.33-150200.3.60.1.aarch64"
},
"product_reference": "php7-xmlwriter-7.4.33-150200.3.60.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-xmlwriter-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-xmlwriter-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-xmlwriter-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-xsl-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-xsl-7.4.33-150200.3.60.1.aarch64"
},
"product_reference": "php7-xsl-7.4.33-150200.3.60.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-xsl-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-xsl-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-xsl-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-zip-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-zip-7.4.33-150200.3.60.1.aarch64"
},
"product_reference": "php7-zip-7.4.33-150200.3.60.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-zip-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-zip-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-zip-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-zlib-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-zlib-7.4.33-150200.3.60.1.aarch64"
},
"product_reference": "php7-zlib-7.4.33-150200.3.60.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-zlib-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-zlib-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-zlib-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "apache2-mod_php7-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:apache2-mod_php7-7.4.33-150200.3.60.1.aarch64"
},
"product_reference": "apache2-mod_php7-7.4.33-150200.3.60.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "apache2-mod_php7-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:apache2-mod_php7-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "apache2-mod_php7-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-7.4.33-150200.3.60.1.aarch64"
},
"product_reference": "php7-7.4.33-150200.3.60.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-bcmath-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-bcmath-7.4.33-150200.3.60.1.aarch64"
},
"product_reference": "php7-bcmath-7.4.33-150200.3.60.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-bcmath-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-bcmath-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-bcmath-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-bz2-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-bz2-7.4.33-150200.3.60.1.aarch64"
},
"product_reference": "php7-bz2-7.4.33-150200.3.60.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-bz2-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-bz2-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-bz2-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-calendar-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-calendar-7.4.33-150200.3.60.1.aarch64"
},
"product_reference": "php7-calendar-7.4.33-150200.3.60.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-calendar-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-calendar-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-calendar-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-ctype-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-ctype-7.4.33-150200.3.60.1.aarch64"
},
"product_reference": "php7-ctype-7.4.33-150200.3.60.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-ctype-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-ctype-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-ctype-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-curl-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-curl-7.4.33-150200.3.60.1.aarch64"
},
"product_reference": "php7-curl-7.4.33-150200.3.60.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-curl-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-curl-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-curl-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-dba-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-dba-7.4.33-150200.3.60.1.aarch64"
},
"product_reference": "php7-dba-7.4.33-150200.3.60.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-dba-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-dba-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-dba-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-devel-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-devel-7.4.33-150200.3.60.1.aarch64"
},
"product_reference": "php7-devel-7.4.33-150200.3.60.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-devel-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-devel-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-devel-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-dom-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-dom-7.4.33-150200.3.60.1.aarch64"
},
"product_reference": "php7-dom-7.4.33-150200.3.60.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-dom-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-dom-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-dom-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-enchant-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-enchant-7.4.33-150200.3.60.1.aarch64"
},
"product_reference": "php7-enchant-7.4.33-150200.3.60.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-enchant-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-enchant-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-enchant-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-exif-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-exif-7.4.33-150200.3.60.1.aarch64"
},
"product_reference": "php7-exif-7.4.33-150200.3.60.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-exif-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-exif-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-exif-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-fastcgi-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-fastcgi-7.4.33-150200.3.60.1.aarch64"
},
"product_reference": "php7-fastcgi-7.4.33-150200.3.60.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-fastcgi-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-fastcgi-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-fastcgi-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-fileinfo-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-fileinfo-7.4.33-150200.3.60.1.aarch64"
},
"product_reference": "php7-fileinfo-7.4.33-150200.3.60.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-fileinfo-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-fileinfo-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-fileinfo-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-fpm-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-fpm-7.4.33-150200.3.60.1.aarch64"
},
"product_reference": "php7-fpm-7.4.33-150200.3.60.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-fpm-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-fpm-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-fpm-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-ftp-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-ftp-7.4.33-150200.3.60.1.aarch64"
},
"product_reference": "php7-ftp-7.4.33-150200.3.60.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-ftp-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-ftp-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-ftp-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-gd-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-gd-7.4.33-150200.3.60.1.aarch64"
},
"product_reference": "php7-gd-7.4.33-150200.3.60.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-gd-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-gd-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-gd-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-gettext-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-gettext-7.4.33-150200.3.60.1.aarch64"
},
"product_reference": "php7-gettext-7.4.33-150200.3.60.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-gettext-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-gettext-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-gettext-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-gmp-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-gmp-7.4.33-150200.3.60.1.aarch64"
},
"product_reference": "php7-gmp-7.4.33-150200.3.60.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-gmp-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-gmp-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-gmp-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-iconv-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-iconv-7.4.33-150200.3.60.1.aarch64"
},
"product_reference": "php7-iconv-7.4.33-150200.3.60.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-iconv-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-iconv-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-iconv-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-intl-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-intl-7.4.33-150200.3.60.1.aarch64"
},
"product_reference": "php7-intl-7.4.33-150200.3.60.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-intl-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-intl-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-intl-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-json-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-json-7.4.33-150200.3.60.1.aarch64"
},
"product_reference": "php7-json-7.4.33-150200.3.60.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-json-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-json-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-json-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-ldap-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-ldap-7.4.33-150200.3.60.1.aarch64"
},
"product_reference": "php7-ldap-7.4.33-150200.3.60.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-ldap-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-ldap-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-ldap-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-mbstring-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-mbstring-7.4.33-150200.3.60.1.aarch64"
},
"product_reference": "php7-mbstring-7.4.33-150200.3.60.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-mbstring-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-mbstring-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-mbstring-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-mysql-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-mysql-7.4.33-150200.3.60.1.aarch64"
},
"product_reference": "php7-mysql-7.4.33-150200.3.60.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-mysql-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-mysql-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-mysql-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-odbc-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-odbc-7.4.33-150200.3.60.1.aarch64"
},
"product_reference": "php7-odbc-7.4.33-150200.3.60.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-odbc-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-odbc-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-odbc-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-opcache-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-opcache-7.4.33-150200.3.60.1.aarch64"
},
"product_reference": "php7-opcache-7.4.33-150200.3.60.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-opcache-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-opcache-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-opcache-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-openssl-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-openssl-7.4.33-150200.3.60.1.aarch64"
},
"product_reference": "php7-openssl-7.4.33-150200.3.60.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-openssl-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-openssl-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-openssl-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-pcntl-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-pcntl-7.4.33-150200.3.60.1.aarch64"
},
"product_reference": "php7-pcntl-7.4.33-150200.3.60.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-pcntl-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-pcntl-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-pcntl-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-pdo-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-pdo-7.4.33-150200.3.60.1.aarch64"
},
"product_reference": "php7-pdo-7.4.33-150200.3.60.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-pdo-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-pdo-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-pdo-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-pgsql-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-pgsql-7.4.33-150200.3.60.1.aarch64"
},
"product_reference": "php7-pgsql-7.4.33-150200.3.60.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-pgsql-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-pgsql-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-pgsql-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-phar-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-phar-7.4.33-150200.3.60.1.aarch64"
},
"product_reference": "php7-phar-7.4.33-150200.3.60.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-phar-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-phar-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-phar-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-posix-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-posix-7.4.33-150200.3.60.1.aarch64"
},
"product_reference": "php7-posix-7.4.33-150200.3.60.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-posix-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-posix-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-posix-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-readline-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-readline-7.4.33-150200.3.60.1.aarch64"
},
"product_reference": "php7-readline-7.4.33-150200.3.60.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-readline-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-readline-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-readline-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-shmop-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-shmop-7.4.33-150200.3.60.1.aarch64"
},
"product_reference": "php7-shmop-7.4.33-150200.3.60.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-shmop-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-shmop-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-shmop-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-snmp-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-snmp-7.4.33-150200.3.60.1.aarch64"
},
"product_reference": "php7-snmp-7.4.33-150200.3.60.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-snmp-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-snmp-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-snmp-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-soap-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-soap-7.4.33-150200.3.60.1.aarch64"
},
"product_reference": "php7-soap-7.4.33-150200.3.60.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-soap-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-soap-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-soap-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sockets-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-sockets-7.4.33-150200.3.60.1.aarch64"
},
"product_reference": "php7-sockets-7.4.33-150200.3.60.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sockets-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-sockets-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-sockets-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sodium-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-sodium-7.4.33-150200.3.60.1.aarch64"
},
"product_reference": "php7-sodium-7.4.33-150200.3.60.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sodium-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-sodium-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-sodium-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sqlite-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-sqlite-7.4.33-150200.3.60.1.aarch64"
},
"product_reference": "php7-sqlite-7.4.33-150200.3.60.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sqlite-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-sqlite-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-sqlite-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sysvmsg-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-sysvmsg-7.4.33-150200.3.60.1.aarch64"
},
"product_reference": "php7-sysvmsg-7.4.33-150200.3.60.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sysvmsg-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-sysvmsg-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-sysvmsg-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sysvsem-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-sysvsem-7.4.33-150200.3.60.1.aarch64"
},
"product_reference": "php7-sysvsem-7.4.33-150200.3.60.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sysvsem-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-sysvsem-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-sysvsem-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sysvshm-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-sysvshm-7.4.33-150200.3.60.1.aarch64"
},
"product_reference": "php7-sysvshm-7.4.33-150200.3.60.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sysvshm-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-sysvshm-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-sysvshm-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-tidy-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-tidy-7.4.33-150200.3.60.1.aarch64"
},
"product_reference": "php7-tidy-7.4.33-150200.3.60.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-tidy-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-tidy-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-tidy-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-tokenizer-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-tokenizer-7.4.33-150200.3.60.1.aarch64"
},
"product_reference": "php7-tokenizer-7.4.33-150200.3.60.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-tokenizer-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-tokenizer-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-tokenizer-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-xmlreader-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-xmlreader-7.4.33-150200.3.60.1.aarch64"
},
"product_reference": "php7-xmlreader-7.4.33-150200.3.60.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-xmlreader-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-xmlreader-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-xmlreader-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-xmlrpc-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-xmlrpc-7.4.33-150200.3.60.1.aarch64"
},
"product_reference": "php7-xmlrpc-7.4.33-150200.3.60.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-xmlrpc-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-xmlrpc-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-xmlrpc-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-xmlwriter-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-xmlwriter-7.4.33-150200.3.60.1.aarch64"
},
"product_reference": "php7-xmlwriter-7.4.33-150200.3.60.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-xmlwriter-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-xmlwriter-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-xmlwriter-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-xsl-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-xsl-7.4.33-150200.3.60.1.aarch64"
},
"product_reference": "php7-xsl-7.4.33-150200.3.60.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-xsl-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-xsl-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-xsl-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-zip-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-zip-7.4.33-150200.3.60.1.aarch64"
},
"product_reference": "php7-zip-7.4.33-150200.3.60.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-zip-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-zip-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-zip-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-zlib-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-zlib-7.4.33-150200.3.60.1.aarch64"
},
"product_reference": "php7-zlib-7.4.33-150200.3.60.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-zlib-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-zlib-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-zlib-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "apache2-mod_php7-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:apache2-mod_php7-7.4.33-150200.3.60.1.aarch64"
},
"product_reference": "apache2-mod_php7-7.4.33-150200.3.60.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "apache2-mod_php7-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:apache2-mod_php7-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "apache2-mod_php7-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-7.4.33-150200.3.60.1.aarch64"
},
"product_reference": "php7-7.4.33-150200.3.60.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-bcmath-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-bcmath-7.4.33-150200.3.60.1.aarch64"
},
"product_reference": "php7-bcmath-7.4.33-150200.3.60.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-bcmath-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-bcmath-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-bcmath-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-bz2-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-bz2-7.4.33-150200.3.60.1.aarch64"
},
"product_reference": "php7-bz2-7.4.33-150200.3.60.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-bz2-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-bz2-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-bz2-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-calendar-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-calendar-7.4.33-150200.3.60.1.aarch64"
},
"product_reference": "php7-calendar-7.4.33-150200.3.60.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-calendar-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-calendar-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-calendar-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-ctype-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-ctype-7.4.33-150200.3.60.1.aarch64"
},
"product_reference": "php7-ctype-7.4.33-150200.3.60.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-ctype-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-ctype-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-ctype-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-curl-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-curl-7.4.33-150200.3.60.1.aarch64"
},
"product_reference": "php7-curl-7.4.33-150200.3.60.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-curl-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-curl-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-curl-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-dba-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-dba-7.4.33-150200.3.60.1.aarch64"
},
"product_reference": "php7-dba-7.4.33-150200.3.60.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-dba-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-dba-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-dba-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-devel-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-devel-7.4.33-150200.3.60.1.aarch64"
},
"product_reference": "php7-devel-7.4.33-150200.3.60.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-devel-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-devel-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-devel-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-dom-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-dom-7.4.33-150200.3.60.1.aarch64"
},
"product_reference": "php7-dom-7.4.33-150200.3.60.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-dom-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-dom-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-dom-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-enchant-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-enchant-7.4.33-150200.3.60.1.aarch64"
},
"product_reference": "php7-enchant-7.4.33-150200.3.60.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-enchant-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-enchant-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-enchant-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-exif-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-exif-7.4.33-150200.3.60.1.aarch64"
},
"product_reference": "php7-exif-7.4.33-150200.3.60.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-exif-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-exif-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-exif-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-fastcgi-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-fastcgi-7.4.33-150200.3.60.1.aarch64"
},
"product_reference": "php7-fastcgi-7.4.33-150200.3.60.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-fastcgi-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-fastcgi-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-fastcgi-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-fileinfo-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-fileinfo-7.4.33-150200.3.60.1.aarch64"
},
"product_reference": "php7-fileinfo-7.4.33-150200.3.60.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-fileinfo-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-fileinfo-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-fileinfo-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-fpm-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-fpm-7.4.33-150200.3.60.1.aarch64"
},
"product_reference": "php7-fpm-7.4.33-150200.3.60.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-fpm-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-fpm-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-fpm-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-ftp-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-ftp-7.4.33-150200.3.60.1.aarch64"
},
"product_reference": "php7-ftp-7.4.33-150200.3.60.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-ftp-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-ftp-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-ftp-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-gd-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-gd-7.4.33-150200.3.60.1.aarch64"
},
"product_reference": "php7-gd-7.4.33-150200.3.60.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-gd-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-gd-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-gd-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-gettext-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-gettext-7.4.33-150200.3.60.1.aarch64"
},
"product_reference": "php7-gettext-7.4.33-150200.3.60.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-gettext-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-gettext-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-gettext-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-gmp-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-gmp-7.4.33-150200.3.60.1.aarch64"
},
"product_reference": "php7-gmp-7.4.33-150200.3.60.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-gmp-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-gmp-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-gmp-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-iconv-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-iconv-7.4.33-150200.3.60.1.aarch64"
},
"product_reference": "php7-iconv-7.4.33-150200.3.60.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-iconv-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-iconv-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-iconv-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-intl-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-intl-7.4.33-150200.3.60.1.aarch64"
},
"product_reference": "php7-intl-7.4.33-150200.3.60.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-intl-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-intl-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-intl-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-json-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-json-7.4.33-150200.3.60.1.aarch64"
},
"product_reference": "php7-json-7.4.33-150200.3.60.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-json-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-json-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-json-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-ldap-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-ldap-7.4.33-150200.3.60.1.aarch64"
},
"product_reference": "php7-ldap-7.4.33-150200.3.60.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-ldap-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-ldap-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-ldap-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-mbstring-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-mbstring-7.4.33-150200.3.60.1.aarch64"
},
"product_reference": "php7-mbstring-7.4.33-150200.3.60.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-mbstring-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-mbstring-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-mbstring-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-mysql-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-mysql-7.4.33-150200.3.60.1.aarch64"
},
"product_reference": "php7-mysql-7.4.33-150200.3.60.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-mysql-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-mysql-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-mysql-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-odbc-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-odbc-7.4.33-150200.3.60.1.aarch64"
},
"product_reference": "php7-odbc-7.4.33-150200.3.60.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-odbc-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-odbc-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-odbc-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-opcache-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-opcache-7.4.33-150200.3.60.1.aarch64"
},
"product_reference": "php7-opcache-7.4.33-150200.3.60.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-opcache-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-opcache-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-opcache-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-openssl-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-openssl-7.4.33-150200.3.60.1.aarch64"
},
"product_reference": "php7-openssl-7.4.33-150200.3.60.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-openssl-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-openssl-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-openssl-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-pcntl-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-pcntl-7.4.33-150200.3.60.1.aarch64"
},
"product_reference": "php7-pcntl-7.4.33-150200.3.60.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-pcntl-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-pcntl-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-pcntl-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-pdo-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-pdo-7.4.33-150200.3.60.1.aarch64"
},
"product_reference": "php7-pdo-7.4.33-150200.3.60.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-pdo-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-pdo-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-pdo-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-pgsql-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-pgsql-7.4.33-150200.3.60.1.aarch64"
},
"product_reference": "php7-pgsql-7.4.33-150200.3.60.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-pgsql-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-pgsql-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-pgsql-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-phar-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-phar-7.4.33-150200.3.60.1.aarch64"
},
"product_reference": "php7-phar-7.4.33-150200.3.60.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-phar-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-phar-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-phar-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-posix-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-posix-7.4.33-150200.3.60.1.aarch64"
},
"product_reference": "php7-posix-7.4.33-150200.3.60.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-posix-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-posix-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-posix-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-readline-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-readline-7.4.33-150200.3.60.1.aarch64"
},
"product_reference": "php7-readline-7.4.33-150200.3.60.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-readline-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-readline-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-readline-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-shmop-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-shmop-7.4.33-150200.3.60.1.aarch64"
},
"product_reference": "php7-shmop-7.4.33-150200.3.60.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-shmop-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-shmop-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-shmop-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-snmp-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-snmp-7.4.33-150200.3.60.1.aarch64"
},
"product_reference": "php7-snmp-7.4.33-150200.3.60.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-snmp-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-snmp-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-snmp-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-soap-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-soap-7.4.33-150200.3.60.1.aarch64"
},
"product_reference": "php7-soap-7.4.33-150200.3.60.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-soap-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-soap-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-soap-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sockets-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-sockets-7.4.33-150200.3.60.1.aarch64"
},
"product_reference": "php7-sockets-7.4.33-150200.3.60.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sockets-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-sockets-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-sockets-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sodium-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-sodium-7.4.33-150200.3.60.1.aarch64"
},
"product_reference": "php7-sodium-7.4.33-150200.3.60.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sodium-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-sodium-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-sodium-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sqlite-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-sqlite-7.4.33-150200.3.60.1.aarch64"
},
"product_reference": "php7-sqlite-7.4.33-150200.3.60.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sqlite-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-sqlite-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-sqlite-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sysvmsg-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-sysvmsg-7.4.33-150200.3.60.1.aarch64"
},
"product_reference": "php7-sysvmsg-7.4.33-150200.3.60.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sysvmsg-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-sysvmsg-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-sysvmsg-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sysvsem-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-sysvsem-7.4.33-150200.3.60.1.aarch64"
},
"product_reference": "php7-sysvsem-7.4.33-150200.3.60.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sysvsem-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-sysvsem-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-sysvsem-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sysvshm-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-sysvshm-7.4.33-150200.3.60.1.aarch64"
},
"product_reference": "php7-sysvshm-7.4.33-150200.3.60.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sysvshm-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-sysvshm-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-sysvshm-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-tidy-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-tidy-7.4.33-150200.3.60.1.aarch64"
},
"product_reference": "php7-tidy-7.4.33-150200.3.60.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-tidy-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-tidy-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-tidy-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-tokenizer-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-tokenizer-7.4.33-150200.3.60.1.aarch64"
},
"product_reference": "php7-tokenizer-7.4.33-150200.3.60.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-tokenizer-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-tokenizer-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-tokenizer-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-xmlreader-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-xmlreader-7.4.33-150200.3.60.1.aarch64"
},
"product_reference": "php7-xmlreader-7.4.33-150200.3.60.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-xmlreader-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-xmlreader-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-xmlreader-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-xmlrpc-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-xmlrpc-7.4.33-150200.3.60.1.aarch64"
},
"product_reference": "php7-xmlrpc-7.4.33-150200.3.60.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-xmlrpc-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-xmlrpc-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-xmlrpc-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-xmlwriter-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-xmlwriter-7.4.33-150200.3.60.1.aarch64"
},
"product_reference": "php7-xmlwriter-7.4.33-150200.3.60.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-xmlwriter-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-xmlwriter-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-xmlwriter-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-xsl-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-xsl-7.4.33-150200.3.60.1.aarch64"
},
"product_reference": "php7-xsl-7.4.33-150200.3.60.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-xsl-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-xsl-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-xsl-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-zip-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-zip-7.4.33-150200.3.60.1.aarch64"
},
"product_reference": "php7-zip-7.4.33-150200.3.60.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-zip-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-zip-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-zip-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-zlib-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-zlib-7.4.33-150200.3.60.1.aarch64"
},
"product_reference": "php7-zlib-7.4.33-150200.3.60.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-zlib-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-zlib-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-zlib-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "apache2-mod_php7-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:apache2-mod_php7-7.4.33-150200.3.60.1.aarch64"
},
"product_reference": "apache2-mod_php7-7.4.33-150200.3.60.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "apache2-mod_php7-7.4.33-150200.3.60.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:apache2-mod_php7-7.4.33-150200.3.60.1.ppc64le"
},
"product_reference": "apache2-mod_php7-7.4.33-150200.3.60.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "apache2-mod_php7-7.4.33-150200.3.60.1.s390x as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:apache2-mod_php7-7.4.33-150200.3.60.1.s390x"
},
"product_reference": "apache2-mod_php7-7.4.33-150200.3.60.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "apache2-mod_php7-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:apache2-mod_php7-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "apache2-mod_php7-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-7.4.33-150200.3.60.1.aarch64"
},
"product_reference": "php7-7.4.33-150200.3.60.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-7.4.33-150200.3.60.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-7.4.33-150200.3.60.1.ppc64le"
},
"product_reference": "php7-7.4.33-150200.3.60.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-7.4.33-150200.3.60.1.s390x as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-7.4.33-150200.3.60.1.s390x"
},
"product_reference": "php7-7.4.33-150200.3.60.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-bcmath-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-bcmath-7.4.33-150200.3.60.1.aarch64"
},
"product_reference": "php7-bcmath-7.4.33-150200.3.60.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-bcmath-7.4.33-150200.3.60.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-bcmath-7.4.33-150200.3.60.1.ppc64le"
},
"product_reference": "php7-bcmath-7.4.33-150200.3.60.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-bcmath-7.4.33-150200.3.60.1.s390x as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-bcmath-7.4.33-150200.3.60.1.s390x"
},
"product_reference": "php7-bcmath-7.4.33-150200.3.60.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-bcmath-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-bcmath-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-bcmath-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-bz2-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-bz2-7.4.33-150200.3.60.1.aarch64"
},
"product_reference": "php7-bz2-7.4.33-150200.3.60.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-bz2-7.4.33-150200.3.60.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-bz2-7.4.33-150200.3.60.1.ppc64le"
},
"product_reference": "php7-bz2-7.4.33-150200.3.60.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-bz2-7.4.33-150200.3.60.1.s390x as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-bz2-7.4.33-150200.3.60.1.s390x"
},
"product_reference": "php7-bz2-7.4.33-150200.3.60.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-bz2-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-bz2-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-bz2-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-calendar-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-calendar-7.4.33-150200.3.60.1.aarch64"
},
"product_reference": "php7-calendar-7.4.33-150200.3.60.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-calendar-7.4.33-150200.3.60.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-calendar-7.4.33-150200.3.60.1.ppc64le"
},
"product_reference": "php7-calendar-7.4.33-150200.3.60.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-calendar-7.4.33-150200.3.60.1.s390x as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-calendar-7.4.33-150200.3.60.1.s390x"
},
"product_reference": "php7-calendar-7.4.33-150200.3.60.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-calendar-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-calendar-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-calendar-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-ctype-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ctype-7.4.33-150200.3.60.1.aarch64"
},
"product_reference": "php7-ctype-7.4.33-150200.3.60.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-ctype-7.4.33-150200.3.60.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ctype-7.4.33-150200.3.60.1.ppc64le"
},
"product_reference": "php7-ctype-7.4.33-150200.3.60.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-ctype-7.4.33-150200.3.60.1.s390x as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ctype-7.4.33-150200.3.60.1.s390x"
},
"product_reference": "php7-ctype-7.4.33-150200.3.60.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-ctype-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ctype-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-ctype-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-curl-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-curl-7.4.33-150200.3.60.1.aarch64"
},
"product_reference": "php7-curl-7.4.33-150200.3.60.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-curl-7.4.33-150200.3.60.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-curl-7.4.33-150200.3.60.1.ppc64le"
},
"product_reference": "php7-curl-7.4.33-150200.3.60.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-curl-7.4.33-150200.3.60.1.s390x as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-curl-7.4.33-150200.3.60.1.s390x"
},
"product_reference": "php7-curl-7.4.33-150200.3.60.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-curl-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-curl-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-curl-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-dba-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-dba-7.4.33-150200.3.60.1.aarch64"
},
"product_reference": "php7-dba-7.4.33-150200.3.60.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-dba-7.4.33-150200.3.60.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-dba-7.4.33-150200.3.60.1.ppc64le"
},
"product_reference": "php7-dba-7.4.33-150200.3.60.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-dba-7.4.33-150200.3.60.1.s390x as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-dba-7.4.33-150200.3.60.1.s390x"
},
"product_reference": "php7-dba-7.4.33-150200.3.60.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-dba-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-dba-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-dba-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-devel-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-devel-7.4.33-150200.3.60.1.aarch64"
},
"product_reference": "php7-devel-7.4.33-150200.3.60.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-devel-7.4.33-150200.3.60.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-devel-7.4.33-150200.3.60.1.ppc64le"
},
"product_reference": "php7-devel-7.4.33-150200.3.60.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-devel-7.4.33-150200.3.60.1.s390x as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-devel-7.4.33-150200.3.60.1.s390x"
},
"product_reference": "php7-devel-7.4.33-150200.3.60.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-devel-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-devel-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-devel-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-dom-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-dom-7.4.33-150200.3.60.1.aarch64"
},
"product_reference": "php7-dom-7.4.33-150200.3.60.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-dom-7.4.33-150200.3.60.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-dom-7.4.33-150200.3.60.1.ppc64le"
},
"product_reference": "php7-dom-7.4.33-150200.3.60.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-dom-7.4.33-150200.3.60.1.s390x as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-dom-7.4.33-150200.3.60.1.s390x"
},
"product_reference": "php7-dom-7.4.33-150200.3.60.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-dom-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-dom-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-dom-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-enchant-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-enchant-7.4.33-150200.3.60.1.aarch64"
},
"product_reference": "php7-enchant-7.4.33-150200.3.60.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-enchant-7.4.33-150200.3.60.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-enchant-7.4.33-150200.3.60.1.ppc64le"
},
"product_reference": "php7-enchant-7.4.33-150200.3.60.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-enchant-7.4.33-150200.3.60.1.s390x as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-enchant-7.4.33-150200.3.60.1.s390x"
},
"product_reference": "php7-enchant-7.4.33-150200.3.60.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-enchant-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-enchant-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-enchant-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-exif-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-exif-7.4.33-150200.3.60.1.aarch64"
},
"product_reference": "php7-exif-7.4.33-150200.3.60.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-exif-7.4.33-150200.3.60.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-exif-7.4.33-150200.3.60.1.ppc64le"
},
"product_reference": "php7-exif-7.4.33-150200.3.60.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-exif-7.4.33-150200.3.60.1.s390x as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-exif-7.4.33-150200.3.60.1.s390x"
},
"product_reference": "php7-exif-7.4.33-150200.3.60.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-exif-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-exif-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-exif-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-fastcgi-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fastcgi-7.4.33-150200.3.60.1.aarch64"
},
"product_reference": "php7-fastcgi-7.4.33-150200.3.60.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-fastcgi-7.4.33-150200.3.60.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fastcgi-7.4.33-150200.3.60.1.ppc64le"
},
"product_reference": "php7-fastcgi-7.4.33-150200.3.60.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-fastcgi-7.4.33-150200.3.60.1.s390x as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fastcgi-7.4.33-150200.3.60.1.s390x"
},
"product_reference": "php7-fastcgi-7.4.33-150200.3.60.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-fastcgi-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fastcgi-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-fastcgi-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-fileinfo-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fileinfo-7.4.33-150200.3.60.1.aarch64"
},
"product_reference": "php7-fileinfo-7.4.33-150200.3.60.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-fileinfo-7.4.33-150200.3.60.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fileinfo-7.4.33-150200.3.60.1.ppc64le"
},
"product_reference": "php7-fileinfo-7.4.33-150200.3.60.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-fileinfo-7.4.33-150200.3.60.1.s390x as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fileinfo-7.4.33-150200.3.60.1.s390x"
},
"product_reference": "php7-fileinfo-7.4.33-150200.3.60.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-fileinfo-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fileinfo-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-fileinfo-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-fpm-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fpm-7.4.33-150200.3.60.1.aarch64"
},
"product_reference": "php7-fpm-7.4.33-150200.3.60.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-fpm-7.4.33-150200.3.60.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fpm-7.4.33-150200.3.60.1.ppc64le"
},
"product_reference": "php7-fpm-7.4.33-150200.3.60.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-fpm-7.4.33-150200.3.60.1.s390x as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fpm-7.4.33-150200.3.60.1.s390x"
},
"product_reference": "php7-fpm-7.4.33-150200.3.60.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-fpm-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fpm-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-fpm-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-ftp-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ftp-7.4.33-150200.3.60.1.aarch64"
},
"product_reference": "php7-ftp-7.4.33-150200.3.60.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-ftp-7.4.33-150200.3.60.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ftp-7.4.33-150200.3.60.1.ppc64le"
},
"product_reference": "php7-ftp-7.4.33-150200.3.60.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-ftp-7.4.33-150200.3.60.1.s390x as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ftp-7.4.33-150200.3.60.1.s390x"
},
"product_reference": "php7-ftp-7.4.33-150200.3.60.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-ftp-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ftp-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-ftp-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-gd-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gd-7.4.33-150200.3.60.1.aarch64"
},
"product_reference": "php7-gd-7.4.33-150200.3.60.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-gd-7.4.33-150200.3.60.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gd-7.4.33-150200.3.60.1.ppc64le"
},
"product_reference": "php7-gd-7.4.33-150200.3.60.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-gd-7.4.33-150200.3.60.1.s390x as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gd-7.4.33-150200.3.60.1.s390x"
},
"product_reference": "php7-gd-7.4.33-150200.3.60.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-gd-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gd-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-gd-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-gettext-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gettext-7.4.33-150200.3.60.1.aarch64"
},
"product_reference": "php7-gettext-7.4.33-150200.3.60.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-gettext-7.4.33-150200.3.60.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gettext-7.4.33-150200.3.60.1.ppc64le"
},
"product_reference": "php7-gettext-7.4.33-150200.3.60.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-gettext-7.4.33-150200.3.60.1.s390x as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gettext-7.4.33-150200.3.60.1.s390x"
},
"product_reference": "php7-gettext-7.4.33-150200.3.60.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-gettext-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gettext-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-gettext-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-gmp-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gmp-7.4.33-150200.3.60.1.aarch64"
},
"product_reference": "php7-gmp-7.4.33-150200.3.60.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-gmp-7.4.33-150200.3.60.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gmp-7.4.33-150200.3.60.1.ppc64le"
},
"product_reference": "php7-gmp-7.4.33-150200.3.60.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-gmp-7.4.33-150200.3.60.1.s390x as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gmp-7.4.33-150200.3.60.1.s390x"
},
"product_reference": "php7-gmp-7.4.33-150200.3.60.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-gmp-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gmp-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-gmp-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-iconv-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-iconv-7.4.33-150200.3.60.1.aarch64"
},
"product_reference": "php7-iconv-7.4.33-150200.3.60.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-iconv-7.4.33-150200.3.60.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-iconv-7.4.33-150200.3.60.1.ppc64le"
},
"product_reference": "php7-iconv-7.4.33-150200.3.60.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-iconv-7.4.33-150200.3.60.1.s390x as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-iconv-7.4.33-150200.3.60.1.s390x"
},
"product_reference": "php7-iconv-7.4.33-150200.3.60.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-iconv-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-iconv-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-iconv-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-intl-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-intl-7.4.33-150200.3.60.1.aarch64"
},
"product_reference": "php7-intl-7.4.33-150200.3.60.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-intl-7.4.33-150200.3.60.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-intl-7.4.33-150200.3.60.1.ppc64le"
},
"product_reference": "php7-intl-7.4.33-150200.3.60.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-intl-7.4.33-150200.3.60.1.s390x as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-intl-7.4.33-150200.3.60.1.s390x"
},
"product_reference": "php7-intl-7.4.33-150200.3.60.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-intl-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-intl-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-intl-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-json-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-json-7.4.33-150200.3.60.1.aarch64"
},
"product_reference": "php7-json-7.4.33-150200.3.60.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-json-7.4.33-150200.3.60.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-json-7.4.33-150200.3.60.1.ppc64le"
},
"product_reference": "php7-json-7.4.33-150200.3.60.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-json-7.4.33-150200.3.60.1.s390x as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-json-7.4.33-150200.3.60.1.s390x"
},
"product_reference": "php7-json-7.4.33-150200.3.60.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-json-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-json-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-json-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-ldap-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ldap-7.4.33-150200.3.60.1.aarch64"
},
"product_reference": "php7-ldap-7.4.33-150200.3.60.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-ldap-7.4.33-150200.3.60.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ldap-7.4.33-150200.3.60.1.ppc64le"
},
"product_reference": "php7-ldap-7.4.33-150200.3.60.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-ldap-7.4.33-150200.3.60.1.s390x as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ldap-7.4.33-150200.3.60.1.s390x"
},
"product_reference": "php7-ldap-7.4.33-150200.3.60.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-ldap-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ldap-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-ldap-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-mbstring-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-mbstring-7.4.33-150200.3.60.1.aarch64"
},
"product_reference": "php7-mbstring-7.4.33-150200.3.60.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-mbstring-7.4.33-150200.3.60.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-mbstring-7.4.33-150200.3.60.1.ppc64le"
},
"product_reference": "php7-mbstring-7.4.33-150200.3.60.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-mbstring-7.4.33-150200.3.60.1.s390x as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-mbstring-7.4.33-150200.3.60.1.s390x"
},
"product_reference": "php7-mbstring-7.4.33-150200.3.60.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-mbstring-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-mbstring-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-mbstring-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-mysql-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-mysql-7.4.33-150200.3.60.1.aarch64"
},
"product_reference": "php7-mysql-7.4.33-150200.3.60.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-mysql-7.4.33-150200.3.60.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-mysql-7.4.33-150200.3.60.1.ppc64le"
},
"product_reference": "php7-mysql-7.4.33-150200.3.60.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-mysql-7.4.33-150200.3.60.1.s390x as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-mysql-7.4.33-150200.3.60.1.s390x"
},
"product_reference": "php7-mysql-7.4.33-150200.3.60.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-mysql-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-mysql-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-mysql-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-odbc-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-odbc-7.4.33-150200.3.60.1.aarch64"
},
"product_reference": "php7-odbc-7.4.33-150200.3.60.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-odbc-7.4.33-150200.3.60.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-odbc-7.4.33-150200.3.60.1.ppc64le"
},
"product_reference": "php7-odbc-7.4.33-150200.3.60.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-odbc-7.4.33-150200.3.60.1.s390x as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-odbc-7.4.33-150200.3.60.1.s390x"
},
"product_reference": "php7-odbc-7.4.33-150200.3.60.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-odbc-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-odbc-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-odbc-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-opcache-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-opcache-7.4.33-150200.3.60.1.aarch64"
},
"product_reference": "php7-opcache-7.4.33-150200.3.60.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-opcache-7.4.33-150200.3.60.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-opcache-7.4.33-150200.3.60.1.ppc64le"
},
"product_reference": "php7-opcache-7.4.33-150200.3.60.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-opcache-7.4.33-150200.3.60.1.s390x as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-opcache-7.4.33-150200.3.60.1.s390x"
},
"product_reference": "php7-opcache-7.4.33-150200.3.60.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-opcache-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-opcache-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-opcache-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-openssl-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-openssl-7.4.33-150200.3.60.1.aarch64"
},
"product_reference": "php7-openssl-7.4.33-150200.3.60.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-openssl-7.4.33-150200.3.60.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-openssl-7.4.33-150200.3.60.1.ppc64le"
},
"product_reference": "php7-openssl-7.4.33-150200.3.60.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-openssl-7.4.33-150200.3.60.1.s390x as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-openssl-7.4.33-150200.3.60.1.s390x"
},
"product_reference": "php7-openssl-7.4.33-150200.3.60.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-openssl-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-openssl-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-openssl-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-pcntl-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pcntl-7.4.33-150200.3.60.1.aarch64"
},
"product_reference": "php7-pcntl-7.4.33-150200.3.60.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-pcntl-7.4.33-150200.3.60.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pcntl-7.4.33-150200.3.60.1.ppc64le"
},
"product_reference": "php7-pcntl-7.4.33-150200.3.60.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-pcntl-7.4.33-150200.3.60.1.s390x as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pcntl-7.4.33-150200.3.60.1.s390x"
},
"product_reference": "php7-pcntl-7.4.33-150200.3.60.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-pcntl-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pcntl-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-pcntl-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-pdo-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pdo-7.4.33-150200.3.60.1.aarch64"
},
"product_reference": "php7-pdo-7.4.33-150200.3.60.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-pdo-7.4.33-150200.3.60.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pdo-7.4.33-150200.3.60.1.ppc64le"
},
"product_reference": "php7-pdo-7.4.33-150200.3.60.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-pdo-7.4.33-150200.3.60.1.s390x as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pdo-7.4.33-150200.3.60.1.s390x"
},
"product_reference": "php7-pdo-7.4.33-150200.3.60.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-pdo-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pdo-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-pdo-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-pgsql-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pgsql-7.4.33-150200.3.60.1.aarch64"
},
"product_reference": "php7-pgsql-7.4.33-150200.3.60.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-pgsql-7.4.33-150200.3.60.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pgsql-7.4.33-150200.3.60.1.ppc64le"
},
"product_reference": "php7-pgsql-7.4.33-150200.3.60.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-pgsql-7.4.33-150200.3.60.1.s390x as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pgsql-7.4.33-150200.3.60.1.s390x"
},
"product_reference": "php7-pgsql-7.4.33-150200.3.60.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-pgsql-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pgsql-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-pgsql-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-phar-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-phar-7.4.33-150200.3.60.1.aarch64"
},
"product_reference": "php7-phar-7.4.33-150200.3.60.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-phar-7.4.33-150200.3.60.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-phar-7.4.33-150200.3.60.1.ppc64le"
},
"product_reference": "php7-phar-7.4.33-150200.3.60.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-phar-7.4.33-150200.3.60.1.s390x as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-phar-7.4.33-150200.3.60.1.s390x"
},
"product_reference": "php7-phar-7.4.33-150200.3.60.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-phar-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-phar-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-phar-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-posix-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-posix-7.4.33-150200.3.60.1.aarch64"
},
"product_reference": "php7-posix-7.4.33-150200.3.60.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-posix-7.4.33-150200.3.60.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-posix-7.4.33-150200.3.60.1.ppc64le"
},
"product_reference": "php7-posix-7.4.33-150200.3.60.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-posix-7.4.33-150200.3.60.1.s390x as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-posix-7.4.33-150200.3.60.1.s390x"
},
"product_reference": "php7-posix-7.4.33-150200.3.60.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-posix-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-posix-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-posix-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-readline-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-readline-7.4.33-150200.3.60.1.aarch64"
},
"product_reference": "php7-readline-7.4.33-150200.3.60.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-readline-7.4.33-150200.3.60.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-readline-7.4.33-150200.3.60.1.ppc64le"
},
"product_reference": "php7-readline-7.4.33-150200.3.60.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-readline-7.4.33-150200.3.60.1.s390x as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-readline-7.4.33-150200.3.60.1.s390x"
},
"product_reference": "php7-readline-7.4.33-150200.3.60.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-readline-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-readline-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-readline-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-shmop-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-shmop-7.4.33-150200.3.60.1.aarch64"
},
"product_reference": "php7-shmop-7.4.33-150200.3.60.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-shmop-7.4.33-150200.3.60.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-shmop-7.4.33-150200.3.60.1.ppc64le"
},
"product_reference": "php7-shmop-7.4.33-150200.3.60.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-shmop-7.4.33-150200.3.60.1.s390x as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-shmop-7.4.33-150200.3.60.1.s390x"
},
"product_reference": "php7-shmop-7.4.33-150200.3.60.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-shmop-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-shmop-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-shmop-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-snmp-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-snmp-7.4.33-150200.3.60.1.aarch64"
},
"product_reference": "php7-snmp-7.4.33-150200.3.60.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-snmp-7.4.33-150200.3.60.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-snmp-7.4.33-150200.3.60.1.ppc64le"
},
"product_reference": "php7-snmp-7.4.33-150200.3.60.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-snmp-7.4.33-150200.3.60.1.s390x as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-snmp-7.4.33-150200.3.60.1.s390x"
},
"product_reference": "php7-snmp-7.4.33-150200.3.60.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-snmp-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-snmp-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-snmp-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-soap-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-soap-7.4.33-150200.3.60.1.aarch64"
},
"product_reference": "php7-soap-7.4.33-150200.3.60.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-soap-7.4.33-150200.3.60.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-soap-7.4.33-150200.3.60.1.ppc64le"
},
"product_reference": "php7-soap-7.4.33-150200.3.60.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-soap-7.4.33-150200.3.60.1.s390x as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-soap-7.4.33-150200.3.60.1.s390x"
},
"product_reference": "php7-soap-7.4.33-150200.3.60.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-soap-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-soap-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-soap-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sockets-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sockets-7.4.33-150200.3.60.1.aarch64"
},
"product_reference": "php7-sockets-7.4.33-150200.3.60.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sockets-7.4.33-150200.3.60.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sockets-7.4.33-150200.3.60.1.ppc64le"
},
"product_reference": "php7-sockets-7.4.33-150200.3.60.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sockets-7.4.33-150200.3.60.1.s390x as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sockets-7.4.33-150200.3.60.1.s390x"
},
"product_reference": "php7-sockets-7.4.33-150200.3.60.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sockets-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sockets-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-sockets-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sodium-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sodium-7.4.33-150200.3.60.1.aarch64"
},
"product_reference": "php7-sodium-7.4.33-150200.3.60.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sodium-7.4.33-150200.3.60.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sodium-7.4.33-150200.3.60.1.ppc64le"
},
"product_reference": "php7-sodium-7.4.33-150200.3.60.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sodium-7.4.33-150200.3.60.1.s390x as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sodium-7.4.33-150200.3.60.1.s390x"
},
"product_reference": "php7-sodium-7.4.33-150200.3.60.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sodium-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sodium-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-sodium-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sqlite-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sqlite-7.4.33-150200.3.60.1.aarch64"
},
"product_reference": "php7-sqlite-7.4.33-150200.3.60.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sqlite-7.4.33-150200.3.60.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sqlite-7.4.33-150200.3.60.1.ppc64le"
},
"product_reference": "php7-sqlite-7.4.33-150200.3.60.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sqlite-7.4.33-150200.3.60.1.s390x as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sqlite-7.4.33-150200.3.60.1.s390x"
},
"product_reference": "php7-sqlite-7.4.33-150200.3.60.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sqlite-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sqlite-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-sqlite-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sysvmsg-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvmsg-7.4.33-150200.3.60.1.aarch64"
},
"product_reference": "php7-sysvmsg-7.4.33-150200.3.60.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sysvmsg-7.4.33-150200.3.60.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvmsg-7.4.33-150200.3.60.1.ppc64le"
},
"product_reference": "php7-sysvmsg-7.4.33-150200.3.60.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sysvmsg-7.4.33-150200.3.60.1.s390x as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvmsg-7.4.33-150200.3.60.1.s390x"
},
"product_reference": "php7-sysvmsg-7.4.33-150200.3.60.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sysvmsg-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvmsg-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-sysvmsg-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sysvsem-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvsem-7.4.33-150200.3.60.1.aarch64"
},
"product_reference": "php7-sysvsem-7.4.33-150200.3.60.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sysvsem-7.4.33-150200.3.60.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvsem-7.4.33-150200.3.60.1.ppc64le"
},
"product_reference": "php7-sysvsem-7.4.33-150200.3.60.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sysvsem-7.4.33-150200.3.60.1.s390x as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvsem-7.4.33-150200.3.60.1.s390x"
},
"product_reference": "php7-sysvsem-7.4.33-150200.3.60.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sysvsem-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvsem-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-sysvsem-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sysvshm-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvshm-7.4.33-150200.3.60.1.aarch64"
},
"product_reference": "php7-sysvshm-7.4.33-150200.3.60.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sysvshm-7.4.33-150200.3.60.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvshm-7.4.33-150200.3.60.1.ppc64le"
},
"product_reference": "php7-sysvshm-7.4.33-150200.3.60.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sysvshm-7.4.33-150200.3.60.1.s390x as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvshm-7.4.33-150200.3.60.1.s390x"
},
"product_reference": "php7-sysvshm-7.4.33-150200.3.60.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sysvshm-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvshm-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-sysvshm-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-tidy-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-tidy-7.4.33-150200.3.60.1.aarch64"
},
"product_reference": "php7-tidy-7.4.33-150200.3.60.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-tidy-7.4.33-150200.3.60.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-tidy-7.4.33-150200.3.60.1.ppc64le"
},
"product_reference": "php7-tidy-7.4.33-150200.3.60.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-tidy-7.4.33-150200.3.60.1.s390x as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-tidy-7.4.33-150200.3.60.1.s390x"
},
"product_reference": "php7-tidy-7.4.33-150200.3.60.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-tidy-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-tidy-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-tidy-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-tokenizer-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-tokenizer-7.4.33-150200.3.60.1.aarch64"
},
"product_reference": "php7-tokenizer-7.4.33-150200.3.60.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-tokenizer-7.4.33-150200.3.60.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-tokenizer-7.4.33-150200.3.60.1.ppc64le"
},
"product_reference": "php7-tokenizer-7.4.33-150200.3.60.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-tokenizer-7.4.33-150200.3.60.1.s390x as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-tokenizer-7.4.33-150200.3.60.1.s390x"
},
"product_reference": "php7-tokenizer-7.4.33-150200.3.60.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-tokenizer-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-tokenizer-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-tokenizer-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-xmlreader-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlreader-7.4.33-150200.3.60.1.aarch64"
},
"product_reference": "php7-xmlreader-7.4.33-150200.3.60.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-xmlreader-7.4.33-150200.3.60.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlreader-7.4.33-150200.3.60.1.ppc64le"
},
"product_reference": "php7-xmlreader-7.4.33-150200.3.60.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-xmlreader-7.4.33-150200.3.60.1.s390x as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlreader-7.4.33-150200.3.60.1.s390x"
},
"product_reference": "php7-xmlreader-7.4.33-150200.3.60.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-xmlreader-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlreader-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-xmlreader-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-xmlrpc-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlrpc-7.4.33-150200.3.60.1.aarch64"
},
"product_reference": "php7-xmlrpc-7.4.33-150200.3.60.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-xmlrpc-7.4.33-150200.3.60.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlrpc-7.4.33-150200.3.60.1.ppc64le"
},
"product_reference": "php7-xmlrpc-7.4.33-150200.3.60.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-xmlrpc-7.4.33-150200.3.60.1.s390x as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlrpc-7.4.33-150200.3.60.1.s390x"
},
"product_reference": "php7-xmlrpc-7.4.33-150200.3.60.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-xmlrpc-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlrpc-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-xmlrpc-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-xmlwriter-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlwriter-7.4.33-150200.3.60.1.aarch64"
},
"product_reference": "php7-xmlwriter-7.4.33-150200.3.60.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-xmlwriter-7.4.33-150200.3.60.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlwriter-7.4.33-150200.3.60.1.ppc64le"
},
"product_reference": "php7-xmlwriter-7.4.33-150200.3.60.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-xmlwriter-7.4.33-150200.3.60.1.s390x as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlwriter-7.4.33-150200.3.60.1.s390x"
},
"product_reference": "php7-xmlwriter-7.4.33-150200.3.60.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-xmlwriter-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlwriter-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-xmlwriter-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-xsl-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xsl-7.4.33-150200.3.60.1.aarch64"
},
"product_reference": "php7-xsl-7.4.33-150200.3.60.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-xsl-7.4.33-150200.3.60.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xsl-7.4.33-150200.3.60.1.ppc64le"
},
"product_reference": "php7-xsl-7.4.33-150200.3.60.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-xsl-7.4.33-150200.3.60.1.s390x as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xsl-7.4.33-150200.3.60.1.s390x"
},
"product_reference": "php7-xsl-7.4.33-150200.3.60.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-xsl-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xsl-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-xsl-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-zip-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-zip-7.4.33-150200.3.60.1.aarch64"
},
"product_reference": "php7-zip-7.4.33-150200.3.60.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-zip-7.4.33-150200.3.60.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-zip-7.4.33-150200.3.60.1.ppc64le"
},
"product_reference": "php7-zip-7.4.33-150200.3.60.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-zip-7.4.33-150200.3.60.1.s390x as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-zip-7.4.33-150200.3.60.1.s390x"
},
"product_reference": "php7-zip-7.4.33-150200.3.60.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-zip-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-zip-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-zip-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-zlib-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-zlib-7.4.33-150200.3.60.1.aarch64"
},
"product_reference": "php7-zlib-7.4.33-150200.3.60.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-zlib-7.4.33-150200.3.60.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-zlib-7.4.33-150200.3.60.1.ppc64le"
},
"product_reference": "php7-zlib-7.4.33-150200.3.60.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-zlib-7.4.33-150200.3.60.1.s390x as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-zlib-7.4.33-150200.3.60.1.s390x"
},
"product_reference": "php7-zlib-7.4.33-150200.3.60.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-zlib-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-zlib-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-zlib-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "apache2-mod_php7-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:apache2-mod_php7-7.4.33-150200.3.60.1.aarch64"
},
"product_reference": "apache2-mod_php7-7.4.33-150200.3.60.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "apache2-mod_php7-7.4.33-150200.3.60.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:apache2-mod_php7-7.4.33-150200.3.60.1.ppc64le"
},
"product_reference": "apache2-mod_php7-7.4.33-150200.3.60.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "apache2-mod_php7-7.4.33-150200.3.60.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:apache2-mod_php7-7.4.33-150200.3.60.1.s390x"
},
"product_reference": "apache2-mod_php7-7.4.33-150200.3.60.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "apache2-mod_php7-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:apache2-mod_php7-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "apache2-mod_php7-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-7.4.33-150200.3.60.1.aarch64"
},
"product_reference": "php7-7.4.33-150200.3.60.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-7.4.33-150200.3.60.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-7.4.33-150200.3.60.1.ppc64le"
},
"product_reference": "php7-7.4.33-150200.3.60.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-7.4.33-150200.3.60.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-7.4.33-150200.3.60.1.s390x"
},
"product_reference": "php7-7.4.33-150200.3.60.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-bcmath-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-bcmath-7.4.33-150200.3.60.1.aarch64"
},
"product_reference": "php7-bcmath-7.4.33-150200.3.60.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-bcmath-7.4.33-150200.3.60.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-bcmath-7.4.33-150200.3.60.1.ppc64le"
},
"product_reference": "php7-bcmath-7.4.33-150200.3.60.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-bcmath-7.4.33-150200.3.60.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-bcmath-7.4.33-150200.3.60.1.s390x"
},
"product_reference": "php7-bcmath-7.4.33-150200.3.60.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-bcmath-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-bcmath-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-bcmath-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-bz2-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-bz2-7.4.33-150200.3.60.1.aarch64"
},
"product_reference": "php7-bz2-7.4.33-150200.3.60.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-bz2-7.4.33-150200.3.60.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-bz2-7.4.33-150200.3.60.1.ppc64le"
},
"product_reference": "php7-bz2-7.4.33-150200.3.60.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-bz2-7.4.33-150200.3.60.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-bz2-7.4.33-150200.3.60.1.s390x"
},
"product_reference": "php7-bz2-7.4.33-150200.3.60.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-bz2-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-bz2-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-bz2-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-calendar-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-calendar-7.4.33-150200.3.60.1.aarch64"
},
"product_reference": "php7-calendar-7.4.33-150200.3.60.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-calendar-7.4.33-150200.3.60.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-calendar-7.4.33-150200.3.60.1.ppc64le"
},
"product_reference": "php7-calendar-7.4.33-150200.3.60.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-calendar-7.4.33-150200.3.60.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-calendar-7.4.33-150200.3.60.1.s390x"
},
"product_reference": "php7-calendar-7.4.33-150200.3.60.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-calendar-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-calendar-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-calendar-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-ctype-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-ctype-7.4.33-150200.3.60.1.aarch64"
},
"product_reference": "php7-ctype-7.4.33-150200.3.60.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-ctype-7.4.33-150200.3.60.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-ctype-7.4.33-150200.3.60.1.ppc64le"
},
"product_reference": "php7-ctype-7.4.33-150200.3.60.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-ctype-7.4.33-150200.3.60.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-ctype-7.4.33-150200.3.60.1.s390x"
},
"product_reference": "php7-ctype-7.4.33-150200.3.60.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-ctype-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-ctype-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-ctype-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-curl-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-curl-7.4.33-150200.3.60.1.aarch64"
},
"product_reference": "php7-curl-7.4.33-150200.3.60.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-curl-7.4.33-150200.3.60.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-curl-7.4.33-150200.3.60.1.ppc64le"
},
"product_reference": "php7-curl-7.4.33-150200.3.60.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-curl-7.4.33-150200.3.60.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-curl-7.4.33-150200.3.60.1.s390x"
},
"product_reference": "php7-curl-7.4.33-150200.3.60.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-curl-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-curl-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-curl-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-dba-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-dba-7.4.33-150200.3.60.1.aarch64"
},
"product_reference": "php7-dba-7.4.33-150200.3.60.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-dba-7.4.33-150200.3.60.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-dba-7.4.33-150200.3.60.1.ppc64le"
},
"product_reference": "php7-dba-7.4.33-150200.3.60.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-dba-7.4.33-150200.3.60.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-dba-7.4.33-150200.3.60.1.s390x"
},
"product_reference": "php7-dba-7.4.33-150200.3.60.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-dba-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-dba-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-dba-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-devel-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-devel-7.4.33-150200.3.60.1.aarch64"
},
"product_reference": "php7-devel-7.4.33-150200.3.60.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-devel-7.4.33-150200.3.60.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-devel-7.4.33-150200.3.60.1.ppc64le"
},
"product_reference": "php7-devel-7.4.33-150200.3.60.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-devel-7.4.33-150200.3.60.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-devel-7.4.33-150200.3.60.1.s390x"
},
"product_reference": "php7-devel-7.4.33-150200.3.60.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-devel-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-devel-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-devel-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-dom-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-dom-7.4.33-150200.3.60.1.aarch64"
},
"product_reference": "php7-dom-7.4.33-150200.3.60.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-dom-7.4.33-150200.3.60.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-dom-7.4.33-150200.3.60.1.ppc64le"
},
"product_reference": "php7-dom-7.4.33-150200.3.60.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-dom-7.4.33-150200.3.60.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-dom-7.4.33-150200.3.60.1.s390x"
},
"product_reference": "php7-dom-7.4.33-150200.3.60.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-dom-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-dom-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-dom-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-enchant-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-enchant-7.4.33-150200.3.60.1.aarch64"
},
"product_reference": "php7-enchant-7.4.33-150200.3.60.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-enchant-7.4.33-150200.3.60.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-enchant-7.4.33-150200.3.60.1.ppc64le"
},
"product_reference": "php7-enchant-7.4.33-150200.3.60.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-enchant-7.4.33-150200.3.60.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-enchant-7.4.33-150200.3.60.1.s390x"
},
"product_reference": "php7-enchant-7.4.33-150200.3.60.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-enchant-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-enchant-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-enchant-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-exif-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-exif-7.4.33-150200.3.60.1.aarch64"
},
"product_reference": "php7-exif-7.4.33-150200.3.60.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-exif-7.4.33-150200.3.60.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-exif-7.4.33-150200.3.60.1.ppc64le"
},
"product_reference": "php7-exif-7.4.33-150200.3.60.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-exif-7.4.33-150200.3.60.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-exif-7.4.33-150200.3.60.1.s390x"
},
"product_reference": "php7-exif-7.4.33-150200.3.60.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-exif-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-exif-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-exif-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-fastcgi-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-fastcgi-7.4.33-150200.3.60.1.aarch64"
},
"product_reference": "php7-fastcgi-7.4.33-150200.3.60.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-fastcgi-7.4.33-150200.3.60.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-fastcgi-7.4.33-150200.3.60.1.ppc64le"
},
"product_reference": "php7-fastcgi-7.4.33-150200.3.60.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-fastcgi-7.4.33-150200.3.60.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-fastcgi-7.4.33-150200.3.60.1.s390x"
},
"product_reference": "php7-fastcgi-7.4.33-150200.3.60.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-fastcgi-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-fastcgi-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-fastcgi-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-fileinfo-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-fileinfo-7.4.33-150200.3.60.1.aarch64"
},
"product_reference": "php7-fileinfo-7.4.33-150200.3.60.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-fileinfo-7.4.33-150200.3.60.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-fileinfo-7.4.33-150200.3.60.1.ppc64le"
},
"product_reference": "php7-fileinfo-7.4.33-150200.3.60.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-fileinfo-7.4.33-150200.3.60.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-fileinfo-7.4.33-150200.3.60.1.s390x"
},
"product_reference": "php7-fileinfo-7.4.33-150200.3.60.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-fileinfo-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-fileinfo-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-fileinfo-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-fpm-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-fpm-7.4.33-150200.3.60.1.aarch64"
},
"product_reference": "php7-fpm-7.4.33-150200.3.60.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-fpm-7.4.33-150200.3.60.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-fpm-7.4.33-150200.3.60.1.ppc64le"
},
"product_reference": "php7-fpm-7.4.33-150200.3.60.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-fpm-7.4.33-150200.3.60.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-fpm-7.4.33-150200.3.60.1.s390x"
},
"product_reference": "php7-fpm-7.4.33-150200.3.60.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-fpm-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-fpm-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-fpm-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-ftp-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-ftp-7.4.33-150200.3.60.1.aarch64"
},
"product_reference": "php7-ftp-7.4.33-150200.3.60.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-ftp-7.4.33-150200.3.60.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-ftp-7.4.33-150200.3.60.1.ppc64le"
},
"product_reference": "php7-ftp-7.4.33-150200.3.60.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-ftp-7.4.33-150200.3.60.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-ftp-7.4.33-150200.3.60.1.s390x"
},
"product_reference": "php7-ftp-7.4.33-150200.3.60.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-ftp-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-ftp-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-ftp-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-gd-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-gd-7.4.33-150200.3.60.1.aarch64"
},
"product_reference": "php7-gd-7.4.33-150200.3.60.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-gd-7.4.33-150200.3.60.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-gd-7.4.33-150200.3.60.1.ppc64le"
},
"product_reference": "php7-gd-7.4.33-150200.3.60.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-gd-7.4.33-150200.3.60.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-gd-7.4.33-150200.3.60.1.s390x"
},
"product_reference": "php7-gd-7.4.33-150200.3.60.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-gd-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-gd-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-gd-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-gettext-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-gettext-7.4.33-150200.3.60.1.aarch64"
},
"product_reference": "php7-gettext-7.4.33-150200.3.60.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-gettext-7.4.33-150200.3.60.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-gettext-7.4.33-150200.3.60.1.ppc64le"
},
"product_reference": "php7-gettext-7.4.33-150200.3.60.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-gettext-7.4.33-150200.3.60.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-gettext-7.4.33-150200.3.60.1.s390x"
},
"product_reference": "php7-gettext-7.4.33-150200.3.60.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-gettext-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-gettext-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-gettext-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-gmp-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-gmp-7.4.33-150200.3.60.1.aarch64"
},
"product_reference": "php7-gmp-7.4.33-150200.3.60.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-gmp-7.4.33-150200.3.60.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-gmp-7.4.33-150200.3.60.1.ppc64le"
},
"product_reference": "php7-gmp-7.4.33-150200.3.60.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-gmp-7.4.33-150200.3.60.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-gmp-7.4.33-150200.3.60.1.s390x"
},
"product_reference": "php7-gmp-7.4.33-150200.3.60.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-gmp-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-gmp-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-gmp-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-iconv-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-iconv-7.4.33-150200.3.60.1.aarch64"
},
"product_reference": "php7-iconv-7.4.33-150200.3.60.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-iconv-7.4.33-150200.3.60.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-iconv-7.4.33-150200.3.60.1.ppc64le"
},
"product_reference": "php7-iconv-7.4.33-150200.3.60.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-iconv-7.4.33-150200.3.60.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-iconv-7.4.33-150200.3.60.1.s390x"
},
"product_reference": "php7-iconv-7.4.33-150200.3.60.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-iconv-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-iconv-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-iconv-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-intl-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-intl-7.4.33-150200.3.60.1.aarch64"
},
"product_reference": "php7-intl-7.4.33-150200.3.60.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-intl-7.4.33-150200.3.60.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-intl-7.4.33-150200.3.60.1.ppc64le"
},
"product_reference": "php7-intl-7.4.33-150200.3.60.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-intl-7.4.33-150200.3.60.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-intl-7.4.33-150200.3.60.1.s390x"
},
"product_reference": "php7-intl-7.4.33-150200.3.60.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-intl-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-intl-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-intl-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-json-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-json-7.4.33-150200.3.60.1.aarch64"
},
"product_reference": "php7-json-7.4.33-150200.3.60.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-json-7.4.33-150200.3.60.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-json-7.4.33-150200.3.60.1.ppc64le"
},
"product_reference": "php7-json-7.4.33-150200.3.60.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-json-7.4.33-150200.3.60.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-json-7.4.33-150200.3.60.1.s390x"
},
"product_reference": "php7-json-7.4.33-150200.3.60.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-json-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-json-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-json-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-ldap-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-ldap-7.4.33-150200.3.60.1.aarch64"
},
"product_reference": "php7-ldap-7.4.33-150200.3.60.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-ldap-7.4.33-150200.3.60.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-ldap-7.4.33-150200.3.60.1.ppc64le"
},
"product_reference": "php7-ldap-7.4.33-150200.3.60.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-ldap-7.4.33-150200.3.60.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-ldap-7.4.33-150200.3.60.1.s390x"
},
"product_reference": "php7-ldap-7.4.33-150200.3.60.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-ldap-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-ldap-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-ldap-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-mbstring-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-mbstring-7.4.33-150200.3.60.1.aarch64"
},
"product_reference": "php7-mbstring-7.4.33-150200.3.60.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-mbstring-7.4.33-150200.3.60.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-mbstring-7.4.33-150200.3.60.1.ppc64le"
},
"product_reference": "php7-mbstring-7.4.33-150200.3.60.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-mbstring-7.4.33-150200.3.60.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-mbstring-7.4.33-150200.3.60.1.s390x"
},
"product_reference": "php7-mbstring-7.4.33-150200.3.60.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-mbstring-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-mbstring-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-mbstring-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-mysql-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-mysql-7.4.33-150200.3.60.1.aarch64"
},
"product_reference": "php7-mysql-7.4.33-150200.3.60.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-mysql-7.4.33-150200.3.60.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-mysql-7.4.33-150200.3.60.1.ppc64le"
},
"product_reference": "php7-mysql-7.4.33-150200.3.60.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-mysql-7.4.33-150200.3.60.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-mysql-7.4.33-150200.3.60.1.s390x"
},
"product_reference": "php7-mysql-7.4.33-150200.3.60.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-mysql-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-mysql-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-mysql-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-odbc-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-odbc-7.4.33-150200.3.60.1.aarch64"
},
"product_reference": "php7-odbc-7.4.33-150200.3.60.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-odbc-7.4.33-150200.3.60.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-odbc-7.4.33-150200.3.60.1.ppc64le"
},
"product_reference": "php7-odbc-7.4.33-150200.3.60.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-odbc-7.4.33-150200.3.60.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-odbc-7.4.33-150200.3.60.1.s390x"
},
"product_reference": "php7-odbc-7.4.33-150200.3.60.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-odbc-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-odbc-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-odbc-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-opcache-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-opcache-7.4.33-150200.3.60.1.aarch64"
},
"product_reference": "php7-opcache-7.4.33-150200.3.60.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-opcache-7.4.33-150200.3.60.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-opcache-7.4.33-150200.3.60.1.ppc64le"
},
"product_reference": "php7-opcache-7.4.33-150200.3.60.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-opcache-7.4.33-150200.3.60.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-opcache-7.4.33-150200.3.60.1.s390x"
},
"product_reference": "php7-opcache-7.4.33-150200.3.60.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-opcache-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-opcache-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-opcache-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-openssl-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-openssl-7.4.33-150200.3.60.1.aarch64"
},
"product_reference": "php7-openssl-7.4.33-150200.3.60.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-openssl-7.4.33-150200.3.60.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-openssl-7.4.33-150200.3.60.1.ppc64le"
},
"product_reference": "php7-openssl-7.4.33-150200.3.60.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-openssl-7.4.33-150200.3.60.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-openssl-7.4.33-150200.3.60.1.s390x"
},
"product_reference": "php7-openssl-7.4.33-150200.3.60.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-openssl-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-openssl-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-openssl-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-pcntl-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-pcntl-7.4.33-150200.3.60.1.aarch64"
},
"product_reference": "php7-pcntl-7.4.33-150200.3.60.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-pcntl-7.4.33-150200.3.60.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-pcntl-7.4.33-150200.3.60.1.ppc64le"
},
"product_reference": "php7-pcntl-7.4.33-150200.3.60.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-pcntl-7.4.33-150200.3.60.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-pcntl-7.4.33-150200.3.60.1.s390x"
},
"product_reference": "php7-pcntl-7.4.33-150200.3.60.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-pcntl-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-pcntl-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-pcntl-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-pdo-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-pdo-7.4.33-150200.3.60.1.aarch64"
},
"product_reference": "php7-pdo-7.4.33-150200.3.60.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-pdo-7.4.33-150200.3.60.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-pdo-7.4.33-150200.3.60.1.ppc64le"
},
"product_reference": "php7-pdo-7.4.33-150200.3.60.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-pdo-7.4.33-150200.3.60.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-pdo-7.4.33-150200.3.60.1.s390x"
},
"product_reference": "php7-pdo-7.4.33-150200.3.60.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-pdo-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-pdo-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-pdo-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-pgsql-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-pgsql-7.4.33-150200.3.60.1.aarch64"
},
"product_reference": "php7-pgsql-7.4.33-150200.3.60.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-pgsql-7.4.33-150200.3.60.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-pgsql-7.4.33-150200.3.60.1.ppc64le"
},
"product_reference": "php7-pgsql-7.4.33-150200.3.60.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-pgsql-7.4.33-150200.3.60.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-pgsql-7.4.33-150200.3.60.1.s390x"
},
"product_reference": "php7-pgsql-7.4.33-150200.3.60.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-pgsql-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-pgsql-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-pgsql-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-phar-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-phar-7.4.33-150200.3.60.1.aarch64"
},
"product_reference": "php7-phar-7.4.33-150200.3.60.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-phar-7.4.33-150200.3.60.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-phar-7.4.33-150200.3.60.1.ppc64le"
},
"product_reference": "php7-phar-7.4.33-150200.3.60.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-phar-7.4.33-150200.3.60.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-phar-7.4.33-150200.3.60.1.s390x"
},
"product_reference": "php7-phar-7.4.33-150200.3.60.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-phar-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-phar-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-phar-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-posix-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-posix-7.4.33-150200.3.60.1.aarch64"
},
"product_reference": "php7-posix-7.4.33-150200.3.60.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-posix-7.4.33-150200.3.60.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-posix-7.4.33-150200.3.60.1.ppc64le"
},
"product_reference": "php7-posix-7.4.33-150200.3.60.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-posix-7.4.33-150200.3.60.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-posix-7.4.33-150200.3.60.1.s390x"
},
"product_reference": "php7-posix-7.4.33-150200.3.60.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-posix-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-posix-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-posix-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-readline-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-readline-7.4.33-150200.3.60.1.aarch64"
},
"product_reference": "php7-readline-7.4.33-150200.3.60.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-readline-7.4.33-150200.3.60.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-readline-7.4.33-150200.3.60.1.ppc64le"
},
"product_reference": "php7-readline-7.4.33-150200.3.60.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-readline-7.4.33-150200.3.60.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-readline-7.4.33-150200.3.60.1.s390x"
},
"product_reference": "php7-readline-7.4.33-150200.3.60.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-readline-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-readline-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-readline-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-shmop-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-shmop-7.4.33-150200.3.60.1.aarch64"
},
"product_reference": "php7-shmop-7.4.33-150200.3.60.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-shmop-7.4.33-150200.3.60.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-shmop-7.4.33-150200.3.60.1.ppc64le"
},
"product_reference": "php7-shmop-7.4.33-150200.3.60.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-shmop-7.4.33-150200.3.60.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-shmop-7.4.33-150200.3.60.1.s390x"
},
"product_reference": "php7-shmop-7.4.33-150200.3.60.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-shmop-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-shmop-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-shmop-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-snmp-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-snmp-7.4.33-150200.3.60.1.aarch64"
},
"product_reference": "php7-snmp-7.4.33-150200.3.60.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-snmp-7.4.33-150200.3.60.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-snmp-7.4.33-150200.3.60.1.ppc64le"
},
"product_reference": "php7-snmp-7.4.33-150200.3.60.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-snmp-7.4.33-150200.3.60.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-snmp-7.4.33-150200.3.60.1.s390x"
},
"product_reference": "php7-snmp-7.4.33-150200.3.60.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-snmp-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-snmp-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-snmp-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-soap-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-soap-7.4.33-150200.3.60.1.aarch64"
},
"product_reference": "php7-soap-7.4.33-150200.3.60.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-soap-7.4.33-150200.3.60.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-soap-7.4.33-150200.3.60.1.ppc64le"
},
"product_reference": "php7-soap-7.4.33-150200.3.60.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-soap-7.4.33-150200.3.60.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-soap-7.4.33-150200.3.60.1.s390x"
},
"product_reference": "php7-soap-7.4.33-150200.3.60.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-soap-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-soap-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-soap-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sockets-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sockets-7.4.33-150200.3.60.1.aarch64"
},
"product_reference": "php7-sockets-7.4.33-150200.3.60.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sockets-7.4.33-150200.3.60.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sockets-7.4.33-150200.3.60.1.ppc64le"
},
"product_reference": "php7-sockets-7.4.33-150200.3.60.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sockets-7.4.33-150200.3.60.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sockets-7.4.33-150200.3.60.1.s390x"
},
"product_reference": "php7-sockets-7.4.33-150200.3.60.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sockets-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sockets-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-sockets-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sodium-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sodium-7.4.33-150200.3.60.1.aarch64"
},
"product_reference": "php7-sodium-7.4.33-150200.3.60.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sodium-7.4.33-150200.3.60.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sodium-7.4.33-150200.3.60.1.ppc64le"
},
"product_reference": "php7-sodium-7.4.33-150200.3.60.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sodium-7.4.33-150200.3.60.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sodium-7.4.33-150200.3.60.1.s390x"
},
"product_reference": "php7-sodium-7.4.33-150200.3.60.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sodium-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sodium-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-sodium-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sqlite-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sqlite-7.4.33-150200.3.60.1.aarch64"
},
"product_reference": "php7-sqlite-7.4.33-150200.3.60.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sqlite-7.4.33-150200.3.60.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sqlite-7.4.33-150200.3.60.1.ppc64le"
},
"product_reference": "php7-sqlite-7.4.33-150200.3.60.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sqlite-7.4.33-150200.3.60.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sqlite-7.4.33-150200.3.60.1.s390x"
},
"product_reference": "php7-sqlite-7.4.33-150200.3.60.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sqlite-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sqlite-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-sqlite-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sysvmsg-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sysvmsg-7.4.33-150200.3.60.1.aarch64"
},
"product_reference": "php7-sysvmsg-7.4.33-150200.3.60.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sysvmsg-7.4.33-150200.3.60.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sysvmsg-7.4.33-150200.3.60.1.ppc64le"
},
"product_reference": "php7-sysvmsg-7.4.33-150200.3.60.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sysvmsg-7.4.33-150200.3.60.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sysvmsg-7.4.33-150200.3.60.1.s390x"
},
"product_reference": "php7-sysvmsg-7.4.33-150200.3.60.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sysvmsg-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sysvmsg-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-sysvmsg-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sysvsem-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sysvsem-7.4.33-150200.3.60.1.aarch64"
},
"product_reference": "php7-sysvsem-7.4.33-150200.3.60.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sysvsem-7.4.33-150200.3.60.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sysvsem-7.4.33-150200.3.60.1.ppc64le"
},
"product_reference": "php7-sysvsem-7.4.33-150200.3.60.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sysvsem-7.4.33-150200.3.60.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sysvsem-7.4.33-150200.3.60.1.s390x"
},
"product_reference": "php7-sysvsem-7.4.33-150200.3.60.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sysvsem-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sysvsem-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-sysvsem-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sysvshm-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sysvshm-7.4.33-150200.3.60.1.aarch64"
},
"product_reference": "php7-sysvshm-7.4.33-150200.3.60.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sysvshm-7.4.33-150200.3.60.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sysvshm-7.4.33-150200.3.60.1.ppc64le"
},
"product_reference": "php7-sysvshm-7.4.33-150200.3.60.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sysvshm-7.4.33-150200.3.60.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sysvshm-7.4.33-150200.3.60.1.s390x"
},
"product_reference": "php7-sysvshm-7.4.33-150200.3.60.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sysvshm-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sysvshm-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-sysvshm-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-tidy-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-tidy-7.4.33-150200.3.60.1.aarch64"
},
"product_reference": "php7-tidy-7.4.33-150200.3.60.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-tidy-7.4.33-150200.3.60.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-tidy-7.4.33-150200.3.60.1.ppc64le"
},
"product_reference": "php7-tidy-7.4.33-150200.3.60.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-tidy-7.4.33-150200.3.60.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-tidy-7.4.33-150200.3.60.1.s390x"
},
"product_reference": "php7-tidy-7.4.33-150200.3.60.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-tidy-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-tidy-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-tidy-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-tokenizer-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-tokenizer-7.4.33-150200.3.60.1.aarch64"
},
"product_reference": "php7-tokenizer-7.4.33-150200.3.60.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-tokenizer-7.4.33-150200.3.60.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-tokenizer-7.4.33-150200.3.60.1.ppc64le"
},
"product_reference": "php7-tokenizer-7.4.33-150200.3.60.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-tokenizer-7.4.33-150200.3.60.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-tokenizer-7.4.33-150200.3.60.1.s390x"
},
"product_reference": "php7-tokenizer-7.4.33-150200.3.60.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-tokenizer-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-tokenizer-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-tokenizer-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-xmlreader-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-xmlreader-7.4.33-150200.3.60.1.aarch64"
},
"product_reference": "php7-xmlreader-7.4.33-150200.3.60.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-xmlreader-7.4.33-150200.3.60.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-xmlreader-7.4.33-150200.3.60.1.ppc64le"
},
"product_reference": "php7-xmlreader-7.4.33-150200.3.60.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-xmlreader-7.4.33-150200.3.60.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-xmlreader-7.4.33-150200.3.60.1.s390x"
},
"product_reference": "php7-xmlreader-7.4.33-150200.3.60.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-xmlreader-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-xmlreader-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-xmlreader-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-xmlrpc-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-xmlrpc-7.4.33-150200.3.60.1.aarch64"
},
"product_reference": "php7-xmlrpc-7.4.33-150200.3.60.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-xmlrpc-7.4.33-150200.3.60.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-xmlrpc-7.4.33-150200.3.60.1.ppc64le"
},
"product_reference": "php7-xmlrpc-7.4.33-150200.3.60.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-xmlrpc-7.4.33-150200.3.60.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-xmlrpc-7.4.33-150200.3.60.1.s390x"
},
"product_reference": "php7-xmlrpc-7.4.33-150200.3.60.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-xmlrpc-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-xmlrpc-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-xmlrpc-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-xmlwriter-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-xmlwriter-7.4.33-150200.3.60.1.aarch64"
},
"product_reference": "php7-xmlwriter-7.4.33-150200.3.60.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-xmlwriter-7.4.33-150200.3.60.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-xmlwriter-7.4.33-150200.3.60.1.ppc64le"
},
"product_reference": "php7-xmlwriter-7.4.33-150200.3.60.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-xmlwriter-7.4.33-150200.3.60.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-xmlwriter-7.4.33-150200.3.60.1.s390x"
},
"product_reference": "php7-xmlwriter-7.4.33-150200.3.60.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-xmlwriter-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-xmlwriter-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-xmlwriter-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-xsl-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-xsl-7.4.33-150200.3.60.1.aarch64"
},
"product_reference": "php7-xsl-7.4.33-150200.3.60.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-xsl-7.4.33-150200.3.60.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-xsl-7.4.33-150200.3.60.1.ppc64le"
},
"product_reference": "php7-xsl-7.4.33-150200.3.60.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-xsl-7.4.33-150200.3.60.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-xsl-7.4.33-150200.3.60.1.s390x"
},
"product_reference": "php7-xsl-7.4.33-150200.3.60.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-xsl-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-xsl-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-xsl-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-zip-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-zip-7.4.33-150200.3.60.1.aarch64"
},
"product_reference": "php7-zip-7.4.33-150200.3.60.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-zip-7.4.33-150200.3.60.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-zip-7.4.33-150200.3.60.1.ppc64le"
},
"product_reference": "php7-zip-7.4.33-150200.3.60.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-zip-7.4.33-150200.3.60.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-zip-7.4.33-150200.3.60.1.s390x"
},
"product_reference": "php7-zip-7.4.33-150200.3.60.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-zip-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-zip-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-zip-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-zlib-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-zlib-7.4.33-150200.3.60.1.aarch64"
},
"product_reference": "php7-zlib-7.4.33-150200.3.60.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-zlib-7.4.33-150200.3.60.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-zlib-7.4.33-150200.3.60.1.ppc64le"
},
"product_reference": "php7-zlib-7.4.33-150200.3.60.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-zlib-7.4.33-150200.3.60.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-zlib-7.4.33-150200.3.60.1.s390x"
},
"product_reference": "php7-zlib-7.4.33-150200.3.60.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-zlib-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-zlib-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-zlib-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "apache2-mod_php7-7.4.33-150200.3.60.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:apache2-mod_php7-7.4.33-150200.3.60.1.ppc64le"
},
"product_reference": "apache2-mod_php7-7.4.33-150200.3.60.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "apache2-mod_php7-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:apache2-mod_php7-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "apache2-mod_php7-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-7.4.33-150200.3.60.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-7.4.33-150200.3.60.1.ppc64le"
},
"product_reference": "php7-7.4.33-150200.3.60.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-bcmath-7.4.33-150200.3.60.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-bcmath-7.4.33-150200.3.60.1.ppc64le"
},
"product_reference": "php7-bcmath-7.4.33-150200.3.60.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-bcmath-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-bcmath-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-bcmath-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-bz2-7.4.33-150200.3.60.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-bz2-7.4.33-150200.3.60.1.ppc64le"
},
"product_reference": "php7-bz2-7.4.33-150200.3.60.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-bz2-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-bz2-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-bz2-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-calendar-7.4.33-150200.3.60.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-calendar-7.4.33-150200.3.60.1.ppc64le"
},
"product_reference": "php7-calendar-7.4.33-150200.3.60.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-calendar-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-calendar-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-calendar-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-ctype-7.4.33-150200.3.60.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-ctype-7.4.33-150200.3.60.1.ppc64le"
},
"product_reference": "php7-ctype-7.4.33-150200.3.60.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-ctype-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-ctype-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-ctype-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-curl-7.4.33-150200.3.60.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-curl-7.4.33-150200.3.60.1.ppc64le"
},
"product_reference": "php7-curl-7.4.33-150200.3.60.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-curl-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-curl-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-curl-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-dba-7.4.33-150200.3.60.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-dba-7.4.33-150200.3.60.1.ppc64le"
},
"product_reference": "php7-dba-7.4.33-150200.3.60.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-dba-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-dba-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-dba-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-devel-7.4.33-150200.3.60.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-devel-7.4.33-150200.3.60.1.ppc64le"
},
"product_reference": "php7-devel-7.4.33-150200.3.60.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-devel-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-devel-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-devel-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-dom-7.4.33-150200.3.60.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-dom-7.4.33-150200.3.60.1.ppc64le"
},
"product_reference": "php7-dom-7.4.33-150200.3.60.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-dom-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-dom-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-dom-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-enchant-7.4.33-150200.3.60.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-enchant-7.4.33-150200.3.60.1.ppc64le"
},
"product_reference": "php7-enchant-7.4.33-150200.3.60.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-enchant-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-enchant-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-enchant-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-exif-7.4.33-150200.3.60.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-exif-7.4.33-150200.3.60.1.ppc64le"
},
"product_reference": "php7-exif-7.4.33-150200.3.60.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-exif-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-exif-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-exif-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-fastcgi-7.4.33-150200.3.60.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-fastcgi-7.4.33-150200.3.60.1.ppc64le"
},
"product_reference": "php7-fastcgi-7.4.33-150200.3.60.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-fastcgi-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-fastcgi-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-fastcgi-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-fileinfo-7.4.33-150200.3.60.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-fileinfo-7.4.33-150200.3.60.1.ppc64le"
},
"product_reference": "php7-fileinfo-7.4.33-150200.3.60.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-fileinfo-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-fileinfo-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-fileinfo-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-fpm-7.4.33-150200.3.60.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-fpm-7.4.33-150200.3.60.1.ppc64le"
},
"product_reference": "php7-fpm-7.4.33-150200.3.60.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-fpm-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-fpm-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-fpm-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-ftp-7.4.33-150200.3.60.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-ftp-7.4.33-150200.3.60.1.ppc64le"
},
"product_reference": "php7-ftp-7.4.33-150200.3.60.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-ftp-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-ftp-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-ftp-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-gd-7.4.33-150200.3.60.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-gd-7.4.33-150200.3.60.1.ppc64le"
},
"product_reference": "php7-gd-7.4.33-150200.3.60.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-gd-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-gd-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-gd-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-gettext-7.4.33-150200.3.60.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-gettext-7.4.33-150200.3.60.1.ppc64le"
},
"product_reference": "php7-gettext-7.4.33-150200.3.60.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-gettext-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-gettext-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-gettext-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-gmp-7.4.33-150200.3.60.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-gmp-7.4.33-150200.3.60.1.ppc64le"
},
"product_reference": "php7-gmp-7.4.33-150200.3.60.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-gmp-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-gmp-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-gmp-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-iconv-7.4.33-150200.3.60.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-iconv-7.4.33-150200.3.60.1.ppc64le"
},
"product_reference": "php7-iconv-7.4.33-150200.3.60.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-iconv-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-iconv-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-iconv-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-intl-7.4.33-150200.3.60.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-intl-7.4.33-150200.3.60.1.ppc64le"
},
"product_reference": "php7-intl-7.4.33-150200.3.60.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-intl-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-intl-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-intl-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-json-7.4.33-150200.3.60.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-json-7.4.33-150200.3.60.1.ppc64le"
},
"product_reference": "php7-json-7.4.33-150200.3.60.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-json-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-json-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-json-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-ldap-7.4.33-150200.3.60.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-ldap-7.4.33-150200.3.60.1.ppc64le"
},
"product_reference": "php7-ldap-7.4.33-150200.3.60.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-ldap-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-ldap-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-ldap-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-mbstring-7.4.33-150200.3.60.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-mbstring-7.4.33-150200.3.60.1.ppc64le"
},
"product_reference": "php7-mbstring-7.4.33-150200.3.60.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-mbstring-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-mbstring-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-mbstring-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-mysql-7.4.33-150200.3.60.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-mysql-7.4.33-150200.3.60.1.ppc64le"
},
"product_reference": "php7-mysql-7.4.33-150200.3.60.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-mysql-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-mysql-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-mysql-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-odbc-7.4.33-150200.3.60.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-odbc-7.4.33-150200.3.60.1.ppc64le"
},
"product_reference": "php7-odbc-7.4.33-150200.3.60.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-odbc-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-odbc-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-odbc-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-opcache-7.4.33-150200.3.60.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-opcache-7.4.33-150200.3.60.1.ppc64le"
},
"product_reference": "php7-opcache-7.4.33-150200.3.60.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-opcache-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-opcache-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-opcache-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-openssl-7.4.33-150200.3.60.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-openssl-7.4.33-150200.3.60.1.ppc64le"
},
"product_reference": "php7-openssl-7.4.33-150200.3.60.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-openssl-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-openssl-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-openssl-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-pcntl-7.4.33-150200.3.60.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-pcntl-7.4.33-150200.3.60.1.ppc64le"
},
"product_reference": "php7-pcntl-7.4.33-150200.3.60.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-pcntl-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-pcntl-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-pcntl-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-pdo-7.4.33-150200.3.60.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-pdo-7.4.33-150200.3.60.1.ppc64le"
},
"product_reference": "php7-pdo-7.4.33-150200.3.60.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-pdo-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-pdo-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-pdo-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-pgsql-7.4.33-150200.3.60.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-pgsql-7.4.33-150200.3.60.1.ppc64le"
},
"product_reference": "php7-pgsql-7.4.33-150200.3.60.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-pgsql-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-pgsql-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-pgsql-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-phar-7.4.33-150200.3.60.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-phar-7.4.33-150200.3.60.1.ppc64le"
},
"product_reference": "php7-phar-7.4.33-150200.3.60.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-phar-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-phar-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-phar-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-posix-7.4.33-150200.3.60.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-posix-7.4.33-150200.3.60.1.ppc64le"
},
"product_reference": "php7-posix-7.4.33-150200.3.60.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-posix-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-posix-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-posix-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-readline-7.4.33-150200.3.60.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-readline-7.4.33-150200.3.60.1.ppc64le"
},
"product_reference": "php7-readline-7.4.33-150200.3.60.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-readline-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-readline-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-readline-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-shmop-7.4.33-150200.3.60.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-shmop-7.4.33-150200.3.60.1.ppc64le"
},
"product_reference": "php7-shmop-7.4.33-150200.3.60.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-shmop-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-shmop-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-shmop-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-snmp-7.4.33-150200.3.60.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-snmp-7.4.33-150200.3.60.1.ppc64le"
},
"product_reference": "php7-snmp-7.4.33-150200.3.60.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-snmp-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-snmp-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-snmp-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-soap-7.4.33-150200.3.60.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-soap-7.4.33-150200.3.60.1.ppc64le"
},
"product_reference": "php7-soap-7.4.33-150200.3.60.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-soap-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-soap-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-soap-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sockets-7.4.33-150200.3.60.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sockets-7.4.33-150200.3.60.1.ppc64le"
},
"product_reference": "php7-sockets-7.4.33-150200.3.60.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sockets-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sockets-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-sockets-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sodium-7.4.33-150200.3.60.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sodium-7.4.33-150200.3.60.1.ppc64le"
},
"product_reference": "php7-sodium-7.4.33-150200.3.60.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sodium-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sodium-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-sodium-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sqlite-7.4.33-150200.3.60.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sqlite-7.4.33-150200.3.60.1.ppc64le"
},
"product_reference": "php7-sqlite-7.4.33-150200.3.60.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sqlite-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sqlite-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-sqlite-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sysvmsg-7.4.33-150200.3.60.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sysvmsg-7.4.33-150200.3.60.1.ppc64le"
},
"product_reference": "php7-sysvmsg-7.4.33-150200.3.60.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sysvmsg-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sysvmsg-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-sysvmsg-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sysvsem-7.4.33-150200.3.60.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sysvsem-7.4.33-150200.3.60.1.ppc64le"
},
"product_reference": "php7-sysvsem-7.4.33-150200.3.60.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sysvsem-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sysvsem-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-sysvsem-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sysvshm-7.4.33-150200.3.60.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sysvshm-7.4.33-150200.3.60.1.ppc64le"
},
"product_reference": "php7-sysvshm-7.4.33-150200.3.60.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sysvshm-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sysvshm-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-sysvshm-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-tidy-7.4.33-150200.3.60.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-tidy-7.4.33-150200.3.60.1.ppc64le"
},
"product_reference": "php7-tidy-7.4.33-150200.3.60.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-tidy-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-tidy-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-tidy-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-tokenizer-7.4.33-150200.3.60.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-tokenizer-7.4.33-150200.3.60.1.ppc64le"
},
"product_reference": "php7-tokenizer-7.4.33-150200.3.60.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-tokenizer-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-tokenizer-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-tokenizer-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-xmlreader-7.4.33-150200.3.60.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-xmlreader-7.4.33-150200.3.60.1.ppc64le"
},
"product_reference": "php7-xmlreader-7.4.33-150200.3.60.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-xmlreader-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-xmlreader-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-xmlreader-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-xmlrpc-7.4.33-150200.3.60.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-xmlrpc-7.4.33-150200.3.60.1.ppc64le"
},
"product_reference": "php7-xmlrpc-7.4.33-150200.3.60.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-xmlrpc-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-xmlrpc-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-xmlrpc-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-xmlwriter-7.4.33-150200.3.60.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-xmlwriter-7.4.33-150200.3.60.1.ppc64le"
},
"product_reference": "php7-xmlwriter-7.4.33-150200.3.60.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-xmlwriter-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-xmlwriter-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-xmlwriter-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-xsl-7.4.33-150200.3.60.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-xsl-7.4.33-150200.3.60.1.ppc64le"
},
"product_reference": "php7-xsl-7.4.33-150200.3.60.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-xsl-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-xsl-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-xsl-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-zip-7.4.33-150200.3.60.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-zip-7.4.33-150200.3.60.1.ppc64le"
},
"product_reference": "php7-zip-7.4.33-150200.3.60.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-zip-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-zip-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-zip-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-zlib-7.4.33-150200.3.60.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-zlib-7.4.33-150200.3.60.1.ppc64le"
},
"product_reference": "php7-zlib-7.4.33-150200.3.60.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-zlib-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-zlib-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-zlib-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "apache2-mod_php7-7.4.33-150200.3.60.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:apache2-mod_php7-7.4.33-150200.3.60.1.ppc64le"
},
"product_reference": "apache2-mod_php7-7.4.33-150200.3.60.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "apache2-mod_php7-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:apache2-mod_php7-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "apache2-mod_php7-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-7.4.33-150200.3.60.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-7.4.33-150200.3.60.1.ppc64le"
},
"product_reference": "php7-7.4.33-150200.3.60.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-bcmath-7.4.33-150200.3.60.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-bcmath-7.4.33-150200.3.60.1.ppc64le"
},
"product_reference": "php7-bcmath-7.4.33-150200.3.60.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-bcmath-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-bcmath-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-bcmath-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-bz2-7.4.33-150200.3.60.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-bz2-7.4.33-150200.3.60.1.ppc64le"
},
"product_reference": "php7-bz2-7.4.33-150200.3.60.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-bz2-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-bz2-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-bz2-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-calendar-7.4.33-150200.3.60.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-calendar-7.4.33-150200.3.60.1.ppc64le"
},
"product_reference": "php7-calendar-7.4.33-150200.3.60.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-calendar-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-calendar-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-calendar-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-ctype-7.4.33-150200.3.60.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-ctype-7.4.33-150200.3.60.1.ppc64le"
},
"product_reference": "php7-ctype-7.4.33-150200.3.60.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-ctype-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-ctype-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-ctype-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-curl-7.4.33-150200.3.60.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-curl-7.4.33-150200.3.60.1.ppc64le"
},
"product_reference": "php7-curl-7.4.33-150200.3.60.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-curl-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-curl-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-curl-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-dba-7.4.33-150200.3.60.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-dba-7.4.33-150200.3.60.1.ppc64le"
},
"product_reference": "php7-dba-7.4.33-150200.3.60.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-dba-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-dba-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-dba-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-devel-7.4.33-150200.3.60.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-devel-7.4.33-150200.3.60.1.ppc64le"
},
"product_reference": "php7-devel-7.4.33-150200.3.60.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-devel-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-devel-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-devel-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-dom-7.4.33-150200.3.60.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-dom-7.4.33-150200.3.60.1.ppc64le"
},
"product_reference": "php7-dom-7.4.33-150200.3.60.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-dom-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-dom-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-dom-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-enchant-7.4.33-150200.3.60.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-enchant-7.4.33-150200.3.60.1.ppc64le"
},
"product_reference": "php7-enchant-7.4.33-150200.3.60.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-enchant-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-enchant-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-enchant-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-exif-7.4.33-150200.3.60.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-exif-7.4.33-150200.3.60.1.ppc64le"
},
"product_reference": "php7-exif-7.4.33-150200.3.60.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-exif-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-exif-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-exif-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-fastcgi-7.4.33-150200.3.60.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-fastcgi-7.4.33-150200.3.60.1.ppc64le"
},
"product_reference": "php7-fastcgi-7.4.33-150200.3.60.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-fastcgi-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-fastcgi-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-fastcgi-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-fileinfo-7.4.33-150200.3.60.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-fileinfo-7.4.33-150200.3.60.1.ppc64le"
},
"product_reference": "php7-fileinfo-7.4.33-150200.3.60.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-fileinfo-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-fileinfo-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-fileinfo-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-fpm-7.4.33-150200.3.60.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-fpm-7.4.33-150200.3.60.1.ppc64le"
},
"product_reference": "php7-fpm-7.4.33-150200.3.60.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-fpm-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-fpm-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-fpm-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-ftp-7.4.33-150200.3.60.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-ftp-7.4.33-150200.3.60.1.ppc64le"
},
"product_reference": "php7-ftp-7.4.33-150200.3.60.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-ftp-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-ftp-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-ftp-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-gd-7.4.33-150200.3.60.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-gd-7.4.33-150200.3.60.1.ppc64le"
},
"product_reference": "php7-gd-7.4.33-150200.3.60.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-gd-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-gd-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-gd-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-gettext-7.4.33-150200.3.60.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-gettext-7.4.33-150200.3.60.1.ppc64le"
},
"product_reference": "php7-gettext-7.4.33-150200.3.60.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-gettext-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-gettext-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-gettext-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-gmp-7.4.33-150200.3.60.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-gmp-7.4.33-150200.3.60.1.ppc64le"
},
"product_reference": "php7-gmp-7.4.33-150200.3.60.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-gmp-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-gmp-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-gmp-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-iconv-7.4.33-150200.3.60.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-iconv-7.4.33-150200.3.60.1.ppc64le"
},
"product_reference": "php7-iconv-7.4.33-150200.3.60.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-iconv-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-iconv-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-iconv-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-intl-7.4.33-150200.3.60.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-intl-7.4.33-150200.3.60.1.ppc64le"
},
"product_reference": "php7-intl-7.4.33-150200.3.60.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-intl-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-intl-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-intl-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-json-7.4.33-150200.3.60.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-json-7.4.33-150200.3.60.1.ppc64le"
},
"product_reference": "php7-json-7.4.33-150200.3.60.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-json-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-json-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-json-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-ldap-7.4.33-150200.3.60.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-ldap-7.4.33-150200.3.60.1.ppc64le"
},
"product_reference": "php7-ldap-7.4.33-150200.3.60.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-ldap-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-ldap-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-ldap-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-mbstring-7.4.33-150200.3.60.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-mbstring-7.4.33-150200.3.60.1.ppc64le"
},
"product_reference": "php7-mbstring-7.4.33-150200.3.60.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-mbstring-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-mbstring-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-mbstring-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-mysql-7.4.33-150200.3.60.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-mysql-7.4.33-150200.3.60.1.ppc64le"
},
"product_reference": "php7-mysql-7.4.33-150200.3.60.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-mysql-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-mysql-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-mysql-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-odbc-7.4.33-150200.3.60.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-odbc-7.4.33-150200.3.60.1.ppc64le"
},
"product_reference": "php7-odbc-7.4.33-150200.3.60.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-odbc-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-odbc-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-odbc-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-opcache-7.4.33-150200.3.60.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-opcache-7.4.33-150200.3.60.1.ppc64le"
},
"product_reference": "php7-opcache-7.4.33-150200.3.60.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-opcache-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-opcache-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-opcache-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-openssl-7.4.33-150200.3.60.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-openssl-7.4.33-150200.3.60.1.ppc64le"
},
"product_reference": "php7-openssl-7.4.33-150200.3.60.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-openssl-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-openssl-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-openssl-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-pcntl-7.4.33-150200.3.60.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-pcntl-7.4.33-150200.3.60.1.ppc64le"
},
"product_reference": "php7-pcntl-7.4.33-150200.3.60.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-pcntl-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-pcntl-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-pcntl-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-pdo-7.4.33-150200.3.60.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-pdo-7.4.33-150200.3.60.1.ppc64le"
},
"product_reference": "php7-pdo-7.4.33-150200.3.60.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-pdo-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-pdo-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-pdo-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-pgsql-7.4.33-150200.3.60.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-pgsql-7.4.33-150200.3.60.1.ppc64le"
},
"product_reference": "php7-pgsql-7.4.33-150200.3.60.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-pgsql-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-pgsql-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-pgsql-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-phar-7.4.33-150200.3.60.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-phar-7.4.33-150200.3.60.1.ppc64le"
},
"product_reference": "php7-phar-7.4.33-150200.3.60.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-phar-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-phar-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-phar-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-posix-7.4.33-150200.3.60.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-posix-7.4.33-150200.3.60.1.ppc64le"
},
"product_reference": "php7-posix-7.4.33-150200.3.60.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-posix-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-posix-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-posix-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-readline-7.4.33-150200.3.60.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-readline-7.4.33-150200.3.60.1.ppc64le"
},
"product_reference": "php7-readline-7.4.33-150200.3.60.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-readline-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-readline-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-readline-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-shmop-7.4.33-150200.3.60.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-shmop-7.4.33-150200.3.60.1.ppc64le"
},
"product_reference": "php7-shmop-7.4.33-150200.3.60.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-shmop-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-shmop-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-shmop-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-snmp-7.4.33-150200.3.60.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-snmp-7.4.33-150200.3.60.1.ppc64le"
},
"product_reference": "php7-snmp-7.4.33-150200.3.60.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-snmp-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-snmp-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-snmp-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-soap-7.4.33-150200.3.60.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-soap-7.4.33-150200.3.60.1.ppc64le"
},
"product_reference": "php7-soap-7.4.33-150200.3.60.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-soap-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-soap-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-soap-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sockets-7.4.33-150200.3.60.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-sockets-7.4.33-150200.3.60.1.ppc64le"
},
"product_reference": "php7-sockets-7.4.33-150200.3.60.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sockets-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-sockets-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-sockets-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sodium-7.4.33-150200.3.60.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-sodium-7.4.33-150200.3.60.1.ppc64le"
},
"product_reference": "php7-sodium-7.4.33-150200.3.60.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sodium-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-sodium-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-sodium-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sqlite-7.4.33-150200.3.60.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-sqlite-7.4.33-150200.3.60.1.ppc64le"
},
"product_reference": "php7-sqlite-7.4.33-150200.3.60.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sqlite-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-sqlite-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-sqlite-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sysvmsg-7.4.33-150200.3.60.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-sysvmsg-7.4.33-150200.3.60.1.ppc64le"
},
"product_reference": "php7-sysvmsg-7.4.33-150200.3.60.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sysvmsg-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-sysvmsg-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-sysvmsg-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sysvsem-7.4.33-150200.3.60.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-sysvsem-7.4.33-150200.3.60.1.ppc64le"
},
"product_reference": "php7-sysvsem-7.4.33-150200.3.60.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sysvsem-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-sysvsem-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-sysvsem-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sysvshm-7.4.33-150200.3.60.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-sysvshm-7.4.33-150200.3.60.1.ppc64le"
},
"product_reference": "php7-sysvshm-7.4.33-150200.3.60.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sysvshm-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-sysvshm-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-sysvshm-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-tidy-7.4.33-150200.3.60.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-tidy-7.4.33-150200.3.60.1.ppc64le"
},
"product_reference": "php7-tidy-7.4.33-150200.3.60.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-tidy-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-tidy-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-tidy-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-tokenizer-7.4.33-150200.3.60.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-tokenizer-7.4.33-150200.3.60.1.ppc64le"
},
"product_reference": "php7-tokenizer-7.4.33-150200.3.60.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-tokenizer-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-tokenizer-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-tokenizer-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-xmlreader-7.4.33-150200.3.60.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-xmlreader-7.4.33-150200.3.60.1.ppc64le"
},
"product_reference": "php7-xmlreader-7.4.33-150200.3.60.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-xmlreader-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-xmlreader-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-xmlreader-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-xmlrpc-7.4.33-150200.3.60.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-xmlrpc-7.4.33-150200.3.60.1.ppc64le"
},
"product_reference": "php7-xmlrpc-7.4.33-150200.3.60.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-xmlrpc-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-xmlrpc-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-xmlrpc-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-xmlwriter-7.4.33-150200.3.60.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-xmlwriter-7.4.33-150200.3.60.1.ppc64le"
},
"product_reference": "php7-xmlwriter-7.4.33-150200.3.60.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-xmlwriter-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-xmlwriter-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-xmlwriter-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-xsl-7.4.33-150200.3.60.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-xsl-7.4.33-150200.3.60.1.ppc64le"
},
"product_reference": "php7-xsl-7.4.33-150200.3.60.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-xsl-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-xsl-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-xsl-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-zip-7.4.33-150200.3.60.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-zip-7.4.33-150200.3.60.1.ppc64le"
},
"product_reference": "php7-zip-7.4.33-150200.3.60.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-zip-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-zip-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-zip-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-zlib-7.4.33-150200.3.60.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-zlib-7.4.33-150200.3.60.1.ppc64le"
},
"product_reference": "php7-zlib-7.4.33-150200.3.60.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-zlib-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-zlib-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-zlib-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "apache2-mod_php7-7.4.33-150200.3.60.1.ppc64le as component of SUSE Manager Server 4.2",
"product_id": "SUSE Manager Server 4.2:apache2-mod_php7-7.4.33-150200.3.60.1.ppc64le"
},
"product_reference": "apache2-mod_php7-7.4.33-150200.3.60.1.ppc64le",
"relates_to_product_reference": "SUSE Manager Server 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "apache2-mod_php7-7.4.33-150200.3.60.1.s390x as component of SUSE Manager Server 4.2",
"product_id": "SUSE Manager Server 4.2:apache2-mod_php7-7.4.33-150200.3.60.1.s390x"
},
"product_reference": "apache2-mod_php7-7.4.33-150200.3.60.1.s390x",
"relates_to_product_reference": "SUSE Manager Server 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "apache2-mod_php7-7.4.33-150200.3.60.1.x86_64 as component of SUSE Manager Server 4.2",
"product_id": "SUSE Manager Server 4.2:apache2-mod_php7-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "apache2-mod_php7-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Manager Server 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-7.4.33-150200.3.60.1.ppc64le as component of SUSE Manager Server 4.2",
"product_id": "SUSE Manager Server 4.2:php7-7.4.33-150200.3.60.1.ppc64le"
},
"product_reference": "php7-7.4.33-150200.3.60.1.ppc64le",
"relates_to_product_reference": "SUSE Manager Server 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-7.4.33-150200.3.60.1.s390x as component of SUSE Manager Server 4.2",
"product_id": "SUSE Manager Server 4.2:php7-7.4.33-150200.3.60.1.s390x"
},
"product_reference": "php7-7.4.33-150200.3.60.1.s390x",
"relates_to_product_reference": "SUSE Manager Server 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-7.4.33-150200.3.60.1.x86_64 as component of SUSE Manager Server 4.2",
"product_id": "SUSE Manager Server 4.2:php7-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Manager Server 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-bcmath-7.4.33-150200.3.60.1.ppc64le as component of SUSE Manager Server 4.2",
"product_id": "SUSE Manager Server 4.2:php7-bcmath-7.4.33-150200.3.60.1.ppc64le"
},
"product_reference": "php7-bcmath-7.4.33-150200.3.60.1.ppc64le",
"relates_to_product_reference": "SUSE Manager Server 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-bcmath-7.4.33-150200.3.60.1.s390x as component of SUSE Manager Server 4.2",
"product_id": "SUSE Manager Server 4.2:php7-bcmath-7.4.33-150200.3.60.1.s390x"
},
"product_reference": "php7-bcmath-7.4.33-150200.3.60.1.s390x",
"relates_to_product_reference": "SUSE Manager Server 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-bcmath-7.4.33-150200.3.60.1.x86_64 as component of SUSE Manager Server 4.2",
"product_id": "SUSE Manager Server 4.2:php7-bcmath-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-bcmath-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Manager Server 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-bz2-7.4.33-150200.3.60.1.ppc64le as component of SUSE Manager Server 4.2",
"product_id": "SUSE Manager Server 4.2:php7-bz2-7.4.33-150200.3.60.1.ppc64le"
},
"product_reference": "php7-bz2-7.4.33-150200.3.60.1.ppc64le",
"relates_to_product_reference": "SUSE Manager Server 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-bz2-7.4.33-150200.3.60.1.s390x as component of SUSE Manager Server 4.2",
"product_id": "SUSE Manager Server 4.2:php7-bz2-7.4.33-150200.3.60.1.s390x"
},
"product_reference": "php7-bz2-7.4.33-150200.3.60.1.s390x",
"relates_to_product_reference": "SUSE Manager Server 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-bz2-7.4.33-150200.3.60.1.x86_64 as component of SUSE Manager Server 4.2",
"product_id": "SUSE Manager Server 4.2:php7-bz2-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-bz2-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Manager Server 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-calendar-7.4.33-150200.3.60.1.ppc64le as component of SUSE Manager Server 4.2",
"product_id": "SUSE Manager Server 4.2:php7-calendar-7.4.33-150200.3.60.1.ppc64le"
},
"product_reference": "php7-calendar-7.4.33-150200.3.60.1.ppc64le",
"relates_to_product_reference": "SUSE Manager Server 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-calendar-7.4.33-150200.3.60.1.s390x as component of SUSE Manager Server 4.2",
"product_id": "SUSE Manager Server 4.2:php7-calendar-7.4.33-150200.3.60.1.s390x"
},
"product_reference": "php7-calendar-7.4.33-150200.3.60.1.s390x",
"relates_to_product_reference": "SUSE Manager Server 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-calendar-7.4.33-150200.3.60.1.x86_64 as component of SUSE Manager Server 4.2",
"product_id": "SUSE Manager Server 4.2:php7-calendar-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-calendar-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Manager Server 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-ctype-7.4.33-150200.3.60.1.ppc64le as component of SUSE Manager Server 4.2",
"product_id": "SUSE Manager Server 4.2:php7-ctype-7.4.33-150200.3.60.1.ppc64le"
},
"product_reference": "php7-ctype-7.4.33-150200.3.60.1.ppc64le",
"relates_to_product_reference": "SUSE Manager Server 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-ctype-7.4.33-150200.3.60.1.s390x as component of SUSE Manager Server 4.2",
"product_id": "SUSE Manager Server 4.2:php7-ctype-7.4.33-150200.3.60.1.s390x"
},
"product_reference": "php7-ctype-7.4.33-150200.3.60.1.s390x",
"relates_to_product_reference": "SUSE Manager Server 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-ctype-7.4.33-150200.3.60.1.x86_64 as component of SUSE Manager Server 4.2",
"product_id": "SUSE Manager Server 4.2:php7-ctype-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-ctype-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Manager Server 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-curl-7.4.33-150200.3.60.1.ppc64le as component of SUSE Manager Server 4.2",
"product_id": "SUSE Manager Server 4.2:php7-curl-7.4.33-150200.3.60.1.ppc64le"
},
"product_reference": "php7-curl-7.4.33-150200.3.60.1.ppc64le",
"relates_to_product_reference": "SUSE Manager Server 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-curl-7.4.33-150200.3.60.1.s390x as component of SUSE Manager Server 4.2",
"product_id": "SUSE Manager Server 4.2:php7-curl-7.4.33-150200.3.60.1.s390x"
},
"product_reference": "php7-curl-7.4.33-150200.3.60.1.s390x",
"relates_to_product_reference": "SUSE Manager Server 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-curl-7.4.33-150200.3.60.1.x86_64 as component of SUSE Manager Server 4.2",
"product_id": "SUSE Manager Server 4.2:php7-curl-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-curl-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Manager Server 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-dba-7.4.33-150200.3.60.1.ppc64le as component of SUSE Manager Server 4.2",
"product_id": "SUSE Manager Server 4.2:php7-dba-7.4.33-150200.3.60.1.ppc64le"
},
"product_reference": "php7-dba-7.4.33-150200.3.60.1.ppc64le",
"relates_to_product_reference": "SUSE Manager Server 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-dba-7.4.33-150200.3.60.1.s390x as component of SUSE Manager Server 4.2",
"product_id": "SUSE Manager Server 4.2:php7-dba-7.4.33-150200.3.60.1.s390x"
},
"product_reference": "php7-dba-7.4.33-150200.3.60.1.s390x",
"relates_to_product_reference": "SUSE Manager Server 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-dba-7.4.33-150200.3.60.1.x86_64 as component of SUSE Manager Server 4.2",
"product_id": "SUSE Manager Server 4.2:php7-dba-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-dba-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Manager Server 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-devel-7.4.33-150200.3.60.1.ppc64le as component of SUSE Manager Server 4.2",
"product_id": "SUSE Manager Server 4.2:php7-devel-7.4.33-150200.3.60.1.ppc64le"
},
"product_reference": "php7-devel-7.4.33-150200.3.60.1.ppc64le",
"relates_to_product_reference": "SUSE Manager Server 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-devel-7.4.33-150200.3.60.1.s390x as component of SUSE Manager Server 4.2",
"product_id": "SUSE Manager Server 4.2:php7-devel-7.4.33-150200.3.60.1.s390x"
},
"product_reference": "php7-devel-7.4.33-150200.3.60.1.s390x",
"relates_to_product_reference": "SUSE Manager Server 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-devel-7.4.33-150200.3.60.1.x86_64 as component of SUSE Manager Server 4.2",
"product_id": "SUSE Manager Server 4.2:php7-devel-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-devel-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Manager Server 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-dom-7.4.33-150200.3.60.1.ppc64le as component of SUSE Manager Server 4.2",
"product_id": "SUSE Manager Server 4.2:php7-dom-7.4.33-150200.3.60.1.ppc64le"
},
"product_reference": "php7-dom-7.4.33-150200.3.60.1.ppc64le",
"relates_to_product_reference": "SUSE Manager Server 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-dom-7.4.33-150200.3.60.1.s390x as component of SUSE Manager Server 4.2",
"product_id": "SUSE Manager Server 4.2:php7-dom-7.4.33-150200.3.60.1.s390x"
},
"product_reference": "php7-dom-7.4.33-150200.3.60.1.s390x",
"relates_to_product_reference": "SUSE Manager Server 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-dom-7.4.33-150200.3.60.1.x86_64 as component of SUSE Manager Server 4.2",
"product_id": "SUSE Manager Server 4.2:php7-dom-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-dom-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Manager Server 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-enchant-7.4.33-150200.3.60.1.ppc64le as component of SUSE Manager Server 4.2",
"product_id": "SUSE Manager Server 4.2:php7-enchant-7.4.33-150200.3.60.1.ppc64le"
},
"product_reference": "php7-enchant-7.4.33-150200.3.60.1.ppc64le",
"relates_to_product_reference": "SUSE Manager Server 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-enchant-7.4.33-150200.3.60.1.s390x as component of SUSE Manager Server 4.2",
"product_id": "SUSE Manager Server 4.2:php7-enchant-7.4.33-150200.3.60.1.s390x"
},
"product_reference": "php7-enchant-7.4.33-150200.3.60.1.s390x",
"relates_to_product_reference": "SUSE Manager Server 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-enchant-7.4.33-150200.3.60.1.x86_64 as component of SUSE Manager Server 4.2",
"product_id": "SUSE Manager Server 4.2:php7-enchant-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-enchant-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Manager Server 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-exif-7.4.33-150200.3.60.1.ppc64le as component of SUSE Manager Server 4.2",
"product_id": "SUSE Manager Server 4.2:php7-exif-7.4.33-150200.3.60.1.ppc64le"
},
"product_reference": "php7-exif-7.4.33-150200.3.60.1.ppc64le",
"relates_to_product_reference": "SUSE Manager Server 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-exif-7.4.33-150200.3.60.1.s390x as component of SUSE Manager Server 4.2",
"product_id": "SUSE Manager Server 4.2:php7-exif-7.4.33-150200.3.60.1.s390x"
},
"product_reference": "php7-exif-7.4.33-150200.3.60.1.s390x",
"relates_to_product_reference": "SUSE Manager Server 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-exif-7.4.33-150200.3.60.1.x86_64 as component of SUSE Manager Server 4.2",
"product_id": "SUSE Manager Server 4.2:php7-exif-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-exif-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Manager Server 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-fastcgi-7.4.33-150200.3.60.1.ppc64le as component of SUSE Manager Server 4.2",
"product_id": "SUSE Manager Server 4.2:php7-fastcgi-7.4.33-150200.3.60.1.ppc64le"
},
"product_reference": "php7-fastcgi-7.4.33-150200.3.60.1.ppc64le",
"relates_to_product_reference": "SUSE Manager Server 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-fastcgi-7.4.33-150200.3.60.1.s390x as component of SUSE Manager Server 4.2",
"product_id": "SUSE Manager Server 4.2:php7-fastcgi-7.4.33-150200.3.60.1.s390x"
},
"product_reference": "php7-fastcgi-7.4.33-150200.3.60.1.s390x",
"relates_to_product_reference": "SUSE Manager Server 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-fastcgi-7.4.33-150200.3.60.1.x86_64 as component of SUSE Manager Server 4.2",
"product_id": "SUSE Manager Server 4.2:php7-fastcgi-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-fastcgi-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Manager Server 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-fileinfo-7.4.33-150200.3.60.1.ppc64le as component of SUSE Manager Server 4.2",
"product_id": "SUSE Manager Server 4.2:php7-fileinfo-7.4.33-150200.3.60.1.ppc64le"
},
"product_reference": "php7-fileinfo-7.4.33-150200.3.60.1.ppc64le",
"relates_to_product_reference": "SUSE Manager Server 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-fileinfo-7.4.33-150200.3.60.1.s390x as component of SUSE Manager Server 4.2",
"product_id": "SUSE Manager Server 4.2:php7-fileinfo-7.4.33-150200.3.60.1.s390x"
},
"product_reference": "php7-fileinfo-7.4.33-150200.3.60.1.s390x",
"relates_to_product_reference": "SUSE Manager Server 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-fileinfo-7.4.33-150200.3.60.1.x86_64 as component of SUSE Manager Server 4.2",
"product_id": "SUSE Manager Server 4.2:php7-fileinfo-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-fileinfo-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Manager Server 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-fpm-7.4.33-150200.3.60.1.ppc64le as component of SUSE Manager Server 4.2",
"product_id": "SUSE Manager Server 4.2:php7-fpm-7.4.33-150200.3.60.1.ppc64le"
},
"product_reference": "php7-fpm-7.4.33-150200.3.60.1.ppc64le",
"relates_to_product_reference": "SUSE Manager Server 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-fpm-7.4.33-150200.3.60.1.s390x as component of SUSE Manager Server 4.2",
"product_id": "SUSE Manager Server 4.2:php7-fpm-7.4.33-150200.3.60.1.s390x"
},
"product_reference": "php7-fpm-7.4.33-150200.3.60.1.s390x",
"relates_to_product_reference": "SUSE Manager Server 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-fpm-7.4.33-150200.3.60.1.x86_64 as component of SUSE Manager Server 4.2",
"product_id": "SUSE Manager Server 4.2:php7-fpm-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-fpm-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Manager Server 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-ftp-7.4.33-150200.3.60.1.ppc64le as component of SUSE Manager Server 4.2",
"product_id": "SUSE Manager Server 4.2:php7-ftp-7.4.33-150200.3.60.1.ppc64le"
},
"product_reference": "php7-ftp-7.4.33-150200.3.60.1.ppc64le",
"relates_to_product_reference": "SUSE Manager Server 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-ftp-7.4.33-150200.3.60.1.s390x as component of SUSE Manager Server 4.2",
"product_id": "SUSE Manager Server 4.2:php7-ftp-7.4.33-150200.3.60.1.s390x"
},
"product_reference": "php7-ftp-7.4.33-150200.3.60.1.s390x",
"relates_to_product_reference": "SUSE Manager Server 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-ftp-7.4.33-150200.3.60.1.x86_64 as component of SUSE Manager Server 4.2",
"product_id": "SUSE Manager Server 4.2:php7-ftp-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-ftp-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Manager Server 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-gd-7.4.33-150200.3.60.1.ppc64le as component of SUSE Manager Server 4.2",
"product_id": "SUSE Manager Server 4.2:php7-gd-7.4.33-150200.3.60.1.ppc64le"
},
"product_reference": "php7-gd-7.4.33-150200.3.60.1.ppc64le",
"relates_to_product_reference": "SUSE Manager Server 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-gd-7.4.33-150200.3.60.1.s390x as component of SUSE Manager Server 4.2",
"product_id": "SUSE Manager Server 4.2:php7-gd-7.4.33-150200.3.60.1.s390x"
},
"product_reference": "php7-gd-7.4.33-150200.3.60.1.s390x",
"relates_to_product_reference": "SUSE Manager Server 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-gd-7.4.33-150200.3.60.1.x86_64 as component of SUSE Manager Server 4.2",
"product_id": "SUSE Manager Server 4.2:php7-gd-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-gd-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Manager Server 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-gettext-7.4.33-150200.3.60.1.ppc64le as component of SUSE Manager Server 4.2",
"product_id": "SUSE Manager Server 4.2:php7-gettext-7.4.33-150200.3.60.1.ppc64le"
},
"product_reference": "php7-gettext-7.4.33-150200.3.60.1.ppc64le",
"relates_to_product_reference": "SUSE Manager Server 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-gettext-7.4.33-150200.3.60.1.s390x as component of SUSE Manager Server 4.2",
"product_id": "SUSE Manager Server 4.2:php7-gettext-7.4.33-150200.3.60.1.s390x"
},
"product_reference": "php7-gettext-7.4.33-150200.3.60.1.s390x",
"relates_to_product_reference": "SUSE Manager Server 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-gettext-7.4.33-150200.3.60.1.x86_64 as component of SUSE Manager Server 4.2",
"product_id": "SUSE Manager Server 4.2:php7-gettext-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-gettext-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Manager Server 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-gmp-7.4.33-150200.3.60.1.ppc64le as component of SUSE Manager Server 4.2",
"product_id": "SUSE Manager Server 4.2:php7-gmp-7.4.33-150200.3.60.1.ppc64le"
},
"product_reference": "php7-gmp-7.4.33-150200.3.60.1.ppc64le",
"relates_to_product_reference": "SUSE Manager Server 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-gmp-7.4.33-150200.3.60.1.s390x as component of SUSE Manager Server 4.2",
"product_id": "SUSE Manager Server 4.2:php7-gmp-7.4.33-150200.3.60.1.s390x"
},
"product_reference": "php7-gmp-7.4.33-150200.3.60.1.s390x",
"relates_to_product_reference": "SUSE Manager Server 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-gmp-7.4.33-150200.3.60.1.x86_64 as component of SUSE Manager Server 4.2",
"product_id": "SUSE Manager Server 4.2:php7-gmp-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-gmp-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Manager Server 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-iconv-7.4.33-150200.3.60.1.ppc64le as component of SUSE Manager Server 4.2",
"product_id": "SUSE Manager Server 4.2:php7-iconv-7.4.33-150200.3.60.1.ppc64le"
},
"product_reference": "php7-iconv-7.4.33-150200.3.60.1.ppc64le",
"relates_to_product_reference": "SUSE Manager Server 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-iconv-7.4.33-150200.3.60.1.s390x as component of SUSE Manager Server 4.2",
"product_id": "SUSE Manager Server 4.2:php7-iconv-7.4.33-150200.3.60.1.s390x"
},
"product_reference": "php7-iconv-7.4.33-150200.3.60.1.s390x",
"relates_to_product_reference": "SUSE Manager Server 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-iconv-7.4.33-150200.3.60.1.x86_64 as component of SUSE Manager Server 4.2",
"product_id": "SUSE Manager Server 4.2:php7-iconv-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-iconv-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Manager Server 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-intl-7.4.33-150200.3.60.1.ppc64le as component of SUSE Manager Server 4.2",
"product_id": "SUSE Manager Server 4.2:php7-intl-7.4.33-150200.3.60.1.ppc64le"
},
"product_reference": "php7-intl-7.4.33-150200.3.60.1.ppc64le",
"relates_to_product_reference": "SUSE Manager Server 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-intl-7.4.33-150200.3.60.1.s390x as component of SUSE Manager Server 4.2",
"product_id": "SUSE Manager Server 4.2:php7-intl-7.4.33-150200.3.60.1.s390x"
},
"product_reference": "php7-intl-7.4.33-150200.3.60.1.s390x",
"relates_to_product_reference": "SUSE Manager Server 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-intl-7.4.33-150200.3.60.1.x86_64 as component of SUSE Manager Server 4.2",
"product_id": "SUSE Manager Server 4.2:php7-intl-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-intl-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Manager Server 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-json-7.4.33-150200.3.60.1.ppc64le as component of SUSE Manager Server 4.2",
"product_id": "SUSE Manager Server 4.2:php7-json-7.4.33-150200.3.60.1.ppc64le"
},
"product_reference": "php7-json-7.4.33-150200.3.60.1.ppc64le",
"relates_to_product_reference": "SUSE Manager Server 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-json-7.4.33-150200.3.60.1.s390x as component of SUSE Manager Server 4.2",
"product_id": "SUSE Manager Server 4.2:php7-json-7.4.33-150200.3.60.1.s390x"
},
"product_reference": "php7-json-7.4.33-150200.3.60.1.s390x",
"relates_to_product_reference": "SUSE Manager Server 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-json-7.4.33-150200.3.60.1.x86_64 as component of SUSE Manager Server 4.2",
"product_id": "SUSE Manager Server 4.2:php7-json-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-json-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Manager Server 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-ldap-7.4.33-150200.3.60.1.ppc64le as component of SUSE Manager Server 4.2",
"product_id": "SUSE Manager Server 4.2:php7-ldap-7.4.33-150200.3.60.1.ppc64le"
},
"product_reference": "php7-ldap-7.4.33-150200.3.60.1.ppc64le",
"relates_to_product_reference": "SUSE Manager Server 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-ldap-7.4.33-150200.3.60.1.s390x as component of SUSE Manager Server 4.2",
"product_id": "SUSE Manager Server 4.2:php7-ldap-7.4.33-150200.3.60.1.s390x"
},
"product_reference": "php7-ldap-7.4.33-150200.3.60.1.s390x",
"relates_to_product_reference": "SUSE Manager Server 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-ldap-7.4.33-150200.3.60.1.x86_64 as component of SUSE Manager Server 4.2",
"product_id": "SUSE Manager Server 4.2:php7-ldap-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-ldap-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Manager Server 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-mbstring-7.4.33-150200.3.60.1.ppc64le as component of SUSE Manager Server 4.2",
"product_id": "SUSE Manager Server 4.2:php7-mbstring-7.4.33-150200.3.60.1.ppc64le"
},
"product_reference": "php7-mbstring-7.4.33-150200.3.60.1.ppc64le",
"relates_to_product_reference": "SUSE Manager Server 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-mbstring-7.4.33-150200.3.60.1.s390x as component of SUSE Manager Server 4.2",
"product_id": "SUSE Manager Server 4.2:php7-mbstring-7.4.33-150200.3.60.1.s390x"
},
"product_reference": "php7-mbstring-7.4.33-150200.3.60.1.s390x",
"relates_to_product_reference": "SUSE Manager Server 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-mbstring-7.4.33-150200.3.60.1.x86_64 as component of SUSE Manager Server 4.2",
"product_id": "SUSE Manager Server 4.2:php7-mbstring-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-mbstring-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Manager Server 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-mysql-7.4.33-150200.3.60.1.ppc64le as component of SUSE Manager Server 4.2",
"product_id": "SUSE Manager Server 4.2:php7-mysql-7.4.33-150200.3.60.1.ppc64le"
},
"product_reference": "php7-mysql-7.4.33-150200.3.60.1.ppc64le",
"relates_to_product_reference": "SUSE Manager Server 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-mysql-7.4.33-150200.3.60.1.s390x as component of SUSE Manager Server 4.2",
"product_id": "SUSE Manager Server 4.2:php7-mysql-7.4.33-150200.3.60.1.s390x"
},
"product_reference": "php7-mysql-7.4.33-150200.3.60.1.s390x",
"relates_to_product_reference": "SUSE Manager Server 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-mysql-7.4.33-150200.3.60.1.x86_64 as component of SUSE Manager Server 4.2",
"product_id": "SUSE Manager Server 4.2:php7-mysql-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-mysql-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Manager Server 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-odbc-7.4.33-150200.3.60.1.ppc64le as component of SUSE Manager Server 4.2",
"product_id": "SUSE Manager Server 4.2:php7-odbc-7.4.33-150200.3.60.1.ppc64le"
},
"product_reference": "php7-odbc-7.4.33-150200.3.60.1.ppc64le",
"relates_to_product_reference": "SUSE Manager Server 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-odbc-7.4.33-150200.3.60.1.s390x as component of SUSE Manager Server 4.2",
"product_id": "SUSE Manager Server 4.2:php7-odbc-7.4.33-150200.3.60.1.s390x"
},
"product_reference": "php7-odbc-7.4.33-150200.3.60.1.s390x",
"relates_to_product_reference": "SUSE Manager Server 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-odbc-7.4.33-150200.3.60.1.x86_64 as component of SUSE Manager Server 4.2",
"product_id": "SUSE Manager Server 4.2:php7-odbc-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-odbc-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Manager Server 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-opcache-7.4.33-150200.3.60.1.ppc64le as component of SUSE Manager Server 4.2",
"product_id": "SUSE Manager Server 4.2:php7-opcache-7.4.33-150200.3.60.1.ppc64le"
},
"product_reference": "php7-opcache-7.4.33-150200.3.60.1.ppc64le",
"relates_to_product_reference": "SUSE Manager Server 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-opcache-7.4.33-150200.3.60.1.s390x as component of SUSE Manager Server 4.2",
"product_id": "SUSE Manager Server 4.2:php7-opcache-7.4.33-150200.3.60.1.s390x"
},
"product_reference": "php7-opcache-7.4.33-150200.3.60.1.s390x",
"relates_to_product_reference": "SUSE Manager Server 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-opcache-7.4.33-150200.3.60.1.x86_64 as component of SUSE Manager Server 4.2",
"product_id": "SUSE Manager Server 4.2:php7-opcache-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-opcache-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Manager Server 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-openssl-7.4.33-150200.3.60.1.ppc64le as component of SUSE Manager Server 4.2",
"product_id": "SUSE Manager Server 4.2:php7-openssl-7.4.33-150200.3.60.1.ppc64le"
},
"product_reference": "php7-openssl-7.4.33-150200.3.60.1.ppc64le",
"relates_to_product_reference": "SUSE Manager Server 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-openssl-7.4.33-150200.3.60.1.s390x as component of SUSE Manager Server 4.2",
"product_id": "SUSE Manager Server 4.2:php7-openssl-7.4.33-150200.3.60.1.s390x"
},
"product_reference": "php7-openssl-7.4.33-150200.3.60.1.s390x",
"relates_to_product_reference": "SUSE Manager Server 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-openssl-7.4.33-150200.3.60.1.x86_64 as component of SUSE Manager Server 4.2",
"product_id": "SUSE Manager Server 4.2:php7-openssl-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-openssl-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Manager Server 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-pcntl-7.4.33-150200.3.60.1.ppc64le as component of SUSE Manager Server 4.2",
"product_id": "SUSE Manager Server 4.2:php7-pcntl-7.4.33-150200.3.60.1.ppc64le"
},
"product_reference": "php7-pcntl-7.4.33-150200.3.60.1.ppc64le",
"relates_to_product_reference": "SUSE Manager Server 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-pcntl-7.4.33-150200.3.60.1.s390x as component of SUSE Manager Server 4.2",
"product_id": "SUSE Manager Server 4.2:php7-pcntl-7.4.33-150200.3.60.1.s390x"
},
"product_reference": "php7-pcntl-7.4.33-150200.3.60.1.s390x",
"relates_to_product_reference": "SUSE Manager Server 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-pcntl-7.4.33-150200.3.60.1.x86_64 as component of SUSE Manager Server 4.2",
"product_id": "SUSE Manager Server 4.2:php7-pcntl-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-pcntl-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Manager Server 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-pdo-7.4.33-150200.3.60.1.ppc64le as component of SUSE Manager Server 4.2",
"product_id": "SUSE Manager Server 4.2:php7-pdo-7.4.33-150200.3.60.1.ppc64le"
},
"product_reference": "php7-pdo-7.4.33-150200.3.60.1.ppc64le",
"relates_to_product_reference": "SUSE Manager Server 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-pdo-7.4.33-150200.3.60.1.s390x as component of SUSE Manager Server 4.2",
"product_id": "SUSE Manager Server 4.2:php7-pdo-7.4.33-150200.3.60.1.s390x"
},
"product_reference": "php7-pdo-7.4.33-150200.3.60.1.s390x",
"relates_to_product_reference": "SUSE Manager Server 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-pdo-7.4.33-150200.3.60.1.x86_64 as component of SUSE Manager Server 4.2",
"product_id": "SUSE Manager Server 4.2:php7-pdo-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-pdo-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Manager Server 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-pgsql-7.4.33-150200.3.60.1.ppc64le as component of SUSE Manager Server 4.2",
"product_id": "SUSE Manager Server 4.2:php7-pgsql-7.4.33-150200.3.60.1.ppc64le"
},
"product_reference": "php7-pgsql-7.4.33-150200.3.60.1.ppc64le",
"relates_to_product_reference": "SUSE Manager Server 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-pgsql-7.4.33-150200.3.60.1.s390x as component of SUSE Manager Server 4.2",
"product_id": "SUSE Manager Server 4.2:php7-pgsql-7.4.33-150200.3.60.1.s390x"
},
"product_reference": "php7-pgsql-7.4.33-150200.3.60.1.s390x",
"relates_to_product_reference": "SUSE Manager Server 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-pgsql-7.4.33-150200.3.60.1.x86_64 as component of SUSE Manager Server 4.2",
"product_id": "SUSE Manager Server 4.2:php7-pgsql-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-pgsql-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Manager Server 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-phar-7.4.33-150200.3.60.1.ppc64le as component of SUSE Manager Server 4.2",
"product_id": "SUSE Manager Server 4.2:php7-phar-7.4.33-150200.3.60.1.ppc64le"
},
"product_reference": "php7-phar-7.4.33-150200.3.60.1.ppc64le",
"relates_to_product_reference": "SUSE Manager Server 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-phar-7.4.33-150200.3.60.1.s390x as component of SUSE Manager Server 4.2",
"product_id": "SUSE Manager Server 4.2:php7-phar-7.4.33-150200.3.60.1.s390x"
},
"product_reference": "php7-phar-7.4.33-150200.3.60.1.s390x",
"relates_to_product_reference": "SUSE Manager Server 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-phar-7.4.33-150200.3.60.1.x86_64 as component of SUSE Manager Server 4.2",
"product_id": "SUSE Manager Server 4.2:php7-phar-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-phar-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Manager Server 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-posix-7.4.33-150200.3.60.1.ppc64le as component of SUSE Manager Server 4.2",
"product_id": "SUSE Manager Server 4.2:php7-posix-7.4.33-150200.3.60.1.ppc64le"
},
"product_reference": "php7-posix-7.4.33-150200.3.60.1.ppc64le",
"relates_to_product_reference": "SUSE Manager Server 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-posix-7.4.33-150200.3.60.1.s390x as component of SUSE Manager Server 4.2",
"product_id": "SUSE Manager Server 4.2:php7-posix-7.4.33-150200.3.60.1.s390x"
},
"product_reference": "php7-posix-7.4.33-150200.3.60.1.s390x",
"relates_to_product_reference": "SUSE Manager Server 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-posix-7.4.33-150200.3.60.1.x86_64 as component of SUSE Manager Server 4.2",
"product_id": "SUSE Manager Server 4.2:php7-posix-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-posix-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Manager Server 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-readline-7.4.33-150200.3.60.1.ppc64le as component of SUSE Manager Server 4.2",
"product_id": "SUSE Manager Server 4.2:php7-readline-7.4.33-150200.3.60.1.ppc64le"
},
"product_reference": "php7-readline-7.4.33-150200.3.60.1.ppc64le",
"relates_to_product_reference": "SUSE Manager Server 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-readline-7.4.33-150200.3.60.1.s390x as component of SUSE Manager Server 4.2",
"product_id": "SUSE Manager Server 4.2:php7-readline-7.4.33-150200.3.60.1.s390x"
},
"product_reference": "php7-readline-7.4.33-150200.3.60.1.s390x",
"relates_to_product_reference": "SUSE Manager Server 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-readline-7.4.33-150200.3.60.1.x86_64 as component of SUSE Manager Server 4.2",
"product_id": "SUSE Manager Server 4.2:php7-readline-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-readline-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Manager Server 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-shmop-7.4.33-150200.3.60.1.ppc64le as component of SUSE Manager Server 4.2",
"product_id": "SUSE Manager Server 4.2:php7-shmop-7.4.33-150200.3.60.1.ppc64le"
},
"product_reference": "php7-shmop-7.4.33-150200.3.60.1.ppc64le",
"relates_to_product_reference": "SUSE Manager Server 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-shmop-7.4.33-150200.3.60.1.s390x as component of SUSE Manager Server 4.2",
"product_id": "SUSE Manager Server 4.2:php7-shmop-7.4.33-150200.3.60.1.s390x"
},
"product_reference": "php7-shmop-7.4.33-150200.3.60.1.s390x",
"relates_to_product_reference": "SUSE Manager Server 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-shmop-7.4.33-150200.3.60.1.x86_64 as component of SUSE Manager Server 4.2",
"product_id": "SUSE Manager Server 4.2:php7-shmop-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-shmop-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Manager Server 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-snmp-7.4.33-150200.3.60.1.ppc64le as component of SUSE Manager Server 4.2",
"product_id": "SUSE Manager Server 4.2:php7-snmp-7.4.33-150200.3.60.1.ppc64le"
},
"product_reference": "php7-snmp-7.4.33-150200.3.60.1.ppc64le",
"relates_to_product_reference": "SUSE Manager Server 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-snmp-7.4.33-150200.3.60.1.s390x as component of SUSE Manager Server 4.2",
"product_id": "SUSE Manager Server 4.2:php7-snmp-7.4.33-150200.3.60.1.s390x"
},
"product_reference": "php7-snmp-7.4.33-150200.3.60.1.s390x",
"relates_to_product_reference": "SUSE Manager Server 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-snmp-7.4.33-150200.3.60.1.x86_64 as component of SUSE Manager Server 4.2",
"product_id": "SUSE Manager Server 4.2:php7-snmp-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-snmp-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Manager Server 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-soap-7.4.33-150200.3.60.1.ppc64le as component of SUSE Manager Server 4.2",
"product_id": "SUSE Manager Server 4.2:php7-soap-7.4.33-150200.3.60.1.ppc64le"
},
"product_reference": "php7-soap-7.4.33-150200.3.60.1.ppc64le",
"relates_to_product_reference": "SUSE Manager Server 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-soap-7.4.33-150200.3.60.1.s390x as component of SUSE Manager Server 4.2",
"product_id": "SUSE Manager Server 4.2:php7-soap-7.4.33-150200.3.60.1.s390x"
},
"product_reference": "php7-soap-7.4.33-150200.3.60.1.s390x",
"relates_to_product_reference": "SUSE Manager Server 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-soap-7.4.33-150200.3.60.1.x86_64 as component of SUSE Manager Server 4.2",
"product_id": "SUSE Manager Server 4.2:php7-soap-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-soap-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Manager Server 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sockets-7.4.33-150200.3.60.1.ppc64le as component of SUSE Manager Server 4.2",
"product_id": "SUSE Manager Server 4.2:php7-sockets-7.4.33-150200.3.60.1.ppc64le"
},
"product_reference": "php7-sockets-7.4.33-150200.3.60.1.ppc64le",
"relates_to_product_reference": "SUSE Manager Server 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sockets-7.4.33-150200.3.60.1.s390x as component of SUSE Manager Server 4.2",
"product_id": "SUSE Manager Server 4.2:php7-sockets-7.4.33-150200.3.60.1.s390x"
},
"product_reference": "php7-sockets-7.4.33-150200.3.60.1.s390x",
"relates_to_product_reference": "SUSE Manager Server 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sockets-7.4.33-150200.3.60.1.x86_64 as component of SUSE Manager Server 4.2",
"product_id": "SUSE Manager Server 4.2:php7-sockets-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-sockets-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Manager Server 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sodium-7.4.33-150200.3.60.1.ppc64le as component of SUSE Manager Server 4.2",
"product_id": "SUSE Manager Server 4.2:php7-sodium-7.4.33-150200.3.60.1.ppc64le"
},
"product_reference": "php7-sodium-7.4.33-150200.3.60.1.ppc64le",
"relates_to_product_reference": "SUSE Manager Server 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sodium-7.4.33-150200.3.60.1.s390x as component of SUSE Manager Server 4.2",
"product_id": "SUSE Manager Server 4.2:php7-sodium-7.4.33-150200.3.60.1.s390x"
},
"product_reference": "php7-sodium-7.4.33-150200.3.60.1.s390x",
"relates_to_product_reference": "SUSE Manager Server 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sodium-7.4.33-150200.3.60.1.x86_64 as component of SUSE Manager Server 4.2",
"product_id": "SUSE Manager Server 4.2:php7-sodium-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-sodium-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Manager Server 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sqlite-7.4.33-150200.3.60.1.ppc64le as component of SUSE Manager Server 4.2",
"product_id": "SUSE Manager Server 4.2:php7-sqlite-7.4.33-150200.3.60.1.ppc64le"
},
"product_reference": "php7-sqlite-7.4.33-150200.3.60.1.ppc64le",
"relates_to_product_reference": "SUSE Manager Server 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sqlite-7.4.33-150200.3.60.1.s390x as component of SUSE Manager Server 4.2",
"product_id": "SUSE Manager Server 4.2:php7-sqlite-7.4.33-150200.3.60.1.s390x"
},
"product_reference": "php7-sqlite-7.4.33-150200.3.60.1.s390x",
"relates_to_product_reference": "SUSE Manager Server 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sqlite-7.4.33-150200.3.60.1.x86_64 as component of SUSE Manager Server 4.2",
"product_id": "SUSE Manager Server 4.2:php7-sqlite-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-sqlite-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Manager Server 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sysvmsg-7.4.33-150200.3.60.1.ppc64le as component of SUSE Manager Server 4.2",
"product_id": "SUSE Manager Server 4.2:php7-sysvmsg-7.4.33-150200.3.60.1.ppc64le"
},
"product_reference": "php7-sysvmsg-7.4.33-150200.3.60.1.ppc64le",
"relates_to_product_reference": "SUSE Manager Server 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sysvmsg-7.4.33-150200.3.60.1.s390x as component of SUSE Manager Server 4.2",
"product_id": "SUSE Manager Server 4.2:php7-sysvmsg-7.4.33-150200.3.60.1.s390x"
},
"product_reference": "php7-sysvmsg-7.4.33-150200.3.60.1.s390x",
"relates_to_product_reference": "SUSE Manager Server 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sysvmsg-7.4.33-150200.3.60.1.x86_64 as component of SUSE Manager Server 4.2",
"product_id": "SUSE Manager Server 4.2:php7-sysvmsg-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-sysvmsg-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Manager Server 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sysvsem-7.4.33-150200.3.60.1.ppc64le as component of SUSE Manager Server 4.2",
"product_id": "SUSE Manager Server 4.2:php7-sysvsem-7.4.33-150200.3.60.1.ppc64le"
},
"product_reference": "php7-sysvsem-7.4.33-150200.3.60.1.ppc64le",
"relates_to_product_reference": "SUSE Manager Server 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sysvsem-7.4.33-150200.3.60.1.s390x as component of SUSE Manager Server 4.2",
"product_id": "SUSE Manager Server 4.2:php7-sysvsem-7.4.33-150200.3.60.1.s390x"
},
"product_reference": "php7-sysvsem-7.4.33-150200.3.60.1.s390x",
"relates_to_product_reference": "SUSE Manager Server 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sysvsem-7.4.33-150200.3.60.1.x86_64 as component of SUSE Manager Server 4.2",
"product_id": "SUSE Manager Server 4.2:php7-sysvsem-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-sysvsem-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Manager Server 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sysvshm-7.4.33-150200.3.60.1.ppc64le as component of SUSE Manager Server 4.2",
"product_id": "SUSE Manager Server 4.2:php7-sysvshm-7.4.33-150200.3.60.1.ppc64le"
},
"product_reference": "php7-sysvshm-7.4.33-150200.3.60.1.ppc64le",
"relates_to_product_reference": "SUSE Manager Server 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sysvshm-7.4.33-150200.3.60.1.s390x as component of SUSE Manager Server 4.2",
"product_id": "SUSE Manager Server 4.2:php7-sysvshm-7.4.33-150200.3.60.1.s390x"
},
"product_reference": "php7-sysvshm-7.4.33-150200.3.60.1.s390x",
"relates_to_product_reference": "SUSE Manager Server 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sysvshm-7.4.33-150200.3.60.1.x86_64 as component of SUSE Manager Server 4.2",
"product_id": "SUSE Manager Server 4.2:php7-sysvshm-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-sysvshm-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Manager Server 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-tidy-7.4.33-150200.3.60.1.ppc64le as component of SUSE Manager Server 4.2",
"product_id": "SUSE Manager Server 4.2:php7-tidy-7.4.33-150200.3.60.1.ppc64le"
},
"product_reference": "php7-tidy-7.4.33-150200.3.60.1.ppc64le",
"relates_to_product_reference": "SUSE Manager Server 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-tidy-7.4.33-150200.3.60.1.s390x as component of SUSE Manager Server 4.2",
"product_id": "SUSE Manager Server 4.2:php7-tidy-7.4.33-150200.3.60.1.s390x"
},
"product_reference": "php7-tidy-7.4.33-150200.3.60.1.s390x",
"relates_to_product_reference": "SUSE Manager Server 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-tidy-7.4.33-150200.3.60.1.x86_64 as component of SUSE Manager Server 4.2",
"product_id": "SUSE Manager Server 4.2:php7-tidy-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-tidy-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Manager Server 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-tokenizer-7.4.33-150200.3.60.1.ppc64le as component of SUSE Manager Server 4.2",
"product_id": "SUSE Manager Server 4.2:php7-tokenizer-7.4.33-150200.3.60.1.ppc64le"
},
"product_reference": "php7-tokenizer-7.4.33-150200.3.60.1.ppc64le",
"relates_to_product_reference": "SUSE Manager Server 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-tokenizer-7.4.33-150200.3.60.1.s390x as component of SUSE Manager Server 4.2",
"product_id": "SUSE Manager Server 4.2:php7-tokenizer-7.4.33-150200.3.60.1.s390x"
},
"product_reference": "php7-tokenizer-7.4.33-150200.3.60.1.s390x",
"relates_to_product_reference": "SUSE Manager Server 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-tokenizer-7.4.33-150200.3.60.1.x86_64 as component of SUSE Manager Server 4.2",
"product_id": "SUSE Manager Server 4.2:php7-tokenizer-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-tokenizer-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Manager Server 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-xmlreader-7.4.33-150200.3.60.1.ppc64le as component of SUSE Manager Server 4.2",
"product_id": "SUSE Manager Server 4.2:php7-xmlreader-7.4.33-150200.3.60.1.ppc64le"
},
"product_reference": "php7-xmlreader-7.4.33-150200.3.60.1.ppc64le",
"relates_to_product_reference": "SUSE Manager Server 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-xmlreader-7.4.33-150200.3.60.1.s390x as component of SUSE Manager Server 4.2",
"product_id": "SUSE Manager Server 4.2:php7-xmlreader-7.4.33-150200.3.60.1.s390x"
},
"product_reference": "php7-xmlreader-7.4.33-150200.3.60.1.s390x",
"relates_to_product_reference": "SUSE Manager Server 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-xmlreader-7.4.33-150200.3.60.1.x86_64 as component of SUSE Manager Server 4.2",
"product_id": "SUSE Manager Server 4.2:php7-xmlreader-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-xmlreader-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Manager Server 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-xmlrpc-7.4.33-150200.3.60.1.ppc64le as component of SUSE Manager Server 4.2",
"product_id": "SUSE Manager Server 4.2:php7-xmlrpc-7.4.33-150200.3.60.1.ppc64le"
},
"product_reference": "php7-xmlrpc-7.4.33-150200.3.60.1.ppc64le",
"relates_to_product_reference": "SUSE Manager Server 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-xmlrpc-7.4.33-150200.3.60.1.s390x as component of SUSE Manager Server 4.2",
"product_id": "SUSE Manager Server 4.2:php7-xmlrpc-7.4.33-150200.3.60.1.s390x"
},
"product_reference": "php7-xmlrpc-7.4.33-150200.3.60.1.s390x",
"relates_to_product_reference": "SUSE Manager Server 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-xmlrpc-7.4.33-150200.3.60.1.x86_64 as component of SUSE Manager Server 4.2",
"product_id": "SUSE Manager Server 4.2:php7-xmlrpc-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-xmlrpc-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Manager Server 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-xmlwriter-7.4.33-150200.3.60.1.ppc64le as component of SUSE Manager Server 4.2",
"product_id": "SUSE Manager Server 4.2:php7-xmlwriter-7.4.33-150200.3.60.1.ppc64le"
},
"product_reference": "php7-xmlwriter-7.4.33-150200.3.60.1.ppc64le",
"relates_to_product_reference": "SUSE Manager Server 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-xmlwriter-7.4.33-150200.3.60.1.s390x as component of SUSE Manager Server 4.2",
"product_id": "SUSE Manager Server 4.2:php7-xmlwriter-7.4.33-150200.3.60.1.s390x"
},
"product_reference": "php7-xmlwriter-7.4.33-150200.3.60.1.s390x",
"relates_to_product_reference": "SUSE Manager Server 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-xmlwriter-7.4.33-150200.3.60.1.x86_64 as component of SUSE Manager Server 4.2",
"product_id": "SUSE Manager Server 4.2:php7-xmlwriter-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-xmlwriter-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Manager Server 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-xsl-7.4.33-150200.3.60.1.ppc64le as component of SUSE Manager Server 4.2",
"product_id": "SUSE Manager Server 4.2:php7-xsl-7.4.33-150200.3.60.1.ppc64le"
},
"product_reference": "php7-xsl-7.4.33-150200.3.60.1.ppc64le",
"relates_to_product_reference": "SUSE Manager Server 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-xsl-7.4.33-150200.3.60.1.s390x as component of SUSE Manager Server 4.2",
"product_id": "SUSE Manager Server 4.2:php7-xsl-7.4.33-150200.3.60.1.s390x"
},
"product_reference": "php7-xsl-7.4.33-150200.3.60.1.s390x",
"relates_to_product_reference": "SUSE Manager Server 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-xsl-7.4.33-150200.3.60.1.x86_64 as component of SUSE Manager Server 4.2",
"product_id": "SUSE Manager Server 4.2:php7-xsl-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-xsl-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Manager Server 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-zip-7.4.33-150200.3.60.1.ppc64le as component of SUSE Manager Server 4.2",
"product_id": "SUSE Manager Server 4.2:php7-zip-7.4.33-150200.3.60.1.ppc64le"
},
"product_reference": "php7-zip-7.4.33-150200.3.60.1.ppc64le",
"relates_to_product_reference": "SUSE Manager Server 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-zip-7.4.33-150200.3.60.1.s390x as component of SUSE Manager Server 4.2",
"product_id": "SUSE Manager Server 4.2:php7-zip-7.4.33-150200.3.60.1.s390x"
},
"product_reference": "php7-zip-7.4.33-150200.3.60.1.s390x",
"relates_to_product_reference": "SUSE Manager Server 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-zip-7.4.33-150200.3.60.1.x86_64 as component of SUSE Manager Server 4.2",
"product_id": "SUSE Manager Server 4.2:php7-zip-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-zip-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Manager Server 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-zlib-7.4.33-150200.3.60.1.ppc64le as component of SUSE Manager Server 4.2",
"product_id": "SUSE Manager Server 4.2:php7-zlib-7.4.33-150200.3.60.1.ppc64le"
},
"product_reference": "php7-zlib-7.4.33-150200.3.60.1.ppc64le",
"relates_to_product_reference": "SUSE Manager Server 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-zlib-7.4.33-150200.3.60.1.s390x as component of SUSE Manager Server 4.2",
"product_id": "SUSE Manager Server 4.2:php7-zlib-7.4.33-150200.3.60.1.s390x"
},
"product_reference": "php7-zlib-7.4.33-150200.3.60.1.s390x",
"relates_to_product_reference": "SUSE Manager Server 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-zlib-7.4.33-150200.3.60.1.x86_64 as component of SUSE Manager Server 4.2",
"product_id": "SUSE Manager Server 4.2:php7-zlib-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-zlib-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Manager Server 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "apache2-mod_php7-7.4.33-150200.3.60.1.aarch64 as component of SUSE Enterprise Storage 7",
"product_id": "SUSE Enterprise Storage 7:apache2-mod_php7-7.4.33-150200.3.60.1.aarch64"
},
"product_reference": "apache2-mod_php7-7.4.33-150200.3.60.1.aarch64",
"relates_to_product_reference": "SUSE Enterprise Storage 7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "apache2-mod_php7-7.4.33-150200.3.60.1.x86_64 as component of SUSE Enterprise Storage 7",
"product_id": "SUSE Enterprise Storage 7:apache2-mod_php7-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "apache2-mod_php7-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Enterprise Storage 7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-7.4.33-150200.3.60.1.aarch64 as component of SUSE Enterprise Storage 7",
"product_id": "SUSE Enterprise Storage 7:php7-7.4.33-150200.3.60.1.aarch64"
},
"product_reference": "php7-7.4.33-150200.3.60.1.aarch64",
"relates_to_product_reference": "SUSE Enterprise Storage 7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-7.4.33-150200.3.60.1.x86_64 as component of SUSE Enterprise Storage 7",
"product_id": "SUSE Enterprise Storage 7:php7-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Enterprise Storage 7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-bcmath-7.4.33-150200.3.60.1.aarch64 as component of SUSE Enterprise Storage 7",
"product_id": "SUSE Enterprise Storage 7:php7-bcmath-7.4.33-150200.3.60.1.aarch64"
},
"product_reference": "php7-bcmath-7.4.33-150200.3.60.1.aarch64",
"relates_to_product_reference": "SUSE Enterprise Storage 7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-bcmath-7.4.33-150200.3.60.1.x86_64 as component of SUSE Enterprise Storage 7",
"product_id": "SUSE Enterprise Storage 7:php7-bcmath-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-bcmath-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Enterprise Storage 7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-bz2-7.4.33-150200.3.60.1.aarch64 as component of SUSE Enterprise Storage 7",
"product_id": "SUSE Enterprise Storage 7:php7-bz2-7.4.33-150200.3.60.1.aarch64"
},
"product_reference": "php7-bz2-7.4.33-150200.3.60.1.aarch64",
"relates_to_product_reference": "SUSE Enterprise Storage 7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-bz2-7.4.33-150200.3.60.1.x86_64 as component of SUSE Enterprise Storage 7",
"product_id": "SUSE Enterprise Storage 7:php7-bz2-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-bz2-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Enterprise Storage 7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-calendar-7.4.33-150200.3.60.1.aarch64 as component of SUSE Enterprise Storage 7",
"product_id": "SUSE Enterprise Storage 7:php7-calendar-7.4.33-150200.3.60.1.aarch64"
},
"product_reference": "php7-calendar-7.4.33-150200.3.60.1.aarch64",
"relates_to_product_reference": "SUSE Enterprise Storage 7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-calendar-7.4.33-150200.3.60.1.x86_64 as component of SUSE Enterprise Storage 7",
"product_id": "SUSE Enterprise Storage 7:php7-calendar-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-calendar-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Enterprise Storage 7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-ctype-7.4.33-150200.3.60.1.aarch64 as component of SUSE Enterprise Storage 7",
"product_id": "SUSE Enterprise Storage 7:php7-ctype-7.4.33-150200.3.60.1.aarch64"
},
"product_reference": "php7-ctype-7.4.33-150200.3.60.1.aarch64",
"relates_to_product_reference": "SUSE Enterprise Storage 7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-ctype-7.4.33-150200.3.60.1.x86_64 as component of SUSE Enterprise Storage 7",
"product_id": "SUSE Enterprise Storage 7:php7-ctype-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-ctype-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Enterprise Storage 7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-curl-7.4.33-150200.3.60.1.aarch64 as component of SUSE Enterprise Storage 7",
"product_id": "SUSE Enterprise Storage 7:php7-curl-7.4.33-150200.3.60.1.aarch64"
},
"product_reference": "php7-curl-7.4.33-150200.3.60.1.aarch64",
"relates_to_product_reference": "SUSE Enterprise Storage 7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-curl-7.4.33-150200.3.60.1.x86_64 as component of SUSE Enterprise Storage 7",
"product_id": "SUSE Enterprise Storage 7:php7-curl-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-curl-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Enterprise Storage 7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-dba-7.4.33-150200.3.60.1.aarch64 as component of SUSE Enterprise Storage 7",
"product_id": "SUSE Enterprise Storage 7:php7-dba-7.4.33-150200.3.60.1.aarch64"
},
"product_reference": "php7-dba-7.4.33-150200.3.60.1.aarch64",
"relates_to_product_reference": "SUSE Enterprise Storage 7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-dba-7.4.33-150200.3.60.1.x86_64 as component of SUSE Enterprise Storage 7",
"product_id": "SUSE Enterprise Storage 7:php7-dba-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-dba-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Enterprise Storage 7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-devel-7.4.33-150200.3.60.1.aarch64 as component of SUSE Enterprise Storage 7",
"product_id": "SUSE Enterprise Storage 7:php7-devel-7.4.33-150200.3.60.1.aarch64"
},
"product_reference": "php7-devel-7.4.33-150200.3.60.1.aarch64",
"relates_to_product_reference": "SUSE Enterprise Storage 7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-devel-7.4.33-150200.3.60.1.x86_64 as component of SUSE Enterprise Storage 7",
"product_id": "SUSE Enterprise Storage 7:php7-devel-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-devel-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Enterprise Storage 7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-dom-7.4.33-150200.3.60.1.aarch64 as component of SUSE Enterprise Storage 7",
"product_id": "SUSE Enterprise Storage 7:php7-dom-7.4.33-150200.3.60.1.aarch64"
},
"product_reference": "php7-dom-7.4.33-150200.3.60.1.aarch64",
"relates_to_product_reference": "SUSE Enterprise Storage 7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-dom-7.4.33-150200.3.60.1.x86_64 as component of SUSE Enterprise Storage 7",
"product_id": "SUSE Enterprise Storage 7:php7-dom-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-dom-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Enterprise Storage 7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-enchant-7.4.33-150200.3.60.1.aarch64 as component of SUSE Enterprise Storage 7",
"product_id": "SUSE Enterprise Storage 7:php7-enchant-7.4.33-150200.3.60.1.aarch64"
},
"product_reference": "php7-enchant-7.4.33-150200.3.60.1.aarch64",
"relates_to_product_reference": "SUSE Enterprise Storage 7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-enchant-7.4.33-150200.3.60.1.x86_64 as component of SUSE Enterprise Storage 7",
"product_id": "SUSE Enterprise Storage 7:php7-enchant-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-enchant-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Enterprise Storage 7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-exif-7.4.33-150200.3.60.1.aarch64 as component of SUSE Enterprise Storage 7",
"product_id": "SUSE Enterprise Storage 7:php7-exif-7.4.33-150200.3.60.1.aarch64"
},
"product_reference": "php7-exif-7.4.33-150200.3.60.1.aarch64",
"relates_to_product_reference": "SUSE Enterprise Storage 7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-exif-7.4.33-150200.3.60.1.x86_64 as component of SUSE Enterprise Storage 7",
"product_id": "SUSE Enterprise Storage 7:php7-exif-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-exif-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Enterprise Storage 7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-fastcgi-7.4.33-150200.3.60.1.aarch64 as component of SUSE Enterprise Storage 7",
"product_id": "SUSE Enterprise Storage 7:php7-fastcgi-7.4.33-150200.3.60.1.aarch64"
},
"product_reference": "php7-fastcgi-7.4.33-150200.3.60.1.aarch64",
"relates_to_product_reference": "SUSE Enterprise Storage 7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-fastcgi-7.4.33-150200.3.60.1.x86_64 as component of SUSE Enterprise Storage 7",
"product_id": "SUSE Enterprise Storage 7:php7-fastcgi-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-fastcgi-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Enterprise Storage 7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-fileinfo-7.4.33-150200.3.60.1.aarch64 as component of SUSE Enterprise Storage 7",
"product_id": "SUSE Enterprise Storage 7:php7-fileinfo-7.4.33-150200.3.60.1.aarch64"
},
"product_reference": "php7-fileinfo-7.4.33-150200.3.60.1.aarch64",
"relates_to_product_reference": "SUSE Enterprise Storage 7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-fileinfo-7.4.33-150200.3.60.1.x86_64 as component of SUSE Enterprise Storage 7",
"product_id": "SUSE Enterprise Storage 7:php7-fileinfo-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-fileinfo-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Enterprise Storage 7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-fpm-7.4.33-150200.3.60.1.aarch64 as component of SUSE Enterprise Storage 7",
"product_id": "SUSE Enterprise Storage 7:php7-fpm-7.4.33-150200.3.60.1.aarch64"
},
"product_reference": "php7-fpm-7.4.33-150200.3.60.1.aarch64",
"relates_to_product_reference": "SUSE Enterprise Storage 7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-fpm-7.4.33-150200.3.60.1.x86_64 as component of SUSE Enterprise Storage 7",
"product_id": "SUSE Enterprise Storage 7:php7-fpm-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-fpm-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Enterprise Storage 7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-ftp-7.4.33-150200.3.60.1.aarch64 as component of SUSE Enterprise Storage 7",
"product_id": "SUSE Enterprise Storage 7:php7-ftp-7.4.33-150200.3.60.1.aarch64"
},
"product_reference": "php7-ftp-7.4.33-150200.3.60.1.aarch64",
"relates_to_product_reference": "SUSE Enterprise Storage 7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-ftp-7.4.33-150200.3.60.1.x86_64 as component of SUSE Enterprise Storage 7",
"product_id": "SUSE Enterprise Storage 7:php7-ftp-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-ftp-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Enterprise Storage 7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-gd-7.4.33-150200.3.60.1.aarch64 as component of SUSE Enterprise Storage 7",
"product_id": "SUSE Enterprise Storage 7:php7-gd-7.4.33-150200.3.60.1.aarch64"
},
"product_reference": "php7-gd-7.4.33-150200.3.60.1.aarch64",
"relates_to_product_reference": "SUSE Enterprise Storage 7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-gd-7.4.33-150200.3.60.1.x86_64 as component of SUSE Enterprise Storage 7",
"product_id": "SUSE Enterprise Storage 7:php7-gd-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-gd-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Enterprise Storage 7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-gettext-7.4.33-150200.3.60.1.aarch64 as component of SUSE Enterprise Storage 7",
"product_id": "SUSE Enterprise Storage 7:php7-gettext-7.4.33-150200.3.60.1.aarch64"
},
"product_reference": "php7-gettext-7.4.33-150200.3.60.1.aarch64",
"relates_to_product_reference": "SUSE Enterprise Storage 7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-gettext-7.4.33-150200.3.60.1.x86_64 as component of SUSE Enterprise Storage 7",
"product_id": "SUSE Enterprise Storage 7:php7-gettext-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-gettext-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Enterprise Storage 7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-gmp-7.4.33-150200.3.60.1.aarch64 as component of SUSE Enterprise Storage 7",
"product_id": "SUSE Enterprise Storage 7:php7-gmp-7.4.33-150200.3.60.1.aarch64"
},
"product_reference": "php7-gmp-7.4.33-150200.3.60.1.aarch64",
"relates_to_product_reference": "SUSE Enterprise Storage 7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-gmp-7.4.33-150200.3.60.1.x86_64 as component of SUSE Enterprise Storage 7",
"product_id": "SUSE Enterprise Storage 7:php7-gmp-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-gmp-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Enterprise Storage 7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-iconv-7.4.33-150200.3.60.1.aarch64 as component of SUSE Enterprise Storage 7",
"product_id": "SUSE Enterprise Storage 7:php7-iconv-7.4.33-150200.3.60.1.aarch64"
},
"product_reference": "php7-iconv-7.4.33-150200.3.60.1.aarch64",
"relates_to_product_reference": "SUSE Enterprise Storage 7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-iconv-7.4.33-150200.3.60.1.x86_64 as component of SUSE Enterprise Storage 7",
"product_id": "SUSE Enterprise Storage 7:php7-iconv-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-iconv-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Enterprise Storage 7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-intl-7.4.33-150200.3.60.1.aarch64 as component of SUSE Enterprise Storage 7",
"product_id": "SUSE Enterprise Storage 7:php7-intl-7.4.33-150200.3.60.1.aarch64"
},
"product_reference": "php7-intl-7.4.33-150200.3.60.1.aarch64",
"relates_to_product_reference": "SUSE Enterprise Storage 7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-intl-7.4.33-150200.3.60.1.x86_64 as component of SUSE Enterprise Storage 7",
"product_id": "SUSE Enterprise Storage 7:php7-intl-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-intl-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Enterprise Storage 7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-json-7.4.33-150200.3.60.1.aarch64 as component of SUSE Enterprise Storage 7",
"product_id": "SUSE Enterprise Storage 7:php7-json-7.4.33-150200.3.60.1.aarch64"
},
"product_reference": "php7-json-7.4.33-150200.3.60.1.aarch64",
"relates_to_product_reference": "SUSE Enterprise Storage 7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-json-7.4.33-150200.3.60.1.x86_64 as component of SUSE Enterprise Storage 7",
"product_id": "SUSE Enterprise Storage 7:php7-json-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-json-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Enterprise Storage 7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-ldap-7.4.33-150200.3.60.1.aarch64 as component of SUSE Enterprise Storage 7",
"product_id": "SUSE Enterprise Storage 7:php7-ldap-7.4.33-150200.3.60.1.aarch64"
},
"product_reference": "php7-ldap-7.4.33-150200.3.60.1.aarch64",
"relates_to_product_reference": "SUSE Enterprise Storage 7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-ldap-7.4.33-150200.3.60.1.x86_64 as component of SUSE Enterprise Storage 7",
"product_id": "SUSE Enterprise Storage 7:php7-ldap-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-ldap-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Enterprise Storage 7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-mbstring-7.4.33-150200.3.60.1.aarch64 as component of SUSE Enterprise Storage 7",
"product_id": "SUSE Enterprise Storage 7:php7-mbstring-7.4.33-150200.3.60.1.aarch64"
},
"product_reference": "php7-mbstring-7.4.33-150200.3.60.1.aarch64",
"relates_to_product_reference": "SUSE Enterprise Storage 7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-mbstring-7.4.33-150200.3.60.1.x86_64 as component of SUSE Enterprise Storage 7",
"product_id": "SUSE Enterprise Storage 7:php7-mbstring-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-mbstring-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Enterprise Storage 7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-mysql-7.4.33-150200.3.60.1.aarch64 as component of SUSE Enterprise Storage 7",
"product_id": "SUSE Enterprise Storage 7:php7-mysql-7.4.33-150200.3.60.1.aarch64"
},
"product_reference": "php7-mysql-7.4.33-150200.3.60.1.aarch64",
"relates_to_product_reference": "SUSE Enterprise Storage 7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-mysql-7.4.33-150200.3.60.1.x86_64 as component of SUSE Enterprise Storage 7",
"product_id": "SUSE Enterprise Storage 7:php7-mysql-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-mysql-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Enterprise Storage 7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-odbc-7.4.33-150200.3.60.1.aarch64 as component of SUSE Enterprise Storage 7",
"product_id": "SUSE Enterprise Storage 7:php7-odbc-7.4.33-150200.3.60.1.aarch64"
},
"product_reference": "php7-odbc-7.4.33-150200.3.60.1.aarch64",
"relates_to_product_reference": "SUSE Enterprise Storage 7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-odbc-7.4.33-150200.3.60.1.x86_64 as component of SUSE Enterprise Storage 7",
"product_id": "SUSE Enterprise Storage 7:php7-odbc-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-odbc-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Enterprise Storage 7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-opcache-7.4.33-150200.3.60.1.aarch64 as component of SUSE Enterprise Storage 7",
"product_id": "SUSE Enterprise Storage 7:php7-opcache-7.4.33-150200.3.60.1.aarch64"
},
"product_reference": "php7-opcache-7.4.33-150200.3.60.1.aarch64",
"relates_to_product_reference": "SUSE Enterprise Storage 7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-opcache-7.4.33-150200.3.60.1.x86_64 as component of SUSE Enterprise Storage 7",
"product_id": "SUSE Enterprise Storage 7:php7-opcache-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-opcache-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Enterprise Storage 7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-openssl-7.4.33-150200.3.60.1.aarch64 as component of SUSE Enterprise Storage 7",
"product_id": "SUSE Enterprise Storage 7:php7-openssl-7.4.33-150200.3.60.1.aarch64"
},
"product_reference": "php7-openssl-7.4.33-150200.3.60.1.aarch64",
"relates_to_product_reference": "SUSE Enterprise Storage 7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-openssl-7.4.33-150200.3.60.1.x86_64 as component of SUSE Enterprise Storage 7",
"product_id": "SUSE Enterprise Storage 7:php7-openssl-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-openssl-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Enterprise Storage 7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-pcntl-7.4.33-150200.3.60.1.aarch64 as component of SUSE Enterprise Storage 7",
"product_id": "SUSE Enterprise Storage 7:php7-pcntl-7.4.33-150200.3.60.1.aarch64"
},
"product_reference": "php7-pcntl-7.4.33-150200.3.60.1.aarch64",
"relates_to_product_reference": "SUSE Enterprise Storage 7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-pcntl-7.4.33-150200.3.60.1.x86_64 as component of SUSE Enterprise Storage 7",
"product_id": "SUSE Enterprise Storage 7:php7-pcntl-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-pcntl-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Enterprise Storage 7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-pdo-7.4.33-150200.3.60.1.aarch64 as component of SUSE Enterprise Storage 7",
"product_id": "SUSE Enterprise Storage 7:php7-pdo-7.4.33-150200.3.60.1.aarch64"
},
"product_reference": "php7-pdo-7.4.33-150200.3.60.1.aarch64",
"relates_to_product_reference": "SUSE Enterprise Storage 7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-pdo-7.4.33-150200.3.60.1.x86_64 as component of SUSE Enterprise Storage 7",
"product_id": "SUSE Enterprise Storage 7:php7-pdo-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-pdo-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Enterprise Storage 7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-pgsql-7.4.33-150200.3.60.1.aarch64 as component of SUSE Enterprise Storage 7",
"product_id": "SUSE Enterprise Storage 7:php7-pgsql-7.4.33-150200.3.60.1.aarch64"
},
"product_reference": "php7-pgsql-7.4.33-150200.3.60.1.aarch64",
"relates_to_product_reference": "SUSE Enterprise Storage 7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-pgsql-7.4.33-150200.3.60.1.x86_64 as component of SUSE Enterprise Storage 7",
"product_id": "SUSE Enterprise Storage 7:php7-pgsql-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-pgsql-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Enterprise Storage 7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-phar-7.4.33-150200.3.60.1.aarch64 as component of SUSE Enterprise Storage 7",
"product_id": "SUSE Enterprise Storage 7:php7-phar-7.4.33-150200.3.60.1.aarch64"
},
"product_reference": "php7-phar-7.4.33-150200.3.60.1.aarch64",
"relates_to_product_reference": "SUSE Enterprise Storage 7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-phar-7.4.33-150200.3.60.1.x86_64 as component of SUSE Enterprise Storage 7",
"product_id": "SUSE Enterprise Storage 7:php7-phar-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-phar-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Enterprise Storage 7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-posix-7.4.33-150200.3.60.1.aarch64 as component of SUSE Enterprise Storage 7",
"product_id": "SUSE Enterprise Storage 7:php7-posix-7.4.33-150200.3.60.1.aarch64"
},
"product_reference": "php7-posix-7.4.33-150200.3.60.1.aarch64",
"relates_to_product_reference": "SUSE Enterprise Storage 7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-posix-7.4.33-150200.3.60.1.x86_64 as component of SUSE Enterprise Storage 7",
"product_id": "SUSE Enterprise Storage 7:php7-posix-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-posix-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Enterprise Storage 7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-readline-7.4.33-150200.3.60.1.aarch64 as component of SUSE Enterprise Storage 7",
"product_id": "SUSE Enterprise Storage 7:php7-readline-7.4.33-150200.3.60.1.aarch64"
},
"product_reference": "php7-readline-7.4.33-150200.3.60.1.aarch64",
"relates_to_product_reference": "SUSE Enterprise Storage 7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-readline-7.4.33-150200.3.60.1.x86_64 as component of SUSE Enterprise Storage 7",
"product_id": "SUSE Enterprise Storage 7:php7-readline-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-readline-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Enterprise Storage 7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-shmop-7.4.33-150200.3.60.1.aarch64 as component of SUSE Enterprise Storage 7",
"product_id": "SUSE Enterprise Storage 7:php7-shmop-7.4.33-150200.3.60.1.aarch64"
},
"product_reference": "php7-shmop-7.4.33-150200.3.60.1.aarch64",
"relates_to_product_reference": "SUSE Enterprise Storage 7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-shmop-7.4.33-150200.3.60.1.x86_64 as component of SUSE Enterprise Storage 7",
"product_id": "SUSE Enterprise Storage 7:php7-shmop-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-shmop-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Enterprise Storage 7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-snmp-7.4.33-150200.3.60.1.aarch64 as component of SUSE Enterprise Storage 7",
"product_id": "SUSE Enterprise Storage 7:php7-snmp-7.4.33-150200.3.60.1.aarch64"
},
"product_reference": "php7-snmp-7.4.33-150200.3.60.1.aarch64",
"relates_to_product_reference": "SUSE Enterprise Storage 7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-snmp-7.4.33-150200.3.60.1.x86_64 as component of SUSE Enterprise Storage 7",
"product_id": "SUSE Enterprise Storage 7:php7-snmp-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-snmp-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Enterprise Storage 7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-soap-7.4.33-150200.3.60.1.aarch64 as component of SUSE Enterprise Storage 7",
"product_id": "SUSE Enterprise Storage 7:php7-soap-7.4.33-150200.3.60.1.aarch64"
},
"product_reference": "php7-soap-7.4.33-150200.3.60.1.aarch64",
"relates_to_product_reference": "SUSE Enterprise Storage 7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-soap-7.4.33-150200.3.60.1.x86_64 as component of SUSE Enterprise Storage 7",
"product_id": "SUSE Enterprise Storage 7:php7-soap-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-soap-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Enterprise Storage 7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sockets-7.4.33-150200.3.60.1.aarch64 as component of SUSE Enterprise Storage 7",
"product_id": "SUSE Enterprise Storage 7:php7-sockets-7.4.33-150200.3.60.1.aarch64"
},
"product_reference": "php7-sockets-7.4.33-150200.3.60.1.aarch64",
"relates_to_product_reference": "SUSE Enterprise Storage 7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sockets-7.4.33-150200.3.60.1.x86_64 as component of SUSE Enterprise Storage 7",
"product_id": "SUSE Enterprise Storage 7:php7-sockets-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-sockets-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Enterprise Storage 7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sodium-7.4.33-150200.3.60.1.aarch64 as component of SUSE Enterprise Storage 7",
"product_id": "SUSE Enterprise Storage 7:php7-sodium-7.4.33-150200.3.60.1.aarch64"
},
"product_reference": "php7-sodium-7.4.33-150200.3.60.1.aarch64",
"relates_to_product_reference": "SUSE Enterprise Storage 7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sodium-7.4.33-150200.3.60.1.x86_64 as component of SUSE Enterprise Storage 7",
"product_id": "SUSE Enterprise Storage 7:php7-sodium-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-sodium-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Enterprise Storage 7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sqlite-7.4.33-150200.3.60.1.aarch64 as component of SUSE Enterprise Storage 7",
"product_id": "SUSE Enterprise Storage 7:php7-sqlite-7.4.33-150200.3.60.1.aarch64"
},
"product_reference": "php7-sqlite-7.4.33-150200.3.60.1.aarch64",
"relates_to_product_reference": "SUSE Enterprise Storage 7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sqlite-7.4.33-150200.3.60.1.x86_64 as component of SUSE Enterprise Storage 7",
"product_id": "SUSE Enterprise Storage 7:php7-sqlite-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-sqlite-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Enterprise Storage 7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sysvmsg-7.4.33-150200.3.60.1.aarch64 as component of SUSE Enterprise Storage 7",
"product_id": "SUSE Enterprise Storage 7:php7-sysvmsg-7.4.33-150200.3.60.1.aarch64"
},
"product_reference": "php7-sysvmsg-7.4.33-150200.3.60.1.aarch64",
"relates_to_product_reference": "SUSE Enterprise Storage 7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sysvmsg-7.4.33-150200.3.60.1.x86_64 as component of SUSE Enterprise Storage 7",
"product_id": "SUSE Enterprise Storage 7:php7-sysvmsg-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-sysvmsg-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Enterprise Storage 7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sysvsem-7.4.33-150200.3.60.1.aarch64 as component of SUSE Enterprise Storage 7",
"product_id": "SUSE Enterprise Storage 7:php7-sysvsem-7.4.33-150200.3.60.1.aarch64"
},
"product_reference": "php7-sysvsem-7.4.33-150200.3.60.1.aarch64",
"relates_to_product_reference": "SUSE Enterprise Storage 7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sysvsem-7.4.33-150200.3.60.1.x86_64 as component of SUSE Enterprise Storage 7",
"product_id": "SUSE Enterprise Storage 7:php7-sysvsem-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-sysvsem-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Enterprise Storage 7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sysvshm-7.4.33-150200.3.60.1.aarch64 as component of SUSE Enterprise Storage 7",
"product_id": "SUSE Enterprise Storage 7:php7-sysvshm-7.4.33-150200.3.60.1.aarch64"
},
"product_reference": "php7-sysvshm-7.4.33-150200.3.60.1.aarch64",
"relates_to_product_reference": "SUSE Enterprise Storage 7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sysvshm-7.4.33-150200.3.60.1.x86_64 as component of SUSE Enterprise Storage 7",
"product_id": "SUSE Enterprise Storage 7:php7-sysvshm-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-sysvshm-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Enterprise Storage 7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-tidy-7.4.33-150200.3.60.1.aarch64 as component of SUSE Enterprise Storage 7",
"product_id": "SUSE Enterprise Storage 7:php7-tidy-7.4.33-150200.3.60.1.aarch64"
},
"product_reference": "php7-tidy-7.4.33-150200.3.60.1.aarch64",
"relates_to_product_reference": "SUSE Enterprise Storage 7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-tidy-7.4.33-150200.3.60.1.x86_64 as component of SUSE Enterprise Storage 7",
"product_id": "SUSE Enterprise Storage 7:php7-tidy-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-tidy-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Enterprise Storage 7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-tokenizer-7.4.33-150200.3.60.1.aarch64 as component of SUSE Enterprise Storage 7",
"product_id": "SUSE Enterprise Storage 7:php7-tokenizer-7.4.33-150200.3.60.1.aarch64"
},
"product_reference": "php7-tokenizer-7.4.33-150200.3.60.1.aarch64",
"relates_to_product_reference": "SUSE Enterprise Storage 7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-tokenizer-7.4.33-150200.3.60.1.x86_64 as component of SUSE Enterprise Storage 7",
"product_id": "SUSE Enterprise Storage 7:php7-tokenizer-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-tokenizer-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Enterprise Storage 7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-xmlreader-7.4.33-150200.3.60.1.aarch64 as component of SUSE Enterprise Storage 7",
"product_id": "SUSE Enterprise Storage 7:php7-xmlreader-7.4.33-150200.3.60.1.aarch64"
},
"product_reference": "php7-xmlreader-7.4.33-150200.3.60.1.aarch64",
"relates_to_product_reference": "SUSE Enterprise Storage 7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-xmlreader-7.4.33-150200.3.60.1.x86_64 as component of SUSE Enterprise Storage 7",
"product_id": "SUSE Enterprise Storage 7:php7-xmlreader-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-xmlreader-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Enterprise Storage 7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-xmlrpc-7.4.33-150200.3.60.1.aarch64 as component of SUSE Enterprise Storage 7",
"product_id": "SUSE Enterprise Storage 7:php7-xmlrpc-7.4.33-150200.3.60.1.aarch64"
},
"product_reference": "php7-xmlrpc-7.4.33-150200.3.60.1.aarch64",
"relates_to_product_reference": "SUSE Enterprise Storage 7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-xmlrpc-7.4.33-150200.3.60.1.x86_64 as component of SUSE Enterprise Storage 7",
"product_id": "SUSE Enterprise Storage 7:php7-xmlrpc-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-xmlrpc-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Enterprise Storage 7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-xmlwriter-7.4.33-150200.3.60.1.aarch64 as component of SUSE Enterprise Storage 7",
"product_id": "SUSE Enterprise Storage 7:php7-xmlwriter-7.4.33-150200.3.60.1.aarch64"
},
"product_reference": "php7-xmlwriter-7.4.33-150200.3.60.1.aarch64",
"relates_to_product_reference": "SUSE Enterprise Storage 7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-xmlwriter-7.4.33-150200.3.60.1.x86_64 as component of SUSE Enterprise Storage 7",
"product_id": "SUSE Enterprise Storage 7:php7-xmlwriter-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-xmlwriter-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Enterprise Storage 7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-xsl-7.4.33-150200.3.60.1.aarch64 as component of SUSE Enterprise Storage 7",
"product_id": "SUSE Enterprise Storage 7:php7-xsl-7.4.33-150200.3.60.1.aarch64"
},
"product_reference": "php7-xsl-7.4.33-150200.3.60.1.aarch64",
"relates_to_product_reference": "SUSE Enterprise Storage 7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-xsl-7.4.33-150200.3.60.1.x86_64 as component of SUSE Enterprise Storage 7",
"product_id": "SUSE Enterprise Storage 7:php7-xsl-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-xsl-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Enterprise Storage 7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-zip-7.4.33-150200.3.60.1.aarch64 as component of SUSE Enterprise Storage 7",
"product_id": "SUSE Enterprise Storage 7:php7-zip-7.4.33-150200.3.60.1.aarch64"
},
"product_reference": "php7-zip-7.4.33-150200.3.60.1.aarch64",
"relates_to_product_reference": "SUSE Enterprise Storage 7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-zip-7.4.33-150200.3.60.1.x86_64 as component of SUSE Enterprise Storage 7",
"product_id": "SUSE Enterprise Storage 7:php7-zip-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-zip-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Enterprise Storage 7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-zlib-7.4.33-150200.3.60.1.aarch64 as component of SUSE Enterprise Storage 7",
"product_id": "SUSE Enterprise Storage 7:php7-zlib-7.4.33-150200.3.60.1.aarch64"
},
"product_reference": "php7-zlib-7.4.33-150200.3.60.1.aarch64",
"relates_to_product_reference": "SUSE Enterprise Storage 7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-zlib-7.4.33-150200.3.60.1.x86_64 as component of SUSE Enterprise Storage 7",
"product_id": "SUSE Enterprise Storage 7:php7-zlib-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-zlib-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Enterprise Storage 7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "apache2-mod_php7-7.4.33-150200.3.60.1.aarch64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:apache2-mod_php7-7.4.33-150200.3.60.1.aarch64"
},
"product_reference": "apache2-mod_php7-7.4.33-150200.3.60.1.aarch64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "apache2-mod_php7-7.4.33-150200.3.60.1.x86_64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:apache2-mod_php7-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "apache2-mod_php7-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-7.4.33-150200.3.60.1.aarch64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:php7-7.4.33-150200.3.60.1.aarch64"
},
"product_reference": "php7-7.4.33-150200.3.60.1.aarch64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-7.4.33-150200.3.60.1.x86_64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:php7-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-bcmath-7.4.33-150200.3.60.1.aarch64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:php7-bcmath-7.4.33-150200.3.60.1.aarch64"
},
"product_reference": "php7-bcmath-7.4.33-150200.3.60.1.aarch64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-bcmath-7.4.33-150200.3.60.1.x86_64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:php7-bcmath-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-bcmath-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-bz2-7.4.33-150200.3.60.1.aarch64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:php7-bz2-7.4.33-150200.3.60.1.aarch64"
},
"product_reference": "php7-bz2-7.4.33-150200.3.60.1.aarch64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-bz2-7.4.33-150200.3.60.1.x86_64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:php7-bz2-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-bz2-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-calendar-7.4.33-150200.3.60.1.aarch64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:php7-calendar-7.4.33-150200.3.60.1.aarch64"
},
"product_reference": "php7-calendar-7.4.33-150200.3.60.1.aarch64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-calendar-7.4.33-150200.3.60.1.x86_64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:php7-calendar-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-calendar-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-ctype-7.4.33-150200.3.60.1.aarch64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:php7-ctype-7.4.33-150200.3.60.1.aarch64"
},
"product_reference": "php7-ctype-7.4.33-150200.3.60.1.aarch64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-ctype-7.4.33-150200.3.60.1.x86_64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:php7-ctype-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-ctype-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-curl-7.4.33-150200.3.60.1.aarch64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:php7-curl-7.4.33-150200.3.60.1.aarch64"
},
"product_reference": "php7-curl-7.4.33-150200.3.60.1.aarch64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-curl-7.4.33-150200.3.60.1.x86_64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:php7-curl-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-curl-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-dba-7.4.33-150200.3.60.1.aarch64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:php7-dba-7.4.33-150200.3.60.1.aarch64"
},
"product_reference": "php7-dba-7.4.33-150200.3.60.1.aarch64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-dba-7.4.33-150200.3.60.1.x86_64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:php7-dba-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-dba-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-devel-7.4.33-150200.3.60.1.aarch64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:php7-devel-7.4.33-150200.3.60.1.aarch64"
},
"product_reference": "php7-devel-7.4.33-150200.3.60.1.aarch64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-devel-7.4.33-150200.3.60.1.x86_64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:php7-devel-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-devel-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-dom-7.4.33-150200.3.60.1.aarch64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:php7-dom-7.4.33-150200.3.60.1.aarch64"
},
"product_reference": "php7-dom-7.4.33-150200.3.60.1.aarch64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-dom-7.4.33-150200.3.60.1.x86_64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:php7-dom-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-dom-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-enchant-7.4.33-150200.3.60.1.aarch64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:php7-enchant-7.4.33-150200.3.60.1.aarch64"
},
"product_reference": "php7-enchant-7.4.33-150200.3.60.1.aarch64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-enchant-7.4.33-150200.3.60.1.x86_64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:php7-enchant-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-enchant-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-exif-7.4.33-150200.3.60.1.aarch64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:php7-exif-7.4.33-150200.3.60.1.aarch64"
},
"product_reference": "php7-exif-7.4.33-150200.3.60.1.aarch64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-exif-7.4.33-150200.3.60.1.x86_64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:php7-exif-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-exif-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-fastcgi-7.4.33-150200.3.60.1.aarch64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:php7-fastcgi-7.4.33-150200.3.60.1.aarch64"
},
"product_reference": "php7-fastcgi-7.4.33-150200.3.60.1.aarch64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-fastcgi-7.4.33-150200.3.60.1.x86_64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:php7-fastcgi-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-fastcgi-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-fileinfo-7.4.33-150200.3.60.1.aarch64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:php7-fileinfo-7.4.33-150200.3.60.1.aarch64"
},
"product_reference": "php7-fileinfo-7.4.33-150200.3.60.1.aarch64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-fileinfo-7.4.33-150200.3.60.1.x86_64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:php7-fileinfo-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-fileinfo-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-fpm-7.4.33-150200.3.60.1.aarch64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:php7-fpm-7.4.33-150200.3.60.1.aarch64"
},
"product_reference": "php7-fpm-7.4.33-150200.3.60.1.aarch64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-fpm-7.4.33-150200.3.60.1.x86_64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:php7-fpm-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-fpm-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-ftp-7.4.33-150200.3.60.1.aarch64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:php7-ftp-7.4.33-150200.3.60.1.aarch64"
},
"product_reference": "php7-ftp-7.4.33-150200.3.60.1.aarch64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-ftp-7.4.33-150200.3.60.1.x86_64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:php7-ftp-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-ftp-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-gd-7.4.33-150200.3.60.1.aarch64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:php7-gd-7.4.33-150200.3.60.1.aarch64"
},
"product_reference": "php7-gd-7.4.33-150200.3.60.1.aarch64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-gd-7.4.33-150200.3.60.1.x86_64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:php7-gd-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-gd-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-gettext-7.4.33-150200.3.60.1.aarch64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:php7-gettext-7.4.33-150200.3.60.1.aarch64"
},
"product_reference": "php7-gettext-7.4.33-150200.3.60.1.aarch64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-gettext-7.4.33-150200.3.60.1.x86_64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:php7-gettext-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-gettext-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-gmp-7.4.33-150200.3.60.1.aarch64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:php7-gmp-7.4.33-150200.3.60.1.aarch64"
},
"product_reference": "php7-gmp-7.4.33-150200.3.60.1.aarch64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-gmp-7.4.33-150200.3.60.1.x86_64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:php7-gmp-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-gmp-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-iconv-7.4.33-150200.3.60.1.aarch64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:php7-iconv-7.4.33-150200.3.60.1.aarch64"
},
"product_reference": "php7-iconv-7.4.33-150200.3.60.1.aarch64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-iconv-7.4.33-150200.3.60.1.x86_64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:php7-iconv-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-iconv-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-intl-7.4.33-150200.3.60.1.aarch64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:php7-intl-7.4.33-150200.3.60.1.aarch64"
},
"product_reference": "php7-intl-7.4.33-150200.3.60.1.aarch64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-intl-7.4.33-150200.3.60.1.x86_64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:php7-intl-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-intl-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-json-7.4.33-150200.3.60.1.aarch64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:php7-json-7.4.33-150200.3.60.1.aarch64"
},
"product_reference": "php7-json-7.4.33-150200.3.60.1.aarch64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-json-7.4.33-150200.3.60.1.x86_64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:php7-json-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-json-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-ldap-7.4.33-150200.3.60.1.aarch64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:php7-ldap-7.4.33-150200.3.60.1.aarch64"
},
"product_reference": "php7-ldap-7.4.33-150200.3.60.1.aarch64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-ldap-7.4.33-150200.3.60.1.x86_64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:php7-ldap-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-ldap-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-mbstring-7.4.33-150200.3.60.1.aarch64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:php7-mbstring-7.4.33-150200.3.60.1.aarch64"
},
"product_reference": "php7-mbstring-7.4.33-150200.3.60.1.aarch64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-mbstring-7.4.33-150200.3.60.1.x86_64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:php7-mbstring-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-mbstring-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-mysql-7.4.33-150200.3.60.1.aarch64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:php7-mysql-7.4.33-150200.3.60.1.aarch64"
},
"product_reference": "php7-mysql-7.4.33-150200.3.60.1.aarch64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-mysql-7.4.33-150200.3.60.1.x86_64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:php7-mysql-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-mysql-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-odbc-7.4.33-150200.3.60.1.aarch64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:php7-odbc-7.4.33-150200.3.60.1.aarch64"
},
"product_reference": "php7-odbc-7.4.33-150200.3.60.1.aarch64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-odbc-7.4.33-150200.3.60.1.x86_64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:php7-odbc-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-odbc-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-opcache-7.4.33-150200.3.60.1.aarch64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:php7-opcache-7.4.33-150200.3.60.1.aarch64"
},
"product_reference": "php7-opcache-7.4.33-150200.3.60.1.aarch64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-opcache-7.4.33-150200.3.60.1.x86_64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:php7-opcache-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-opcache-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-openssl-7.4.33-150200.3.60.1.aarch64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:php7-openssl-7.4.33-150200.3.60.1.aarch64"
},
"product_reference": "php7-openssl-7.4.33-150200.3.60.1.aarch64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-openssl-7.4.33-150200.3.60.1.x86_64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:php7-openssl-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-openssl-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-pcntl-7.4.33-150200.3.60.1.aarch64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:php7-pcntl-7.4.33-150200.3.60.1.aarch64"
},
"product_reference": "php7-pcntl-7.4.33-150200.3.60.1.aarch64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-pcntl-7.4.33-150200.3.60.1.x86_64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:php7-pcntl-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-pcntl-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-pdo-7.4.33-150200.3.60.1.aarch64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:php7-pdo-7.4.33-150200.3.60.1.aarch64"
},
"product_reference": "php7-pdo-7.4.33-150200.3.60.1.aarch64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-pdo-7.4.33-150200.3.60.1.x86_64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:php7-pdo-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-pdo-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-pgsql-7.4.33-150200.3.60.1.aarch64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:php7-pgsql-7.4.33-150200.3.60.1.aarch64"
},
"product_reference": "php7-pgsql-7.4.33-150200.3.60.1.aarch64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-pgsql-7.4.33-150200.3.60.1.x86_64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:php7-pgsql-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-pgsql-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-phar-7.4.33-150200.3.60.1.aarch64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:php7-phar-7.4.33-150200.3.60.1.aarch64"
},
"product_reference": "php7-phar-7.4.33-150200.3.60.1.aarch64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-phar-7.4.33-150200.3.60.1.x86_64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:php7-phar-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-phar-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-posix-7.4.33-150200.3.60.1.aarch64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:php7-posix-7.4.33-150200.3.60.1.aarch64"
},
"product_reference": "php7-posix-7.4.33-150200.3.60.1.aarch64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-posix-7.4.33-150200.3.60.1.x86_64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:php7-posix-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-posix-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-readline-7.4.33-150200.3.60.1.aarch64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:php7-readline-7.4.33-150200.3.60.1.aarch64"
},
"product_reference": "php7-readline-7.4.33-150200.3.60.1.aarch64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-readline-7.4.33-150200.3.60.1.x86_64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:php7-readline-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-readline-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-shmop-7.4.33-150200.3.60.1.aarch64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:php7-shmop-7.4.33-150200.3.60.1.aarch64"
},
"product_reference": "php7-shmop-7.4.33-150200.3.60.1.aarch64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-shmop-7.4.33-150200.3.60.1.x86_64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:php7-shmop-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-shmop-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-snmp-7.4.33-150200.3.60.1.aarch64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:php7-snmp-7.4.33-150200.3.60.1.aarch64"
},
"product_reference": "php7-snmp-7.4.33-150200.3.60.1.aarch64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-snmp-7.4.33-150200.3.60.1.x86_64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:php7-snmp-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-snmp-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-soap-7.4.33-150200.3.60.1.aarch64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:php7-soap-7.4.33-150200.3.60.1.aarch64"
},
"product_reference": "php7-soap-7.4.33-150200.3.60.1.aarch64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-soap-7.4.33-150200.3.60.1.x86_64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:php7-soap-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-soap-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sockets-7.4.33-150200.3.60.1.aarch64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:php7-sockets-7.4.33-150200.3.60.1.aarch64"
},
"product_reference": "php7-sockets-7.4.33-150200.3.60.1.aarch64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sockets-7.4.33-150200.3.60.1.x86_64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:php7-sockets-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-sockets-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sodium-7.4.33-150200.3.60.1.aarch64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:php7-sodium-7.4.33-150200.3.60.1.aarch64"
},
"product_reference": "php7-sodium-7.4.33-150200.3.60.1.aarch64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sodium-7.4.33-150200.3.60.1.x86_64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:php7-sodium-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-sodium-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sqlite-7.4.33-150200.3.60.1.aarch64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:php7-sqlite-7.4.33-150200.3.60.1.aarch64"
},
"product_reference": "php7-sqlite-7.4.33-150200.3.60.1.aarch64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sqlite-7.4.33-150200.3.60.1.x86_64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:php7-sqlite-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-sqlite-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sysvmsg-7.4.33-150200.3.60.1.aarch64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:php7-sysvmsg-7.4.33-150200.3.60.1.aarch64"
},
"product_reference": "php7-sysvmsg-7.4.33-150200.3.60.1.aarch64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sysvmsg-7.4.33-150200.3.60.1.x86_64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:php7-sysvmsg-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-sysvmsg-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sysvsem-7.4.33-150200.3.60.1.aarch64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:php7-sysvsem-7.4.33-150200.3.60.1.aarch64"
},
"product_reference": "php7-sysvsem-7.4.33-150200.3.60.1.aarch64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sysvsem-7.4.33-150200.3.60.1.x86_64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:php7-sysvsem-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-sysvsem-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sysvshm-7.4.33-150200.3.60.1.aarch64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:php7-sysvshm-7.4.33-150200.3.60.1.aarch64"
},
"product_reference": "php7-sysvshm-7.4.33-150200.3.60.1.aarch64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sysvshm-7.4.33-150200.3.60.1.x86_64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:php7-sysvshm-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-sysvshm-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-tidy-7.4.33-150200.3.60.1.aarch64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:php7-tidy-7.4.33-150200.3.60.1.aarch64"
},
"product_reference": "php7-tidy-7.4.33-150200.3.60.1.aarch64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-tidy-7.4.33-150200.3.60.1.x86_64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:php7-tidy-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-tidy-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-tokenizer-7.4.33-150200.3.60.1.aarch64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:php7-tokenizer-7.4.33-150200.3.60.1.aarch64"
},
"product_reference": "php7-tokenizer-7.4.33-150200.3.60.1.aarch64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-tokenizer-7.4.33-150200.3.60.1.x86_64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:php7-tokenizer-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-tokenizer-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-xmlreader-7.4.33-150200.3.60.1.aarch64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:php7-xmlreader-7.4.33-150200.3.60.1.aarch64"
},
"product_reference": "php7-xmlreader-7.4.33-150200.3.60.1.aarch64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-xmlreader-7.4.33-150200.3.60.1.x86_64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:php7-xmlreader-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-xmlreader-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-xmlrpc-7.4.33-150200.3.60.1.aarch64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:php7-xmlrpc-7.4.33-150200.3.60.1.aarch64"
},
"product_reference": "php7-xmlrpc-7.4.33-150200.3.60.1.aarch64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-xmlrpc-7.4.33-150200.3.60.1.x86_64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:php7-xmlrpc-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-xmlrpc-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-xmlwriter-7.4.33-150200.3.60.1.aarch64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:php7-xmlwriter-7.4.33-150200.3.60.1.aarch64"
},
"product_reference": "php7-xmlwriter-7.4.33-150200.3.60.1.aarch64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-xmlwriter-7.4.33-150200.3.60.1.x86_64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:php7-xmlwriter-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-xmlwriter-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-xsl-7.4.33-150200.3.60.1.aarch64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:php7-xsl-7.4.33-150200.3.60.1.aarch64"
},
"product_reference": "php7-xsl-7.4.33-150200.3.60.1.aarch64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-xsl-7.4.33-150200.3.60.1.x86_64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:php7-xsl-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-xsl-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-zip-7.4.33-150200.3.60.1.aarch64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:php7-zip-7.4.33-150200.3.60.1.aarch64"
},
"product_reference": "php7-zip-7.4.33-150200.3.60.1.aarch64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-zip-7.4.33-150200.3.60.1.x86_64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:php7-zip-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-zip-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-zlib-7.4.33-150200.3.60.1.aarch64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:php7-zlib-7.4.33-150200.3.60.1.aarch64"
},
"product_reference": "php7-zlib-7.4.33-150200.3.60.1.aarch64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-zlib-7.4.33-150200.3.60.1.x86_64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:php7-zlib-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-zlib-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-firebird-7.4.33-150200.3.60.1.aarch64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php7-firebird-7.4.33-150200.3.60.1.aarch64"
},
"product_reference": "php7-firebird-7.4.33-150200.3.60.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-firebird-7.4.33-150200.3.60.1.ppc64le as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php7-firebird-7.4.33-150200.3.60.1.ppc64le"
},
"product_reference": "php7-firebird-7.4.33-150200.3.60.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-firebird-7.4.33-150200.3.60.1.s390x as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php7-firebird-7.4.33-150200.3.60.1.s390x"
},
"product_reference": "php7-firebird-7.4.33-150200.3.60.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-firebird-7.4.33-150200.3.60.1.x86_64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php7-firebird-7.4.33-150200.3.60.1.x86_64"
},
"product_reference": "php7-firebird-7.4.33-150200.3.60.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.4"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2023-3823",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-3823"
}
],
"notes": [
{
"category": "general",
"text": "In PHP versions 8.0.* before 8.0.30, 8.1.* before 8.1.22, and 8.2.* before 8.2.8 various XML functions rely on libxml global state to track configuration variables, like whether external entities are loaded. This state is assumed to be unchanged unless the user explicitly changes it by calling appropriate function. However, since the state is process-global, other modules - such as ImageMagick - may also use this library within the same process, and change that global state for their internal purposes, and leave it in a state where external entities loading is enabled. This can lead to the situation where external XML is parsed with external entities loaded, which can lead to disclosure of any local files accessible to PHP. This vulnerable state may persist in the same process across many requests, until the process is shut down.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Enterprise Storage 7.1:apache2-mod_php7-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7.1:apache2-mod_php7-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7.1:php7-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7.1:php7-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7.1:php7-bcmath-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7.1:php7-bcmath-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7.1:php7-bz2-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7.1:php7-bz2-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7.1:php7-calendar-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7.1:php7-calendar-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7.1:php7-ctype-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7.1:php7-ctype-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7.1:php7-curl-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7.1:php7-curl-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7.1:php7-dba-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7.1:php7-dba-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7.1:php7-devel-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7.1:php7-devel-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7.1:php7-dom-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7.1:php7-dom-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7.1:php7-enchant-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7.1:php7-enchant-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7.1:php7-exif-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7.1:php7-exif-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7.1:php7-fastcgi-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7.1:php7-fastcgi-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7.1:php7-fileinfo-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7.1:php7-fileinfo-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7.1:php7-fpm-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7.1:php7-fpm-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7.1:php7-ftp-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7.1:php7-ftp-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7.1:php7-gd-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7.1:php7-gd-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7.1:php7-gettext-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7.1:php7-gettext-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7.1:php7-gmp-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7.1:php7-gmp-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7.1:php7-iconv-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7.1:php7-iconv-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7.1:php7-intl-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7.1:php7-intl-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7.1:php7-json-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7.1:php7-json-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7.1:php7-ldap-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7.1:php7-ldap-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7.1:php7-mbstring-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7.1:php7-mbstring-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7.1:php7-mysql-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7.1:php7-mysql-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7.1:php7-odbc-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7.1:php7-odbc-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7.1:php7-opcache-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7.1:php7-opcache-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7.1:php7-openssl-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7.1:php7-openssl-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7.1:php7-pcntl-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7.1:php7-pcntl-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7.1:php7-pdo-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7.1:php7-pdo-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7.1:php7-pgsql-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7.1:php7-pgsql-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7.1:php7-phar-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7.1:php7-phar-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7.1:php7-posix-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7.1:php7-posix-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7.1:php7-readline-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7.1:php7-readline-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7.1:php7-shmop-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7.1:php7-shmop-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7.1:php7-snmp-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7.1:php7-snmp-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7.1:php7-soap-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7.1:php7-soap-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7.1:php7-sockets-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7.1:php7-sockets-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7.1:php7-sodium-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7.1:php7-sodium-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7.1:php7-sqlite-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7.1:php7-sqlite-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7.1:php7-sysvmsg-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7.1:php7-sysvmsg-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7.1:php7-sysvsem-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7.1:php7-sysvsem-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7.1:php7-sysvshm-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7.1:php7-sysvshm-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7.1:php7-tidy-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7.1:php7-tidy-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7.1:php7-tokenizer-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7.1:php7-tokenizer-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7.1:php7-xmlreader-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7.1:php7-xmlreader-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7.1:php7-xmlrpc-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7.1:php7-xmlrpc-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7.1:php7-xmlwriter-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7.1:php7-xmlwriter-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7.1:php7-xsl-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7.1:php7-xsl-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7.1:php7-zip-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7.1:php7-zip-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7.1:php7-zlib-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7.1:php7-zlib-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7:apache2-mod_php7-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7:apache2-mod_php7-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7:php7-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7:php7-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7:php7-bcmath-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7:php7-bcmath-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7:php7-bz2-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7:php7-bz2-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7:php7-calendar-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7:php7-calendar-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7:php7-ctype-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7:php7-ctype-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7:php7-curl-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7:php7-curl-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7:php7-dba-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7:php7-dba-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7:php7-devel-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7:php7-devel-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7:php7-dom-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7:php7-dom-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7:php7-enchant-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7:php7-enchant-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7:php7-exif-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7:php7-exif-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7:php7-fastcgi-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7:php7-fastcgi-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7:php7-fileinfo-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7:php7-fileinfo-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7:php7-fpm-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7:php7-fpm-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7:php7-ftp-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7:php7-ftp-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7:php7-gd-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7:php7-gd-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7:php7-gettext-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7:php7-gettext-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7:php7-gmp-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7:php7-gmp-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7:php7-iconv-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7:php7-iconv-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7:php7-intl-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7:php7-intl-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7:php7-json-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7:php7-json-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7:php7-ldap-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7:php7-ldap-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7:php7-mbstring-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7:php7-mbstring-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7:php7-mysql-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7:php7-mysql-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7:php7-odbc-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7:php7-odbc-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7:php7-opcache-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7:php7-opcache-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7:php7-openssl-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7:php7-openssl-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7:php7-pcntl-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7:php7-pcntl-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7:php7-pdo-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7:php7-pdo-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7:php7-pgsql-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7:php7-pgsql-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7:php7-phar-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7:php7-phar-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7:php7-posix-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7:php7-posix-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7:php7-readline-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7:php7-readline-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7:php7-shmop-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7:php7-shmop-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7:php7-snmp-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7:php7-snmp-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7:php7-soap-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7:php7-soap-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7:php7-sockets-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7:php7-sockets-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7:php7-sodium-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7:php7-sodium-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7:php7-sqlite-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7:php7-sqlite-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7:php7-sysvmsg-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7:php7-sysvmsg-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7:php7-sysvsem-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7:php7-sysvsem-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7:php7-sysvshm-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7:php7-sysvshm-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7:php7-tidy-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7:php7-tidy-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7:php7-tokenizer-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7:php7-tokenizer-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7:php7-xmlreader-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7:php7-xmlreader-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7:php7-xmlrpc-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7:php7-xmlrpc-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7:php7-xmlwriter-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7:php7-xmlwriter-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7:php7-xsl-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7:php7-xsl-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7:php7-zip-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7:php7-zip-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7:php7-zlib-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7:php7-zlib-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:apache2-mod_php7-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:apache2-mod_php7-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-bcmath-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-bcmath-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-bz2-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-bz2-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-calendar-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-calendar-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-ctype-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-ctype-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-curl-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-curl-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-dba-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-dba-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-devel-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-devel-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-dom-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-dom-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-enchant-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-enchant-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-exif-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-exif-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-fastcgi-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-fastcgi-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-fileinfo-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-fileinfo-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-fpm-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-fpm-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-ftp-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-ftp-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-gd-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-gd-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-gettext-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-gettext-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-gmp-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-gmp-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-iconv-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-iconv-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-intl-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-intl-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-json-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-json-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-ldap-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-ldap-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-mbstring-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-mbstring-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-mysql-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-mysql-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-odbc-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-odbc-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-opcache-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-opcache-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-openssl-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-openssl-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-pcntl-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-pcntl-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-pdo-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-pdo-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-pgsql-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-pgsql-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-phar-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-phar-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-posix-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-posix-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-readline-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-readline-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-shmop-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-shmop-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-snmp-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-snmp-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-soap-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-soap-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sockets-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sockets-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sodium-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sodium-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sqlite-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sqlite-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sysvmsg-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sysvmsg-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sysvsem-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sysvsem-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sysvshm-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sysvshm-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-tidy-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-tidy-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-tokenizer-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-tokenizer-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-xmlreader-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-xmlreader-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-xmlrpc-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-xmlrpc-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-xmlwriter-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-xmlwriter-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-xsl-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-xsl-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-zip-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-zip-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-zlib-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-zlib-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:apache2-mod_php7-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:apache2-mod_php7-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-bcmath-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-bcmath-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-bz2-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-bz2-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-calendar-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-calendar-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-ctype-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-ctype-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-curl-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-curl-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-dba-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-dba-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-devel-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-devel-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-dom-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-dom-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-enchant-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-enchant-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-exif-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-exif-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-fastcgi-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-fastcgi-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-fileinfo-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-fileinfo-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-fpm-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-fpm-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-ftp-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-ftp-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-gd-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-gd-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-gettext-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-gettext-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-gmp-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-gmp-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-iconv-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-iconv-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-intl-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-intl-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-json-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-json-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-ldap-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-ldap-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-mbstring-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-mbstring-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-mysql-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-mysql-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-odbc-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-odbc-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-opcache-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-opcache-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-openssl-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-openssl-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-pcntl-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-pcntl-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-pdo-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-pdo-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-pgsql-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-pgsql-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-phar-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-phar-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-posix-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-posix-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-readline-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-readline-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-shmop-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-shmop-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-snmp-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-snmp-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-soap-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-soap-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-sockets-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-sockets-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-sodium-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-sodium-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-sqlite-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-sqlite-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-sysvmsg-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-sysvmsg-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-sysvsem-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-sysvsem-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-sysvshm-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-sysvshm-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-tidy-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-tidy-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-tokenizer-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-tokenizer-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-xmlreader-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-xmlreader-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-xmlrpc-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-xmlrpc-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-xmlwriter-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-xmlwriter-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-xsl-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-xsl-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-zip-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-zip-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-zlib-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-zlib-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:apache2-mod_php7-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:apache2-mod_php7-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-bcmath-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-bcmath-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-bz2-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-bz2-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-calendar-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-calendar-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-ctype-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-ctype-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-curl-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-curl-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-dba-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-dba-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-devel-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-devel-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-dom-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-dom-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-enchant-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-enchant-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-exif-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-exif-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-fastcgi-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-fastcgi-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-fileinfo-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-fileinfo-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-fpm-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-fpm-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-ftp-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-ftp-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-gd-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-gd-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-gettext-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-gettext-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-gmp-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-gmp-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-iconv-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-iconv-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-intl-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-intl-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-json-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-json-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-ldap-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-ldap-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-mbstring-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-mbstring-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-mysql-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-mysql-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-odbc-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-odbc-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-opcache-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-opcache-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-openssl-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-openssl-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-pcntl-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-pcntl-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-pdo-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-pdo-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-pgsql-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-pgsql-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-phar-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-phar-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-posix-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-posix-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-readline-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-readline-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-shmop-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-shmop-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-snmp-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-snmp-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-soap-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-soap-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-sockets-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-sockets-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-sodium-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-sodium-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-sqlite-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-sqlite-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-sysvmsg-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-sysvmsg-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-sysvsem-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-sysvsem-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-sysvshm-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-sysvshm-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-tidy-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-tidy-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-tokenizer-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-tokenizer-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-xmlreader-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-xmlreader-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-xmlrpc-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-xmlrpc-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-xmlwriter-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-xmlwriter-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-xsl-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-xsl-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-zip-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-zip-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-zlib-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-zlib-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:apache2-mod_php7-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:apache2-mod_php7-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:apache2-mod_php7-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:apache2-mod_php7-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-bcmath-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-bcmath-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-bcmath-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-bcmath-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-bz2-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-bz2-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-bz2-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-bz2-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-calendar-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-calendar-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-calendar-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-calendar-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ctype-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ctype-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ctype-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ctype-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-curl-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-curl-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-curl-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-curl-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-dba-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-dba-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-dba-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-dba-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-devel-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-devel-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-devel-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-devel-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-dom-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-dom-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-dom-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-dom-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-enchant-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-enchant-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-enchant-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-enchant-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-exif-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-exif-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-exif-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-exif-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fastcgi-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fastcgi-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fastcgi-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fastcgi-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fileinfo-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fileinfo-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fileinfo-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fileinfo-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fpm-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fpm-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fpm-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fpm-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ftp-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ftp-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ftp-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ftp-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gd-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gd-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gd-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gd-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gettext-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gettext-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gettext-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gettext-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gmp-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gmp-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gmp-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gmp-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-iconv-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-iconv-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-iconv-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-iconv-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-intl-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-intl-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-intl-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-intl-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-json-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-json-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-json-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-json-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ldap-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ldap-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ldap-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ldap-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-mbstring-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-mbstring-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-mbstring-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-mbstring-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-mysql-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-mysql-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-mysql-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-mysql-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-odbc-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-odbc-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-odbc-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-odbc-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-opcache-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-opcache-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-opcache-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-opcache-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-openssl-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-openssl-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-openssl-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-openssl-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pcntl-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pcntl-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pcntl-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pcntl-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pdo-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pdo-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pdo-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pdo-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pgsql-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pgsql-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pgsql-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pgsql-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-phar-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-phar-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-phar-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-phar-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-posix-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-posix-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-posix-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-posix-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-readline-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-readline-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-readline-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-readline-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-shmop-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-shmop-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-shmop-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-shmop-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-snmp-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-snmp-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-snmp-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-snmp-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-soap-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-soap-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-soap-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-soap-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sockets-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sockets-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sockets-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sockets-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sodium-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sodium-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sodium-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sodium-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sqlite-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sqlite-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sqlite-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sqlite-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvmsg-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvmsg-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvmsg-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvmsg-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvsem-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvsem-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvsem-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvsem-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvshm-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvshm-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvshm-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvshm-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-tidy-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-tidy-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-tidy-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-tidy-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-tokenizer-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-tokenizer-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-tokenizer-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-tokenizer-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlreader-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlreader-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlreader-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlreader-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlrpc-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlrpc-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlrpc-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlrpc-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlwriter-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlwriter-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlwriter-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlwriter-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xsl-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xsl-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xsl-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xsl-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-zip-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-zip-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-zip-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-zip-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-zlib-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-zlib-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-zlib-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-zlib-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:apache2-mod_php7-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:apache2-mod_php7-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:apache2-mod_php7-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:apache2-mod_php7-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-bcmath-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-bcmath-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-bcmath-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-bcmath-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-bz2-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-bz2-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-bz2-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-bz2-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-calendar-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-calendar-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-calendar-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-calendar-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-ctype-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-ctype-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-ctype-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-ctype-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-curl-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-curl-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-curl-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-curl-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-dba-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-dba-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-dba-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-dba-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-devel-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-devel-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-devel-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-devel-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-dom-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-dom-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-dom-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-dom-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-enchant-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-enchant-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-enchant-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-enchant-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-exif-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-exif-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-exif-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-exif-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-fastcgi-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-fastcgi-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-fastcgi-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-fastcgi-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-fileinfo-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-fileinfo-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-fileinfo-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-fileinfo-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-fpm-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-fpm-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-fpm-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-fpm-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-ftp-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-ftp-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-ftp-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-ftp-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-gd-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-gd-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-gd-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-gd-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-gettext-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-gettext-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-gettext-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-gettext-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-gmp-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-gmp-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-gmp-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-gmp-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-iconv-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-iconv-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-iconv-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-iconv-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-intl-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-intl-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-intl-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-intl-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-json-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-json-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-json-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-json-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-ldap-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-ldap-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-ldap-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-ldap-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-mbstring-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-mbstring-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-mbstring-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-mbstring-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-mysql-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-mysql-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-mysql-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-mysql-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-odbc-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-odbc-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-odbc-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-odbc-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-opcache-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-opcache-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-opcache-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-opcache-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-openssl-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-openssl-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-openssl-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-openssl-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-pcntl-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-pcntl-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-pcntl-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-pcntl-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-pdo-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-pdo-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-pdo-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-pdo-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-pgsql-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-pgsql-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-pgsql-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-pgsql-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-phar-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-phar-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-phar-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-phar-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-posix-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-posix-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-posix-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-posix-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-readline-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-readline-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-readline-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-readline-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-shmop-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-shmop-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-shmop-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-shmop-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-snmp-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-snmp-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-snmp-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-snmp-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-soap-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-soap-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-soap-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-soap-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sockets-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sockets-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sockets-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sockets-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sodium-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sodium-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sodium-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sodium-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sqlite-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sqlite-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sqlite-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sqlite-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sysvmsg-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sysvmsg-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sysvmsg-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sysvmsg-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sysvsem-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sysvsem-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sysvsem-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sysvsem-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sysvshm-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sysvshm-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sysvshm-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sysvshm-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-tidy-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-tidy-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-tidy-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-tidy-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-tokenizer-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-tokenizer-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-tokenizer-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-tokenizer-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-xmlreader-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-xmlreader-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-xmlreader-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-xmlreader-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-xmlrpc-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-xmlrpc-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-xmlrpc-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-xmlrpc-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-xmlwriter-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-xmlwriter-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-xmlwriter-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-xmlwriter-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-xsl-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-xsl-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-xsl-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-xsl-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-zip-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-zip-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-zip-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-zip-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-zlib-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-zlib-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-zlib-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-zlib-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:apache2-mod_php7-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:apache2-mod_php7-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-bcmath-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-bcmath-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-bz2-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-bz2-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-calendar-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-calendar-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-ctype-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-ctype-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-curl-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-curl-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-dba-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-dba-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-devel-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-devel-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-dom-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-dom-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-enchant-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-enchant-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-exif-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-exif-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-fastcgi-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-fastcgi-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-fileinfo-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-fileinfo-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-fpm-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-fpm-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-ftp-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-ftp-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-gd-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-gd-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-gettext-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-gettext-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-gmp-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-gmp-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-iconv-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-iconv-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-intl-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-intl-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-json-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-json-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-ldap-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-ldap-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-mbstring-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-mbstring-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-mysql-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-mysql-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-odbc-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-odbc-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-opcache-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-opcache-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-openssl-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-openssl-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-pcntl-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-pcntl-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-pdo-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-pdo-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-pgsql-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-pgsql-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-phar-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-phar-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-posix-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-posix-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-readline-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-readline-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-shmop-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-shmop-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-snmp-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-snmp-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-soap-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-soap-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sockets-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sockets-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sodium-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sodium-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sqlite-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sqlite-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sysvmsg-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sysvmsg-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sysvsem-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sysvsem-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sysvshm-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sysvshm-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-tidy-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-tidy-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-tokenizer-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-tokenizer-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-xmlreader-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-xmlreader-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-xmlrpc-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-xmlrpc-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-xmlwriter-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-xmlwriter-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-xsl-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-xsl-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-zip-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-zip-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-zlib-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-zlib-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:apache2-mod_php7-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:apache2-mod_php7-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-bcmath-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-bcmath-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-bz2-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-bz2-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-calendar-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-calendar-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-ctype-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-ctype-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-curl-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-curl-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-dba-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-dba-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-devel-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-devel-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-dom-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-dom-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-enchant-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-enchant-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-exif-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-exif-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-fastcgi-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-fastcgi-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-fileinfo-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-fileinfo-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-fpm-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-fpm-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-ftp-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-ftp-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-gd-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-gd-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-gettext-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-gettext-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-gmp-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-gmp-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-iconv-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-iconv-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-intl-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-intl-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-json-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-json-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-ldap-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-ldap-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-mbstring-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-mbstring-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-mysql-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-mysql-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-odbc-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-odbc-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-opcache-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-opcache-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-openssl-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-openssl-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-pcntl-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-pcntl-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-pdo-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-pdo-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-pgsql-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-pgsql-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-phar-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-phar-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-posix-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-posix-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-readline-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-readline-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-shmop-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-shmop-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-snmp-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-snmp-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-soap-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-soap-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-sockets-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-sockets-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-sodium-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-sodium-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-sqlite-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-sqlite-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-sysvmsg-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-sysvmsg-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-sysvsem-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-sysvsem-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-sysvshm-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-sysvshm-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-tidy-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-tidy-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-tokenizer-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-tokenizer-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-xmlreader-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-xmlreader-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-xmlrpc-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-xmlrpc-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-xmlwriter-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-xmlwriter-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-xsl-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-xsl-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-zip-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-zip-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-zlib-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-zlib-7.4.33-150200.3.60.1.x86_64",
"SUSE Manager Server 4.2:apache2-mod_php7-7.4.33-150200.3.60.1.ppc64le",
"SUSE Manager Server 4.2:apache2-mod_php7-7.4.33-150200.3.60.1.s390x",
"SUSE Manager Server 4.2:apache2-mod_php7-7.4.33-150200.3.60.1.x86_64",
"SUSE Manager Server 4.2:php7-7.4.33-150200.3.60.1.ppc64le",
"SUSE Manager Server 4.2:php7-7.4.33-150200.3.60.1.s390x",
"SUSE Manager Server 4.2:php7-7.4.33-150200.3.60.1.x86_64",
"SUSE Manager Server 4.2:php7-bcmath-7.4.33-150200.3.60.1.ppc64le",
"SUSE Manager Server 4.2:php7-bcmath-7.4.33-150200.3.60.1.s390x",
"SUSE Manager Server 4.2:php7-bcmath-7.4.33-150200.3.60.1.x86_64",
"SUSE Manager Server 4.2:php7-bz2-7.4.33-150200.3.60.1.ppc64le",
"SUSE Manager Server 4.2:php7-bz2-7.4.33-150200.3.60.1.s390x",
"SUSE Manager Server 4.2:php7-bz2-7.4.33-150200.3.60.1.x86_64",
"SUSE Manager Server 4.2:php7-calendar-7.4.33-150200.3.60.1.ppc64le",
"SUSE Manager Server 4.2:php7-calendar-7.4.33-150200.3.60.1.s390x",
"SUSE Manager Server 4.2:php7-calendar-7.4.33-150200.3.60.1.x86_64",
"SUSE Manager Server 4.2:php7-ctype-7.4.33-150200.3.60.1.ppc64le",
"SUSE Manager Server 4.2:php7-ctype-7.4.33-150200.3.60.1.s390x",
"SUSE Manager Server 4.2:php7-ctype-7.4.33-150200.3.60.1.x86_64",
"SUSE Manager Server 4.2:php7-curl-7.4.33-150200.3.60.1.ppc64le",
"SUSE Manager Server 4.2:php7-curl-7.4.33-150200.3.60.1.s390x",
"SUSE Manager Server 4.2:php7-curl-7.4.33-150200.3.60.1.x86_64",
"SUSE Manager Server 4.2:php7-dba-7.4.33-150200.3.60.1.ppc64le",
"SUSE Manager Server 4.2:php7-dba-7.4.33-150200.3.60.1.s390x",
"SUSE Manager Server 4.2:php7-dba-7.4.33-150200.3.60.1.x86_64",
"SUSE Manager Server 4.2:php7-devel-7.4.33-150200.3.60.1.ppc64le",
"SUSE Manager Server 4.2:php7-devel-7.4.33-150200.3.60.1.s390x",
"SUSE Manager Server 4.2:php7-devel-7.4.33-150200.3.60.1.x86_64",
"SUSE Manager Server 4.2:php7-dom-7.4.33-150200.3.60.1.ppc64le",
"SUSE Manager Server 4.2:php7-dom-7.4.33-150200.3.60.1.s390x",
"SUSE Manager Server 4.2:php7-dom-7.4.33-150200.3.60.1.x86_64",
"SUSE Manager Server 4.2:php7-enchant-7.4.33-150200.3.60.1.ppc64le",
"SUSE Manager Server 4.2:php7-enchant-7.4.33-150200.3.60.1.s390x",
"SUSE Manager Server 4.2:php7-enchant-7.4.33-150200.3.60.1.x86_64",
"SUSE Manager Server 4.2:php7-exif-7.4.33-150200.3.60.1.ppc64le",
"SUSE Manager Server 4.2:php7-exif-7.4.33-150200.3.60.1.s390x",
"SUSE Manager Server 4.2:php7-exif-7.4.33-150200.3.60.1.x86_64",
"SUSE Manager Server 4.2:php7-fastcgi-7.4.33-150200.3.60.1.ppc64le",
"SUSE Manager Server 4.2:php7-fastcgi-7.4.33-150200.3.60.1.s390x",
"SUSE Manager Server 4.2:php7-fastcgi-7.4.33-150200.3.60.1.x86_64",
"SUSE Manager Server 4.2:php7-fileinfo-7.4.33-150200.3.60.1.ppc64le",
"SUSE Manager Server 4.2:php7-fileinfo-7.4.33-150200.3.60.1.s390x",
"SUSE Manager Server 4.2:php7-fileinfo-7.4.33-150200.3.60.1.x86_64",
"SUSE Manager Server 4.2:php7-fpm-7.4.33-150200.3.60.1.ppc64le",
"SUSE Manager Server 4.2:php7-fpm-7.4.33-150200.3.60.1.s390x",
"SUSE Manager Server 4.2:php7-fpm-7.4.33-150200.3.60.1.x86_64",
"SUSE Manager Server 4.2:php7-ftp-7.4.33-150200.3.60.1.ppc64le",
"SUSE Manager Server 4.2:php7-ftp-7.4.33-150200.3.60.1.s390x",
"SUSE Manager Server 4.2:php7-ftp-7.4.33-150200.3.60.1.x86_64",
"SUSE Manager Server 4.2:php7-gd-7.4.33-150200.3.60.1.ppc64le",
"SUSE Manager Server 4.2:php7-gd-7.4.33-150200.3.60.1.s390x",
"SUSE Manager Server 4.2:php7-gd-7.4.33-150200.3.60.1.x86_64",
"SUSE Manager Server 4.2:php7-gettext-7.4.33-150200.3.60.1.ppc64le",
"SUSE Manager Server 4.2:php7-gettext-7.4.33-150200.3.60.1.s390x",
"SUSE Manager Server 4.2:php7-gettext-7.4.33-150200.3.60.1.x86_64",
"SUSE Manager Server 4.2:php7-gmp-7.4.33-150200.3.60.1.ppc64le",
"SUSE Manager Server 4.2:php7-gmp-7.4.33-150200.3.60.1.s390x",
"SUSE Manager Server 4.2:php7-gmp-7.4.33-150200.3.60.1.x86_64",
"SUSE Manager Server 4.2:php7-iconv-7.4.33-150200.3.60.1.ppc64le",
"SUSE Manager Server 4.2:php7-iconv-7.4.33-150200.3.60.1.s390x",
"SUSE Manager Server 4.2:php7-iconv-7.4.33-150200.3.60.1.x86_64",
"SUSE Manager Server 4.2:php7-intl-7.4.33-150200.3.60.1.ppc64le",
"SUSE Manager Server 4.2:php7-intl-7.4.33-150200.3.60.1.s390x",
"SUSE Manager Server 4.2:php7-intl-7.4.33-150200.3.60.1.x86_64",
"SUSE Manager Server 4.2:php7-json-7.4.33-150200.3.60.1.ppc64le",
"SUSE Manager Server 4.2:php7-json-7.4.33-150200.3.60.1.s390x",
"SUSE Manager Server 4.2:php7-json-7.4.33-150200.3.60.1.x86_64",
"SUSE Manager Server 4.2:php7-ldap-7.4.33-150200.3.60.1.ppc64le",
"SUSE Manager Server 4.2:php7-ldap-7.4.33-150200.3.60.1.s390x",
"SUSE Manager Server 4.2:php7-ldap-7.4.33-150200.3.60.1.x86_64",
"SUSE Manager Server 4.2:php7-mbstring-7.4.33-150200.3.60.1.ppc64le",
"SUSE Manager Server 4.2:php7-mbstring-7.4.33-150200.3.60.1.s390x",
"SUSE Manager Server 4.2:php7-mbstring-7.4.33-150200.3.60.1.x86_64",
"SUSE Manager Server 4.2:php7-mysql-7.4.33-150200.3.60.1.ppc64le",
"SUSE Manager Server 4.2:php7-mysql-7.4.33-150200.3.60.1.s390x",
"SUSE Manager Server 4.2:php7-mysql-7.4.33-150200.3.60.1.x86_64",
"SUSE Manager Server 4.2:php7-odbc-7.4.33-150200.3.60.1.ppc64le",
"SUSE Manager Server 4.2:php7-odbc-7.4.33-150200.3.60.1.s390x",
"SUSE Manager Server 4.2:php7-odbc-7.4.33-150200.3.60.1.x86_64",
"SUSE Manager Server 4.2:php7-opcache-7.4.33-150200.3.60.1.ppc64le",
"SUSE Manager Server 4.2:php7-opcache-7.4.33-150200.3.60.1.s390x",
"SUSE Manager Server 4.2:php7-opcache-7.4.33-150200.3.60.1.x86_64",
"SUSE Manager Server 4.2:php7-openssl-7.4.33-150200.3.60.1.ppc64le",
"SUSE Manager Server 4.2:php7-openssl-7.4.33-150200.3.60.1.s390x",
"SUSE Manager Server 4.2:php7-openssl-7.4.33-150200.3.60.1.x86_64",
"SUSE Manager Server 4.2:php7-pcntl-7.4.33-150200.3.60.1.ppc64le",
"SUSE Manager Server 4.2:php7-pcntl-7.4.33-150200.3.60.1.s390x",
"SUSE Manager Server 4.2:php7-pcntl-7.4.33-150200.3.60.1.x86_64",
"SUSE Manager Server 4.2:php7-pdo-7.4.33-150200.3.60.1.ppc64le",
"SUSE Manager Server 4.2:php7-pdo-7.4.33-150200.3.60.1.s390x",
"SUSE Manager Server 4.2:php7-pdo-7.4.33-150200.3.60.1.x86_64",
"SUSE Manager Server 4.2:php7-pgsql-7.4.33-150200.3.60.1.ppc64le",
"SUSE Manager Server 4.2:php7-pgsql-7.4.33-150200.3.60.1.s390x",
"SUSE Manager Server 4.2:php7-pgsql-7.4.33-150200.3.60.1.x86_64",
"SUSE Manager Server 4.2:php7-phar-7.4.33-150200.3.60.1.ppc64le",
"SUSE Manager Server 4.2:php7-phar-7.4.33-150200.3.60.1.s390x",
"SUSE Manager Server 4.2:php7-phar-7.4.33-150200.3.60.1.x86_64",
"SUSE Manager Server 4.2:php7-posix-7.4.33-150200.3.60.1.ppc64le",
"SUSE Manager Server 4.2:php7-posix-7.4.33-150200.3.60.1.s390x",
"SUSE Manager Server 4.2:php7-posix-7.4.33-150200.3.60.1.x86_64",
"SUSE Manager Server 4.2:php7-readline-7.4.33-150200.3.60.1.ppc64le",
"SUSE Manager Server 4.2:php7-readline-7.4.33-150200.3.60.1.s390x",
"SUSE Manager Server 4.2:php7-readline-7.4.33-150200.3.60.1.x86_64",
"SUSE Manager Server 4.2:php7-shmop-7.4.33-150200.3.60.1.ppc64le",
"SUSE Manager Server 4.2:php7-shmop-7.4.33-150200.3.60.1.s390x",
"SUSE Manager Server 4.2:php7-shmop-7.4.33-150200.3.60.1.x86_64",
"SUSE Manager Server 4.2:php7-snmp-7.4.33-150200.3.60.1.ppc64le",
"SUSE Manager Server 4.2:php7-snmp-7.4.33-150200.3.60.1.s390x",
"SUSE Manager Server 4.2:php7-snmp-7.4.33-150200.3.60.1.x86_64",
"SUSE Manager Server 4.2:php7-soap-7.4.33-150200.3.60.1.ppc64le",
"SUSE Manager Server 4.2:php7-soap-7.4.33-150200.3.60.1.s390x",
"SUSE Manager Server 4.2:php7-soap-7.4.33-150200.3.60.1.x86_64",
"SUSE Manager Server 4.2:php7-sockets-7.4.33-150200.3.60.1.ppc64le",
"SUSE Manager Server 4.2:php7-sockets-7.4.33-150200.3.60.1.s390x",
"SUSE Manager Server 4.2:php7-sockets-7.4.33-150200.3.60.1.x86_64",
"SUSE Manager Server 4.2:php7-sodium-7.4.33-150200.3.60.1.ppc64le",
"SUSE Manager Server 4.2:php7-sodium-7.4.33-150200.3.60.1.s390x",
"SUSE Manager Server 4.2:php7-sodium-7.4.33-150200.3.60.1.x86_64",
"SUSE Manager Server 4.2:php7-sqlite-7.4.33-150200.3.60.1.ppc64le",
"SUSE Manager Server 4.2:php7-sqlite-7.4.33-150200.3.60.1.s390x",
"SUSE Manager Server 4.2:php7-sqlite-7.4.33-150200.3.60.1.x86_64",
"SUSE Manager Server 4.2:php7-sysvmsg-7.4.33-150200.3.60.1.ppc64le",
"SUSE Manager Server 4.2:php7-sysvmsg-7.4.33-150200.3.60.1.s390x",
"SUSE Manager Server 4.2:php7-sysvmsg-7.4.33-150200.3.60.1.x86_64",
"SUSE Manager Server 4.2:php7-sysvsem-7.4.33-150200.3.60.1.ppc64le",
"SUSE Manager Server 4.2:php7-sysvsem-7.4.33-150200.3.60.1.s390x",
"SUSE Manager Server 4.2:php7-sysvsem-7.4.33-150200.3.60.1.x86_64",
"SUSE Manager Server 4.2:php7-sysvshm-7.4.33-150200.3.60.1.ppc64le",
"SUSE Manager Server 4.2:php7-sysvshm-7.4.33-150200.3.60.1.s390x",
"SUSE Manager Server 4.2:php7-sysvshm-7.4.33-150200.3.60.1.x86_64",
"SUSE Manager Server 4.2:php7-tidy-7.4.33-150200.3.60.1.ppc64le",
"SUSE Manager Server 4.2:php7-tidy-7.4.33-150200.3.60.1.s390x",
"SUSE Manager Server 4.2:php7-tidy-7.4.33-150200.3.60.1.x86_64",
"SUSE Manager Server 4.2:php7-tokenizer-7.4.33-150200.3.60.1.ppc64le",
"SUSE Manager Server 4.2:php7-tokenizer-7.4.33-150200.3.60.1.s390x",
"SUSE Manager Server 4.2:php7-tokenizer-7.4.33-150200.3.60.1.x86_64",
"SUSE Manager Server 4.2:php7-xmlreader-7.4.33-150200.3.60.1.ppc64le",
"SUSE Manager Server 4.2:php7-xmlreader-7.4.33-150200.3.60.1.s390x",
"SUSE Manager Server 4.2:php7-xmlreader-7.4.33-150200.3.60.1.x86_64",
"SUSE Manager Server 4.2:php7-xmlrpc-7.4.33-150200.3.60.1.ppc64le",
"SUSE Manager Server 4.2:php7-xmlrpc-7.4.33-150200.3.60.1.s390x",
"SUSE Manager Server 4.2:php7-xmlrpc-7.4.33-150200.3.60.1.x86_64",
"SUSE Manager Server 4.2:php7-xmlwriter-7.4.33-150200.3.60.1.ppc64le",
"SUSE Manager Server 4.2:php7-xmlwriter-7.4.33-150200.3.60.1.s390x",
"SUSE Manager Server 4.2:php7-xmlwriter-7.4.33-150200.3.60.1.x86_64",
"SUSE Manager Server 4.2:php7-xsl-7.4.33-150200.3.60.1.ppc64le",
"SUSE Manager Server 4.2:php7-xsl-7.4.33-150200.3.60.1.s390x",
"SUSE Manager Server 4.2:php7-xsl-7.4.33-150200.3.60.1.x86_64",
"SUSE Manager Server 4.2:php7-zip-7.4.33-150200.3.60.1.ppc64le",
"SUSE Manager Server 4.2:php7-zip-7.4.33-150200.3.60.1.s390x",
"SUSE Manager Server 4.2:php7-zip-7.4.33-150200.3.60.1.x86_64",
"SUSE Manager Server 4.2:php7-zlib-7.4.33-150200.3.60.1.ppc64le",
"SUSE Manager Server 4.2:php7-zlib-7.4.33-150200.3.60.1.s390x",
"SUSE Manager Server 4.2:php7-zlib-7.4.33-150200.3.60.1.x86_64",
"openSUSE Leap 15.4:php7-firebird-7.4.33-150200.3.60.1.aarch64",
"openSUSE Leap 15.4:php7-firebird-7.4.33-150200.3.60.1.ppc64le",
"openSUSE Leap 15.4:php7-firebird-7.4.33-150200.3.60.1.s390x",
"openSUSE Leap 15.4:php7-firebird-7.4.33-150200.3.60.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-3823",
"url": "https://www.suse.com/security/cve/CVE-2023-3823"
},
{
"category": "external",
"summary": "SUSE Bug 1214106 for CVE-2023-3823",
"url": "https://bugzilla.suse.com/1214106"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Enterprise Storage 7.1:apache2-mod_php7-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7.1:apache2-mod_php7-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7.1:php7-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7.1:php7-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7.1:php7-bcmath-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7.1:php7-bcmath-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7.1:php7-bz2-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7.1:php7-bz2-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7.1:php7-calendar-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7.1:php7-calendar-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7.1:php7-ctype-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7.1:php7-ctype-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7.1:php7-curl-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7.1:php7-curl-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7.1:php7-dba-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7.1:php7-dba-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7.1:php7-devel-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7.1:php7-devel-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7.1:php7-dom-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7.1:php7-dom-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7.1:php7-enchant-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7.1:php7-enchant-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7.1:php7-exif-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7.1:php7-exif-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7.1:php7-fastcgi-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7.1:php7-fastcgi-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7.1:php7-fileinfo-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7.1:php7-fileinfo-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7.1:php7-fpm-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7.1:php7-fpm-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7.1:php7-ftp-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7.1:php7-ftp-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7.1:php7-gd-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7.1:php7-gd-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7.1:php7-gettext-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7.1:php7-gettext-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7.1:php7-gmp-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7.1:php7-gmp-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7.1:php7-iconv-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7.1:php7-iconv-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7.1:php7-intl-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7.1:php7-intl-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7.1:php7-json-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7.1:php7-json-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7.1:php7-ldap-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7.1:php7-ldap-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7.1:php7-mbstring-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7.1:php7-mbstring-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7.1:php7-mysql-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7.1:php7-mysql-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7.1:php7-odbc-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7.1:php7-odbc-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7.1:php7-opcache-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7.1:php7-opcache-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7.1:php7-openssl-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7.1:php7-openssl-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7.1:php7-pcntl-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7.1:php7-pcntl-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7.1:php7-pdo-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7.1:php7-pdo-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7.1:php7-pgsql-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7.1:php7-pgsql-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7.1:php7-phar-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7.1:php7-phar-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7.1:php7-posix-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7.1:php7-posix-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7.1:php7-readline-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7.1:php7-readline-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7.1:php7-shmop-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7.1:php7-shmop-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7.1:php7-snmp-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7.1:php7-snmp-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7.1:php7-soap-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7.1:php7-soap-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7.1:php7-sockets-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7.1:php7-sockets-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7.1:php7-sodium-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7.1:php7-sodium-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7.1:php7-sqlite-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7.1:php7-sqlite-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7.1:php7-sysvmsg-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7.1:php7-sysvmsg-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7.1:php7-sysvsem-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7.1:php7-sysvsem-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7.1:php7-sysvshm-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7.1:php7-sysvshm-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7.1:php7-tidy-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7.1:php7-tidy-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7.1:php7-tokenizer-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7.1:php7-tokenizer-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7.1:php7-xmlreader-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7.1:php7-xmlreader-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7.1:php7-xmlrpc-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7.1:php7-xmlrpc-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7.1:php7-xmlwriter-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7.1:php7-xmlwriter-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7.1:php7-xsl-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7.1:php7-xsl-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7.1:php7-zip-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7.1:php7-zip-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7.1:php7-zlib-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7.1:php7-zlib-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7:apache2-mod_php7-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7:apache2-mod_php7-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7:php7-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7:php7-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7:php7-bcmath-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7:php7-bcmath-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7:php7-bz2-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7:php7-bz2-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7:php7-calendar-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7:php7-calendar-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7:php7-ctype-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7:php7-ctype-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7:php7-curl-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7:php7-curl-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7:php7-dba-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7:php7-dba-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7:php7-devel-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7:php7-devel-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7:php7-dom-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7:php7-dom-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7:php7-enchant-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7:php7-enchant-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7:php7-exif-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7:php7-exif-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7:php7-fastcgi-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7:php7-fastcgi-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7:php7-fileinfo-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7:php7-fileinfo-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7:php7-fpm-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7:php7-fpm-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7:php7-ftp-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7:php7-ftp-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7:php7-gd-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7:php7-gd-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7:php7-gettext-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7:php7-gettext-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7:php7-gmp-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7:php7-gmp-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7:php7-iconv-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7:php7-iconv-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7:php7-intl-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7:php7-intl-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7:php7-json-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7:php7-json-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7:php7-ldap-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7:php7-ldap-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7:php7-mbstring-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7:php7-mbstring-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7:php7-mysql-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7:php7-mysql-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7:php7-odbc-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7:php7-odbc-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7:php7-opcache-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7:php7-opcache-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7:php7-openssl-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7:php7-openssl-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7:php7-pcntl-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7:php7-pcntl-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7:php7-pdo-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7:php7-pdo-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7:php7-pgsql-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7:php7-pgsql-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7:php7-phar-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7:php7-phar-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7:php7-posix-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7:php7-posix-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7:php7-readline-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7:php7-readline-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7:php7-shmop-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7:php7-shmop-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7:php7-snmp-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7:php7-snmp-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7:php7-soap-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7:php7-soap-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7:php7-sockets-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7:php7-sockets-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7:php7-sodium-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7:php7-sodium-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7:php7-sqlite-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7:php7-sqlite-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7:php7-sysvmsg-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7:php7-sysvmsg-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7:php7-sysvsem-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7:php7-sysvsem-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7:php7-sysvshm-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7:php7-sysvshm-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7:php7-tidy-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7:php7-tidy-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7:php7-tokenizer-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7:php7-tokenizer-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7:php7-xmlreader-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7:php7-xmlreader-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7:php7-xmlrpc-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7:php7-xmlrpc-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7:php7-xmlwriter-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7:php7-xmlwriter-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7:php7-xsl-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7:php7-xsl-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7:php7-zip-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7:php7-zip-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7:php7-zlib-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7:php7-zlib-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:apache2-mod_php7-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:apache2-mod_php7-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-bcmath-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-bcmath-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-bz2-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-bz2-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-calendar-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-calendar-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-ctype-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-ctype-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-curl-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-curl-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-dba-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-dba-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-devel-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-devel-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-dom-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-dom-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-enchant-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-enchant-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-exif-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-exif-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-fastcgi-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-fastcgi-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-fileinfo-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-fileinfo-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-fpm-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-fpm-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-ftp-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-ftp-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-gd-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-gd-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-gettext-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-gettext-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-gmp-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-gmp-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-iconv-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-iconv-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-intl-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-intl-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-json-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-json-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-ldap-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-ldap-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-mbstring-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-mbstring-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-mysql-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-mysql-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-odbc-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-odbc-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-opcache-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-opcache-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-openssl-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-openssl-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-pcntl-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-pcntl-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-pdo-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-pdo-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-pgsql-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-pgsql-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-phar-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-phar-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-posix-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-posix-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-readline-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-readline-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-shmop-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-shmop-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-snmp-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-snmp-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-soap-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-soap-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sockets-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sockets-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sodium-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sodium-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sqlite-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sqlite-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sysvmsg-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sysvmsg-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sysvsem-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sysvsem-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sysvshm-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sysvshm-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-tidy-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-tidy-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-tokenizer-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-tokenizer-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-xmlreader-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-xmlreader-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-xmlrpc-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-xmlrpc-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-xmlwriter-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-xmlwriter-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-xsl-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-xsl-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-zip-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-zip-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-zlib-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-zlib-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:apache2-mod_php7-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:apache2-mod_php7-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-bcmath-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-bcmath-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-bz2-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-bz2-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-calendar-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-calendar-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-ctype-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-ctype-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-curl-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-curl-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-dba-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-dba-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-devel-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-devel-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-dom-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-dom-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-enchant-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-enchant-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-exif-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-exif-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-fastcgi-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-fastcgi-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-fileinfo-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-fileinfo-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-fpm-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-fpm-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-ftp-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-ftp-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-gd-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-gd-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-gettext-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-gettext-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-gmp-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-gmp-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-iconv-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-iconv-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-intl-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-intl-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-json-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-json-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-ldap-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-ldap-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-mbstring-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-mbstring-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-mysql-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-mysql-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-odbc-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-odbc-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-opcache-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-opcache-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-openssl-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-openssl-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-pcntl-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-pcntl-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-pdo-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-pdo-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-pgsql-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-pgsql-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-phar-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-phar-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-posix-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-posix-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-readline-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-readline-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-shmop-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-shmop-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-snmp-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-snmp-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-soap-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-soap-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-sockets-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-sockets-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-sodium-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-sodium-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-sqlite-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-sqlite-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-sysvmsg-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-sysvmsg-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-sysvsem-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-sysvsem-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-sysvshm-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-sysvshm-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-tidy-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-tidy-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-tokenizer-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-tokenizer-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-xmlreader-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-xmlreader-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-xmlrpc-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-xmlrpc-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-xmlwriter-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-xmlwriter-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-xsl-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-xsl-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-zip-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-zip-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-zlib-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-zlib-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:apache2-mod_php7-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:apache2-mod_php7-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-bcmath-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-bcmath-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-bz2-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-bz2-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-calendar-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-calendar-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-ctype-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-ctype-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-curl-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-curl-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-dba-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-dba-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-devel-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-devel-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-dom-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-dom-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-enchant-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-enchant-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-exif-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-exif-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-fastcgi-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-fastcgi-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-fileinfo-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-fileinfo-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-fpm-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-fpm-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-ftp-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-ftp-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-gd-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-gd-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-gettext-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-gettext-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-gmp-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-gmp-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-iconv-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-iconv-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-intl-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-intl-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-json-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-json-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-ldap-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-ldap-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-mbstring-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-mbstring-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-mysql-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-mysql-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-odbc-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-odbc-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-opcache-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-opcache-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-openssl-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-openssl-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-pcntl-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-pcntl-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-pdo-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-pdo-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-pgsql-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-pgsql-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-phar-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-phar-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-posix-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-posix-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-readline-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-readline-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-shmop-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-shmop-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-snmp-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-snmp-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-soap-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-soap-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-sockets-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-sockets-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-sodium-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-sodium-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-sqlite-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-sqlite-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-sysvmsg-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-sysvmsg-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-sysvsem-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-sysvsem-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-sysvshm-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-sysvshm-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-tidy-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-tidy-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-tokenizer-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-tokenizer-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-xmlreader-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-xmlreader-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-xmlrpc-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-xmlrpc-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-xmlwriter-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-xmlwriter-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-xsl-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-xsl-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-zip-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-zip-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-zlib-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-zlib-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:apache2-mod_php7-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:apache2-mod_php7-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:apache2-mod_php7-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:apache2-mod_php7-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-bcmath-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-bcmath-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-bcmath-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-bcmath-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-bz2-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-bz2-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-bz2-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-bz2-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-calendar-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-calendar-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-calendar-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-calendar-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ctype-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ctype-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ctype-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ctype-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-curl-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-curl-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-curl-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-curl-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-dba-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-dba-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-dba-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-dba-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-devel-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-devel-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-devel-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-devel-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-dom-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-dom-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-dom-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-dom-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-enchant-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-enchant-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-enchant-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-enchant-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-exif-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-exif-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-exif-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-exif-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fastcgi-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fastcgi-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fastcgi-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fastcgi-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fileinfo-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fileinfo-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fileinfo-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fileinfo-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fpm-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fpm-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fpm-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fpm-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ftp-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ftp-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ftp-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ftp-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gd-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gd-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gd-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gd-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gettext-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gettext-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gettext-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gettext-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gmp-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gmp-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gmp-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gmp-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-iconv-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-iconv-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-iconv-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-iconv-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-intl-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-intl-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-intl-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-intl-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-json-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-json-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-json-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-json-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ldap-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ldap-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ldap-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ldap-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-mbstring-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-mbstring-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-mbstring-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-mbstring-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-mysql-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-mysql-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-mysql-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-mysql-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-odbc-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-odbc-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-odbc-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-odbc-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-opcache-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-opcache-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-opcache-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-opcache-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-openssl-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-openssl-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-openssl-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-openssl-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pcntl-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pcntl-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pcntl-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pcntl-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pdo-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pdo-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pdo-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pdo-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pgsql-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pgsql-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pgsql-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pgsql-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-phar-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-phar-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-phar-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-phar-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-posix-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-posix-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-posix-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-posix-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-readline-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-readline-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-readline-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-readline-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-shmop-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-shmop-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-shmop-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-shmop-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-snmp-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-snmp-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-snmp-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-snmp-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-soap-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-soap-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-soap-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-soap-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sockets-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sockets-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sockets-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sockets-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sodium-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sodium-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sodium-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sodium-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sqlite-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sqlite-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sqlite-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sqlite-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvmsg-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvmsg-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvmsg-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvmsg-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvsem-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvsem-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvsem-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvsem-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvshm-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvshm-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvshm-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvshm-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-tidy-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-tidy-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-tidy-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-tidy-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-tokenizer-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-tokenizer-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-tokenizer-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-tokenizer-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlreader-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlreader-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlreader-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlreader-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlrpc-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlrpc-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlrpc-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlrpc-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlwriter-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlwriter-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlwriter-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlwriter-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xsl-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xsl-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xsl-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xsl-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-zip-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-zip-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-zip-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-zip-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-zlib-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-zlib-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-zlib-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-zlib-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:apache2-mod_php7-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:apache2-mod_php7-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:apache2-mod_php7-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:apache2-mod_php7-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-bcmath-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-bcmath-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-bcmath-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-bcmath-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-bz2-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-bz2-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-bz2-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-bz2-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-calendar-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-calendar-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-calendar-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-calendar-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-ctype-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-ctype-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-ctype-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-ctype-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-curl-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-curl-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-curl-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-curl-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-dba-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-dba-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-dba-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-dba-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-devel-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-devel-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-devel-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-devel-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-dom-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-dom-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-dom-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-dom-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-enchant-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-enchant-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-enchant-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-enchant-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-exif-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-exif-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-exif-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-exif-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-fastcgi-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-fastcgi-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-fastcgi-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-fastcgi-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-fileinfo-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-fileinfo-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-fileinfo-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-fileinfo-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-fpm-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-fpm-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-fpm-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-fpm-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-ftp-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-ftp-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-ftp-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-ftp-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-gd-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-gd-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-gd-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-gd-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-gettext-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-gettext-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-gettext-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-gettext-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-gmp-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-gmp-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-gmp-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-gmp-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-iconv-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-iconv-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-iconv-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-iconv-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-intl-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-intl-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-intl-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-intl-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-json-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-json-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-json-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-json-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-ldap-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-ldap-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-ldap-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-ldap-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-mbstring-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-mbstring-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-mbstring-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-mbstring-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-mysql-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-mysql-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-mysql-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-mysql-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-odbc-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-odbc-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-odbc-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-odbc-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-opcache-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-opcache-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-opcache-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-opcache-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-openssl-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-openssl-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-openssl-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-openssl-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-pcntl-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-pcntl-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-pcntl-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-pcntl-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-pdo-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-pdo-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-pdo-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-pdo-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-pgsql-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-pgsql-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-pgsql-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-pgsql-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-phar-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-phar-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-phar-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-phar-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-posix-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-posix-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-posix-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-posix-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-readline-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-readline-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-readline-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-readline-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-shmop-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-shmop-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-shmop-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-shmop-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-snmp-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-snmp-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-snmp-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-snmp-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-soap-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-soap-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-soap-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-soap-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sockets-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sockets-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sockets-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sockets-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sodium-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sodium-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sodium-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sodium-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sqlite-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sqlite-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sqlite-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sqlite-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sysvmsg-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sysvmsg-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sysvmsg-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sysvmsg-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sysvsem-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sysvsem-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sysvsem-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sysvsem-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sysvshm-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sysvshm-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sysvshm-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sysvshm-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-tidy-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-tidy-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-tidy-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-tidy-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-tokenizer-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-tokenizer-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-tokenizer-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-tokenizer-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-xmlreader-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-xmlreader-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-xmlreader-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-xmlreader-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-xmlrpc-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-xmlrpc-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-xmlrpc-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-xmlrpc-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-xmlwriter-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-xmlwriter-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-xmlwriter-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-xmlwriter-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-xsl-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-xsl-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-xsl-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-xsl-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-zip-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-zip-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-zip-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-zip-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-zlib-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-zlib-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-zlib-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-zlib-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:apache2-mod_php7-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:apache2-mod_php7-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-bcmath-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-bcmath-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-bz2-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-bz2-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-calendar-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-calendar-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-ctype-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-ctype-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-curl-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-curl-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-dba-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-dba-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-devel-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-devel-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-dom-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-dom-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-enchant-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-enchant-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-exif-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-exif-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-fastcgi-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-fastcgi-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-fileinfo-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-fileinfo-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-fpm-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-fpm-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-ftp-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-ftp-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-gd-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-gd-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-gettext-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-gettext-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-gmp-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-gmp-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-iconv-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-iconv-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-intl-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-intl-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-json-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-json-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-ldap-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-ldap-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-mbstring-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-mbstring-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-mysql-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-mysql-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-odbc-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-odbc-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-opcache-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-opcache-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-openssl-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-openssl-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-pcntl-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-pcntl-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-pdo-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-pdo-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-pgsql-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-pgsql-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-phar-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-phar-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-posix-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-posix-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-readline-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-readline-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-shmop-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-shmop-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-snmp-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-snmp-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-soap-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-soap-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sockets-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sockets-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sodium-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sodium-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sqlite-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sqlite-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sysvmsg-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sysvmsg-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sysvsem-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sysvsem-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sysvshm-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sysvshm-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-tidy-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-tidy-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-tokenizer-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-tokenizer-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-xmlreader-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-xmlreader-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-xmlrpc-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-xmlrpc-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-xmlwriter-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-xmlwriter-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-xsl-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-xsl-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-zip-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-zip-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-zlib-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-zlib-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:apache2-mod_php7-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:apache2-mod_php7-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-bcmath-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-bcmath-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-bz2-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-bz2-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-calendar-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-calendar-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-ctype-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-ctype-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-curl-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-curl-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-dba-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-dba-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-devel-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-devel-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-dom-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-dom-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-enchant-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-enchant-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-exif-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-exif-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-fastcgi-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-fastcgi-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-fileinfo-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-fileinfo-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-fpm-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-fpm-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-ftp-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-ftp-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-gd-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-gd-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-gettext-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-gettext-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-gmp-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-gmp-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-iconv-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-iconv-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-intl-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-intl-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-json-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-json-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-ldap-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-ldap-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-mbstring-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-mbstring-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-mysql-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-mysql-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-odbc-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-odbc-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-opcache-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-opcache-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-openssl-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-openssl-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-pcntl-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-pcntl-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-pdo-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-pdo-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-pgsql-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-pgsql-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-phar-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-phar-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-posix-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-posix-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-readline-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-readline-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-shmop-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-shmop-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-snmp-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-snmp-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-soap-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-soap-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-sockets-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-sockets-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-sodium-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-sodium-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-sqlite-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-sqlite-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-sysvmsg-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-sysvmsg-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-sysvsem-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-sysvsem-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-sysvshm-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-sysvshm-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-tidy-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-tidy-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-tokenizer-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-tokenizer-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-xmlreader-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-xmlreader-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-xmlrpc-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-xmlrpc-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-xmlwriter-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-xmlwriter-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-xsl-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-xsl-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-zip-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-zip-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-zlib-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-zlib-7.4.33-150200.3.60.1.x86_64",
"SUSE Manager Server 4.2:apache2-mod_php7-7.4.33-150200.3.60.1.ppc64le",
"SUSE Manager Server 4.2:apache2-mod_php7-7.4.33-150200.3.60.1.s390x",
"SUSE Manager Server 4.2:apache2-mod_php7-7.4.33-150200.3.60.1.x86_64",
"SUSE Manager Server 4.2:php7-7.4.33-150200.3.60.1.ppc64le",
"SUSE Manager Server 4.2:php7-7.4.33-150200.3.60.1.s390x",
"SUSE Manager Server 4.2:php7-7.4.33-150200.3.60.1.x86_64",
"SUSE Manager Server 4.2:php7-bcmath-7.4.33-150200.3.60.1.ppc64le",
"SUSE Manager Server 4.2:php7-bcmath-7.4.33-150200.3.60.1.s390x",
"SUSE Manager Server 4.2:php7-bcmath-7.4.33-150200.3.60.1.x86_64",
"SUSE Manager Server 4.2:php7-bz2-7.4.33-150200.3.60.1.ppc64le",
"SUSE Manager Server 4.2:php7-bz2-7.4.33-150200.3.60.1.s390x",
"SUSE Manager Server 4.2:php7-bz2-7.4.33-150200.3.60.1.x86_64",
"SUSE Manager Server 4.2:php7-calendar-7.4.33-150200.3.60.1.ppc64le",
"SUSE Manager Server 4.2:php7-calendar-7.4.33-150200.3.60.1.s390x",
"SUSE Manager Server 4.2:php7-calendar-7.4.33-150200.3.60.1.x86_64",
"SUSE Manager Server 4.2:php7-ctype-7.4.33-150200.3.60.1.ppc64le",
"SUSE Manager Server 4.2:php7-ctype-7.4.33-150200.3.60.1.s390x",
"SUSE Manager Server 4.2:php7-ctype-7.4.33-150200.3.60.1.x86_64",
"SUSE Manager Server 4.2:php7-curl-7.4.33-150200.3.60.1.ppc64le",
"SUSE Manager Server 4.2:php7-curl-7.4.33-150200.3.60.1.s390x",
"SUSE Manager Server 4.2:php7-curl-7.4.33-150200.3.60.1.x86_64",
"SUSE Manager Server 4.2:php7-dba-7.4.33-150200.3.60.1.ppc64le",
"SUSE Manager Server 4.2:php7-dba-7.4.33-150200.3.60.1.s390x",
"SUSE Manager Server 4.2:php7-dba-7.4.33-150200.3.60.1.x86_64",
"SUSE Manager Server 4.2:php7-devel-7.4.33-150200.3.60.1.ppc64le",
"SUSE Manager Server 4.2:php7-devel-7.4.33-150200.3.60.1.s390x",
"SUSE Manager Server 4.2:php7-devel-7.4.33-150200.3.60.1.x86_64",
"SUSE Manager Server 4.2:php7-dom-7.4.33-150200.3.60.1.ppc64le",
"SUSE Manager Server 4.2:php7-dom-7.4.33-150200.3.60.1.s390x",
"SUSE Manager Server 4.2:php7-dom-7.4.33-150200.3.60.1.x86_64",
"SUSE Manager Server 4.2:php7-enchant-7.4.33-150200.3.60.1.ppc64le",
"SUSE Manager Server 4.2:php7-enchant-7.4.33-150200.3.60.1.s390x",
"SUSE Manager Server 4.2:php7-enchant-7.4.33-150200.3.60.1.x86_64",
"SUSE Manager Server 4.2:php7-exif-7.4.33-150200.3.60.1.ppc64le",
"SUSE Manager Server 4.2:php7-exif-7.4.33-150200.3.60.1.s390x",
"SUSE Manager Server 4.2:php7-exif-7.4.33-150200.3.60.1.x86_64",
"SUSE Manager Server 4.2:php7-fastcgi-7.4.33-150200.3.60.1.ppc64le",
"SUSE Manager Server 4.2:php7-fastcgi-7.4.33-150200.3.60.1.s390x",
"SUSE Manager Server 4.2:php7-fastcgi-7.4.33-150200.3.60.1.x86_64",
"SUSE Manager Server 4.2:php7-fileinfo-7.4.33-150200.3.60.1.ppc64le",
"SUSE Manager Server 4.2:php7-fileinfo-7.4.33-150200.3.60.1.s390x",
"SUSE Manager Server 4.2:php7-fileinfo-7.4.33-150200.3.60.1.x86_64",
"SUSE Manager Server 4.2:php7-fpm-7.4.33-150200.3.60.1.ppc64le",
"SUSE Manager Server 4.2:php7-fpm-7.4.33-150200.3.60.1.s390x",
"SUSE Manager Server 4.2:php7-fpm-7.4.33-150200.3.60.1.x86_64",
"SUSE Manager Server 4.2:php7-ftp-7.4.33-150200.3.60.1.ppc64le",
"SUSE Manager Server 4.2:php7-ftp-7.4.33-150200.3.60.1.s390x",
"SUSE Manager Server 4.2:php7-ftp-7.4.33-150200.3.60.1.x86_64",
"SUSE Manager Server 4.2:php7-gd-7.4.33-150200.3.60.1.ppc64le",
"SUSE Manager Server 4.2:php7-gd-7.4.33-150200.3.60.1.s390x",
"SUSE Manager Server 4.2:php7-gd-7.4.33-150200.3.60.1.x86_64",
"SUSE Manager Server 4.2:php7-gettext-7.4.33-150200.3.60.1.ppc64le",
"SUSE Manager Server 4.2:php7-gettext-7.4.33-150200.3.60.1.s390x",
"SUSE Manager Server 4.2:php7-gettext-7.4.33-150200.3.60.1.x86_64",
"SUSE Manager Server 4.2:php7-gmp-7.4.33-150200.3.60.1.ppc64le",
"SUSE Manager Server 4.2:php7-gmp-7.4.33-150200.3.60.1.s390x",
"SUSE Manager Server 4.2:php7-gmp-7.4.33-150200.3.60.1.x86_64",
"SUSE Manager Server 4.2:php7-iconv-7.4.33-150200.3.60.1.ppc64le",
"SUSE Manager Server 4.2:php7-iconv-7.4.33-150200.3.60.1.s390x",
"SUSE Manager Server 4.2:php7-iconv-7.4.33-150200.3.60.1.x86_64",
"SUSE Manager Server 4.2:php7-intl-7.4.33-150200.3.60.1.ppc64le",
"SUSE Manager Server 4.2:php7-intl-7.4.33-150200.3.60.1.s390x",
"SUSE Manager Server 4.2:php7-intl-7.4.33-150200.3.60.1.x86_64",
"SUSE Manager Server 4.2:php7-json-7.4.33-150200.3.60.1.ppc64le",
"SUSE Manager Server 4.2:php7-json-7.4.33-150200.3.60.1.s390x",
"SUSE Manager Server 4.2:php7-json-7.4.33-150200.3.60.1.x86_64",
"SUSE Manager Server 4.2:php7-ldap-7.4.33-150200.3.60.1.ppc64le",
"SUSE Manager Server 4.2:php7-ldap-7.4.33-150200.3.60.1.s390x",
"SUSE Manager Server 4.2:php7-ldap-7.4.33-150200.3.60.1.x86_64",
"SUSE Manager Server 4.2:php7-mbstring-7.4.33-150200.3.60.1.ppc64le",
"SUSE Manager Server 4.2:php7-mbstring-7.4.33-150200.3.60.1.s390x",
"SUSE Manager Server 4.2:php7-mbstring-7.4.33-150200.3.60.1.x86_64",
"SUSE Manager Server 4.2:php7-mysql-7.4.33-150200.3.60.1.ppc64le",
"SUSE Manager Server 4.2:php7-mysql-7.4.33-150200.3.60.1.s390x",
"SUSE Manager Server 4.2:php7-mysql-7.4.33-150200.3.60.1.x86_64",
"SUSE Manager Server 4.2:php7-odbc-7.4.33-150200.3.60.1.ppc64le",
"SUSE Manager Server 4.2:php7-odbc-7.4.33-150200.3.60.1.s390x",
"SUSE Manager Server 4.2:php7-odbc-7.4.33-150200.3.60.1.x86_64",
"SUSE Manager Server 4.2:php7-opcache-7.4.33-150200.3.60.1.ppc64le",
"SUSE Manager Server 4.2:php7-opcache-7.4.33-150200.3.60.1.s390x",
"SUSE Manager Server 4.2:php7-opcache-7.4.33-150200.3.60.1.x86_64",
"SUSE Manager Server 4.2:php7-openssl-7.4.33-150200.3.60.1.ppc64le",
"SUSE Manager Server 4.2:php7-openssl-7.4.33-150200.3.60.1.s390x",
"SUSE Manager Server 4.2:php7-openssl-7.4.33-150200.3.60.1.x86_64",
"SUSE Manager Server 4.2:php7-pcntl-7.4.33-150200.3.60.1.ppc64le",
"SUSE Manager Server 4.2:php7-pcntl-7.4.33-150200.3.60.1.s390x",
"SUSE Manager Server 4.2:php7-pcntl-7.4.33-150200.3.60.1.x86_64",
"SUSE Manager Server 4.2:php7-pdo-7.4.33-150200.3.60.1.ppc64le",
"SUSE Manager Server 4.2:php7-pdo-7.4.33-150200.3.60.1.s390x",
"SUSE Manager Server 4.2:php7-pdo-7.4.33-150200.3.60.1.x86_64",
"SUSE Manager Server 4.2:php7-pgsql-7.4.33-150200.3.60.1.ppc64le",
"SUSE Manager Server 4.2:php7-pgsql-7.4.33-150200.3.60.1.s390x",
"SUSE Manager Server 4.2:php7-pgsql-7.4.33-150200.3.60.1.x86_64",
"SUSE Manager Server 4.2:php7-phar-7.4.33-150200.3.60.1.ppc64le",
"SUSE Manager Server 4.2:php7-phar-7.4.33-150200.3.60.1.s390x",
"SUSE Manager Server 4.2:php7-phar-7.4.33-150200.3.60.1.x86_64",
"SUSE Manager Server 4.2:php7-posix-7.4.33-150200.3.60.1.ppc64le",
"SUSE Manager Server 4.2:php7-posix-7.4.33-150200.3.60.1.s390x",
"SUSE Manager Server 4.2:php7-posix-7.4.33-150200.3.60.1.x86_64",
"SUSE Manager Server 4.2:php7-readline-7.4.33-150200.3.60.1.ppc64le",
"SUSE Manager Server 4.2:php7-readline-7.4.33-150200.3.60.1.s390x",
"SUSE Manager Server 4.2:php7-readline-7.4.33-150200.3.60.1.x86_64",
"SUSE Manager Server 4.2:php7-shmop-7.4.33-150200.3.60.1.ppc64le",
"SUSE Manager Server 4.2:php7-shmop-7.4.33-150200.3.60.1.s390x",
"SUSE Manager Server 4.2:php7-shmop-7.4.33-150200.3.60.1.x86_64",
"SUSE Manager Server 4.2:php7-snmp-7.4.33-150200.3.60.1.ppc64le",
"SUSE Manager Server 4.2:php7-snmp-7.4.33-150200.3.60.1.s390x",
"SUSE Manager Server 4.2:php7-snmp-7.4.33-150200.3.60.1.x86_64",
"SUSE Manager Server 4.2:php7-soap-7.4.33-150200.3.60.1.ppc64le",
"SUSE Manager Server 4.2:php7-soap-7.4.33-150200.3.60.1.s390x",
"SUSE Manager Server 4.2:php7-soap-7.4.33-150200.3.60.1.x86_64",
"SUSE Manager Server 4.2:php7-sockets-7.4.33-150200.3.60.1.ppc64le",
"SUSE Manager Server 4.2:php7-sockets-7.4.33-150200.3.60.1.s390x",
"SUSE Manager Server 4.2:php7-sockets-7.4.33-150200.3.60.1.x86_64",
"SUSE Manager Server 4.2:php7-sodium-7.4.33-150200.3.60.1.ppc64le",
"SUSE Manager Server 4.2:php7-sodium-7.4.33-150200.3.60.1.s390x",
"SUSE Manager Server 4.2:php7-sodium-7.4.33-150200.3.60.1.x86_64",
"SUSE Manager Server 4.2:php7-sqlite-7.4.33-150200.3.60.1.ppc64le",
"SUSE Manager Server 4.2:php7-sqlite-7.4.33-150200.3.60.1.s390x",
"SUSE Manager Server 4.2:php7-sqlite-7.4.33-150200.3.60.1.x86_64",
"SUSE Manager Server 4.2:php7-sysvmsg-7.4.33-150200.3.60.1.ppc64le",
"SUSE Manager Server 4.2:php7-sysvmsg-7.4.33-150200.3.60.1.s390x",
"SUSE Manager Server 4.2:php7-sysvmsg-7.4.33-150200.3.60.1.x86_64",
"SUSE Manager Server 4.2:php7-sysvsem-7.4.33-150200.3.60.1.ppc64le",
"SUSE Manager Server 4.2:php7-sysvsem-7.4.33-150200.3.60.1.s390x",
"SUSE Manager Server 4.2:php7-sysvsem-7.4.33-150200.3.60.1.x86_64",
"SUSE Manager Server 4.2:php7-sysvshm-7.4.33-150200.3.60.1.ppc64le",
"SUSE Manager Server 4.2:php7-sysvshm-7.4.33-150200.3.60.1.s390x",
"SUSE Manager Server 4.2:php7-sysvshm-7.4.33-150200.3.60.1.x86_64",
"SUSE Manager Server 4.2:php7-tidy-7.4.33-150200.3.60.1.ppc64le",
"SUSE Manager Server 4.2:php7-tidy-7.4.33-150200.3.60.1.s390x",
"SUSE Manager Server 4.2:php7-tidy-7.4.33-150200.3.60.1.x86_64",
"SUSE Manager Server 4.2:php7-tokenizer-7.4.33-150200.3.60.1.ppc64le",
"SUSE Manager Server 4.2:php7-tokenizer-7.4.33-150200.3.60.1.s390x",
"SUSE Manager Server 4.2:php7-tokenizer-7.4.33-150200.3.60.1.x86_64",
"SUSE Manager Server 4.2:php7-xmlreader-7.4.33-150200.3.60.1.ppc64le",
"SUSE Manager Server 4.2:php7-xmlreader-7.4.33-150200.3.60.1.s390x",
"SUSE Manager Server 4.2:php7-xmlreader-7.4.33-150200.3.60.1.x86_64",
"SUSE Manager Server 4.2:php7-xmlrpc-7.4.33-150200.3.60.1.ppc64le",
"SUSE Manager Server 4.2:php7-xmlrpc-7.4.33-150200.3.60.1.s390x",
"SUSE Manager Server 4.2:php7-xmlrpc-7.4.33-150200.3.60.1.x86_64",
"SUSE Manager Server 4.2:php7-xmlwriter-7.4.33-150200.3.60.1.ppc64le",
"SUSE Manager Server 4.2:php7-xmlwriter-7.4.33-150200.3.60.1.s390x",
"SUSE Manager Server 4.2:php7-xmlwriter-7.4.33-150200.3.60.1.x86_64",
"SUSE Manager Server 4.2:php7-xsl-7.4.33-150200.3.60.1.ppc64le",
"SUSE Manager Server 4.2:php7-xsl-7.4.33-150200.3.60.1.s390x",
"SUSE Manager Server 4.2:php7-xsl-7.4.33-150200.3.60.1.x86_64",
"SUSE Manager Server 4.2:php7-zip-7.4.33-150200.3.60.1.ppc64le",
"SUSE Manager Server 4.2:php7-zip-7.4.33-150200.3.60.1.s390x",
"SUSE Manager Server 4.2:php7-zip-7.4.33-150200.3.60.1.x86_64",
"SUSE Manager Server 4.2:php7-zlib-7.4.33-150200.3.60.1.ppc64le",
"SUSE Manager Server 4.2:php7-zlib-7.4.33-150200.3.60.1.s390x",
"SUSE Manager Server 4.2:php7-zlib-7.4.33-150200.3.60.1.x86_64",
"openSUSE Leap 15.4:php7-firebird-7.4.33-150200.3.60.1.aarch64",
"openSUSE Leap 15.4:php7-firebird-7.4.33-150200.3.60.1.ppc64le",
"openSUSE Leap 15.4:php7-firebird-7.4.33-150200.3.60.1.s390x",
"openSUSE Leap 15.4:php7-firebird-7.4.33-150200.3.60.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"SUSE Enterprise Storage 7.1:apache2-mod_php7-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7.1:apache2-mod_php7-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7.1:php7-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7.1:php7-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7.1:php7-bcmath-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7.1:php7-bcmath-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7.1:php7-bz2-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7.1:php7-bz2-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7.1:php7-calendar-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7.1:php7-calendar-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7.1:php7-ctype-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7.1:php7-ctype-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7.1:php7-curl-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7.1:php7-curl-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7.1:php7-dba-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7.1:php7-dba-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7.1:php7-devel-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7.1:php7-devel-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7.1:php7-dom-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7.1:php7-dom-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7.1:php7-enchant-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7.1:php7-enchant-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7.1:php7-exif-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7.1:php7-exif-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7.1:php7-fastcgi-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7.1:php7-fastcgi-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7.1:php7-fileinfo-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7.1:php7-fileinfo-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7.1:php7-fpm-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7.1:php7-fpm-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7.1:php7-ftp-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7.1:php7-ftp-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7.1:php7-gd-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7.1:php7-gd-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7.1:php7-gettext-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7.1:php7-gettext-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7.1:php7-gmp-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7.1:php7-gmp-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7.1:php7-iconv-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7.1:php7-iconv-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7.1:php7-intl-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7.1:php7-intl-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7.1:php7-json-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7.1:php7-json-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7.1:php7-ldap-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7.1:php7-ldap-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7.1:php7-mbstring-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7.1:php7-mbstring-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7.1:php7-mysql-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7.1:php7-mysql-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7.1:php7-odbc-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7.1:php7-odbc-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7.1:php7-opcache-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7.1:php7-opcache-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7.1:php7-openssl-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7.1:php7-openssl-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7.1:php7-pcntl-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7.1:php7-pcntl-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7.1:php7-pdo-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7.1:php7-pdo-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7.1:php7-pgsql-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7.1:php7-pgsql-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7.1:php7-phar-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7.1:php7-phar-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7.1:php7-posix-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7.1:php7-posix-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7.1:php7-readline-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7.1:php7-readline-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7.1:php7-shmop-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7.1:php7-shmop-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7.1:php7-snmp-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7.1:php7-snmp-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7.1:php7-soap-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7.1:php7-soap-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7.1:php7-sockets-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7.1:php7-sockets-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7.1:php7-sodium-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7.1:php7-sodium-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7.1:php7-sqlite-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7.1:php7-sqlite-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7.1:php7-sysvmsg-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7.1:php7-sysvmsg-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7.1:php7-sysvsem-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7.1:php7-sysvsem-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7.1:php7-sysvshm-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7.1:php7-sysvshm-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7.1:php7-tidy-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7.1:php7-tidy-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7.1:php7-tokenizer-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7.1:php7-tokenizer-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7.1:php7-xmlreader-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7.1:php7-xmlreader-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7.1:php7-xmlrpc-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7.1:php7-xmlrpc-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7.1:php7-xmlwriter-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7.1:php7-xmlwriter-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7.1:php7-xsl-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7.1:php7-xsl-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7.1:php7-zip-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7.1:php7-zip-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7.1:php7-zlib-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7.1:php7-zlib-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7:apache2-mod_php7-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7:apache2-mod_php7-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7:php7-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7:php7-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7:php7-bcmath-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7:php7-bcmath-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7:php7-bz2-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7:php7-bz2-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7:php7-calendar-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7:php7-calendar-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7:php7-ctype-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7:php7-ctype-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7:php7-curl-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7:php7-curl-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7:php7-dba-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7:php7-dba-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7:php7-devel-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7:php7-devel-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7:php7-dom-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7:php7-dom-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7:php7-enchant-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7:php7-enchant-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7:php7-exif-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7:php7-exif-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7:php7-fastcgi-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7:php7-fastcgi-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7:php7-fileinfo-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7:php7-fileinfo-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7:php7-fpm-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7:php7-fpm-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7:php7-ftp-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7:php7-ftp-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7:php7-gd-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7:php7-gd-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7:php7-gettext-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7:php7-gettext-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7:php7-gmp-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7:php7-gmp-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7:php7-iconv-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7:php7-iconv-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7:php7-intl-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7:php7-intl-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7:php7-json-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7:php7-json-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7:php7-ldap-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7:php7-ldap-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7:php7-mbstring-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7:php7-mbstring-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7:php7-mysql-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7:php7-mysql-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7:php7-odbc-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7:php7-odbc-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7:php7-opcache-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7:php7-opcache-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7:php7-openssl-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7:php7-openssl-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7:php7-pcntl-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7:php7-pcntl-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7:php7-pdo-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7:php7-pdo-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7:php7-pgsql-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7:php7-pgsql-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7:php7-phar-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7:php7-phar-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7:php7-posix-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7:php7-posix-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7:php7-readline-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7:php7-readline-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7:php7-shmop-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7:php7-shmop-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7:php7-snmp-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7:php7-snmp-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7:php7-soap-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7:php7-soap-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7:php7-sockets-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7:php7-sockets-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7:php7-sodium-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7:php7-sodium-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7:php7-sqlite-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7:php7-sqlite-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7:php7-sysvmsg-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7:php7-sysvmsg-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7:php7-sysvsem-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7:php7-sysvsem-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7:php7-sysvshm-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7:php7-sysvshm-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7:php7-tidy-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7:php7-tidy-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7:php7-tokenizer-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7:php7-tokenizer-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7:php7-xmlreader-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7:php7-xmlreader-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7:php7-xmlrpc-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7:php7-xmlrpc-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7:php7-xmlwriter-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7:php7-xmlwriter-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7:php7-xsl-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7:php7-xsl-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7:php7-zip-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7:php7-zip-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7:php7-zlib-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7:php7-zlib-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:apache2-mod_php7-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:apache2-mod_php7-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-bcmath-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-bcmath-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-bz2-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-bz2-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-calendar-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-calendar-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-ctype-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-ctype-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-curl-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-curl-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-dba-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-dba-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-devel-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-devel-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-dom-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-dom-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-enchant-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-enchant-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-exif-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-exif-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-fastcgi-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-fastcgi-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-fileinfo-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-fileinfo-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-fpm-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-fpm-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-ftp-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-ftp-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-gd-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-gd-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-gettext-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-gettext-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-gmp-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-gmp-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-iconv-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-iconv-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-intl-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-intl-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-json-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-json-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-ldap-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-ldap-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-mbstring-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-mbstring-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-mysql-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-mysql-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-odbc-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-odbc-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-opcache-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-opcache-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-openssl-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-openssl-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-pcntl-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-pcntl-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-pdo-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-pdo-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-pgsql-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-pgsql-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-phar-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-phar-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-posix-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-posix-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-readline-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-readline-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-shmop-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-shmop-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-snmp-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-snmp-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-soap-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-soap-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sockets-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sockets-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sodium-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sodium-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sqlite-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sqlite-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sysvmsg-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sysvmsg-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sysvsem-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sysvsem-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sysvshm-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sysvshm-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-tidy-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-tidy-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-tokenizer-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-tokenizer-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-xmlreader-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-xmlreader-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-xmlrpc-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-xmlrpc-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-xmlwriter-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-xmlwriter-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-xsl-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-xsl-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-zip-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-zip-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-zlib-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-zlib-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:apache2-mod_php7-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:apache2-mod_php7-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-bcmath-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-bcmath-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-bz2-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-bz2-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-calendar-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-calendar-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-ctype-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-ctype-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-curl-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-curl-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-dba-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-dba-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-devel-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-devel-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-dom-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-dom-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-enchant-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-enchant-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-exif-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-exif-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-fastcgi-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-fastcgi-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-fileinfo-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-fileinfo-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-fpm-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-fpm-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-ftp-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-ftp-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-gd-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-gd-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-gettext-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-gettext-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-gmp-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-gmp-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-iconv-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-iconv-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-intl-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-intl-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-json-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-json-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-ldap-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-ldap-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-mbstring-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-mbstring-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-mysql-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-mysql-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-odbc-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-odbc-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-opcache-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-opcache-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-openssl-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-openssl-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-pcntl-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-pcntl-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-pdo-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-pdo-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-pgsql-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-pgsql-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-phar-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-phar-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-posix-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-posix-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-readline-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-readline-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-shmop-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-shmop-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-snmp-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-snmp-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-soap-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-soap-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-sockets-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-sockets-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-sodium-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-sodium-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-sqlite-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-sqlite-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-sysvmsg-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-sysvmsg-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-sysvsem-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-sysvsem-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-sysvshm-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-sysvshm-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-tidy-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-tidy-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-tokenizer-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-tokenizer-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-xmlreader-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-xmlreader-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-xmlrpc-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-xmlrpc-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-xmlwriter-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-xmlwriter-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-xsl-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-xsl-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-zip-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-zip-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-zlib-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-zlib-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:apache2-mod_php7-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:apache2-mod_php7-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-bcmath-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-bcmath-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-bz2-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-bz2-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-calendar-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-calendar-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-ctype-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-ctype-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-curl-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-curl-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-dba-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-dba-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-devel-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-devel-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-dom-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-dom-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-enchant-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-enchant-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-exif-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-exif-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-fastcgi-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-fastcgi-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-fileinfo-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-fileinfo-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-fpm-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-fpm-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-ftp-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-ftp-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-gd-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-gd-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-gettext-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-gettext-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-gmp-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-gmp-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-iconv-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-iconv-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-intl-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-intl-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-json-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-json-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-ldap-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-ldap-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-mbstring-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-mbstring-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-mysql-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-mysql-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-odbc-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-odbc-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-opcache-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-opcache-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-openssl-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-openssl-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-pcntl-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-pcntl-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-pdo-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-pdo-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-pgsql-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-pgsql-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-phar-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-phar-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-posix-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-posix-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-readline-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-readline-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-shmop-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-shmop-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-snmp-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-snmp-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-soap-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-soap-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-sockets-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-sockets-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-sodium-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-sodium-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-sqlite-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-sqlite-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-sysvmsg-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-sysvmsg-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-sysvsem-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-sysvsem-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-sysvshm-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-sysvshm-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-tidy-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-tidy-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-tokenizer-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-tokenizer-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-xmlreader-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-xmlreader-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-xmlrpc-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-xmlrpc-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-xmlwriter-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-xmlwriter-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-xsl-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-xsl-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-zip-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-zip-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-zlib-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-zlib-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:apache2-mod_php7-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:apache2-mod_php7-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:apache2-mod_php7-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:apache2-mod_php7-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-bcmath-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-bcmath-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-bcmath-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-bcmath-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-bz2-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-bz2-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-bz2-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-bz2-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-calendar-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-calendar-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-calendar-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-calendar-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ctype-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ctype-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ctype-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ctype-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-curl-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-curl-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-curl-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-curl-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-dba-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-dba-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-dba-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-dba-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-devel-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-devel-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-devel-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-devel-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-dom-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-dom-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-dom-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-dom-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-enchant-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-enchant-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-enchant-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-enchant-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-exif-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-exif-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-exif-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-exif-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fastcgi-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fastcgi-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fastcgi-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fastcgi-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fileinfo-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fileinfo-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fileinfo-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fileinfo-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fpm-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fpm-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fpm-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fpm-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ftp-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ftp-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ftp-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ftp-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gd-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gd-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gd-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gd-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gettext-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gettext-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gettext-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gettext-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gmp-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gmp-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gmp-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gmp-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-iconv-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-iconv-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-iconv-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-iconv-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-intl-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-intl-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-intl-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-intl-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-json-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-json-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-json-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-json-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ldap-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ldap-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ldap-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ldap-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-mbstring-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-mbstring-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-mbstring-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-mbstring-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-mysql-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-mysql-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-mysql-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-mysql-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-odbc-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-odbc-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-odbc-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-odbc-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-opcache-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-opcache-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-opcache-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-opcache-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-openssl-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-openssl-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-openssl-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-openssl-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pcntl-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pcntl-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pcntl-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pcntl-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pdo-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pdo-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pdo-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pdo-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pgsql-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pgsql-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pgsql-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pgsql-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-phar-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-phar-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-phar-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-phar-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-posix-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-posix-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-posix-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-posix-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-readline-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-readline-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-readline-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-readline-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-shmop-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-shmop-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-shmop-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-shmop-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-snmp-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-snmp-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-snmp-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-snmp-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-soap-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-soap-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-soap-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-soap-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sockets-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sockets-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sockets-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sockets-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sodium-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sodium-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sodium-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sodium-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sqlite-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sqlite-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sqlite-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sqlite-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvmsg-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvmsg-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvmsg-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvmsg-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvsem-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvsem-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvsem-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvsem-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvshm-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvshm-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvshm-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvshm-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-tidy-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-tidy-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-tidy-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-tidy-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-tokenizer-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-tokenizer-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-tokenizer-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-tokenizer-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlreader-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlreader-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlreader-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlreader-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlrpc-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlrpc-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlrpc-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlrpc-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlwriter-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlwriter-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlwriter-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlwriter-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xsl-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xsl-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xsl-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xsl-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-zip-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-zip-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-zip-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-zip-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-zlib-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-zlib-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-zlib-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-zlib-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:apache2-mod_php7-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:apache2-mod_php7-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:apache2-mod_php7-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:apache2-mod_php7-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-bcmath-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-bcmath-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-bcmath-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-bcmath-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-bz2-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-bz2-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-bz2-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-bz2-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-calendar-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-calendar-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-calendar-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-calendar-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-ctype-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-ctype-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-ctype-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-ctype-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-curl-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-curl-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-curl-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-curl-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-dba-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-dba-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-dba-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-dba-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-devel-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-devel-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-devel-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-devel-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-dom-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-dom-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-dom-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-dom-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-enchant-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-enchant-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-enchant-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-enchant-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-exif-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-exif-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-exif-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-exif-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-fastcgi-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-fastcgi-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-fastcgi-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-fastcgi-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-fileinfo-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-fileinfo-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-fileinfo-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-fileinfo-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-fpm-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-fpm-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-fpm-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-fpm-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-ftp-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-ftp-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-ftp-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-ftp-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-gd-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-gd-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-gd-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-gd-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-gettext-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-gettext-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-gettext-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-gettext-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-gmp-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-gmp-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-gmp-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-gmp-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-iconv-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-iconv-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-iconv-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-iconv-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-intl-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-intl-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-intl-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-intl-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-json-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-json-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-json-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-json-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-ldap-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-ldap-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-ldap-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-ldap-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-mbstring-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-mbstring-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-mbstring-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-mbstring-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-mysql-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-mysql-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-mysql-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-mysql-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-odbc-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-odbc-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-odbc-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-odbc-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-opcache-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-opcache-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-opcache-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-opcache-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-openssl-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-openssl-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-openssl-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-openssl-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-pcntl-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-pcntl-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-pcntl-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-pcntl-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-pdo-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-pdo-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-pdo-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-pdo-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-pgsql-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-pgsql-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-pgsql-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-pgsql-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-phar-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-phar-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-phar-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-phar-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-posix-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-posix-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-posix-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-posix-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-readline-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-readline-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-readline-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-readline-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-shmop-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-shmop-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-shmop-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-shmop-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-snmp-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-snmp-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-snmp-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-snmp-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-soap-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-soap-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-soap-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-soap-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sockets-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sockets-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sockets-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sockets-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sodium-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sodium-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sodium-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sodium-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sqlite-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sqlite-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sqlite-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sqlite-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sysvmsg-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sysvmsg-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sysvmsg-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sysvmsg-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sysvsem-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sysvsem-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sysvsem-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sysvsem-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sysvshm-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sysvshm-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sysvshm-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sysvshm-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-tidy-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-tidy-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-tidy-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-tidy-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-tokenizer-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-tokenizer-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-tokenizer-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-tokenizer-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-xmlreader-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-xmlreader-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-xmlreader-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-xmlreader-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-xmlrpc-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-xmlrpc-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-xmlrpc-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-xmlrpc-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-xmlwriter-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-xmlwriter-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-xmlwriter-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-xmlwriter-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-xsl-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-xsl-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-xsl-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-xsl-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-zip-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-zip-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-zip-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-zip-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-zlib-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-zlib-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-zlib-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-zlib-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:apache2-mod_php7-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:apache2-mod_php7-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-bcmath-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-bcmath-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-bz2-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-bz2-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-calendar-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-calendar-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-ctype-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-ctype-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-curl-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-curl-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-dba-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-dba-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-devel-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-devel-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-dom-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-dom-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-enchant-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-enchant-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-exif-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-exif-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-fastcgi-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-fastcgi-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-fileinfo-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-fileinfo-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-fpm-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-fpm-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-ftp-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-ftp-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-gd-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-gd-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-gettext-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-gettext-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-gmp-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-gmp-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-iconv-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-iconv-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-intl-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-intl-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-json-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-json-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-ldap-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-ldap-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-mbstring-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-mbstring-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-mysql-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-mysql-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-odbc-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-odbc-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-opcache-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-opcache-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-openssl-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-openssl-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-pcntl-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-pcntl-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-pdo-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-pdo-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-pgsql-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-pgsql-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-phar-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-phar-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-posix-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-posix-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-readline-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-readline-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-shmop-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-shmop-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-snmp-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-snmp-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-soap-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-soap-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sockets-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sockets-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sodium-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sodium-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sqlite-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sqlite-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sysvmsg-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sysvmsg-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sysvsem-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sysvsem-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sysvshm-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sysvshm-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-tidy-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-tidy-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-tokenizer-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-tokenizer-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-xmlreader-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-xmlreader-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-xmlrpc-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-xmlrpc-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-xmlwriter-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-xmlwriter-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-xsl-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-xsl-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-zip-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-zip-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-zlib-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-zlib-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:apache2-mod_php7-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:apache2-mod_php7-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-bcmath-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-bcmath-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-bz2-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-bz2-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-calendar-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-calendar-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-ctype-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-ctype-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-curl-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-curl-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-dba-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-dba-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-devel-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-devel-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-dom-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-dom-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-enchant-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-enchant-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-exif-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-exif-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-fastcgi-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-fastcgi-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-fileinfo-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-fileinfo-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-fpm-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-fpm-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-ftp-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-ftp-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-gd-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-gd-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-gettext-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-gettext-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-gmp-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-gmp-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-iconv-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-iconv-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-intl-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-intl-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-json-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-json-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-ldap-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-ldap-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-mbstring-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-mbstring-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-mysql-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-mysql-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-odbc-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-odbc-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-opcache-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-opcache-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-openssl-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-openssl-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-pcntl-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-pcntl-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-pdo-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-pdo-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-pgsql-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-pgsql-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-phar-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-phar-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-posix-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-posix-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-readline-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-readline-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-shmop-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-shmop-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-snmp-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-snmp-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-soap-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-soap-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-sockets-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-sockets-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-sodium-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-sodium-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-sqlite-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-sqlite-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-sysvmsg-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-sysvmsg-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-sysvsem-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-sysvsem-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-sysvshm-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-sysvshm-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-tidy-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-tidy-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-tokenizer-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-tokenizer-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-xmlreader-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-xmlreader-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-xmlrpc-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-xmlrpc-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-xmlwriter-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-xmlwriter-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-xsl-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-xsl-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-zip-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-zip-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-zlib-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-zlib-7.4.33-150200.3.60.1.x86_64",
"SUSE Manager Server 4.2:apache2-mod_php7-7.4.33-150200.3.60.1.ppc64le",
"SUSE Manager Server 4.2:apache2-mod_php7-7.4.33-150200.3.60.1.s390x",
"SUSE Manager Server 4.2:apache2-mod_php7-7.4.33-150200.3.60.1.x86_64",
"SUSE Manager Server 4.2:php7-7.4.33-150200.3.60.1.ppc64le",
"SUSE Manager Server 4.2:php7-7.4.33-150200.3.60.1.s390x",
"SUSE Manager Server 4.2:php7-7.4.33-150200.3.60.1.x86_64",
"SUSE Manager Server 4.2:php7-bcmath-7.4.33-150200.3.60.1.ppc64le",
"SUSE Manager Server 4.2:php7-bcmath-7.4.33-150200.3.60.1.s390x",
"SUSE Manager Server 4.2:php7-bcmath-7.4.33-150200.3.60.1.x86_64",
"SUSE Manager Server 4.2:php7-bz2-7.4.33-150200.3.60.1.ppc64le",
"SUSE Manager Server 4.2:php7-bz2-7.4.33-150200.3.60.1.s390x",
"SUSE Manager Server 4.2:php7-bz2-7.4.33-150200.3.60.1.x86_64",
"SUSE Manager Server 4.2:php7-calendar-7.4.33-150200.3.60.1.ppc64le",
"SUSE Manager Server 4.2:php7-calendar-7.4.33-150200.3.60.1.s390x",
"SUSE Manager Server 4.2:php7-calendar-7.4.33-150200.3.60.1.x86_64",
"SUSE Manager Server 4.2:php7-ctype-7.4.33-150200.3.60.1.ppc64le",
"SUSE Manager Server 4.2:php7-ctype-7.4.33-150200.3.60.1.s390x",
"SUSE Manager Server 4.2:php7-ctype-7.4.33-150200.3.60.1.x86_64",
"SUSE Manager Server 4.2:php7-curl-7.4.33-150200.3.60.1.ppc64le",
"SUSE Manager Server 4.2:php7-curl-7.4.33-150200.3.60.1.s390x",
"SUSE Manager Server 4.2:php7-curl-7.4.33-150200.3.60.1.x86_64",
"SUSE Manager Server 4.2:php7-dba-7.4.33-150200.3.60.1.ppc64le",
"SUSE Manager Server 4.2:php7-dba-7.4.33-150200.3.60.1.s390x",
"SUSE Manager Server 4.2:php7-dba-7.4.33-150200.3.60.1.x86_64",
"SUSE Manager Server 4.2:php7-devel-7.4.33-150200.3.60.1.ppc64le",
"SUSE Manager Server 4.2:php7-devel-7.4.33-150200.3.60.1.s390x",
"SUSE Manager Server 4.2:php7-devel-7.4.33-150200.3.60.1.x86_64",
"SUSE Manager Server 4.2:php7-dom-7.4.33-150200.3.60.1.ppc64le",
"SUSE Manager Server 4.2:php7-dom-7.4.33-150200.3.60.1.s390x",
"SUSE Manager Server 4.2:php7-dom-7.4.33-150200.3.60.1.x86_64",
"SUSE Manager Server 4.2:php7-enchant-7.4.33-150200.3.60.1.ppc64le",
"SUSE Manager Server 4.2:php7-enchant-7.4.33-150200.3.60.1.s390x",
"SUSE Manager Server 4.2:php7-enchant-7.4.33-150200.3.60.1.x86_64",
"SUSE Manager Server 4.2:php7-exif-7.4.33-150200.3.60.1.ppc64le",
"SUSE Manager Server 4.2:php7-exif-7.4.33-150200.3.60.1.s390x",
"SUSE Manager Server 4.2:php7-exif-7.4.33-150200.3.60.1.x86_64",
"SUSE Manager Server 4.2:php7-fastcgi-7.4.33-150200.3.60.1.ppc64le",
"SUSE Manager Server 4.2:php7-fastcgi-7.4.33-150200.3.60.1.s390x",
"SUSE Manager Server 4.2:php7-fastcgi-7.4.33-150200.3.60.1.x86_64",
"SUSE Manager Server 4.2:php7-fileinfo-7.4.33-150200.3.60.1.ppc64le",
"SUSE Manager Server 4.2:php7-fileinfo-7.4.33-150200.3.60.1.s390x",
"SUSE Manager Server 4.2:php7-fileinfo-7.4.33-150200.3.60.1.x86_64",
"SUSE Manager Server 4.2:php7-fpm-7.4.33-150200.3.60.1.ppc64le",
"SUSE Manager Server 4.2:php7-fpm-7.4.33-150200.3.60.1.s390x",
"SUSE Manager Server 4.2:php7-fpm-7.4.33-150200.3.60.1.x86_64",
"SUSE Manager Server 4.2:php7-ftp-7.4.33-150200.3.60.1.ppc64le",
"SUSE Manager Server 4.2:php7-ftp-7.4.33-150200.3.60.1.s390x",
"SUSE Manager Server 4.2:php7-ftp-7.4.33-150200.3.60.1.x86_64",
"SUSE Manager Server 4.2:php7-gd-7.4.33-150200.3.60.1.ppc64le",
"SUSE Manager Server 4.2:php7-gd-7.4.33-150200.3.60.1.s390x",
"SUSE Manager Server 4.2:php7-gd-7.4.33-150200.3.60.1.x86_64",
"SUSE Manager Server 4.2:php7-gettext-7.4.33-150200.3.60.1.ppc64le",
"SUSE Manager Server 4.2:php7-gettext-7.4.33-150200.3.60.1.s390x",
"SUSE Manager Server 4.2:php7-gettext-7.4.33-150200.3.60.1.x86_64",
"SUSE Manager Server 4.2:php7-gmp-7.4.33-150200.3.60.1.ppc64le",
"SUSE Manager Server 4.2:php7-gmp-7.4.33-150200.3.60.1.s390x",
"SUSE Manager Server 4.2:php7-gmp-7.4.33-150200.3.60.1.x86_64",
"SUSE Manager Server 4.2:php7-iconv-7.4.33-150200.3.60.1.ppc64le",
"SUSE Manager Server 4.2:php7-iconv-7.4.33-150200.3.60.1.s390x",
"SUSE Manager Server 4.2:php7-iconv-7.4.33-150200.3.60.1.x86_64",
"SUSE Manager Server 4.2:php7-intl-7.4.33-150200.3.60.1.ppc64le",
"SUSE Manager Server 4.2:php7-intl-7.4.33-150200.3.60.1.s390x",
"SUSE Manager Server 4.2:php7-intl-7.4.33-150200.3.60.1.x86_64",
"SUSE Manager Server 4.2:php7-json-7.4.33-150200.3.60.1.ppc64le",
"SUSE Manager Server 4.2:php7-json-7.4.33-150200.3.60.1.s390x",
"SUSE Manager Server 4.2:php7-json-7.4.33-150200.3.60.1.x86_64",
"SUSE Manager Server 4.2:php7-ldap-7.4.33-150200.3.60.1.ppc64le",
"SUSE Manager Server 4.2:php7-ldap-7.4.33-150200.3.60.1.s390x",
"SUSE Manager Server 4.2:php7-ldap-7.4.33-150200.3.60.1.x86_64",
"SUSE Manager Server 4.2:php7-mbstring-7.4.33-150200.3.60.1.ppc64le",
"SUSE Manager Server 4.2:php7-mbstring-7.4.33-150200.3.60.1.s390x",
"SUSE Manager Server 4.2:php7-mbstring-7.4.33-150200.3.60.1.x86_64",
"SUSE Manager Server 4.2:php7-mysql-7.4.33-150200.3.60.1.ppc64le",
"SUSE Manager Server 4.2:php7-mysql-7.4.33-150200.3.60.1.s390x",
"SUSE Manager Server 4.2:php7-mysql-7.4.33-150200.3.60.1.x86_64",
"SUSE Manager Server 4.2:php7-odbc-7.4.33-150200.3.60.1.ppc64le",
"SUSE Manager Server 4.2:php7-odbc-7.4.33-150200.3.60.1.s390x",
"SUSE Manager Server 4.2:php7-odbc-7.4.33-150200.3.60.1.x86_64",
"SUSE Manager Server 4.2:php7-opcache-7.4.33-150200.3.60.1.ppc64le",
"SUSE Manager Server 4.2:php7-opcache-7.4.33-150200.3.60.1.s390x",
"SUSE Manager Server 4.2:php7-opcache-7.4.33-150200.3.60.1.x86_64",
"SUSE Manager Server 4.2:php7-openssl-7.4.33-150200.3.60.1.ppc64le",
"SUSE Manager Server 4.2:php7-openssl-7.4.33-150200.3.60.1.s390x",
"SUSE Manager Server 4.2:php7-openssl-7.4.33-150200.3.60.1.x86_64",
"SUSE Manager Server 4.2:php7-pcntl-7.4.33-150200.3.60.1.ppc64le",
"SUSE Manager Server 4.2:php7-pcntl-7.4.33-150200.3.60.1.s390x",
"SUSE Manager Server 4.2:php7-pcntl-7.4.33-150200.3.60.1.x86_64",
"SUSE Manager Server 4.2:php7-pdo-7.4.33-150200.3.60.1.ppc64le",
"SUSE Manager Server 4.2:php7-pdo-7.4.33-150200.3.60.1.s390x",
"SUSE Manager Server 4.2:php7-pdo-7.4.33-150200.3.60.1.x86_64",
"SUSE Manager Server 4.2:php7-pgsql-7.4.33-150200.3.60.1.ppc64le",
"SUSE Manager Server 4.2:php7-pgsql-7.4.33-150200.3.60.1.s390x",
"SUSE Manager Server 4.2:php7-pgsql-7.4.33-150200.3.60.1.x86_64",
"SUSE Manager Server 4.2:php7-phar-7.4.33-150200.3.60.1.ppc64le",
"SUSE Manager Server 4.2:php7-phar-7.4.33-150200.3.60.1.s390x",
"SUSE Manager Server 4.2:php7-phar-7.4.33-150200.3.60.1.x86_64",
"SUSE Manager Server 4.2:php7-posix-7.4.33-150200.3.60.1.ppc64le",
"SUSE Manager Server 4.2:php7-posix-7.4.33-150200.3.60.1.s390x",
"SUSE Manager Server 4.2:php7-posix-7.4.33-150200.3.60.1.x86_64",
"SUSE Manager Server 4.2:php7-readline-7.4.33-150200.3.60.1.ppc64le",
"SUSE Manager Server 4.2:php7-readline-7.4.33-150200.3.60.1.s390x",
"SUSE Manager Server 4.2:php7-readline-7.4.33-150200.3.60.1.x86_64",
"SUSE Manager Server 4.2:php7-shmop-7.4.33-150200.3.60.1.ppc64le",
"SUSE Manager Server 4.2:php7-shmop-7.4.33-150200.3.60.1.s390x",
"SUSE Manager Server 4.2:php7-shmop-7.4.33-150200.3.60.1.x86_64",
"SUSE Manager Server 4.2:php7-snmp-7.4.33-150200.3.60.1.ppc64le",
"SUSE Manager Server 4.2:php7-snmp-7.4.33-150200.3.60.1.s390x",
"SUSE Manager Server 4.2:php7-snmp-7.4.33-150200.3.60.1.x86_64",
"SUSE Manager Server 4.2:php7-soap-7.4.33-150200.3.60.1.ppc64le",
"SUSE Manager Server 4.2:php7-soap-7.4.33-150200.3.60.1.s390x",
"SUSE Manager Server 4.2:php7-soap-7.4.33-150200.3.60.1.x86_64",
"SUSE Manager Server 4.2:php7-sockets-7.4.33-150200.3.60.1.ppc64le",
"SUSE Manager Server 4.2:php7-sockets-7.4.33-150200.3.60.1.s390x",
"SUSE Manager Server 4.2:php7-sockets-7.4.33-150200.3.60.1.x86_64",
"SUSE Manager Server 4.2:php7-sodium-7.4.33-150200.3.60.1.ppc64le",
"SUSE Manager Server 4.2:php7-sodium-7.4.33-150200.3.60.1.s390x",
"SUSE Manager Server 4.2:php7-sodium-7.4.33-150200.3.60.1.x86_64",
"SUSE Manager Server 4.2:php7-sqlite-7.4.33-150200.3.60.1.ppc64le",
"SUSE Manager Server 4.2:php7-sqlite-7.4.33-150200.3.60.1.s390x",
"SUSE Manager Server 4.2:php7-sqlite-7.4.33-150200.3.60.1.x86_64",
"SUSE Manager Server 4.2:php7-sysvmsg-7.4.33-150200.3.60.1.ppc64le",
"SUSE Manager Server 4.2:php7-sysvmsg-7.4.33-150200.3.60.1.s390x",
"SUSE Manager Server 4.2:php7-sysvmsg-7.4.33-150200.3.60.1.x86_64",
"SUSE Manager Server 4.2:php7-sysvsem-7.4.33-150200.3.60.1.ppc64le",
"SUSE Manager Server 4.2:php7-sysvsem-7.4.33-150200.3.60.1.s390x",
"SUSE Manager Server 4.2:php7-sysvsem-7.4.33-150200.3.60.1.x86_64",
"SUSE Manager Server 4.2:php7-sysvshm-7.4.33-150200.3.60.1.ppc64le",
"SUSE Manager Server 4.2:php7-sysvshm-7.4.33-150200.3.60.1.s390x",
"SUSE Manager Server 4.2:php7-sysvshm-7.4.33-150200.3.60.1.x86_64",
"SUSE Manager Server 4.2:php7-tidy-7.4.33-150200.3.60.1.ppc64le",
"SUSE Manager Server 4.2:php7-tidy-7.4.33-150200.3.60.1.s390x",
"SUSE Manager Server 4.2:php7-tidy-7.4.33-150200.3.60.1.x86_64",
"SUSE Manager Server 4.2:php7-tokenizer-7.4.33-150200.3.60.1.ppc64le",
"SUSE Manager Server 4.2:php7-tokenizer-7.4.33-150200.3.60.1.s390x",
"SUSE Manager Server 4.2:php7-tokenizer-7.4.33-150200.3.60.1.x86_64",
"SUSE Manager Server 4.2:php7-xmlreader-7.4.33-150200.3.60.1.ppc64le",
"SUSE Manager Server 4.2:php7-xmlreader-7.4.33-150200.3.60.1.s390x",
"SUSE Manager Server 4.2:php7-xmlreader-7.4.33-150200.3.60.1.x86_64",
"SUSE Manager Server 4.2:php7-xmlrpc-7.4.33-150200.3.60.1.ppc64le",
"SUSE Manager Server 4.2:php7-xmlrpc-7.4.33-150200.3.60.1.s390x",
"SUSE Manager Server 4.2:php7-xmlrpc-7.4.33-150200.3.60.1.x86_64",
"SUSE Manager Server 4.2:php7-xmlwriter-7.4.33-150200.3.60.1.ppc64le",
"SUSE Manager Server 4.2:php7-xmlwriter-7.4.33-150200.3.60.1.s390x",
"SUSE Manager Server 4.2:php7-xmlwriter-7.4.33-150200.3.60.1.x86_64",
"SUSE Manager Server 4.2:php7-xsl-7.4.33-150200.3.60.1.ppc64le",
"SUSE Manager Server 4.2:php7-xsl-7.4.33-150200.3.60.1.s390x",
"SUSE Manager Server 4.2:php7-xsl-7.4.33-150200.3.60.1.x86_64",
"SUSE Manager Server 4.2:php7-zip-7.4.33-150200.3.60.1.ppc64le",
"SUSE Manager Server 4.2:php7-zip-7.4.33-150200.3.60.1.s390x",
"SUSE Manager Server 4.2:php7-zip-7.4.33-150200.3.60.1.x86_64",
"SUSE Manager Server 4.2:php7-zlib-7.4.33-150200.3.60.1.ppc64le",
"SUSE Manager Server 4.2:php7-zlib-7.4.33-150200.3.60.1.s390x",
"SUSE Manager Server 4.2:php7-zlib-7.4.33-150200.3.60.1.x86_64",
"openSUSE Leap 15.4:php7-firebird-7.4.33-150200.3.60.1.aarch64",
"openSUSE Leap 15.4:php7-firebird-7.4.33-150200.3.60.1.ppc64le",
"openSUSE Leap 15.4:php7-firebird-7.4.33-150200.3.60.1.s390x",
"openSUSE Leap 15.4:php7-firebird-7.4.33-150200.3.60.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2023-08-31T07:02:03Z",
"details": "important"
}
],
"title": "CVE-2023-3823"
},
{
"cve": "CVE-2023-3824",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-3824"
}
],
"notes": [
{
"category": "general",
"text": "In PHP version 8.0.* before 8.0.30, 8.1.* before 8.1.22, and 8.2.* before 8.2.8, when loading phar file, while reading PHAR directory entries, insufficient length checking may lead to a stack buffer overflow, leading potentially to memory corruption or RCE.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Enterprise Storage 7.1:apache2-mod_php7-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7.1:apache2-mod_php7-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7.1:php7-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7.1:php7-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7.1:php7-bcmath-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7.1:php7-bcmath-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7.1:php7-bz2-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7.1:php7-bz2-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7.1:php7-calendar-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7.1:php7-calendar-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7.1:php7-ctype-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7.1:php7-ctype-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7.1:php7-curl-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7.1:php7-curl-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7.1:php7-dba-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7.1:php7-dba-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7.1:php7-devel-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7.1:php7-devel-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7.1:php7-dom-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7.1:php7-dom-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7.1:php7-enchant-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7.1:php7-enchant-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7.1:php7-exif-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7.1:php7-exif-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7.1:php7-fastcgi-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7.1:php7-fastcgi-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7.1:php7-fileinfo-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7.1:php7-fileinfo-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7.1:php7-fpm-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7.1:php7-fpm-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7.1:php7-ftp-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7.1:php7-ftp-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7.1:php7-gd-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7.1:php7-gd-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7.1:php7-gettext-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7.1:php7-gettext-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7.1:php7-gmp-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7.1:php7-gmp-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7.1:php7-iconv-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7.1:php7-iconv-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7.1:php7-intl-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7.1:php7-intl-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7.1:php7-json-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7.1:php7-json-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7.1:php7-ldap-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7.1:php7-ldap-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7.1:php7-mbstring-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7.1:php7-mbstring-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7.1:php7-mysql-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7.1:php7-mysql-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7.1:php7-odbc-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7.1:php7-odbc-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7.1:php7-opcache-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7.1:php7-opcache-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7.1:php7-openssl-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7.1:php7-openssl-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7.1:php7-pcntl-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7.1:php7-pcntl-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7.1:php7-pdo-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7.1:php7-pdo-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7.1:php7-pgsql-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7.1:php7-pgsql-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7.1:php7-phar-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7.1:php7-phar-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7.1:php7-posix-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7.1:php7-posix-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7.1:php7-readline-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7.1:php7-readline-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7.1:php7-shmop-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7.1:php7-shmop-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7.1:php7-snmp-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7.1:php7-snmp-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7.1:php7-soap-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7.1:php7-soap-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7.1:php7-sockets-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7.1:php7-sockets-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7.1:php7-sodium-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7.1:php7-sodium-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7.1:php7-sqlite-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7.1:php7-sqlite-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7.1:php7-sysvmsg-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7.1:php7-sysvmsg-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7.1:php7-sysvsem-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7.1:php7-sysvsem-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7.1:php7-sysvshm-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7.1:php7-sysvshm-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7.1:php7-tidy-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7.1:php7-tidy-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7.1:php7-tokenizer-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7.1:php7-tokenizer-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7.1:php7-xmlreader-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7.1:php7-xmlreader-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7.1:php7-xmlrpc-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7.1:php7-xmlrpc-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7.1:php7-xmlwriter-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7.1:php7-xmlwriter-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7.1:php7-xsl-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7.1:php7-xsl-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7.1:php7-zip-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7.1:php7-zip-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7.1:php7-zlib-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7.1:php7-zlib-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7:apache2-mod_php7-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7:apache2-mod_php7-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7:php7-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7:php7-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7:php7-bcmath-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7:php7-bcmath-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7:php7-bz2-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7:php7-bz2-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7:php7-calendar-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7:php7-calendar-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7:php7-ctype-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7:php7-ctype-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7:php7-curl-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7:php7-curl-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7:php7-dba-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7:php7-dba-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7:php7-devel-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7:php7-devel-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7:php7-dom-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7:php7-dom-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7:php7-enchant-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7:php7-enchant-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7:php7-exif-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7:php7-exif-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7:php7-fastcgi-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7:php7-fastcgi-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7:php7-fileinfo-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7:php7-fileinfo-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7:php7-fpm-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7:php7-fpm-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7:php7-ftp-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7:php7-ftp-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7:php7-gd-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7:php7-gd-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7:php7-gettext-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7:php7-gettext-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7:php7-gmp-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7:php7-gmp-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7:php7-iconv-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7:php7-iconv-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7:php7-intl-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7:php7-intl-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7:php7-json-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7:php7-json-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7:php7-ldap-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7:php7-ldap-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7:php7-mbstring-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7:php7-mbstring-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7:php7-mysql-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7:php7-mysql-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7:php7-odbc-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7:php7-odbc-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7:php7-opcache-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7:php7-opcache-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7:php7-openssl-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7:php7-openssl-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7:php7-pcntl-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7:php7-pcntl-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7:php7-pdo-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7:php7-pdo-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7:php7-pgsql-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7:php7-pgsql-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7:php7-phar-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7:php7-phar-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7:php7-posix-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7:php7-posix-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7:php7-readline-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7:php7-readline-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7:php7-shmop-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7:php7-shmop-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7:php7-snmp-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7:php7-snmp-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7:php7-soap-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7:php7-soap-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7:php7-sockets-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7:php7-sockets-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7:php7-sodium-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7:php7-sodium-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7:php7-sqlite-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7:php7-sqlite-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7:php7-sysvmsg-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7:php7-sysvmsg-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7:php7-sysvsem-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7:php7-sysvsem-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7:php7-sysvshm-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7:php7-sysvshm-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7:php7-tidy-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7:php7-tidy-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7:php7-tokenizer-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7:php7-tokenizer-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7:php7-xmlreader-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7:php7-xmlreader-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7:php7-xmlrpc-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7:php7-xmlrpc-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7:php7-xmlwriter-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7:php7-xmlwriter-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7:php7-xsl-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7:php7-xsl-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7:php7-zip-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7:php7-zip-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7:php7-zlib-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7:php7-zlib-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:apache2-mod_php7-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:apache2-mod_php7-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-bcmath-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-bcmath-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-bz2-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-bz2-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-calendar-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-calendar-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-ctype-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-ctype-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-curl-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-curl-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-dba-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-dba-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-devel-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-devel-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-dom-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-dom-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-enchant-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-enchant-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-exif-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-exif-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-fastcgi-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-fastcgi-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-fileinfo-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-fileinfo-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-fpm-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-fpm-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-ftp-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-ftp-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-gd-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-gd-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-gettext-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-gettext-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-gmp-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-gmp-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-iconv-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-iconv-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-intl-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-intl-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-json-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-json-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-ldap-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-ldap-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-mbstring-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-mbstring-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-mysql-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-mysql-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-odbc-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-odbc-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-opcache-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-opcache-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-openssl-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-openssl-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-pcntl-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-pcntl-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-pdo-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-pdo-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-pgsql-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-pgsql-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-phar-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-phar-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-posix-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-posix-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-readline-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-readline-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-shmop-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-shmop-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-snmp-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-snmp-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-soap-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-soap-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sockets-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sockets-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sodium-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sodium-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sqlite-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sqlite-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sysvmsg-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sysvmsg-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sysvsem-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sysvsem-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sysvshm-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sysvshm-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-tidy-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-tidy-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-tokenizer-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-tokenizer-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-xmlreader-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-xmlreader-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-xmlrpc-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-xmlrpc-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-xmlwriter-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-xmlwriter-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-xsl-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-xsl-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-zip-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-zip-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-zlib-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-zlib-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:apache2-mod_php7-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:apache2-mod_php7-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-bcmath-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-bcmath-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-bz2-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-bz2-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-calendar-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-calendar-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-ctype-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-ctype-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-curl-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-curl-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-dba-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-dba-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-devel-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-devel-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-dom-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-dom-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-enchant-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-enchant-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-exif-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-exif-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-fastcgi-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-fastcgi-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-fileinfo-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-fileinfo-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-fpm-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-fpm-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-ftp-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-ftp-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-gd-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-gd-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-gettext-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-gettext-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-gmp-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-gmp-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-iconv-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-iconv-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-intl-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-intl-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-json-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-json-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-ldap-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-ldap-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-mbstring-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-mbstring-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-mysql-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-mysql-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-odbc-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-odbc-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-opcache-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-opcache-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-openssl-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-openssl-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-pcntl-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-pcntl-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-pdo-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-pdo-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-pgsql-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-pgsql-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-phar-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-phar-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-posix-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-posix-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-readline-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-readline-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-shmop-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-shmop-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-snmp-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-snmp-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-soap-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-soap-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-sockets-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-sockets-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-sodium-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-sodium-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-sqlite-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-sqlite-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-sysvmsg-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-sysvmsg-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-sysvsem-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-sysvsem-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-sysvshm-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-sysvshm-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-tidy-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-tidy-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-tokenizer-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-tokenizer-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-xmlreader-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-xmlreader-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-xmlrpc-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-xmlrpc-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-xmlwriter-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-xmlwriter-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-xsl-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-xsl-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-zip-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-zip-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-zlib-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-zlib-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:apache2-mod_php7-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:apache2-mod_php7-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-bcmath-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-bcmath-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-bz2-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-bz2-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-calendar-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-calendar-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-ctype-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-ctype-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-curl-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-curl-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-dba-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-dba-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-devel-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-devel-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-dom-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-dom-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-enchant-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-enchant-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-exif-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-exif-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-fastcgi-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-fastcgi-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-fileinfo-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-fileinfo-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-fpm-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-fpm-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-ftp-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-ftp-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-gd-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-gd-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-gettext-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-gettext-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-gmp-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-gmp-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-iconv-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-iconv-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-intl-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-intl-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-json-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-json-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-ldap-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-ldap-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-mbstring-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-mbstring-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-mysql-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-mysql-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-odbc-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-odbc-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-opcache-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-opcache-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-openssl-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-openssl-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-pcntl-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-pcntl-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-pdo-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-pdo-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-pgsql-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-pgsql-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-phar-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-phar-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-posix-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-posix-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-readline-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-readline-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-shmop-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-shmop-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-snmp-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-snmp-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-soap-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-soap-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-sockets-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-sockets-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-sodium-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-sodium-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-sqlite-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-sqlite-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-sysvmsg-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-sysvmsg-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-sysvsem-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-sysvsem-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-sysvshm-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-sysvshm-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-tidy-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-tidy-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-tokenizer-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-tokenizer-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-xmlreader-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-xmlreader-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-xmlrpc-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-xmlrpc-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-xmlwriter-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-xmlwriter-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-xsl-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-xsl-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-zip-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-zip-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-zlib-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-zlib-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:apache2-mod_php7-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:apache2-mod_php7-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:apache2-mod_php7-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:apache2-mod_php7-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-bcmath-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-bcmath-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-bcmath-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-bcmath-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-bz2-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-bz2-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-bz2-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-bz2-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-calendar-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-calendar-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-calendar-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-calendar-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ctype-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ctype-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ctype-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ctype-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-curl-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-curl-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-curl-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-curl-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-dba-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-dba-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-dba-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-dba-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-devel-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-devel-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-devel-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-devel-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-dom-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-dom-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-dom-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-dom-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-enchant-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-enchant-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-enchant-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-enchant-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-exif-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-exif-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-exif-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-exif-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fastcgi-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fastcgi-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fastcgi-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fastcgi-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fileinfo-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fileinfo-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fileinfo-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fileinfo-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fpm-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fpm-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fpm-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fpm-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ftp-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ftp-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ftp-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ftp-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gd-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gd-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gd-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gd-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gettext-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gettext-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gettext-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gettext-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gmp-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gmp-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gmp-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gmp-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-iconv-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-iconv-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-iconv-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-iconv-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-intl-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-intl-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-intl-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-intl-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-json-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-json-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-json-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-json-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ldap-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ldap-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ldap-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ldap-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-mbstring-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-mbstring-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-mbstring-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-mbstring-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-mysql-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-mysql-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-mysql-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-mysql-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-odbc-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-odbc-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-odbc-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-odbc-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-opcache-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-opcache-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-opcache-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-opcache-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-openssl-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-openssl-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-openssl-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-openssl-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pcntl-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pcntl-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pcntl-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pcntl-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pdo-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pdo-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pdo-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pdo-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pgsql-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pgsql-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pgsql-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pgsql-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-phar-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-phar-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-phar-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-phar-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-posix-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-posix-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-posix-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-posix-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-readline-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-readline-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-readline-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-readline-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-shmop-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-shmop-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-shmop-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-shmop-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-snmp-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-snmp-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-snmp-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-snmp-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-soap-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-soap-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-soap-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-soap-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sockets-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sockets-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sockets-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sockets-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sodium-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sodium-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sodium-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sodium-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sqlite-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sqlite-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sqlite-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sqlite-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvmsg-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvmsg-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvmsg-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvmsg-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvsem-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvsem-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvsem-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvsem-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvshm-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvshm-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvshm-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvshm-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-tidy-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-tidy-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-tidy-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-tidy-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-tokenizer-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-tokenizer-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-tokenizer-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-tokenizer-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlreader-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlreader-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlreader-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlreader-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlrpc-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlrpc-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlrpc-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlrpc-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlwriter-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlwriter-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlwriter-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlwriter-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xsl-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xsl-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xsl-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xsl-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-zip-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-zip-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-zip-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-zip-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-zlib-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-zlib-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-zlib-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-zlib-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:apache2-mod_php7-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:apache2-mod_php7-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:apache2-mod_php7-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:apache2-mod_php7-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-bcmath-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-bcmath-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-bcmath-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-bcmath-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-bz2-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-bz2-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-bz2-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-bz2-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-calendar-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-calendar-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-calendar-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-calendar-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-ctype-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-ctype-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-ctype-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-ctype-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-curl-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-curl-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-curl-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-curl-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-dba-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-dba-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-dba-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-dba-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-devel-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-devel-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-devel-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-devel-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-dom-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-dom-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-dom-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-dom-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-enchant-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-enchant-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-enchant-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-enchant-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-exif-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-exif-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-exif-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-exif-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-fastcgi-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-fastcgi-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-fastcgi-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-fastcgi-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-fileinfo-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-fileinfo-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-fileinfo-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-fileinfo-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-fpm-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-fpm-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-fpm-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-fpm-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-ftp-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-ftp-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-ftp-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-ftp-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-gd-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-gd-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-gd-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-gd-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-gettext-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-gettext-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-gettext-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-gettext-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-gmp-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-gmp-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-gmp-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-gmp-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-iconv-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-iconv-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-iconv-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-iconv-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-intl-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-intl-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-intl-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-intl-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-json-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-json-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-json-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-json-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-ldap-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-ldap-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-ldap-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-ldap-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-mbstring-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-mbstring-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-mbstring-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-mbstring-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-mysql-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-mysql-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-mysql-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-mysql-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-odbc-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-odbc-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-odbc-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-odbc-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-opcache-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-opcache-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-opcache-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-opcache-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-openssl-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-openssl-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-openssl-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-openssl-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-pcntl-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-pcntl-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-pcntl-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-pcntl-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-pdo-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-pdo-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-pdo-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-pdo-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-pgsql-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-pgsql-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-pgsql-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-pgsql-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-phar-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-phar-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-phar-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-phar-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-posix-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-posix-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-posix-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-posix-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-readline-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-readline-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-readline-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-readline-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-shmop-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-shmop-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-shmop-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-shmop-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-snmp-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-snmp-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-snmp-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-snmp-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-soap-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-soap-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-soap-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-soap-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sockets-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sockets-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sockets-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sockets-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sodium-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sodium-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sodium-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sodium-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sqlite-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sqlite-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sqlite-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sqlite-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sysvmsg-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sysvmsg-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sysvmsg-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sysvmsg-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sysvsem-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sysvsem-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sysvsem-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sysvsem-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sysvshm-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sysvshm-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sysvshm-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sysvshm-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-tidy-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-tidy-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-tidy-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-tidy-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-tokenizer-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-tokenizer-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-tokenizer-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-tokenizer-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-xmlreader-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-xmlreader-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-xmlreader-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-xmlreader-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-xmlrpc-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-xmlrpc-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-xmlrpc-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-xmlrpc-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-xmlwriter-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-xmlwriter-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-xmlwriter-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-xmlwriter-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-xsl-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-xsl-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-xsl-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-xsl-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-zip-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-zip-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-zip-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-zip-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-zlib-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-zlib-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-zlib-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-zlib-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:apache2-mod_php7-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:apache2-mod_php7-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-bcmath-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-bcmath-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-bz2-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-bz2-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-calendar-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-calendar-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-ctype-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-ctype-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-curl-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-curl-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-dba-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-dba-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-devel-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-devel-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-dom-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-dom-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-enchant-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-enchant-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-exif-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-exif-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-fastcgi-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-fastcgi-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-fileinfo-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-fileinfo-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-fpm-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-fpm-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-ftp-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-ftp-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-gd-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-gd-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-gettext-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-gettext-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-gmp-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-gmp-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-iconv-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-iconv-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-intl-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-intl-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-json-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-json-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-ldap-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-ldap-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-mbstring-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-mbstring-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-mysql-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-mysql-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-odbc-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-odbc-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-opcache-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-opcache-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-openssl-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-openssl-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-pcntl-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-pcntl-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-pdo-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-pdo-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-pgsql-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-pgsql-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-phar-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-phar-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-posix-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-posix-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-readline-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-readline-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-shmop-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-shmop-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-snmp-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-snmp-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-soap-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-soap-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sockets-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sockets-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sodium-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sodium-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sqlite-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sqlite-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sysvmsg-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sysvmsg-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sysvsem-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sysvsem-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sysvshm-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sysvshm-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-tidy-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-tidy-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-tokenizer-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-tokenizer-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-xmlreader-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-xmlreader-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-xmlrpc-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-xmlrpc-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-xmlwriter-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-xmlwriter-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-xsl-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-xsl-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-zip-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-zip-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-zlib-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-zlib-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:apache2-mod_php7-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:apache2-mod_php7-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-bcmath-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-bcmath-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-bz2-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-bz2-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-calendar-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-calendar-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-ctype-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-ctype-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-curl-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-curl-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-dba-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-dba-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-devel-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-devel-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-dom-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-dom-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-enchant-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-enchant-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-exif-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-exif-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-fastcgi-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-fastcgi-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-fileinfo-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-fileinfo-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-fpm-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-fpm-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-ftp-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-ftp-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-gd-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-gd-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-gettext-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-gettext-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-gmp-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-gmp-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-iconv-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-iconv-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-intl-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-intl-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-json-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-json-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-ldap-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-ldap-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-mbstring-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-mbstring-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-mysql-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-mysql-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-odbc-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-odbc-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-opcache-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-opcache-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-openssl-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-openssl-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-pcntl-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-pcntl-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-pdo-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-pdo-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-pgsql-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-pgsql-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-phar-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-phar-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-posix-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-posix-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-readline-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-readline-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-shmop-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-shmop-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-snmp-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-snmp-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-soap-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-soap-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-sockets-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-sockets-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-sodium-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-sodium-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-sqlite-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-sqlite-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-sysvmsg-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-sysvmsg-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-sysvsem-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-sysvsem-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-sysvshm-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-sysvshm-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-tidy-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-tidy-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-tokenizer-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-tokenizer-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-xmlreader-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-xmlreader-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-xmlrpc-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-xmlrpc-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-xmlwriter-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-xmlwriter-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-xsl-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-xsl-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-zip-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-zip-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-zlib-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-zlib-7.4.33-150200.3.60.1.x86_64",
"SUSE Manager Server 4.2:apache2-mod_php7-7.4.33-150200.3.60.1.ppc64le",
"SUSE Manager Server 4.2:apache2-mod_php7-7.4.33-150200.3.60.1.s390x",
"SUSE Manager Server 4.2:apache2-mod_php7-7.4.33-150200.3.60.1.x86_64",
"SUSE Manager Server 4.2:php7-7.4.33-150200.3.60.1.ppc64le",
"SUSE Manager Server 4.2:php7-7.4.33-150200.3.60.1.s390x",
"SUSE Manager Server 4.2:php7-7.4.33-150200.3.60.1.x86_64",
"SUSE Manager Server 4.2:php7-bcmath-7.4.33-150200.3.60.1.ppc64le",
"SUSE Manager Server 4.2:php7-bcmath-7.4.33-150200.3.60.1.s390x",
"SUSE Manager Server 4.2:php7-bcmath-7.4.33-150200.3.60.1.x86_64",
"SUSE Manager Server 4.2:php7-bz2-7.4.33-150200.3.60.1.ppc64le",
"SUSE Manager Server 4.2:php7-bz2-7.4.33-150200.3.60.1.s390x",
"SUSE Manager Server 4.2:php7-bz2-7.4.33-150200.3.60.1.x86_64",
"SUSE Manager Server 4.2:php7-calendar-7.4.33-150200.3.60.1.ppc64le",
"SUSE Manager Server 4.2:php7-calendar-7.4.33-150200.3.60.1.s390x",
"SUSE Manager Server 4.2:php7-calendar-7.4.33-150200.3.60.1.x86_64",
"SUSE Manager Server 4.2:php7-ctype-7.4.33-150200.3.60.1.ppc64le",
"SUSE Manager Server 4.2:php7-ctype-7.4.33-150200.3.60.1.s390x",
"SUSE Manager Server 4.2:php7-ctype-7.4.33-150200.3.60.1.x86_64",
"SUSE Manager Server 4.2:php7-curl-7.4.33-150200.3.60.1.ppc64le",
"SUSE Manager Server 4.2:php7-curl-7.4.33-150200.3.60.1.s390x",
"SUSE Manager Server 4.2:php7-curl-7.4.33-150200.3.60.1.x86_64",
"SUSE Manager Server 4.2:php7-dba-7.4.33-150200.3.60.1.ppc64le",
"SUSE Manager Server 4.2:php7-dba-7.4.33-150200.3.60.1.s390x",
"SUSE Manager Server 4.2:php7-dba-7.4.33-150200.3.60.1.x86_64",
"SUSE Manager Server 4.2:php7-devel-7.4.33-150200.3.60.1.ppc64le",
"SUSE Manager Server 4.2:php7-devel-7.4.33-150200.3.60.1.s390x",
"SUSE Manager Server 4.2:php7-devel-7.4.33-150200.3.60.1.x86_64",
"SUSE Manager Server 4.2:php7-dom-7.4.33-150200.3.60.1.ppc64le",
"SUSE Manager Server 4.2:php7-dom-7.4.33-150200.3.60.1.s390x",
"SUSE Manager Server 4.2:php7-dom-7.4.33-150200.3.60.1.x86_64",
"SUSE Manager Server 4.2:php7-enchant-7.4.33-150200.3.60.1.ppc64le",
"SUSE Manager Server 4.2:php7-enchant-7.4.33-150200.3.60.1.s390x",
"SUSE Manager Server 4.2:php7-enchant-7.4.33-150200.3.60.1.x86_64",
"SUSE Manager Server 4.2:php7-exif-7.4.33-150200.3.60.1.ppc64le",
"SUSE Manager Server 4.2:php7-exif-7.4.33-150200.3.60.1.s390x",
"SUSE Manager Server 4.2:php7-exif-7.4.33-150200.3.60.1.x86_64",
"SUSE Manager Server 4.2:php7-fastcgi-7.4.33-150200.3.60.1.ppc64le",
"SUSE Manager Server 4.2:php7-fastcgi-7.4.33-150200.3.60.1.s390x",
"SUSE Manager Server 4.2:php7-fastcgi-7.4.33-150200.3.60.1.x86_64",
"SUSE Manager Server 4.2:php7-fileinfo-7.4.33-150200.3.60.1.ppc64le",
"SUSE Manager Server 4.2:php7-fileinfo-7.4.33-150200.3.60.1.s390x",
"SUSE Manager Server 4.2:php7-fileinfo-7.4.33-150200.3.60.1.x86_64",
"SUSE Manager Server 4.2:php7-fpm-7.4.33-150200.3.60.1.ppc64le",
"SUSE Manager Server 4.2:php7-fpm-7.4.33-150200.3.60.1.s390x",
"SUSE Manager Server 4.2:php7-fpm-7.4.33-150200.3.60.1.x86_64",
"SUSE Manager Server 4.2:php7-ftp-7.4.33-150200.3.60.1.ppc64le",
"SUSE Manager Server 4.2:php7-ftp-7.4.33-150200.3.60.1.s390x",
"SUSE Manager Server 4.2:php7-ftp-7.4.33-150200.3.60.1.x86_64",
"SUSE Manager Server 4.2:php7-gd-7.4.33-150200.3.60.1.ppc64le",
"SUSE Manager Server 4.2:php7-gd-7.4.33-150200.3.60.1.s390x",
"SUSE Manager Server 4.2:php7-gd-7.4.33-150200.3.60.1.x86_64",
"SUSE Manager Server 4.2:php7-gettext-7.4.33-150200.3.60.1.ppc64le",
"SUSE Manager Server 4.2:php7-gettext-7.4.33-150200.3.60.1.s390x",
"SUSE Manager Server 4.2:php7-gettext-7.4.33-150200.3.60.1.x86_64",
"SUSE Manager Server 4.2:php7-gmp-7.4.33-150200.3.60.1.ppc64le",
"SUSE Manager Server 4.2:php7-gmp-7.4.33-150200.3.60.1.s390x",
"SUSE Manager Server 4.2:php7-gmp-7.4.33-150200.3.60.1.x86_64",
"SUSE Manager Server 4.2:php7-iconv-7.4.33-150200.3.60.1.ppc64le",
"SUSE Manager Server 4.2:php7-iconv-7.4.33-150200.3.60.1.s390x",
"SUSE Manager Server 4.2:php7-iconv-7.4.33-150200.3.60.1.x86_64",
"SUSE Manager Server 4.2:php7-intl-7.4.33-150200.3.60.1.ppc64le",
"SUSE Manager Server 4.2:php7-intl-7.4.33-150200.3.60.1.s390x",
"SUSE Manager Server 4.2:php7-intl-7.4.33-150200.3.60.1.x86_64",
"SUSE Manager Server 4.2:php7-json-7.4.33-150200.3.60.1.ppc64le",
"SUSE Manager Server 4.2:php7-json-7.4.33-150200.3.60.1.s390x",
"SUSE Manager Server 4.2:php7-json-7.4.33-150200.3.60.1.x86_64",
"SUSE Manager Server 4.2:php7-ldap-7.4.33-150200.3.60.1.ppc64le",
"SUSE Manager Server 4.2:php7-ldap-7.4.33-150200.3.60.1.s390x",
"SUSE Manager Server 4.2:php7-ldap-7.4.33-150200.3.60.1.x86_64",
"SUSE Manager Server 4.2:php7-mbstring-7.4.33-150200.3.60.1.ppc64le",
"SUSE Manager Server 4.2:php7-mbstring-7.4.33-150200.3.60.1.s390x",
"SUSE Manager Server 4.2:php7-mbstring-7.4.33-150200.3.60.1.x86_64",
"SUSE Manager Server 4.2:php7-mysql-7.4.33-150200.3.60.1.ppc64le",
"SUSE Manager Server 4.2:php7-mysql-7.4.33-150200.3.60.1.s390x",
"SUSE Manager Server 4.2:php7-mysql-7.4.33-150200.3.60.1.x86_64",
"SUSE Manager Server 4.2:php7-odbc-7.4.33-150200.3.60.1.ppc64le",
"SUSE Manager Server 4.2:php7-odbc-7.4.33-150200.3.60.1.s390x",
"SUSE Manager Server 4.2:php7-odbc-7.4.33-150200.3.60.1.x86_64",
"SUSE Manager Server 4.2:php7-opcache-7.4.33-150200.3.60.1.ppc64le",
"SUSE Manager Server 4.2:php7-opcache-7.4.33-150200.3.60.1.s390x",
"SUSE Manager Server 4.2:php7-opcache-7.4.33-150200.3.60.1.x86_64",
"SUSE Manager Server 4.2:php7-openssl-7.4.33-150200.3.60.1.ppc64le",
"SUSE Manager Server 4.2:php7-openssl-7.4.33-150200.3.60.1.s390x",
"SUSE Manager Server 4.2:php7-openssl-7.4.33-150200.3.60.1.x86_64",
"SUSE Manager Server 4.2:php7-pcntl-7.4.33-150200.3.60.1.ppc64le",
"SUSE Manager Server 4.2:php7-pcntl-7.4.33-150200.3.60.1.s390x",
"SUSE Manager Server 4.2:php7-pcntl-7.4.33-150200.3.60.1.x86_64",
"SUSE Manager Server 4.2:php7-pdo-7.4.33-150200.3.60.1.ppc64le",
"SUSE Manager Server 4.2:php7-pdo-7.4.33-150200.3.60.1.s390x",
"SUSE Manager Server 4.2:php7-pdo-7.4.33-150200.3.60.1.x86_64",
"SUSE Manager Server 4.2:php7-pgsql-7.4.33-150200.3.60.1.ppc64le",
"SUSE Manager Server 4.2:php7-pgsql-7.4.33-150200.3.60.1.s390x",
"SUSE Manager Server 4.2:php7-pgsql-7.4.33-150200.3.60.1.x86_64",
"SUSE Manager Server 4.2:php7-phar-7.4.33-150200.3.60.1.ppc64le",
"SUSE Manager Server 4.2:php7-phar-7.4.33-150200.3.60.1.s390x",
"SUSE Manager Server 4.2:php7-phar-7.4.33-150200.3.60.1.x86_64",
"SUSE Manager Server 4.2:php7-posix-7.4.33-150200.3.60.1.ppc64le",
"SUSE Manager Server 4.2:php7-posix-7.4.33-150200.3.60.1.s390x",
"SUSE Manager Server 4.2:php7-posix-7.4.33-150200.3.60.1.x86_64",
"SUSE Manager Server 4.2:php7-readline-7.4.33-150200.3.60.1.ppc64le",
"SUSE Manager Server 4.2:php7-readline-7.4.33-150200.3.60.1.s390x",
"SUSE Manager Server 4.2:php7-readline-7.4.33-150200.3.60.1.x86_64",
"SUSE Manager Server 4.2:php7-shmop-7.4.33-150200.3.60.1.ppc64le",
"SUSE Manager Server 4.2:php7-shmop-7.4.33-150200.3.60.1.s390x",
"SUSE Manager Server 4.2:php7-shmop-7.4.33-150200.3.60.1.x86_64",
"SUSE Manager Server 4.2:php7-snmp-7.4.33-150200.3.60.1.ppc64le",
"SUSE Manager Server 4.2:php7-snmp-7.4.33-150200.3.60.1.s390x",
"SUSE Manager Server 4.2:php7-snmp-7.4.33-150200.3.60.1.x86_64",
"SUSE Manager Server 4.2:php7-soap-7.4.33-150200.3.60.1.ppc64le",
"SUSE Manager Server 4.2:php7-soap-7.4.33-150200.3.60.1.s390x",
"SUSE Manager Server 4.2:php7-soap-7.4.33-150200.3.60.1.x86_64",
"SUSE Manager Server 4.2:php7-sockets-7.4.33-150200.3.60.1.ppc64le",
"SUSE Manager Server 4.2:php7-sockets-7.4.33-150200.3.60.1.s390x",
"SUSE Manager Server 4.2:php7-sockets-7.4.33-150200.3.60.1.x86_64",
"SUSE Manager Server 4.2:php7-sodium-7.4.33-150200.3.60.1.ppc64le",
"SUSE Manager Server 4.2:php7-sodium-7.4.33-150200.3.60.1.s390x",
"SUSE Manager Server 4.2:php7-sodium-7.4.33-150200.3.60.1.x86_64",
"SUSE Manager Server 4.2:php7-sqlite-7.4.33-150200.3.60.1.ppc64le",
"SUSE Manager Server 4.2:php7-sqlite-7.4.33-150200.3.60.1.s390x",
"SUSE Manager Server 4.2:php7-sqlite-7.4.33-150200.3.60.1.x86_64",
"SUSE Manager Server 4.2:php7-sysvmsg-7.4.33-150200.3.60.1.ppc64le",
"SUSE Manager Server 4.2:php7-sysvmsg-7.4.33-150200.3.60.1.s390x",
"SUSE Manager Server 4.2:php7-sysvmsg-7.4.33-150200.3.60.1.x86_64",
"SUSE Manager Server 4.2:php7-sysvsem-7.4.33-150200.3.60.1.ppc64le",
"SUSE Manager Server 4.2:php7-sysvsem-7.4.33-150200.3.60.1.s390x",
"SUSE Manager Server 4.2:php7-sysvsem-7.4.33-150200.3.60.1.x86_64",
"SUSE Manager Server 4.2:php7-sysvshm-7.4.33-150200.3.60.1.ppc64le",
"SUSE Manager Server 4.2:php7-sysvshm-7.4.33-150200.3.60.1.s390x",
"SUSE Manager Server 4.2:php7-sysvshm-7.4.33-150200.3.60.1.x86_64",
"SUSE Manager Server 4.2:php7-tidy-7.4.33-150200.3.60.1.ppc64le",
"SUSE Manager Server 4.2:php7-tidy-7.4.33-150200.3.60.1.s390x",
"SUSE Manager Server 4.2:php7-tidy-7.4.33-150200.3.60.1.x86_64",
"SUSE Manager Server 4.2:php7-tokenizer-7.4.33-150200.3.60.1.ppc64le",
"SUSE Manager Server 4.2:php7-tokenizer-7.4.33-150200.3.60.1.s390x",
"SUSE Manager Server 4.2:php7-tokenizer-7.4.33-150200.3.60.1.x86_64",
"SUSE Manager Server 4.2:php7-xmlreader-7.4.33-150200.3.60.1.ppc64le",
"SUSE Manager Server 4.2:php7-xmlreader-7.4.33-150200.3.60.1.s390x",
"SUSE Manager Server 4.2:php7-xmlreader-7.4.33-150200.3.60.1.x86_64",
"SUSE Manager Server 4.2:php7-xmlrpc-7.4.33-150200.3.60.1.ppc64le",
"SUSE Manager Server 4.2:php7-xmlrpc-7.4.33-150200.3.60.1.s390x",
"SUSE Manager Server 4.2:php7-xmlrpc-7.4.33-150200.3.60.1.x86_64",
"SUSE Manager Server 4.2:php7-xmlwriter-7.4.33-150200.3.60.1.ppc64le",
"SUSE Manager Server 4.2:php7-xmlwriter-7.4.33-150200.3.60.1.s390x",
"SUSE Manager Server 4.2:php7-xmlwriter-7.4.33-150200.3.60.1.x86_64",
"SUSE Manager Server 4.2:php7-xsl-7.4.33-150200.3.60.1.ppc64le",
"SUSE Manager Server 4.2:php7-xsl-7.4.33-150200.3.60.1.s390x",
"SUSE Manager Server 4.2:php7-xsl-7.4.33-150200.3.60.1.x86_64",
"SUSE Manager Server 4.2:php7-zip-7.4.33-150200.3.60.1.ppc64le",
"SUSE Manager Server 4.2:php7-zip-7.4.33-150200.3.60.1.s390x",
"SUSE Manager Server 4.2:php7-zip-7.4.33-150200.3.60.1.x86_64",
"SUSE Manager Server 4.2:php7-zlib-7.4.33-150200.3.60.1.ppc64le",
"SUSE Manager Server 4.2:php7-zlib-7.4.33-150200.3.60.1.s390x",
"SUSE Manager Server 4.2:php7-zlib-7.4.33-150200.3.60.1.x86_64",
"openSUSE Leap 15.4:php7-firebird-7.4.33-150200.3.60.1.aarch64",
"openSUSE Leap 15.4:php7-firebird-7.4.33-150200.3.60.1.ppc64le",
"openSUSE Leap 15.4:php7-firebird-7.4.33-150200.3.60.1.s390x",
"openSUSE Leap 15.4:php7-firebird-7.4.33-150200.3.60.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-3824",
"url": "https://www.suse.com/security/cve/CVE-2023-3824"
},
{
"category": "external",
"summary": "SUSE Bug 1214103 for CVE-2023-3824",
"url": "https://bugzilla.suse.com/1214103"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Enterprise Storage 7.1:apache2-mod_php7-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7.1:apache2-mod_php7-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7.1:php7-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7.1:php7-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7.1:php7-bcmath-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7.1:php7-bcmath-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7.1:php7-bz2-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7.1:php7-bz2-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7.1:php7-calendar-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7.1:php7-calendar-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7.1:php7-ctype-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7.1:php7-ctype-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7.1:php7-curl-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7.1:php7-curl-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7.1:php7-dba-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7.1:php7-dba-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7.1:php7-devel-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7.1:php7-devel-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7.1:php7-dom-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7.1:php7-dom-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7.1:php7-enchant-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7.1:php7-enchant-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7.1:php7-exif-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7.1:php7-exif-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7.1:php7-fastcgi-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7.1:php7-fastcgi-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7.1:php7-fileinfo-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7.1:php7-fileinfo-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7.1:php7-fpm-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7.1:php7-fpm-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7.1:php7-ftp-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7.1:php7-ftp-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7.1:php7-gd-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7.1:php7-gd-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7.1:php7-gettext-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7.1:php7-gettext-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7.1:php7-gmp-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7.1:php7-gmp-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7.1:php7-iconv-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7.1:php7-iconv-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7.1:php7-intl-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7.1:php7-intl-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7.1:php7-json-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7.1:php7-json-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7.1:php7-ldap-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7.1:php7-ldap-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7.1:php7-mbstring-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7.1:php7-mbstring-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7.1:php7-mysql-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7.1:php7-mysql-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7.1:php7-odbc-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7.1:php7-odbc-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7.1:php7-opcache-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7.1:php7-opcache-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7.1:php7-openssl-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7.1:php7-openssl-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7.1:php7-pcntl-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7.1:php7-pcntl-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7.1:php7-pdo-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7.1:php7-pdo-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7.1:php7-pgsql-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7.1:php7-pgsql-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7.1:php7-phar-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7.1:php7-phar-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7.1:php7-posix-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7.1:php7-posix-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7.1:php7-readline-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7.1:php7-readline-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7.1:php7-shmop-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7.1:php7-shmop-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7.1:php7-snmp-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7.1:php7-snmp-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7.1:php7-soap-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7.1:php7-soap-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7.1:php7-sockets-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7.1:php7-sockets-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7.1:php7-sodium-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7.1:php7-sodium-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7.1:php7-sqlite-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7.1:php7-sqlite-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7.1:php7-sysvmsg-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7.1:php7-sysvmsg-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7.1:php7-sysvsem-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7.1:php7-sysvsem-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7.1:php7-sysvshm-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7.1:php7-sysvshm-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7.1:php7-tidy-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7.1:php7-tidy-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7.1:php7-tokenizer-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7.1:php7-tokenizer-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7.1:php7-xmlreader-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7.1:php7-xmlreader-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7.1:php7-xmlrpc-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7.1:php7-xmlrpc-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7.1:php7-xmlwriter-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7.1:php7-xmlwriter-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7.1:php7-xsl-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7.1:php7-xsl-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7.1:php7-zip-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7.1:php7-zip-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7.1:php7-zlib-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7.1:php7-zlib-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7:apache2-mod_php7-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7:apache2-mod_php7-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7:php7-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7:php7-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7:php7-bcmath-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7:php7-bcmath-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7:php7-bz2-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7:php7-bz2-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7:php7-calendar-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7:php7-calendar-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7:php7-ctype-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7:php7-ctype-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7:php7-curl-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7:php7-curl-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7:php7-dba-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7:php7-dba-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7:php7-devel-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7:php7-devel-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7:php7-dom-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7:php7-dom-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7:php7-enchant-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7:php7-enchant-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7:php7-exif-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7:php7-exif-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7:php7-fastcgi-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7:php7-fastcgi-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7:php7-fileinfo-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7:php7-fileinfo-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7:php7-fpm-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7:php7-fpm-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7:php7-ftp-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7:php7-ftp-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7:php7-gd-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7:php7-gd-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7:php7-gettext-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7:php7-gettext-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7:php7-gmp-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7:php7-gmp-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7:php7-iconv-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7:php7-iconv-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7:php7-intl-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7:php7-intl-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7:php7-json-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7:php7-json-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7:php7-ldap-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7:php7-ldap-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7:php7-mbstring-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7:php7-mbstring-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7:php7-mysql-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7:php7-mysql-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7:php7-odbc-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7:php7-odbc-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7:php7-opcache-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7:php7-opcache-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7:php7-openssl-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7:php7-openssl-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7:php7-pcntl-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7:php7-pcntl-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7:php7-pdo-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7:php7-pdo-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7:php7-pgsql-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7:php7-pgsql-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7:php7-phar-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7:php7-phar-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7:php7-posix-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7:php7-posix-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7:php7-readline-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7:php7-readline-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7:php7-shmop-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7:php7-shmop-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7:php7-snmp-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7:php7-snmp-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7:php7-soap-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7:php7-soap-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7:php7-sockets-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7:php7-sockets-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7:php7-sodium-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7:php7-sodium-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7:php7-sqlite-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7:php7-sqlite-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7:php7-sysvmsg-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7:php7-sysvmsg-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7:php7-sysvsem-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7:php7-sysvsem-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7:php7-sysvshm-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7:php7-sysvshm-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7:php7-tidy-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7:php7-tidy-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7:php7-tokenizer-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7:php7-tokenizer-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7:php7-xmlreader-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7:php7-xmlreader-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7:php7-xmlrpc-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7:php7-xmlrpc-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7:php7-xmlwriter-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7:php7-xmlwriter-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7:php7-xsl-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7:php7-xsl-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7:php7-zip-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7:php7-zip-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7:php7-zlib-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7:php7-zlib-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:apache2-mod_php7-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:apache2-mod_php7-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-bcmath-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-bcmath-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-bz2-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-bz2-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-calendar-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-calendar-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-ctype-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-ctype-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-curl-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-curl-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-dba-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-dba-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-devel-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-devel-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-dom-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-dom-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-enchant-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-enchant-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-exif-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-exif-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-fastcgi-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-fastcgi-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-fileinfo-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-fileinfo-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-fpm-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-fpm-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-ftp-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-ftp-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-gd-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-gd-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-gettext-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-gettext-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-gmp-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-gmp-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-iconv-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-iconv-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-intl-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-intl-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-json-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-json-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-ldap-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-ldap-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-mbstring-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-mbstring-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-mysql-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-mysql-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-odbc-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-odbc-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-opcache-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-opcache-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-openssl-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-openssl-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-pcntl-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-pcntl-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-pdo-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-pdo-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-pgsql-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-pgsql-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-phar-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-phar-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-posix-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-posix-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-readline-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-readline-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-shmop-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-shmop-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-snmp-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-snmp-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-soap-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-soap-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sockets-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sockets-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sodium-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sodium-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sqlite-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sqlite-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sysvmsg-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sysvmsg-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sysvsem-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sysvsem-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sysvshm-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sysvshm-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-tidy-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-tidy-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-tokenizer-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-tokenizer-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-xmlreader-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-xmlreader-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-xmlrpc-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-xmlrpc-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-xmlwriter-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-xmlwriter-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-xsl-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-xsl-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-zip-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-zip-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-zlib-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-zlib-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:apache2-mod_php7-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:apache2-mod_php7-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-bcmath-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-bcmath-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-bz2-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-bz2-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-calendar-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-calendar-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-ctype-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-ctype-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-curl-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-curl-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-dba-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-dba-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-devel-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-devel-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-dom-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-dom-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-enchant-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-enchant-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-exif-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-exif-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-fastcgi-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-fastcgi-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-fileinfo-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-fileinfo-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-fpm-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-fpm-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-ftp-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-ftp-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-gd-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-gd-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-gettext-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-gettext-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-gmp-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-gmp-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-iconv-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-iconv-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-intl-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-intl-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-json-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-json-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-ldap-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-ldap-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-mbstring-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-mbstring-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-mysql-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-mysql-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-odbc-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-odbc-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-opcache-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-opcache-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-openssl-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-openssl-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-pcntl-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-pcntl-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-pdo-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-pdo-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-pgsql-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-pgsql-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-phar-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-phar-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-posix-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-posix-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-readline-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-readline-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-shmop-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-shmop-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-snmp-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-snmp-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-soap-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-soap-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-sockets-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-sockets-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-sodium-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-sodium-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-sqlite-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-sqlite-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-sysvmsg-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-sysvmsg-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-sysvsem-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-sysvsem-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-sysvshm-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-sysvshm-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-tidy-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-tidy-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-tokenizer-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-tokenizer-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-xmlreader-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-xmlreader-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-xmlrpc-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-xmlrpc-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-xmlwriter-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-xmlwriter-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-xsl-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-xsl-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-zip-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-zip-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-zlib-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-zlib-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:apache2-mod_php7-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:apache2-mod_php7-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-bcmath-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-bcmath-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-bz2-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-bz2-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-calendar-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-calendar-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-ctype-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-ctype-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-curl-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-curl-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-dba-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-dba-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-devel-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-devel-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-dom-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-dom-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-enchant-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-enchant-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-exif-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-exif-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-fastcgi-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-fastcgi-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-fileinfo-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-fileinfo-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-fpm-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-fpm-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-ftp-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-ftp-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-gd-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-gd-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-gettext-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-gettext-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-gmp-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-gmp-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-iconv-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-iconv-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-intl-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-intl-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-json-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-json-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-ldap-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-ldap-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-mbstring-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-mbstring-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-mysql-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-mysql-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-odbc-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-odbc-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-opcache-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-opcache-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-openssl-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-openssl-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-pcntl-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-pcntl-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-pdo-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-pdo-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-pgsql-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-pgsql-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-phar-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-phar-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-posix-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-posix-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-readline-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-readline-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-shmop-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-shmop-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-snmp-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-snmp-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-soap-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-soap-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-sockets-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-sockets-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-sodium-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-sodium-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-sqlite-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-sqlite-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-sysvmsg-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-sysvmsg-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-sysvsem-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-sysvsem-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-sysvshm-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-sysvshm-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-tidy-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-tidy-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-tokenizer-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-tokenizer-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-xmlreader-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-xmlreader-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-xmlrpc-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-xmlrpc-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-xmlwriter-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-xmlwriter-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-xsl-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-xsl-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-zip-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-zip-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-zlib-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-zlib-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:apache2-mod_php7-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:apache2-mod_php7-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:apache2-mod_php7-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:apache2-mod_php7-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-bcmath-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-bcmath-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-bcmath-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-bcmath-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-bz2-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-bz2-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-bz2-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-bz2-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-calendar-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-calendar-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-calendar-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-calendar-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ctype-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ctype-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ctype-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ctype-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-curl-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-curl-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-curl-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-curl-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-dba-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-dba-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-dba-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-dba-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-devel-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-devel-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-devel-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-devel-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-dom-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-dom-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-dom-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-dom-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-enchant-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-enchant-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-enchant-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-enchant-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-exif-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-exif-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-exif-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-exif-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fastcgi-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fastcgi-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fastcgi-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fastcgi-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fileinfo-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fileinfo-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fileinfo-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fileinfo-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fpm-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fpm-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fpm-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fpm-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ftp-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ftp-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ftp-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ftp-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gd-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gd-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gd-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gd-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gettext-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gettext-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gettext-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gettext-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gmp-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gmp-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gmp-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gmp-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-iconv-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-iconv-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-iconv-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-iconv-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-intl-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-intl-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-intl-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-intl-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-json-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-json-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-json-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-json-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ldap-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ldap-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ldap-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ldap-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-mbstring-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-mbstring-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-mbstring-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-mbstring-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-mysql-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-mysql-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-mysql-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-mysql-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-odbc-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-odbc-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-odbc-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-odbc-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-opcache-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-opcache-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-opcache-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-opcache-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-openssl-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-openssl-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-openssl-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-openssl-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pcntl-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pcntl-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pcntl-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pcntl-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pdo-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pdo-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pdo-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pdo-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pgsql-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pgsql-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pgsql-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pgsql-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-phar-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-phar-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-phar-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-phar-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-posix-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-posix-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-posix-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-posix-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-readline-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-readline-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-readline-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-readline-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-shmop-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-shmop-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-shmop-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-shmop-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-snmp-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-snmp-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-snmp-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-snmp-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-soap-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-soap-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-soap-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-soap-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sockets-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sockets-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sockets-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sockets-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sodium-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sodium-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sodium-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sodium-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sqlite-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sqlite-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sqlite-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sqlite-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvmsg-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvmsg-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvmsg-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvmsg-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvsem-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvsem-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvsem-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvsem-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvshm-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvshm-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvshm-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvshm-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-tidy-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-tidy-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-tidy-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-tidy-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-tokenizer-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-tokenizer-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-tokenizer-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-tokenizer-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlreader-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlreader-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlreader-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlreader-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlrpc-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlrpc-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlrpc-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlrpc-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlwriter-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlwriter-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlwriter-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlwriter-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xsl-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xsl-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xsl-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xsl-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-zip-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-zip-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-zip-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-zip-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-zlib-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-zlib-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-zlib-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-zlib-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:apache2-mod_php7-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:apache2-mod_php7-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:apache2-mod_php7-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:apache2-mod_php7-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-bcmath-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-bcmath-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-bcmath-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-bcmath-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-bz2-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-bz2-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-bz2-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-bz2-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-calendar-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-calendar-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-calendar-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-calendar-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-ctype-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-ctype-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-ctype-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-ctype-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-curl-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-curl-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-curl-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-curl-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-dba-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-dba-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-dba-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-dba-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-devel-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-devel-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-devel-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-devel-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-dom-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-dom-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-dom-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-dom-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-enchant-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-enchant-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-enchant-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-enchant-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-exif-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-exif-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-exif-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-exif-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-fastcgi-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-fastcgi-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-fastcgi-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-fastcgi-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-fileinfo-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-fileinfo-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-fileinfo-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-fileinfo-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-fpm-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-fpm-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-fpm-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-fpm-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-ftp-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-ftp-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-ftp-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-ftp-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-gd-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-gd-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-gd-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-gd-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-gettext-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-gettext-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-gettext-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-gettext-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-gmp-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-gmp-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-gmp-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-gmp-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-iconv-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-iconv-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-iconv-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-iconv-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-intl-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-intl-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-intl-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-intl-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-json-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-json-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-json-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-json-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-ldap-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-ldap-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-ldap-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-ldap-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-mbstring-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-mbstring-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-mbstring-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-mbstring-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-mysql-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-mysql-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-mysql-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-mysql-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-odbc-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-odbc-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-odbc-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-odbc-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-opcache-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-opcache-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-opcache-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-opcache-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-openssl-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-openssl-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-openssl-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-openssl-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-pcntl-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-pcntl-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-pcntl-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-pcntl-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-pdo-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-pdo-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-pdo-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-pdo-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-pgsql-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-pgsql-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-pgsql-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-pgsql-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-phar-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-phar-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-phar-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-phar-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-posix-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-posix-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-posix-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-posix-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-readline-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-readline-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-readline-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-readline-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-shmop-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-shmop-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-shmop-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-shmop-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-snmp-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-snmp-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-snmp-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-snmp-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-soap-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-soap-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-soap-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-soap-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sockets-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sockets-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sockets-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sockets-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sodium-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sodium-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sodium-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sodium-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sqlite-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sqlite-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sqlite-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sqlite-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sysvmsg-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sysvmsg-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sysvmsg-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sysvmsg-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sysvsem-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sysvsem-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sysvsem-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sysvsem-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sysvshm-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sysvshm-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sysvshm-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sysvshm-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-tidy-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-tidy-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-tidy-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-tidy-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-tokenizer-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-tokenizer-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-tokenizer-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-tokenizer-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-xmlreader-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-xmlreader-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-xmlreader-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-xmlreader-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-xmlrpc-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-xmlrpc-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-xmlrpc-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-xmlrpc-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-xmlwriter-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-xmlwriter-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-xmlwriter-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-xmlwriter-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-xsl-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-xsl-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-xsl-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-xsl-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-zip-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-zip-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-zip-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-zip-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-zlib-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-zlib-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-zlib-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-zlib-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:apache2-mod_php7-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:apache2-mod_php7-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-bcmath-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-bcmath-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-bz2-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-bz2-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-calendar-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-calendar-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-ctype-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-ctype-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-curl-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-curl-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-dba-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-dba-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-devel-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-devel-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-dom-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-dom-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-enchant-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-enchant-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-exif-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-exif-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-fastcgi-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-fastcgi-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-fileinfo-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-fileinfo-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-fpm-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-fpm-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-ftp-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-ftp-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-gd-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-gd-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-gettext-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-gettext-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-gmp-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-gmp-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-iconv-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-iconv-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-intl-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-intl-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-json-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-json-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-ldap-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-ldap-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-mbstring-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-mbstring-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-mysql-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-mysql-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-odbc-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-odbc-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-opcache-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-opcache-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-openssl-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-openssl-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-pcntl-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-pcntl-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-pdo-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-pdo-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-pgsql-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-pgsql-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-phar-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-phar-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-posix-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-posix-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-readline-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-readline-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-shmop-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-shmop-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-snmp-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-snmp-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-soap-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-soap-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sockets-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sockets-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sodium-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sodium-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sqlite-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sqlite-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sysvmsg-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sysvmsg-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sysvsem-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sysvsem-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sysvshm-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sysvshm-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-tidy-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-tidy-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-tokenizer-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-tokenizer-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-xmlreader-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-xmlreader-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-xmlrpc-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-xmlrpc-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-xmlwriter-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-xmlwriter-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-xsl-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-xsl-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-zip-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-zip-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-zlib-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-zlib-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:apache2-mod_php7-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:apache2-mod_php7-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-bcmath-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-bcmath-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-bz2-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-bz2-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-calendar-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-calendar-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-ctype-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-ctype-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-curl-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-curl-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-dba-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-dba-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-devel-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-devel-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-dom-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-dom-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-enchant-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-enchant-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-exif-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-exif-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-fastcgi-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-fastcgi-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-fileinfo-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-fileinfo-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-fpm-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-fpm-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-ftp-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-ftp-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-gd-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-gd-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-gettext-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-gettext-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-gmp-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-gmp-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-iconv-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-iconv-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-intl-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-intl-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-json-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-json-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-ldap-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-ldap-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-mbstring-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-mbstring-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-mysql-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-mysql-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-odbc-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-odbc-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-opcache-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-opcache-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-openssl-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-openssl-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-pcntl-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-pcntl-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-pdo-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-pdo-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-pgsql-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-pgsql-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-phar-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-phar-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-posix-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-posix-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-readline-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-readline-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-shmop-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-shmop-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-snmp-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-snmp-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-soap-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-soap-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-sockets-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-sockets-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-sodium-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-sodium-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-sqlite-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-sqlite-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-sysvmsg-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-sysvmsg-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-sysvsem-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-sysvsem-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-sysvshm-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-sysvshm-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-tidy-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-tidy-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-tokenizer-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-tokenizer-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-xmlreader-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-xmlreader-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-xmlrpc-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-xmlrpc-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-xmlwriter-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-xmlwriter-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-xsl-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-xsl-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-zip-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-zip-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-zlib-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-zlib-7.4.33-150200.3.60.1.x86_64",
"SUSE Manager Server 4.2:apache2-mod_php7-7.4.33-150200.3.60.1.ppc64le",
"SUSE Manager Server 4.2:apache2-mod_php7-7.4.33-150200.3.60.1.s390x",
"SUSE Manager Server 4.2:apache2-mod_php7-7.4.33-150200.3.60.1.x86_64",
"SUSE Manager Server 4.2:php7-7.4.33-150200.3.60.1.ppc64le",
"SUSE Manager Server 4.2:php7-7.4.33-150200.3.60.1.s390x",
"SUSE Manager Server 4.2:php7-7.4.33-150200.3.60.1.x86_64",
"SUSE Manager Server 4.2:php7-bcmath-7.4.33-150200.3.60.1.ppc64le",
"SUSE Manager Server 4.2:php7-bcmath-7.4.33-150200.3.60.1.s390x",
"SUSE Manager Server 4.2:php7-bcmath-7.4.33-150200.3.60.1.x86_64",
"SUSE Manager Server 4.2:php7-bz2-7.4.33-150200.3.60.1.ppc64le",
"SUSE Manager Server 4.2:php7-bz2-7.4.33-150200.3.60.1.s390x",
"SUSE Manager Server 4.2:php7-bz2-7.4.33-150200.3.60.1.x86_64",
"SUSE Manager Server 4.2:php7-calendar-7.4.33-150200.3.60.1.ppc64le",
"SUSE Manager Server 4.2:php7-calendar-7.4.33-150200.3.60.1.s390x",
"SUSE Manager Server 4.2:php7-calendar-7.4.33-150200.3.60.1.x86_64",
"SUSE Manager Server 4.2:php7-ctype-7.4.33-150200.3.60.1.ppc64le",
"SUSE Manager Server 4.2:php7-ctype-7.4.33-150200.3.60.1.s390x",
"SUSE Manager Server 4.2:php7-ctype-7.4.33-150200.3.60.1.x86_64",
"SUSE Manager Server 4.2:php7-curl-7.4.33-150200.3.60.1.ppc64le",
"SUSE Manager Server 4.2:php7-curl-7.4.33-150200.3.60.1.s390x",
"SUSE Manager Server 4.2:php7-curl-7.4.33-150200.3.60.1.x86_64",
"SUSE Manager Server 4.2:php7-dba-7.4.33-150200.3.60.1.ppc64le",
"SUSE Manager Server 4.2:php7-dba-7.4.33-150200.3.60.1.s390x",
"SUSE Manager Server 4.2:php7-dba-7.4.33-150200.3.60.1.x86_64",
"SUSE Manager Server 4.2:php7-devel-7.4.33-150200.3.60.1.ppc64le",
"SUSE Manager Server 4.2:php7-devel-7.4.33-150200.3.60.1.s390x",
"SUSE Manager Server 4.2:php7-devel-7.4.33-150200.3.60.1.x86_64",
"SUSE Manager Server 4.2:php7-dom-7.4.33-150200.3.60.1.ppc64le",
"SUSE Manager Server 4.2:php7-dom-7.4.33-150200.3.60.1.s390x",
"SUSE Manager Server 4.2:php7-dom-7.4.33-150200.3.60.1.x86_64",
"SUSE Manager Server 4.2:php7-enchant-7.4.33-150200.3.60.1.ppc64le",
"SUSE Manager Server 4.2:php7-enchant-7.4.33-150200.3.60.1.s390x",
"SUSE Manager Server 4.2:php7-enchant-7.4.33-150200.3.60.1.x86_64",
"SUSE Manager Server 4.2:php7-exif-7.4.33-150200.3.60.1.ppc64le",
"SUSE Manager Server 4.2:php7-exif-7.4.33-150200.3.60.1.s390x",
"SUSE Manager Server 4.2:php7-exif-7.4.33-150200.3.60.1.x86_64",
"SUSE Manager Server 4.2:php7-fastcgi-7.4.33-150200.3.60.1.ppc64le",
"SUSE Manager Server 4.2:php7-fastcgi-7.4.33-150200.3.60.1.s390x",
"SUSE Manager Server 4.2:php7-fastcgi-7.4.33-150200.3.60.1.x86_64",
"SUSE Manager Server 4.2:php7-fileinfo-7.4.33-150200.3.60.1.ppc64le",
"SUSE Manager Server 4.2:php7-fileinfo-7.4.33-150200.3.60.1.s390x",
"SUSE Manager Server 4.2:php7-fileinfo-7.4.33-150200.3.60.1.x86_64",
"SUSE Manager Server 4.2:php7-fpm-7.4.33-150200.3.60.1.ppc64le",
"SUSE Manager Server 4.2:php7-fpm-7.4.33-150200.3.60.1.s390x",
"SUSE Manager Server 4.2:php7-fpm-7.4.33-150200.3.60.1.x86_64",
"SUSE Manager Server 4.2:php7-ftp-7.4.33-150200.3.60.1.ppc64le",
"SUSE Manager Server 4.2:php7-ftp-7.4.33-150200.3.60.1.s390x",
"SUSE Manager Server 4.2:php7-ftp-7.4.33-150200.3.60.1.x86_64",
"SUSE Manager Server 4.2:php7-gd-7.4.33-150200.3.60.1.ppc64le",
"SUSE Manager Server 4.2:php7-gd-7.4.33-150200.3.60.1.s390x",
"SUSE Manager Server 4.2:php7-gd-7.4.33-150200.3.60.1.x86_64",
"SUSE Manager Server 4.2:php7-gettext-7.4.33-150200.3.60.1.ppc64le",
"SUSE Manager Server 4.2:php7-gettext-7.4.33-150200.3.60.1.s390x",
"SUSE Manager Server 4.2:php7-gettext-7.4.33-150200.3.60.1.x86_64",
"SUSE Manager Server 4.2:php7-gmp-7.4.33-150200.3.60.1.ppc64le",
"SUSE Manager Server 4.2:php7-gmp-7.4.33-150200.3.60.1.s390x",
"SUSE Manager Server 4.2:php7-gmp-7.4.33-150200.3.60.1.x86_64",
"SUSE Manager Server 4.2:php7-iconv-7.4.33-150200.3.60.1.ppc64le",
"SUSE Manager Server 4.2:php7-iconv-7.4.33-150200.3.60.1.s390x",
"SUSE Manager Server 4.2:php7-iconv-7.4.33-150200.3.60.1.x86_64",
"SUSE Manager Server 4.2:php7-intl-7.4.33-150200.3.60.1.ppc64le",
"SUSE Manager Server 4.2:php7-intl-7.4.33-150200.3.60.1.s390x",
"SUSE Manager Server 4.2:php7-intl-7.4.33-150200.3.60.1.x86_64",
"SUSE Manager Server 4.2:php7-json-7.4.33-150200.3.60.1.ppc64le",
"SUSE Manager Server 4.2:php7-json-7.4.33-150200.3.60.1.s390x",
"SUSE Manager Server 4.2:php7-json-7.4.33-150200.3.60.1.x86_64",
"SUSE Manager Server 4.2:php7-ldap-7.4.33-150200.3.60.1.ppc64le",
"SUSE Manager Server 4.2:php7-ldap-7.4.33-150200.3.60.1.s390x",
"SUSE Manager Server 4.2:php7-ldap-7.4.33-150200.3.60.1.x86_64",
"SUSE Manager Server 4.2:php7-mbstring-7.4.33-150200.3.60.1.ppc64le",
"SUSE Manager Server 4.2:php7-mbstring-7.4.33-150200.3.60.1.s390x",
"SUSE Manager Server 4.2:php7-mbstring-7.4.33-150200.3.60.1.x86_64",
"SUSE Manager Server 4.2:php7-mysql-7.4.33-150200.3.60.1.ppc64le",
"SUSE Manager Server 4.2:php7-mysql-7.4.33-150200.3.60.1.s390x",
"SUSE Manager Server 4.2:php7-mysql-7.4.33-150200.3.60.1.x86_64",
"SUSE Manager Server 4.2:php7-odbc-7.4.33-150200.3.60.1.ppc64le",
"SUSE Manager Server 4.2:php7-odbc-7.4.33-150200.3.60.1.s390x",
"SUSE Manager Server 4.2:php7-odbc-7.4.33-150200.3.60.1.x86_64",
"SUSE Manager Server 4.2:php7-opcache-7.4.33-150200.3.60.1.ppc64le",
"SUSE Manager Server 4.2:php7-opcache-7.4.33-150200.3.60.1.s390x",
"SUSE Manager Server 4.2:php7-opcache-7.4.33-150200.3.60.1.x86_64",
"SUSE Manager Server 4.2:php7-openssl-7.4.33-150200.3.60.1.ppc64le",
"SUSE Manager Server 4.2:php7-openssl-7.4.33-150200.3.60.1.s390x",
"SUSE Manager Server 4.2:php7-openssl-7.4.33-150200.3.60.1.x86_64",
"SUSE Manager Server 4.2:php7-pcntl-7.4.33-150200.3.60.1.ppc64le",
"SUSE Manager Server 4.2:php7-pcntl-7.4.33-150200.3.60.1.s390x",
"SUSE Manager Server 4.2:php7-pcntl-7.4.33-150200.3.60.1.x86_64",
"SUSE Manager Server 4.2:php7-pdo-7.4.33-150200.3.60.1.ppc64le",
"SUSE Manager Server 4.2:php7-pdo-7.4.33-150200.3.60.1.s390x",
"SUSE Manager Server 4.2:php7-pdo-7.4.33-150200.3.60.1.x86_64",
"SUSE Manager Server 4.2:php7-pgsql-7.4.33-150200.3.60.1.ppc64le",
"SUSE Manager Server 4.2:php7-pgsql-7.4.33-150200.3.60.1.s390x",
"SUSE Manager Server 4.2:php7-pgsql-7.4.33-150200.3.60.1.x86_64",
"SUSE Manager Server 4.2:php7-phar-7.4.33-150200.3.60.1.ppc64le",
"SUSE Manager Server 4.2:php7-phar-7.4.33-150200.3.60.1.s390x",
"SUSE Manager Server 4.2:php7-phar-7.4.33-150200.3.60.1.x86_64",
"SUSE Manager Server 4.2:php7-posix-7.4.33-150200.3.60.1.ppc64le",
"SUSE Manager Server 4.2:php7-posix-7.4.33-150200.3.60.1.s390x",
"SUSE Manager Server 4.2:php7-posix-7.4.33-150200.3.60.1.x86_64",
"SUSE Manager Server 4.2:php7-readline-7.4.33-150200.3.60.1.ppc64le",
"SUSE Manager Server 4.2:php7-readline-7.4.33-150200.3.60.1.s390x",
"SUSE Manager Server 4.2:php7-readline-7.4.33-150200.3.60.1.x86_64",
"SUSE Manager Server 4.2:php7-shmop-7.4.33-150200.3.60.1.ppc64le",
"SUSE Manager Server 4.2:php7-shmop-7.4.33-150200.3.60.1.s390x",
"SUSE Manager Server 4.2:php7-shmop-7.4.33-150200.3.60.1.x86_64",
"SUSE Manager Server 4.2:php7-snmp-7.4.33-150200.3.60.1.ppc64le",
"SUSE Manager Server 4.2:php7-snmp-7.4.33-150200.3.60.1.s390x",
"SUSE Manager Server 4.2:php7-snmp-7.4.33-150200.3.60.1.x86_64",
"SUSE Manager Server 4.2:php7-soap-7.4.33-150200.3.60.1.ppc64le",
"SUSE Manager Server 4.2:php7-soap-7.4.33-150200.3.60.1.s390x",
"SUSE Manager Server 4.2:php7-soap-7.4.33-150200.3.60.1.x86_64",
"SUSE Manager Server 4.2:php7-sockets-7.4.33-150200.3.60.1.ppc64le",
"SUSE Manager Server 4.2:php7-sockets-7.4.33-150200.3.60.1.s390x",
"SUSE Manager Server 4.2:php7-sockets-7.4.33-150200.3.60.1.x86_64",
"SUSE Manager Server 4.2:php7-sodium-7.4.33-150200.3.60.1.ppc64le",
"SUSE Manager Server 4.2:php7-sodium-7.4.33-150200.3.60.1.s390x",
"SUSE Manager Server 4.2:php7-sodium-7.4.33-150200.3.60.1.x86_64",
"SUSE Manager Server 4.2:php7-sqlite-7.4.33-150200.3.60.1.ppc64le",
"SUSE Manager Server 4.2:php7-sqlite-7.4.33-150200.3.60.1.s390x",
"SUSE Manager Server 4.2:php7-sqlite-7.4.33-150200.3.60.1.x86_64",
"SUSE Manager Server 4.2:php7-sysvmsg-7.4.33-150200.3.60.1.ppc64le",
"SUSE Manager Server 4.2:php7-sysvmsg-7.4.33-150200.3.60.1.s390x",
"SUSE Manager Server 4.2:php7-sysvmsg-7.4.33-150200.3.60.1.x86_64",
"SUSE Manager Server 4.2:php7-sysvsem-7.4.33-150200.3.60.1.ppc64le",
"SUSE Manager Server 4.2:php7-sysvsem-7.4.33-150200.3.60.1.s390x",
"SUSE Manager Server 4.2:php7-sysvsem-7.4.33-150200.3.60.1.x86_64",
"SUSE Manager Server 4.2:php7-sysvshm-7.4.33-150200.3.60.1.ppc64le",
"SUSE Manager Server 4.2:php7-sysvshm-7.4.33-150200.3.60.1.s390x",
"SUSE Manager Server 4.2:php7-sysvshm-7.4.33-150200.3.60.1.x86_64",
"SUSE Manager Server 4.2:php7-tidy-7.4.33-150200.3.60.1.ppc64le",
"SUSE Manager Server 4.2:php7-tidy-7.4.33-150200.3.60.1.s390x",
"SUSE Manager Server 4.2:php7-tidy-7.4.33-150200.3.60.1.x86_64",
"SUSE Manager Server 4.2:php7-tokenizer-7.4.33-150200.3.60.1.ppc64le",
"SUSE Manager Server 4.2:php7-tokenizer-7.4.33-150200.3.60.1.s390x",
"SUSE Manager Server 4.2:php7-tokenizer-7.4.33-150200.3.60.1.x86_64",
"SUSE Manager Server 4.2:php7-xmlreader-7.4.33-150200.3.60.1.ppc64le",
"SUSE Manager Server 4.2:php7-xmlreader-7.4.33-150200.3.60.1.s390x",
"SUSE Manager Server 4.2:php7-xmlreader-7.4.33-150200.3.60.1.x86_64",
"SUSE Manager Server 4.2:php7-xmlrpc-7.4.33-150200.3.60.1.ppc64le",
"SUSE Manager Server 4.2:php7-xmlrpc-7.4.33-150200.3.60.1.s390x",
"SUSE Manager Server 4.2:php7-xmlrpc-7.4.33-150200.3.60.1.x86_64",
"SUSE Manager Server 4.2:php7-xmlwriter-7.4.33-150200.3.60.1.ppc64le",
"SUSE Manager Server 4.2:php7-xmlwriter-7.4.33-150200.3.60.1.s390x",
"SUSE Manager Server 4.2:php7-xmlwriter-7.4.33-150200.3.60.1.x86_64",
"SUSE Manager Server 4.2:php7-xsl-7.4.33-150200.3.60.1.ppc64le",
"SUSE Manager Server 4.2:php7-xsl-7.4.33-150200.3.60.1.s390x",
"SUSE Manager Server 4.2:php7-xsl-7.4.33-150200.3.60.1.x86_64",
"SUSE Manager Server 4.2:php7-zip-7.4.33-150200.3.60.1.ppc64le",
"SUSE Manager Server 4.2:php7-zip-7.4.33-150200.3.60.1.s390x",
"SUSE Manager Server 4.2:php7-zip-7.4.33-150200.3.60.1.x86_64",
"SUSE Manager Server 4.2:php7-zlib-7.4.33-150200.3.60.1.ppc64le",
"SUSE Manager Server 4.2:php7-zlib-7.4.33-150200.3.60.1.s390x",
"SUSE Manager Server 4.2:php7-zlib-7.4.33-150200.3.60.1.x86_64",
"openSUSE Leap 15.4:php7-firebird-7.4.33-150200.3.60.1.aarch64",
"openSUSE Leap 15.4:php7-firebird-7.4.33-150200.3.60.1.ppc64le",
"openSUSE Leap 15.4:php7-firebird-7.4.33-150200.3.60.1.s390x",
"openSUSE Leap 15.4:php7-firebird-7.4.33-150200.3.60.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.8,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"SUSE Enterprise Storage 7.1:apache2-mod_php7-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7.1:apache2-mod_php7-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7.1:php7-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7.1:php7-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7.1:php7-bcmath-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7.1:php7-bcmath-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7.1:php7-bz2-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7.1:php7-bz2-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7.1:php7-calendar-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7.1:php7-calendar-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7.1:php7-ctype-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7.1:php7-ctype-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7.1:php7-curl-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7.1:php7-curl-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7.1:php7-dba-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7.1:php7-dba-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7.1:php7-devel-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7.1:php7-devel-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7.1:php7-dom-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7.1:php7-dom-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7.1:php7-enchant-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7.1:php7-enchant-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7.1:php7-exif-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7.1:php7-exif-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7.1:php7-fastcgi-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7.1:php7-fastcgi-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7.1:php7-fileinfo-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7.1:php7-fileinfo-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7.1:php7-fpm-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7.1:php7-fpm-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7.1:php7-ftp-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7.1:php7-ftp-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7.1:php7-gd-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7.1:php7-gd-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7.1:php7-gettext-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7.1:php7-gettext-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7.1:php7-gmp-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7.1:php7-gmp-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7.1:php7-iconv-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7.1:php7-iconv-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7.1:php7-intl-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7.1:php7-intl-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7.1:php7-json-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7.1:php7-json-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7.1:php7-ldap-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7.1:php7-ldap-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7.1:php7-mbstring-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7.1:php7-mbstring-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7.1:php7-mysql-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7.1:php7-mysql-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7.1:php7-odbc-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7.1:php7-odbc-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7.1:php7-opcache-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7.1:php7-opcache-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7.1:php7-openssl-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7.1:php7-openssl-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7.1:php7-pcntl-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7.1:php7-pcntl-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7.1:php7-pdo-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7.1:php7-pdo-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7.1:php7-pgsql-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7.1:php7-pgsql-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7.1:php7-phar-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7.1:php7-phar-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7.1:php7-posix-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7.1:php7-posix-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7.1:php7-readline-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7.1:php7-readline-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7.1:php7-shmop-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7.1:php7-shmop-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7.1:php7-snmp-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7.1:php7-snmp-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7.1:php7-soap-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7.1:php7-soap-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7.1:php7-sockets-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7.1:php7-sockets-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7.1:php7-sodium-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7.1:php7-sodium-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7.1:php7-sqlite-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7.1:php7-sqlite-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7.1:php7-sysvmsg-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7.1:php7-sysvmsg-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7.1:php7-sysvsem-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7.1:php7-sysvsem-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7.1:php7-sysvshm-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7.1:php7-sysvshm-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7.1:php7-tidy-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7.1:php7-tidy-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7.1:php7-tokenizer-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7.1:php7-tokenizer-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7.1:php7-xmlreader-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7.1:php7-xmlreader-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7.1:php7-xmlrpc-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7.1:php7-xmlrpc-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7.1:php7-xmlwriter-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7.1:php7-xmlwriter-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7.1:php7-xsl-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7.1:php7-xsl-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7.1:php7-zip-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7.1:php7-zip-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7.1:php7-zlib-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7.1:php7-zlib-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7:apache2-mod_php7-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7:apache2-mod_php7-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7:php7-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7:php7-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7:php7-bcmath-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7:php7-bcmath-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7:php7-bz2-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7:php7-bz2-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7:php7-calendar-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7:php7-calendar-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7:php7-ctype-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7:php7-ctype-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7:php7-curl-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7:php7-curl-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7:php7-dba-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7:php7-dba-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7:php7-devel-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7:php7-devel-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7:php7-dom-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7:php7-dom-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7:php7-enchant-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7:php7-enchant-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7:php7-exif-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7:php7-exif-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7:php7-fastcgi-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7:php7-fastcgi-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7:php7-fileinfo-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7:php7-fileinfo-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7:php7-fpm-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7:php7-fpm-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7:php7-ftp-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7:php7-ftp-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7:php7-gd-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7:php7-gd-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7:php7-gettext-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7:php7-gettext-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7:php7-gmp-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7:php7-gmp-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7:php7-iconv-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7:php7-iconv-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7:php7-intl-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7:php7-intl-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7:php7-json-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7:php7-json-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7:php7-ldap-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7:php7-ldap-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7:php7-mbstring-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7:php7-mbstring-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7:php7-mysql-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7:php7-mysql-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7:php7-odbc-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7:php7-odbc-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7:php7-opcache-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7:php7-opcache-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7:php7-openssl-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7:php7-openssl-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7:php7-pcntl-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7:php7-pcntl-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7:php7-pdo-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7:php7-pdo-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7:php7-pgsql-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7:php7-pgsql-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7:php7-phar-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7:php7-phar-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7:php7-posix-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7:php7-posix-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7:php7-readline-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7:php7-readline-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7:php7-shmop-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7:php7-shmop-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7:php7-snmp-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7:php7-snmp-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7:php7-soap-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7:php7-soap-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7:php7-sockets-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7:php7-sockets-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7:php7-sodium-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7:php7-sodium-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7:php7-sqlite-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7:php7-sqlite-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7:php7-sysvmsg-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7:php7-sysvmsg-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7:php7-sysvsem-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7:php7-sysvsem-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7:php7-sysvshm-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7:php7-sysvshm-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7:php7-tidy-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7:php7-tidy-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7:php7-tokenizer-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7:php7-tokenizer-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7:php7-xmlreader-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7:php7-xmlreader-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7:php7-xmlrpc-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7:php7-xmlrpc-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7:php7-xmlwriter-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7:php7-xmlwriter-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7:php7-xsl-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7:php7-xsl-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7:php7-zip-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7:php7-zip-7.4.33-150200.3.60.1.x86_64",
"SUSE Enterprise Storage 7:php7-zlib-7.4.33-150200.3.60.1.aarch64",
"SUSE Enterprise Storage 7:php7-zlib-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:apache2-mod_php7-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:apache2-mod_php7-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-bcmath-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-bcmath-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-bz2-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-bz2-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-calendar-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-calendar-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-ctype-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-ctype-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-curl-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-curl-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-dba-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-dba-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-devel-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-devel-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-dom-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-dom-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-enchant-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-enchant-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-exif-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-exif-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-fastcgi-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-fastcgi-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-fileinfo-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-fileinfo-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-fpm-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-fpm-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-ftp-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-ftp-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-gd-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-gd-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-gettext-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-gettext-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-gmp-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-gmp-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-iconv-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-iconv-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-intl-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-intl-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-json-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-json-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-ldap-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-ldap-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-mbstring-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-mbstring-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-mysql-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-mysql-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-odbc-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-odbc-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-opcache-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-opcache-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-openssl-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-openssl-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-pcntl-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-pcntl-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-pdo-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-pdo-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-pgsql-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-pgsql-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-phar-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-phar-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-posix-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-posix-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-readline-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-readline-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-shmop-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-shmop-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-snmp-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-snmp-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-soap-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-soap-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sockets-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sockets-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sodium-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sodium-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sqlite-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sqlite-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sysvmsg-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sysvmsg-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sysvsem-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sysvsem-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sysvshm-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sysvshm-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-tidy-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-tidy-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-tokenizer-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-tokenizer-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-xmlreader-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-xmlreader-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-xmlrpc-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-xmlrpc-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-xmlwriter-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-xmlwriter-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-xsl-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-xsl-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-zip-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-zip-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-zlib-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-zlib-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:apache2-mod_php7-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:apache2-mod_php7-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-bcmath-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-bcmath-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-bz2-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-bz2-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-calendar-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-calendar-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-ctype-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-ctype-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-curl-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-curl-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-dba-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-dba-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-devel-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-devel-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-dom-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-dom-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-enchant-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-enchant-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-exif-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-exif-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-fastcgi-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-fastcgi-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-fileinfo-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-fileinfo-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-fpm-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-fpm-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-ftp-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-ftp-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-gd-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-gd-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-gettext-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-gettext-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-gmp-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-gmp-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-iconv-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-iconv-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-intl-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-intl-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-json-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-json-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-ldap-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-ldap-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-mbstring-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-mbstring-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-mysql-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-mysql-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-odbc-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-odbc-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-opcache-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-opcache-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-openssl-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-openssl-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-pcntl-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-pcntl-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-pdo-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-pdo-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-pgsql-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-pgsql-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-phar-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-phar-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-posix-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-posix-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-readline-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-readline-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-shmop-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-shmop-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-snmp-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-snmp-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-soap-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-soap-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-sockets-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-sockets-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-sodium-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-sodium-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-sqlite-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-sqlite-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-sysvmsg-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-sysvmsg-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-sysvsem-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-sysvsem-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-sysvshm-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-sysvshm-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-tidy-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-tidy-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-tokenizer-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-tokenizer-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-xmlreader-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-xmlreader-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-xmlrpc-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-xmlrpc-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-xmlwriter-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-xmlwriter-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-xsl-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-xsl-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-zip-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-zip-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-zlib-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-zlib-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:apache2-mod_php7-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:apache2-mod_php7-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-bcmath-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-bcmath-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-bz2-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-bz2-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-calendar-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-calendar-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-ctype-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-ctype-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-curl-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-curl-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-dba-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-dba-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-devel-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-devel-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-dom-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-dom-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-enchant-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-enchant-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-exif-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-exif-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-fastcgi-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-fastcgi-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-fileinfo-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-fileinfo-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-fpm-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-fpm-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-ftp-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-ftp-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-gd-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-gd-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-gettext-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-gettext-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-gmp-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-gmp-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-iconv-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-iconv-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-intl-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-intl-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-json-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-json-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-ldap-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-ldap-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-mbstring-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-mbstring-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-mysql-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-mysql-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-odbc-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-odbc-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-opcache-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-opcache-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-openssl-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-openssl-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-pcntl-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-pcntl-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-pdo-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-pdo-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-pgsql-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-pgsql-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-phar-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-phar-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-posix-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-posix-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-readline-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-readline-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-shmop-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-shmop-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-snmp-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-snmp-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-soap-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-soap-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-sockets-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-sockets-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-sodium-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-sodium-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-sqlite-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-sqlite-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-sysvmsg-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-sysvmsg-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-sysvsem-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-sysvsem-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-sysvshm-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-sysvshm-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-tidy-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-tidy-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-tokenizer-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-tokenizer-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-xmlreader-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-xmlreader-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-xmlrpc-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-xmlrpc-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-xmlwriter-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-xmlwriter-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-xsl-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-xsl-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-zip-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-zip-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-zlib-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-zlib-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:apache2-mod_php7-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:apache2-mod_php7-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:apache2-mod_php7-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:apache2-mod_php7-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-bcmath-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-bcmath-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-bcmath-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-bcmath-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-bz2-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-bz2-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-bz2-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-bz2-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-calendar-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-calendar-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-calendar-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-calendar-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ctype-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ctype-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ctype-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ctype-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-curl-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-curl-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-curl-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-curl-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-dba-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-dba-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-dba-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-dba-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-devel-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-devel-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-devel-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-devel-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-dom-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-dom-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-dom-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-dom-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-enchant-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-enchant-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-enchant-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-enchant-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-exif-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-exif-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-exif-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-exif-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fastcgi-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fastcgi-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fastcgi-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fastcgi-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fileinfo-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fileinfo-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fileinfo-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fileinfo-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fpm-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fpm-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fpm-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fpm-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ftp-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ftp-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ftp-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ftp-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gd-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gd-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gd-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gd-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gettext-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gettext-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gettext-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gettext-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gmp-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gmp-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gmp-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gmp-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-iconv-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-iconv-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-iconv-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-iconv-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-intl-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-intl-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-intl-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-intl-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-json-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-json-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-json-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-json-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ldap-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ldap-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ldap-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ldap-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-mbstring-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-mbstring-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-mbstring-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-mbstring-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-mysql-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-mysql-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-mysql-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-mysql-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-odbc-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-odbc-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-odbc-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-odbc-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-opcache-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-opcache-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-opcache-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-opcache-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-openssl-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-openssl-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-openssl-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-openssl-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pcntl-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pcntl-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pcntl-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pcntl-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pdo-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pdo-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pdo-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pdo-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pgsql-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pgsql-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pgsql-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pgsql-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-phar-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-phar-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-phar-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-phar-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-posix-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-posix-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-posix-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-posix-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-readline-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-readline-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-readline-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-readline-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-shmop-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-shmop-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-shmop-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-shmop-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-snmp-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-snmp-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-snmp-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-snmp-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-soap-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-soap-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-soap-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-soap-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sockets-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sockets-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sockets-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sockets-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sodium-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sodium-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sodium-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sodium-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sqlite-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sqlite-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sqlite-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sqlite-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvmsg-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvmsg-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvmsg-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvmsg-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvsem-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvsem-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvsem-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvsem-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvshm-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvshm-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvshm-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvshm-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-tidy-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-tidy-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-tidy-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-tidy-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-tokenizer-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-tokenizer-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-tokenizer-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-tokenizer-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlreader-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlreader-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlreader-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlreader-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlrpc-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlrpc-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlrpc-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlrpc-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlwriter-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlwriter-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlwriter-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlwriter-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xsl-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xsl-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xsl-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xsl-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-zip-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-zip-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-zip-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-zip-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-zlib-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-zlib-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-zlib-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-zlib-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:apache2-mod_php7-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:apache2-mod_php7-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:apache2-mod_php7-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:apache2-mod_php7-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-bcmath-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-bcmath-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-bcmath-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-bcmath-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-bz2-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-bz2-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-bz2-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-bz2-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-calendar-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-calendar-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-calendar-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-calendar-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-ctype-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-ctype-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-ctype-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-ctype-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-curl-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-curl-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-curl-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-curl-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-dba-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-dba-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-dba-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-dba-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-devel-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-devel-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-devel-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-devel-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-dom-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-dom-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-dom-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-dom-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-enchant-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-enchant-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-enchant-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-enchant-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-exif-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-exif-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-exif-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-exif-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-fastcgi-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-fastcgi-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-fastcgi-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-fastcgi-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-fileinfo-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-fileinfo-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-fileinfo-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-fileinfo-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-fpm-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-fpm-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-fpm-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-fpm-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-ftp-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-ftp-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-ftp-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-ftp-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-gd-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-gd-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-gd-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-gd-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-gettext-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-gettext-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-gettext-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-gettext-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-gmp-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-gmp-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-gmp-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-gmp-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-iconv-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-iconv-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-iconv-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-iconv-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-intl-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-intl-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-intl-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-intl-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-json-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-json-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-json-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-json-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-ldap-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-ldap-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-ldap-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-ldap-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-mbstring-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-mbstring-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-mbstring-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-mbstring-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-mysql-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-mysql-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-mysql-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-mysql-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-odbc-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-odbc-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-odbc-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-odbc-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-opcache-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-opcache-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-opcache-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-opcache-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-openssl-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-openssl-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-openssl-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-openssl-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-pcntl-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-pcntl-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-pcntl-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-pcntl-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-pdo-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-pdo-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-pdo-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-pdo-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-pgsql-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-pgsql-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-pgsql-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-pgsql-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-phar-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-phar-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-phar-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-phar-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-posix-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-posix-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-posix-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-posix-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-readline-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-readline-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-readline-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-readline-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-shmop-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-shmop-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-shmop-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-shmop-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-snmp-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-snmp-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-snmp-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-snmp-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-soap-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-soap-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-soap-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-soap-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sockets-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sockets-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sockets-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sockets-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sodium-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sodium-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sodium-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sodium-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sqlite-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sqlite-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sqlite-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sqlite-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sysvmsg-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sysvmsg-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sysvmsg-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sysvmsg-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sysvsem-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sysvsem-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sysvsem-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sysvsem-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sysvshm-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sysvshm-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sysvshm-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sysvshm-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-tidy-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-tidy-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-tidy-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-tidy-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-tokenizer-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-tokenizer-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-tokenizer-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-tokenizer-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-xmlreader-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-xmlreader-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-xmlreader-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-xmlreader-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-xmlrpc-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-xmlrpc-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-xmlrpc-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-xmlrpc-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-xmlwriter-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-xmlwriter-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-xmlwriter-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-xmlwriter-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-xsl-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-xsl-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-xsl-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-xsl-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-zip-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-zip-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-zip-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-zip-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-zlib-7.4.33-150200.3.60.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-zlib-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-zlib-7.4.33-150200.3.60.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:php7-zlib-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:apache2-mod_php7-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:apache2-mod_php7-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-bcmath-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-bcmath-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-bz2-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-bz2-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-calendar-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-calendar-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-ctype-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-ctype-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-curl-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-curl-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-dba-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-dba-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-devel-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-devel-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-dom-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-dom-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-enchant-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-enchant-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-exif-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-exif-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-fastcgi-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-fastcgi-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-fileinfo-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-fileinfo-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-fpm-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-fpm-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-ftp-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-ftp-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-gd-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-gd-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-gettext-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-gettext-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-gmp-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-gmp-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-iconv-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-iconv-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-intl-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-intl-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-json-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-json-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-ldap-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-ldap-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-mbstring-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-mbstring-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-mysql-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-mysql-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-odbc-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-odbc-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-opcache-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-opcache-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-openssl-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-openssl-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-pcntl-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-pcntl-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-pdo-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-pdo-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-pgsql-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-pgsql-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-phar-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-phar-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-posix-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-posix-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-readline-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-readline-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-shmop-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-shmop-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-snmp-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-snmp-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-soap-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-soap-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sockets-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sockets-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sodium-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sodium-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sqlite-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sqlite-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sysvmsg-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sysvmsg-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sysvsem-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sysvsem-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sysvshm-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sysvshm-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-tidy-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-tidy-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-tokenizer-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-tokenizer-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-xmlreader-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-xmlreader-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-xmlrpc-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-xmlrpc-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-xmlwriter-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-xmlwriter-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-xsl-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-xsl-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-zip-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-zip-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-zlib-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-zlib-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:apache2-mod_php7-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:apache2-mod_php7-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-bcmath-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-bcmath-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-bz2-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-bz2-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-calendar-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-calendar-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-ctype-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-ctype-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-curl-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-curl-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-dba-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-dba-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-devel-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-devel-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-dom-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-dom-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-enchant-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-enchant-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-exif-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-exif-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-fastcgi-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-fastcgi-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-fileinfo-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-fileinfo-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-fpm-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-fpm-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-ftp-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-ftp-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-gd-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-gd-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-gettext-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-gettext-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-gmp-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-gmp-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-iconv-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-iconv-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-intl-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-intl-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-json-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-json-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-ldap-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-ldap-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-mbstring-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-mbstring-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-mysql-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-mysql-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-odbc-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-odbc-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-opcache-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-opcache-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-openssl-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-openssl-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-pcntl-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-pcntl-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-pdo-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-pdo-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-pgsql-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-pgsql-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-phar-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-phar-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-posix-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-posix-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-readline-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-readline-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-shmop-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-shmop-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-snmp-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-snmp-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-soap-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-soap-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-sockets-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-sockets-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-sodium-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-sodium-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-sqlite-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-sqlite-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-sysvmsg-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-sysvmsg-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-sysvsem-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-sysvsem-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-sysvshm-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-sysvshm-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-tidy-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-tidy-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-tokenizer-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-tokenizer-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-xmlreader-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-xmlreader-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-xmlrpc-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-xmlrpc-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-xmlwriter-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-xmlwriter-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-xsl-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-xsl-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-zip-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-zip-7.4.33-150200.3.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-zlib-7.4.33-150200.3.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-zlib-7.4.33-150200.3.60.1.x86_64",
"SUSE Manager Server 4.2:apache2-mod_php7-7.4.33-150200.3.60.1.ppc64le",
"SUSE Manager Server 4.2:apache2-mod_php7-7.4.33-150200.3.60.1.s390x",
"SUSE Manager Server 4.2:apache2-mod_php7-7.4.33-150200.3.60.1.x86_64",
"SUSE Manager Server 4.2:php7-7.4.33-150200.3.60.1.ppc64le",
"SUSE Manager Server 4.2:php7-7.4.33-150200.3.60.1.s390x",
"SUSE Manager Server 4.2:php7-7.4.33-150200.3.60.1.x86_64",
"SUSE Manager Server 4.2:php7-bcmath-7.4.33-150200.3.60.1.ppc64le",
"SUSE Manager Server 4.2:php7-bcmath-7.4.33-150200.3.60.1.s390x",
"SUSE Manager Server 4.2:php7-bcmath-7.4.33-150200.3.60.1.x86_64",
"SUSE Manager Server 4.2:php7-bz2-7.4.33-150200.3.60.1.ppc64le",
"SUSE Manager Server 4.2:php7-bz2-7.4.33-150200.3.60.1.s390x",
"SUSE Manager Server 4.2:php7-bz2-7.4.33-150200.3.60.1.x86_64",
"SUSE Manager Server 4.2:php7-calendar-7.4.33-150200.3.60.1.ppc64le",
"SUSE Manager Server 4.2:php7-calendar-7.4.33-150200.3.60.1.s390x",
"SUSE Manager Server 4.2:php7-calendar-7.4.33-150200.3.60.1.x86_64",
"SUSE Manager Server 4.2:php7-ctype-7.4.33-150200.3.60.1.ppc64le",
"SUSE Manager Server 4.2:php7-ctype-7.4.33-150200.3.60.1.s390x",
"SUSE Manager Server 4.2:php7-ctype-7.4.33-150200.3.60.1.x86_64",
"SUSE Manager Server 4.2:php7-curl-7.4.33-150200.3.60.1.ppc64le",
"SUSE Manager Server 4.2:php7-curl-7.4.33-150200.3.60.1.s390x",
"SUSE Manager Server 4.2:php7-curl-7.4.33-150200.3.60.1.x86_64",
"SUSE Manager Server 4.2:php7-dba-7.4.33-150200.3.60.1.ppc64le",
"SUSE Manager Server 4.2:php7-dba-7.4.33-150200.3.60.1.s390x",
"SUSE Manager Server 4.2:php7-dba-7.4.33-150200.3.60.1.x86_64",
"SUSE Manager Server 4.2:php7-devel-7.4.33-150200.3.60.1.ppc64le",
"SUSE Manager Server 4.2:php7-devel-7.4.33-150200.3.60.1.s390x",
"SUSE Manager Server 4.2:php7-devel-7.4.33-150200.3.60.1.x86_64",
"SUSE Manager Server 4.2:php7-dom-7.4.33-150200.3.60.1.ppc64le",
"SUSE Manager Server 4.2:php7-dom-7.4.33-150200.3.60.1.s390x",
"SUSE Manager Server 4.2:php7-dom-7.4.33-150200.3.60.1.x86_64",
"SUSE Manager Server 4.2:php7-enchant-7.4.33-150200.3.60.1.ppc64le",
"SUSE Manager Server 4.2:php7-enchant-7.4.33-150200.3.60.1.s390x",
"SUSE Manager Server 4.2:php7-enchant-7.4.33-150200.3.60.1.x86_64",
"SUSE Manager Server 4.2:php7-exif-7.4.33-150200.3.60.1.ppc64le",
"SUSE Manager Server 4.2:php7-exif-7.4.33-150200.3.60.1.s390x",
"SUSE Manager Server 4.2:php7-exif-7.4.33-150200.3.60.1.x86_64",
"SUSE Manager Server 4.2:php7-fastcgi-7.4.33-150200.3.60.1.ppc64le",
"SUSE Manager Server 4.2:php7-fastcgi-7.4.33-150200.3.60.1.s390x",
"SUSE Manager Server 4.2:php7-fastcgi-7.4.33-150200.3.60.1.x86_64",
"SUSE Manager Server 4.2:php7-fileinfo-7.4.33-150200.3.60.1.ppc64le",
"SUSE Manager Server 4.2:php7-fileinfo-7.4.33-150200.3.60.1.s390x",
"SUSE Manager Server 4.2:php7-fileinfo-7.4.33-150200.3.60.1.x86_64",
"SUSE Manager Server 4.2:php7-fpm-7.4.33-150200.3.60.1.ppc64le",
"SUSE Manager Server 4.2:php7-fpm-7.4.33-150200.3.60.1.s390x",
"SUSE Manager Server 4.2:php7-fpm-7.4.33-150200.3.60.1.x86_64",
"SUSE Manager Server 4.2:php7-ftp-7.4.33-150200.3.60.1.ppc64le",
"SUSE Manager Server 4.2:php7-ftp-7.4.33-150200.3.60.1.s390x",
"SUSE Manager Server 4.2:php7-ftp-7.4.33-150200.3.60.1.x86_64",
"SUSE Manager Server 4.2:php7-gd-7.4.33-150200.3.60.1.ppc64le",
"SUSE Manager Server 4.2:php7-gd-7.4.33-150200.3.60.1.s390x",
"SUSE Manager Server 4.2:php7-gd-7.4.33-150200.3.60.1.x86_64",
"SUSE Manager Server 4.2:php7-gettext-7.4.33-150200.3.60.1.ppc64le",
"SUSE Manager Server 4.2:php7-gettext-7.4.33-150200.3.60.1.s390x",
"SUSE Manager Server 4.2:php7-gettext-7.4.33-150200.3.60.1.x86_64",
"SUSE Manager Server 4.2:php7-gmp-7.4.33-150200.3.60.1.ppc64le",
"SUSE Manager Server 4.2:php7-gmp-7.4.33-150200.3.60.1.s390x",
"SUSE Manager Server 4.2:php7-gmp-7.4.33-150200.3.60.1.x86_64",
"SUSE Manager Server 4.2:php7-iconv-7.4.33-150200.3.60.1.ppc64le",
"SUSE Manager Server 4.2:php7-iconv-7.4.33-150200.3.60.1.s390x",
"SUSE Manager Server 4.2:php7-iconv-7.4.33-150200.3.60.1.x86_64",
"SUSE Manager Server 4.2:php7-intl-7.4.33-150200.3.60.1.ppc64le",
"SUSE Manager Server 4.2:php7-intl-7.4.33-150200.3.60.1.s390x",
"SUSE Manager Server 4.2:php7-intl-7.4.33-150200.3.60.1.x86_64",
"SUSE Manager Server 4.2:php7-json-7.4.33-150200.3.60.1.ppc64le",
"SUSE Manager Server 4.2:php7-json-7.4.33-150200.3.60.1.s390x",
"SUSE Manager Server 4.2:php7-json-7.4.33-150200.3.60.1.x86_64",
"SUSE Manager Server 4.2:php7-ldap-7.4.33-150200.3.60.1.ppc64le",
"SUSE Manager Server 4.2:php7-ldap-7.4.33-150200.3.60.1.s390x",
"SUSE Manager Server 4.2:php7-ldap-7.4.33-150200.3.60.1.x86_64",
"SUSE Manager Server 4.2:php7-mbstring-7.4.33-150200.3.60.1.ppc64le",
"SUSE Manager Server 4.2:php7-mbstring-7.4.33-150200.3.60.1.s390x",
"SUSE Manager Server 4.2:php7-mbstring-7.4.33-150200.3.60.1.x86_64",
"SUSE Manager Server 4.2:php7-mysql-7.4.33-150200.3.60.1.ppc64le",
"SUSE Manager Server 4.2:php7-mysql-7.4.33-150200.3.60.1.s390x",
"SUSE Manager Server 4.2:php7-mysql-7.4.33-150200.3.60.1.x86_64",
"SUSE Manager Server 4.2:php7-odbc-7.4.33-150200.3.60.1.ppc64le",
"SUSE Manager Server 4.2:php7-odbc-7.4.33-150200.3.60.1.s390x",
"SUSE Manager Server 4.2:php7-odbc-7.4.33-150200.3.60.1.x86_64",
"SUSE Manager Server 4.2:php7-opcache-7.4.33-150200.3.60.1.ppc64le",
"SUSE Manager Server 4.2:php7-opcache-7.4.33-150200.3.60.1.s390x",
"SUSE Manager Server 4.2:php7-opcache-7.4.33-150200.3.60.1.x86_64",
"SUSE Manager Server 4.2:php7-openssl-7.4.33-150200.3.60.1.ppc64le",
"SUSE Manager Server 4.2:php7-openssl-7.4.33-150200.3.60.1.s390x",
"SUSE Manager Server 4.2:php7-openssl-7.4.33-150200.3.60.1.x86_64",
"SUSE Manager Server 4.2:php7-pcntl-7.4.33-150200.3.60.1.ppc64le",
"SUSE Manager Server 4.2:php7-pcntl-7.4.33-150200.3.60.1.s390x",
"SUSE Manager Server 4.2:php7-pcntl-7.4.33-150200.3.60.1.x86_64",
"SUSE Manager Server 4.2:php7-pdo-7.4.33-150200.3.60.1.ppc64le",
"SUSE Manager Server 4.2:php7-pdo-7.4.33-150200.3.60.1.s390x",
"SUSE Manager Server 4.2:php7-pdo-7.4.33-150200.3.60.1.x86_64",
"SUSE Manager Server 4.2:php7-pgsql-7.4.33-150200.3.60.1.ppc64le",
"SUSE Manager Server 4.2:php7-pgsql-7.4.33-150200.3.60.1.s390x",
"SUSE Manager Server 4.2:php7-pgsql-7.4.33-150200.3.60.1.x86_64",
"SUSE Manager Server 4.2:php7-phar-7.4.33-150200.3.60.1.ppc64le",
"SUSE Manager Server 4.2:php7-phar-7.4.33-150200.3.60.1.s390x",
"SUSE Manager Server 4.2:php7-phar-7.4.33-150200.3.60.1.x86_64",
"SUSE Manager Server 4.2:php7-posix-7.4.33-150200.3.60.1.ppc64le",
"SUSE Manager Server 4.2:php7-posix-7.4.33-150200.3.60.1.s390x",
"SUSE Manager Server 4.2:php7-posix-7.4.33-150200.3.60.1.x86_64",
"SUSE Manager Server 4.2:php7-readline-7.4.33-150200.3.60.1.ppc64le",
"SUSE Manager Server 4.2:php7-readline-7.4.33-150200.3.60.1.s390x",
"SUSE Manager Server 4.2:php7-readline-7.4.33-150200.3.60.1.x86_64",
"SUSE Manager Server 4.2:php7-shmop-7.4.33-150200.3.60.1.ppc64le",
"SUSE Manager Server 4.2:php7-shmop-7.4.33-150200.3.60.1.s390x",
"SUSE Manager Server 4.2:php7-shmop-7.4.33-150200.3.60.1.x86_64",
"SUSE Manager Server 4.2:php7-snmp-7.4.33-150200.3.60.1.ppc64le",
"SUSE Manager Server 4.2:php7-snmp-7.4.33-150200.3.60.1.s390x",
"SUSE Manager Server 4.2:php7-snmp-7.4.33-150200.3.60.1.x86_64",
"SUSE Manager Server 4.2:php7-soap-7.4.33-150200.3.60.1.ppc64le",
"SUSE Manager Server 4.2:php7-soap-7.4.33-150200.3.60.1.s390x",
"SUSE Manager Server 4.2:php7-soap-7.4.33-150200.3.60.1.x86_64",
"SUSE Manager Server 4.2:php7-sockets-7.4.33-150200.3.60.1.ppc64le",
"SUSE Manager Server 4.2:php7-sockets-7.4.33-150200.3.60.1.s390x",
"SUSE Manager Server 4.2:php7-sockets-7.4.33-150200.3.60.1.x86_64",
"SUSE Manager Server 4.2:php7-sodium-7.4.33-150200.3.60.1.ppc64le",
"SUSE Manager Server 4.2:php7-sodium-7.4.33-150200.3.60.1.s390x",
"SUSE Manager Server 4.2:php7-sodium-7.4.33-150200.3.60.1.x86_64",
"SUSE Manager Server 4.2:php7-sqlite-7.4.33-150200.3.60.1.ppc64le",
"SUSE Manager Server 4.2:php7-sqlite-7.4.33-150200.3.60.1.s390x",
"SUSE Manager Server 4.2:php7-sqlite-7.4.33-150200.3.60.1.x86_64",
"SUSE Manager Server 4.2:php7-sysvmsg-7.4.33-150200.3.60.1.ppc64le",
"SUSE Manager Server 4.2:php7-sysvmsg-7.4.33-150200.3.60.1.s390x",
"SUSE Manager Server 4.2:php7-sysvmsg-7.4.33-150200.3.60.1.x86_64",
"SUSE Manager Server 4.2:php7-sysvsem-7.4.33-150200.3.60.1.ppc64le",
"SUSE Manager Server 4.2:php7-sysvsem-7.4.33-150200.3.60.1.s390x",
"SUSE Manager Server 4.2:php7-sysvsem-7.4.33-150200.3.60.1.x86_64",
"SUSE Manager Server 4.2:php7-sysvshm-7.4.33-150200.3.60.1.ppc64le",
"SUSE Manager Server 4.2:php7-sysvshm-7.4.33-150200.3.60.1.s390x",
"SUSE Manager Server 4.2:php7-sysvshm-7.4.33-150200.3.60.1.x86_64",
"SUSE Manager Server 4.2:php7-tidy-7.4.33-150200.3.60.1.ppc64le",
"SUSE Manager Server 4.2:php7-tidy-7.4.33-150200.3.60.1.s390x",
"SUSE Manager Server 4.2:php7-tidy-7.4.33-150200.3.60.1.x86_64",
"SUSE Manager Server 4.2:php7-tokenizer-7.4.33-150200.3.60.1.ppc64le",
"SUSE Manager Server 4.2:php7-tokenizer-7.4.33-150200.3.60.1.s390x",
"SUSE Manager Server 4.2:php7-tokenizer-7.4.33-150200.3.60.1.x86_64",
"SUSE Manager Server 4.2:php7-xmlreader-7.4.33-150200.3.60.1.ppc64le",
"SUSE Manager Server 4.2:php7-xmlreader-7.4.33-150200.3.60.1.s390x",
"SUSE Manager Server 4.2:php7-xmlreader-7.4.33-150200.3.60.1.x86_64",
"SUSE Manager Server 4.2:php7-xmlrpc-7.4.33-150200.3.60.1.ppc64le",
"SUSE Manager Server 4.2:php7-xmlrpc-7.4.33-150200.3.60.1.s390x",
"SUSE Manager Server 4.2:php7-xmlrpc-7.4.33-150200.3.60.1.x86_64",
"SUSE Manager Server 4.2:php7-xmlwriter-7.4.33-150200.3.60.1.ppc64le",
"SUSE Manager Server 4.2:php7-xmlwriter-7.4.33-150200.3.60.1.s390x",
"SUSE Manager Server 4.2:php7-xmlwriter-7.4.33-150200.3.60.1.x86_64",
"SUSE Manager Server 4.2:php7-xsl-7.4.33-150200.3.60.1.ppc64le",
"SUSE Manager Server 4.2:php7-xsl-7.4.33-150200.3.60.1.s390x",
"SUSE Manager Server 4.2:php7-xsl-7.4.33-150200.3.60.1.x86_64",
"SUSE Manager Server 4.2:php7-zip-7.4.33-150200.3.60.1.ppc64le",
"SUSE Manager Server 4.2:php7-zip-7.4.33-150200.3.60.1.s390x",
"SUSE Manager Server 4.2:php7-zip-7.4.33-150200.3.60.1.x86_64",
"SUSE Manager Server 4.2:php7-zlib-7.4.33-150200.3.60.1.ppc64le",
"SUSE Manager Server 4.2:php7-zlib-7.4.33-150200.3.60.1.s390x",
"SUSE Manager Server 4.2:php7-zlib-7.4.33-150200.3.60.1.x86_64",
"openSUSE Leap 15.4:php7-firebird-7.4.33-150200.3.60.1.aarch64",
"openSUSE Leap 15.4:php7-firebird-7.4.33-150200.3.60.1.ppc64le",
"openSUSE Leap 15.4:php7-firebird-7.4.33-150200.3.60.1.s390x",
"openSUSE Leap 15.4:php7-firebird-7.4.33-150200.3.60.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2023-08-31T07:02:03Z",
"details": "important"
}
],
"title": "CVE-2023-3824"
}
]
}
SUSE-SU-2023:3528-1
Vulnerability from csaf_suse - Published: 2023-09-05 07:59 - Updated: 2023-09-05 07:59Summary
Security update for php7
Severity
Important
Notes
Title of the patch: Security update for php7
Description of the patch: This update for php7 fixes the following issues:
- CVE-2023-3823: Fixed an issue with external entity loading in XML without enabling it. (bsc#1214106)
- CVE-2023-3824: Fixed a buffer overflow in phar_dir_read(). (bsc#1214103)
Patchnames: SUSE-2023-3528,SUSE-SLE-Module-Web-Scripting-15-SP4-2023-3528,SUSE-SLE-Module-Web-Scripting-15-SP5-2023-3528,openSUSE-SLE-15.4-2023-3528,openSUSE-SLE-15.5-2023-3528
Terms of use: CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
7.5 (High)
Affected products
Recommended
832 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:apache2-mod_php8-8.0.30-150400.4.37.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:apache2-mod_php8-8.0.30-150400.4.37.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:apache2-mod_php8-8.0.30-150400.4.37.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:apache2-mod_php8-8.0.30-150400.4.37.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-8.0.30-150400.4.37.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-8.0.30-150400.4.37.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-8.0.30-150400.4.37.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-8.0.30-150400.4.37.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-bcmath-8.0.30-150400.4.37.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-bcmath-8.0.30-150400.4.37.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-bcmath-8.0.30-150400.4.37.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-bcmath-8.0.30-150400.4.37.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-bz2-8.0.30-150400.4.37.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-bz2-8.0.30-150400.4.37.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-bz2-8.0.30-150400.4.37.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-bz2-8.0.30-150400.4.37.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-calendar-8.0.30-150400.4.37.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-calendar-8.0.30-150400.4.37.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-calendar-8.0.30-150400.4.37.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-calendar-8.0.30-150400.4.37.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-cli-8.0.30-150400.4.37.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-cli-8.0.30-150400.4.37.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-cli-8.0.30-150400.4.37.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-cli-8.0.30-150400.4.37.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-ctype-8.0.30-150400.4.37.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-ctype-8.0.30-150400.4.37.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-ctype-8.0.30-150400.4.37.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-ctype-8.0.30-150400.4.37.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-curl-8.0.30-150400.4.37.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-curl-8.0.30-150400.4.37.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-curl-8.0.30-150400.4.37.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-curl-8.0.30-150400.4.37.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-dba-8.0.30-150400.4.37.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-dba-8.0.30-150400.4.37.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-dba-8.0.30-150400.4.37.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-dba-8.0.30-150400.4.37.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-devel-8.0.30-150400.4.37.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-devel-8.0.30-150400.4.37.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-devel-8.0.30-150400.4.37.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-devel-8.0.30-150400.4.37.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-dom-8.0.30-150400.4.37.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-dom-8.0.30-150400.4.37.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-dom-8.0.30-150400.4.37.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-dom-8.0.30-150400.4.37.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-embed-8.0.30-150400.4.37.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-embed-8.0.30-150400.4.37.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-embed-8.0.30-150400.4.37.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-embed-8.0.30-150400.4.37.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-enchant-8.0.30-150400.4.37.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-enchant-8.0.30-150400.4.37.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-enchant-8.0.30-150400.4.37.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-enchant-8.0.30-150400.4.37.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-exif-8.0.30-150400.4.37.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-exif-8.0.30-150400.4.37.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-exif-8.0.30-150400.4.37.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-exif-8.0.30-150400.4.37.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-fastcgi-8.0.30-150400.4.37.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-fastcgi-8.0.30-150400.4.37.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-fastcgi-8.0.30-150400.4.37.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-fastcgi-8.0.30-150400.4.37.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-fileinfo-8.0.30-150400.4.37.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-fileinfo-8.0.30-150400.4.37.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-fileinfo-8.0.30-150400.4.37.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-fileinfo-8.0.30-150400.4.37.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-fpm-8.0.30-150400.4.37.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-fpm-8.0.30-150400.4.37.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-fpm-8.0.30-150400.4.37.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-fpm-8.0.30-150400.4.37.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-ftp-8.0.30-150400.4.37.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-ftp-8.0.30-150400.4.37.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-ftp-8.0.30-150400.4.37.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-ftp-8.0.30-150400.4.37.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-gd-8.0.30-150400.4.37.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-gd-8.0.30-150400.4.37.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-gd-8.0.30-150400.4.37.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-gd-8.0.30-150400.4.37.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-gettext-8.0.30-150400.4.37.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-gettext-8.0.30-150400.4.37.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-gettext-8.0.30-150400.4.37.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-gettext-8.0.30-150400.4.37.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-gmp-8.0.30-150400.4.37.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-gmp-8.0.30-150400.4.37.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-gmp-8.0.30-150400.4.37.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-gmp-8.0.30-150400.4.37.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-iconv-8.0.30-150400.4.37.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-iconv-8.0.30-150400.4.37.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-iconv-8.0.30-150400.4.37.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-iconv-8.0.30-150400.4.37.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-intl-8.0.30-150400.4.37.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-intl-8.0.30-150400.4.37.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-intl-8.0.30-150400.4.37.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-intl-8.0.30-150400.4.37.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-ldap-8.0.30-150400.4.37.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-ldap-8.0.30-150400.4.37.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-ldap-8.0.30-150400.4.37.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-ldap-8.0.30-150400.4.37.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-mbstring-8.0.30-150400.4.37.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-mbstring-8.0.30-150400.4.37.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-mbstring-8.0.30-150400.4.37.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-mbstring-8.0.30-150400.4.37.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-mysql-8.0.30-150400.4.37.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-mysql-8.0.30-150400.4.37.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-mysql-8.0.30-150400.4.37.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-mysql-8.0.30-150400.4.37.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-odbc-8.0.30-150400.4.37.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-odbc-8.0.30-150400.4.37.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-odbc-8.0.30-150400.4.37.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-odbc-8.0.30-150400.4.37.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-opcache-8.0.30-150400.4.37.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-opcache-8.0.30-150400.4.37.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-opcache-8.0.30-150400.4.37.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-opcache-8.0.30-150400.4.37.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-openssl-8.0.30-150400.4.37.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-openssl-8.0.30-150400.4.37.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-openssl-8.0.30-150400.4.37.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-openssl-8.0.30-150400.4.37.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-pcntl-8.0.30-150400.4.37.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-pcntl-8.0.30-150400.4.37.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-pcntl-8.0.30-150400.4.37.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-pcntl-8.0.30-150400.4.37.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-pdo-8.0.30-150400.4.37.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-pdo-8.0.30-150400.4.37.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-pdo-8.0.30-150400.4.37.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-pdo-8.0.30-150400.4.37.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-pgsql-8.0.30-150400.4.37.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-pgsql-8.0.30-150400.4.37.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-pgsql-8.0.30-150400.4.37.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-pgsql-8.0.30-150400.4.37.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-phar-8.0.30-150400.4.37.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-phar-8.0.30-150400.4.37.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-phar-8.0.30-150400.4.37.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-phar-8.0.30-150400.4.37.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-posix-8.0.30-150400.4.37.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-posix-8.0.30-150400.4.37.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-posix-8.0.30-150400.4.37.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-posix-8.0.30-150400.4.37.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-readline-8.0.30-150400.4.37.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-readline-8.0.30-150400.4.37.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-readline-8.0.30-150400.4.37.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-readline-8.0.30-150400.4.37.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-shmop-8.0.30-150400.4.37.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-shmop-8.0.30-150400.4.37.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-shmop-8.0.30-150400.4.37.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-shmop-8.0.30-150400.4.37.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-snmp-8.0.30-150400.4.37.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-snmp-8.0.30-150400.4.37.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-snmp-8.0.30-150400.4.37.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-snmp-8.0.30-150400.4.37.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-soap-8.0.30-150400.4.37.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-soap-8.0.30-150400.4.37.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-soap-8.0.30-150400.4.37.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-soap-8.0.30-150400.4.37.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-sockets-8.0.30-150400.4.37.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-sockets-8.0.30-150400.4.37.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-sockets-8.0.30-150400.4.37.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-sockets-8.0.30-150400.4.37.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-sodium-8.0.30-150400.4.37.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-sodium-8.0.30-150400.4.37.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-sodium-8.0.30-150400.4.37.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-sodium-8.0.30-150400.4.37.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-sqlite-8.0.30-150400.4.37.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-sqlite-8.0.30-150400.4.37.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-sqlite-8.0.30-150400.4.37.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-sqlite-8.0.30-150400.4.37.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-sysvmsg-8.0.30-150400.4.37.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-sysvmsg-8.0.30-150400.4.37.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-sysvmsg-8.0.30-150400.4.37.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-sysvmsg-8.0.30-150400.4.37.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-sysvsem-8.0.30-150400.4.37.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-sysvsem-8.0.30-150400.4.37.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-sysvsem-8.0.30-150400.4.37.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-sysvsem-8.0.30-150400.4.37.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-sysvshm-8.0.30-150400.4.37.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-sysvshm-8.0.30-150400.4.37.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-sysvshm-8.0.30-150400.4.37.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-sysvshm-8.0.30-150400.4.37.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-test-8.0.30-150400.4.37.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-test-8.0.30-150400.4.37.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-test-8.0.30-150400.4.37.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-test-8.0.30-150400.4.37.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-tidy-8.0.30-150400.4.37.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-tidy-8.0.30-150400.4.37.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-tidy-8.0.30-150400.4.37.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-tidy-8.0.30-150400.4.37.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-tokenizer-8.0.30-150400.4.37.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-tokenizer-8.0.30-150400.4.37.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-tokenizer-8.0.30-150400.4.37.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-tokenizer-8.0.30-150400.4.37.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-xmlreader-8.0.30-150400.4.37.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-xmlreader-8.0.30-150400.4.37.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-xmlreader-8.0.30-150400.4.37.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-xmlreader-8.0.30-150400.4.37.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-xmlwriter-8.0.30-150400.4.37.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-xmlwriter-8.0.30-150400.4.37.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-xmlwriter-8.0.30-150400.4.37.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-xmlwriter-8.0.30-150400.4.37.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-xsl-8.0.30-150400.4.37.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-xsl-8.0.30-150400.4.37.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-xsl-8.0.30-150400.4.37.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-xsl-8.0.30-150400.4.37.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-zip-8.0.30-150400.4.37.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-zip-8.0.30-150400.4.37.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-zip-8.0.30-150400.4.37.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-zip-8.0.30-150400.4.37.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-zlib-8.0.30-150400.4.37.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-zlib-8.0.30-150400.4.37.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-zlib-8.0.30-150400.4.37.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-zlib-8.0.30-150400.4.37.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:apache2-mod_php8-8.0.30-150400.4.37.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:apache2-mod_php8-8.0.30-150400.4.37.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:apache2-mod_php8-8.0.30-150400.4.37.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:apache2-mod_php8-8.0.30-150400.4.37.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-8.0.30-150400.4.37.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-8.0.30-150400.4.37.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-8.0.30-150400.4.37.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-8.0.30-150400.4.37.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-bcmath-8.0.30-150400.4.37.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-bcmath-8.0.30-150400.4.37.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-bcmath-8.0.30-150400.4.37.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-bcmath-8.0.30-150400.4.37.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-bz2-8.0.30-150400.4.37.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-bz2-8.0.30-150400.4.37.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-bz2-8.0.30-150400.4.37.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-bz2-8.0.30-150400.4.37.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-calendar-8.0.30-150400.4.37.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-calendar-8.0.30-150400.4.37.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-calendar-8.0.30-150400.4.37.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-calendar-8.0.30-150400.4.37.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-cli-8.0.30-150400.4.37.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-cli-8.0.30-150400.4.37.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-cli-8.0.30-150400.4.37.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-cli-8.0.30-150400.4.37.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-ctype-8.0.30-150400.4.37.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-ctype-8.0.30-150400.4.37.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-ctype-8.0.30-150400.4.37.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-ctype-8.0.30-150400.4.37.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-curl-8.0.30-150400.4.37.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-curl-8.0.30-150400.4.37.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-curl-8.0.30-150400.4.37.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-curl-8.0.30-150400.4.37.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-dba-8.0.30-150400.4.37.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-dba-8.0.30-150400.4.37.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-dba-8.0.30-150400.4.37.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-dba-8.0.30-150400.4.37.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-devel-8.0.30-150400.4.37.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-devel-8.0.30-150400.4.37.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-devel-8.0.30-150400.4.37.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-devel-8.0.30-150400.4.37.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-dom-8.0.30-150400.4.37.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-dom-8.0.30-150400.4.37.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-dom-8.0.30-150400.4.37.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-dom-8.0.30-150400.4.37.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-embed-8.0.30-150400.4.37.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-embed-8.0.30-150400.4.37.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-embed-8.0.30-150400.4.37.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-embed-8.0.30-150400.4.37.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-enchant-8.0.30-150400.4.37.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-enchant-8.0.30-150400.4.37.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-enchant-8.0.30-150400.4.37.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-enchant-8.0.30-150400.4.37.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-exif-8.0.30-150400.4.37.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-exif-8.0.30-150400.4.37.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-exif-8.0.30-150400.4.37.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-exif-8.0.30-150400.4.37.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-fastcgi-8.0.30-150400.4.37.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-fastcgi-8.0.30-150400.4.37.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-fastcgi-8.0.30-150400.4.37.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-fastcgi-8.0.30-150400.4.37.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-fileinfo-8.0.30-150400.4.37.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-fileinfo-8.0.30-150400.4.37.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-fileinfo-8.0.30-150400.4.37.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-fileinfo-8.0.30-150400.4.37.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-fpm-8.0.30-150400.4.37.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-fpm-8.0.30-150400.4.37.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-fpm-8.0.30-150400.4.37.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-fpm-8.0.30-150400.4.37.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-ftp-8.0.30-150400.4.37.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-ftp-8.0.30-150400.4.37.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-ftp-8.0.30-150400.4.37.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-ftp-8.0.30-150400.4.37.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-gd-8.0.30-150400.4.37.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-gd-8.0.30-150400.4.37.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-gd-8.0.30-150400.4.37.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-gd-8.0.30-150400.4.37.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-gettext-8.0.30-150400.4.37.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-gettext-8.0.30-150400.4.37.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-gettext-8.0.30-150400.4.37.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-gettext-8.0.30-150400.4.37.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-gmp-8.0.30-150400.4.37.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-gmp-8.0.30-150400.4.37.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-gmp-8.0.30-150400.4.37.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-gmp-8.0.30-150400.4.37.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-iconv-8.0.30-150400.4.37.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-iconv-8.0.30-150400.4.37.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-iconv-8.0.30-150400.4.37.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-iconv-8.0.30-150400.4.37.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-intl-8.0.30-150400.4.37.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-intl-8.0.30-150400.4.37.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-intl-8.0.30-150400.4.37.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-intl-8.0.30-150400.4.37.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-ldap-8.0.30-150400.4.37.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-ldap-8.0.30-150400.4.37.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-ldap-8.0.30-150400.4.37.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-ldap-8.0.30-150400.4.37.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-mbstring-8.0.30-150400.4.37.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-mbstring-8.0.30-150400.4.37.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-mbstring-8.0.30-150400.4.37.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-mbstring-8.0.30-150400.4.37.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-mysql-8.0.30-150400.4.37.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-mysql-8.0.30-150400.4.37.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-mysql-8.0.30-150400.4.37.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-mysql-8.0.30-150400.4.37.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-odbc-8.0.30-150400.4.37.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-odbc-8.0.30-150400.4.37.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-odbc-8.0.30-150400.4.37.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-odbc-8.0.30-150400.4.37.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-opcache-8.0.30-150400.4.37.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-opcache-8.0.30-150400.4.37.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-opcache-8.0.30-150400.4.37.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-opcache-8.0.30-150400.4.37.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-openssl-8.0.30-150400.4.37.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-openssl-8.0.30-150400.4.37.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-openssl-8.0.30-150400.4.37.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-openssl-8.0.30-150400.4.37.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-pcntl-8.0.30-150400.4.37.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-pcntl-8.0.30-150400.4.37.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-pcntl-8.0.30-150400.4.37.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-pcntl-8.0.30-150400.4.37.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-pdo-8.0.30-150400.4.37.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-pdo-8.0.30-150400.4.37.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-pdo-8.0.30-150400.4.37.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-pdo-8.0.30-150400.4.37.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-pgsql-8.0.30-150400.4.37.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-pgsql-8.0.30-150400.4.37.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-pgsql-8.0.30-150400.4.37.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-pgsql-8.0.30-150400.4.37.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-phar-8.0.30-150400.4.37.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-phar-8.0.30-150400.4.37.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-phar-8.0.30-150400.4.37.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-phar-8.0.30-150400.4.37.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-posix-8.0.30-150400.4.37.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-posix-8.0.30-150400.4.37.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-posix-8.0.30-150400.4.37.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-posix-8.0.30-150400.4.37.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-readline-8.0.30-150400.4.37.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-readline-8.0.30-150400.4.37.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-readline-8.0.30-150400.4.37.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-readline-8.0.30-150400.4.37.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-shmop-8.0.30-150400.4.37.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-shmop-8.0.30-150400.4.37.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-shmop-8.0.30-150400.4.37.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-shmop-8.0.30-150400.4.37.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-snmp-8.0.30-150400.4.37.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-snmp-8.0.30-150400.4.37.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-snmp-8.0.30-150400.4.37.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-snmp-8.0.30-150400.4.37.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-soap-8.0.30-150400.4.37.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-soap-8.0.30-150400.4.37.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-soap-8.0.30-150400.4.37.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-soap-8.0.30-150400.4.37.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-sockets-8.0.30-150400.4.37.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-sockets-8.0.30-150400.4.37.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-sockets-8.0.30-150400.4.37.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-sockets-8.0.30-150400.4.37.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-sodium-8.0.30-150400.4.37.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-sodium-8.0.30-150400.4.37.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-sodium-8.0.30-150400.4.37.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-sodium-8.0.30-150400.4.37.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-sqlite-8.0.30-150400.4.37.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-sqlite-8.0.30-150400.4.37.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-sqlite-8.0.30-150400.4.37.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-sqlite-8.0.30-150400.4.37.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-sysvmsg-8.0.30-150400.4.37.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-sysvmsg-8.0.30-150400.4.37.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-sysvmsg-8.0.30-150400.4.37.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-sysvmsg-8.0.30-150400.4.37.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-sysvsem-8.0.30-150400.4.37.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-sysvsem-8.0.30-150400.4.37.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-sysvsem-8.0.30-150400.4.37.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-sysvsem-8.0.30-150400.4.37.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-sysvshm-8.0.30-150400.4.37.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-sysvshm-8.0.30-150400.4.37.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-sysvshm-8.0.30-150400.4.37.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-sysvshm-8.0.30-150400.4.37.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-test-8.0.30-150400.4.37.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-test-8.0.30-150400.4.37.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-test-8.0.30-150400.4.37.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-test-8.0.30-150400.4.37.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-tidy-8.0.30-150400.4.37.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-tidy-8.0.30-150400.4.37.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-tidy-8.0.30-150400.4.37.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-tidy-8.0.30-150400.4.37.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-tokenizer-8.0.30-150400.4.37.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-tokenizer-8.0.30-150400.4.37.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-tokenizer-8.0.30-150400.4.37.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-tokenizer-8.0.30-150400.4.37.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-xmlreader-8.0.30-150400.4.37.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-xmlreader-8.0.30-150400.4.37.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-xmlreader-8.0.30-150400.4.37.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-xmlreader-8.0.30-150400.4.37.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-xmlwriter-8.0.30-150400.4.37.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-xmlwriter-8.0.30-150400.4.37.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-xmlwriter-8.0.30-150400.4.37.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-xmlwriter-8.0.30-150400.4.37.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-xsl-8.0.30-150400.4.37.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-xsl-8.0.30-150400.4.37.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-xsl-8.0.30-150400.4.37.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-xsl-8.0.30-150400.4.37.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-zip-8.0.30-150400.4.37.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-zip-8.0.30-150400.4.37.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-zip-8.0.30-150400.4.37.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-zip-8.0.30-150400.4.37.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-zlib-8.0.30-150400.4.37.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-zlib-8.0.30-150400.4.37.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-zlib-8.0.30-150400.4.37.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-zlib-8.0.30-150400.4.37.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:apache2-mod_php8-8.0.30-150400.4.37.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:apache2-mod_php8-8.0.30-150400.4.37.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:apache2-mod_php8-8.0.30-150400.4.37.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:apache2-mod_php8-8.0.30-150400.4.37.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php8-8.0.30-150400.4.37.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php8-8.0.30-150400.4.37.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php8-8.0.30-150400.4.37.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php8-8.0.30-150400.4.37.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php8-bcmath-8.0.30-150400.4.37.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php8-bcmath-8.0.30-150400.4.37.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php8-bcmath-8.0.30-150400.4.37.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php8-bcmath-8.0.30-150400.4.37.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php8-bz2-8.0.30-150400.4.37.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php8-bz2-8.0.30-150400.4.37.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php8-bz2-8.0.30-150400.4.37.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php8-bz2-8.0.30-150400.4.37.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php8-calendar-8.0.30-150400.4.37.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php8-calendar-8.0.30-150400.4.37.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php8-calendar-8.0.30-150400.4.37.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php8-calendar-8.0.30-150400.4.37.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php8-cli-8.0.30-150400.4.37.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php8-cli-8.0.30-150400.4.37.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php8-cli-8.0.30-150400.4.37.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php8-cli-8.0.30-150400.4.37.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php8-ctype-8.0.30-150400.4.37.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php8-ctype-8.0.30-150400.4.37.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php8-ctype-8.0.30-150400.4.37.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php8-ctype-8.0.30-150400.4.37.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php8-curl-8.0.30-150400.4.37.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php8-curl-8.0.30-150400.4.37.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php8-curl-8.0.30-150400.4.37.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php8-curl-8.0.30-150400.4.37.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php8-dba-8.0.30-150400.4.37.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php8-dba-8.0.30-150400.4.37.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php8-dba-8.0.30-150400.4.37.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php8-dba-8.0.30-150400.4.37.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php8-devel-8.0.30-150400.4.37.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php8-devel-8.0.30-150400.4.37.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php8-devel-8.0.30-150400.4.37.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php8-devel-8.0.30-150400.4.37.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php8-dom-8.0.30-150400.4.37.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php8-dom-8.0.30-150400.4.37.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php8-dom-8.0.30-150400.4.37.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php8-dom-8.0.30-150400.4.37.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php8-embed-8.0.30-150400.4.37.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php8-embed-8.0.30-150400.4.37.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php8-embed-8.0.30-150400.4.37.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php8-embed-8.0.30-150400.4.37.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php8-enchant-8.0.30-150400.4.37.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php8-enchant-8.0.30-150400.4.37.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php8-enchant-8.0.30-150400.4.37.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php8-enchant-8.0.30-150400.4.37.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php8-exif-8.0.30-150400.4.37.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php8-exif-8.0.30-150400.4.37.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php8-exif-8.0.30-150400.4.37.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php8-exif-8.0.30-150400.4.37.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php8-fastcgi-8.0.30-150400.4.37.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php8-fastcgi-8.0.30-150400.4.37.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php8-fastcgi-8.0.30-150400.4.37.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php8-fastcgi-8.0.30-150400.4.37.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php8-fileinfo-8.0.30-150400.4.37.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php8-fileinfo-8.0.30-150400.4.37.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php8-fileinfo-8.0.30-150400.4.37.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php8-fileinfo-8.0.30-150400.4.37.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php8-fpm-8.0.30-150400.4.37.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php8-fpm-8.0.30-150400.4.37.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php8-fpm-8.0.30-150400.4.37.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php8-fpm-8.0.30-150400.4.37.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php8-ftp-8.0.30-150400.4.37.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php8-ftp-8.0.30-150400.4.37.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php8-ftp-8.0.30-150400.4.37.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php8-ftp-8.0.30-150400.4.37.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php8-gd-8.0.30-150400.4.37.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php8-gd-8.0.30-150400.4.37.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php8-gd-8.0.30-150400.4.37.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php8-gd-8.0.30-150400.4.37.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php8-gettext-8.0.30-150400.4.37.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php8-gettext-8.0.30-150400.4.37.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php8-gettext-8.0.30-150400.4.37.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php8-gettext-8.0.30-150400.4.37.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php8-gmp-8.0.30-150400.4.37.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php8-gmp-8.0.30-150400.4.37.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php8-gmp-8.0.30-150400.4.37.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php8-gmp-8.0.30-150400.4.37.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php8-iconv-8.0.30-150400.4.37.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php8-iconv-8.0.30-150400.4.37.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php8-iconv-8.0.30-150400.4.37.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php8-iconv-8.0.30-150400.4.37.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php8-intl-8.0.30-150400.4.37.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php8-intl-8.0.30-150400.4.37.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php8-intl-8.0.30-150400.4.37.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php8-intl-8.0.30-150400.4.37.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php8-ldap-8.0.30-150400.4.37.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php8-ldap-8.0.30-150400.4.37.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php8-ldap-8.0.30-150400.4.37.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php8-ldap-8.0.30-150400.4.37.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php8-mbstring-8.0.30-150400.4.37.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php8-mbstring-8.0.30-150400.4.37.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php8-mbstring-8.0.30-150400.4.37.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php8-mbstring-8.0.30-150400.4.37.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php8-mysql-8.0.30-150400.4.37.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php8-mysql-8.0.30-150400.4.37.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php8-mysql-8.0.30-150400.4.37.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php8-mysql-8.0.30-150400.4.37.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php8-odbc-8.0.30-150400.4.37.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php8-odbc-8.0.30-150400.4.37.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php8-odbc-8.0.30-150400.4.37.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php8-odbc-8.0.30-150400.4.37.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php8-opcache-8.0.30-150400.4.37.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php8-opcache-8.0.30-150400.4.37.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php8-opcache-8.0.30-150400.4.37.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php8-opcache-8.0.30-150400.4.37.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php8-openssl-8.0.30-150400.4.37.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php8-openssl-8.0.30-150400.4.37.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php8-openssl-8.0.30-150400.4.37.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php8-openssl-8.0.30-150400.4.37.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php8-pcntl-8.0.30-150400.4.37.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php8-pcntl-8.0.30-150400.4.37.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php8-pcntl-8.0.30-150400.4.37.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php8-pcntl-8.0.30-150400.4.37.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php8-pdo-8.0.30-150400.4.37.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php8-pdo-8.0.30-150400.4.37.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php8-pdo-8.0.30-150400.4.37.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php8-pdo-8.0.30-150400.4.37.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php8-pgsql-8.0.30-150400.4.37.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php8-pgsql-8.0.30-150400.4.37.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php8-pgsql-8.0.30-150400.4.37.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php8-pgsql-8.0.30-150400.4.37.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php8-phar-8.0.30-150400.4.37.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php8-phar-8.0.30-150400.4.37.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php8-phar-8.0.30-150400.4.37.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php8-phar-8.0.30-150400.4.37.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php8-posix-8.0.30-150400.4.37.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php8-posix-8.0.30-150400.4.37.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php8-posix-8.0.30-150400.4.37.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php8-posix-8.0.30-150400.4.37.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php8-readline-8.0.30-150400.4.37.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php8-readline-8.0.30-150400.4.37.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php8-readline-8.0.30-150400.4.37.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php8-readline-8.0.30-150400.4.37.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php8-shmop-8.0.30-150400.4.37.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php8-shmop-8.0.30-150400.4.37.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php8-shmop-8.0.30-150400.4.37.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php8-shmop-8.0.30-150400.4.37.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php8-snmp-8.0.30-150400.4.37.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php8-snmp-8.0.30-150400.4.37.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php8-snmp-8.0.30-150400.4.37.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php8-snmp-8.0.30-150400.4.37.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php8-soap-8.0.30-150400.4.37.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php8-soap-8.0.30-150400.4.37.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php8-soap-8.0.30-150400.4.37.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php8-soap-8.0.30-150400.4.37.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php8-sockets-8.0.30-150400.4.37.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php8-sockets-8.0.30-150400.4.37.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php8-sockets-8.0.30-150400.4.37.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php8-sockets-8.0.30-150400.4.37.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php8-sodium-8.0.30-150400.4.37.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php8-sodium-8.0.30-150400.4.37.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php8-sodium-8.0.30-150400.4.37.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php8-sodium-8.0.30-150400.4.37.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php8-sqlite-8.0.30-150400.4.37.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php8-sqlite-8.0.30-150400.4.37.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php8-sqlite-8.0.30-150400.4.37.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php8-sqlite-8.0.30-150400.4.37.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php8-sysvmsg-8.0.30-150400.4.37.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php8-sysvmsg-8.0.30-150400.4.37.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php8-sysvmsg-8.0.30-150400.4.37.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php8-sysvmsg-8.0.30-150400.4.37.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php8-sysvsem-8.0.30-150400.4.37.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php8-sysvsem-8.0.30-150400.4.37.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php8-sysvsem-8.0.30-150400.4.37.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php8-sysvsem-8.0.30-150400.4.37.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php8-sysvshm-8.0.30-150400.4.37.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php8-sysvshm-8.0.30-150400.4.37.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php8-sysvshm-8.0.30-150400.4.37.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php8-sysvshm-8.0.30-150400.4.37.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php8-test-8.0.30-150400.4.37.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php8-test-8.0.30-150400.4.37.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php8-test-8.0.30-150400.4.37.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php8-test-8.0.30-150400.4.37.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php8-tidy-8.0.30-150400.4.37.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php8-tidy-8.0.30-150400.4.37.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php8-tidy-8.0.30-150400.4.37.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php8-tidy-8.0.30-150400.4.37.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php8-tokenizer-8.0.30-150400.4.37.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php8-tokenizer-8.0.30-150400.4.37.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php8-tokenizer-8.0.30-150400.4.37.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php8-tokenizer-8.0.30-150400.4.37.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php8-xmlreader-8.0.30-150400.4.37.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php8-xmlreader-8.0.30-150400.4.37.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php8-xmlreader-8.0.30-150400.4.37.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php8-xmlreader-8.0.30-150400.4.37.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php8-xmlwriter-8.0.30-150400.4.37.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php8-xmlwriter-8.0.30-150400.4.37.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php8-xmlwriter-8.0.30-150400.4.37.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php8-xmlwriter-8.0.30-150400.4.37.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php8-xsl-8.0.30-150400.4.37.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php8-xsl-8.0.30-150400.4.37.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php8-xsl-8.0.30-150400.4.37.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php8-xsl-8.0.30-150400.4.37.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php8-zip-8.0.30-150400.4.37.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php8-zip-8.0.30-150400.4.37.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php8-zip-8.0.30-150400.4.37.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php8-zip-8.0.30-150400.4.37.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php8-zlib-8.0.30-150400.4.37.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php8-zlib-8.0.30-150400.4.37.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php8-zlib-8.0.30-150400.4.37.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php8-zlib-8.0.30-150400.4.37.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:apache2-mod_php8-8.0.30-150400.4.37.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:apache2-mod_php8-8.0.30-150400.4.37.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:apache2-mod_php8-8.0.30-150400.4.37.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:apache2-mod_php8-8.0.30-150400.4.37.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php8-8.0.30-150400.4.37.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php8-8.0.30-150400.4.37.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php8-8.0.30-150400.4.37.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php8-8.0.30-150400.4.37.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php8-bcmath-8.0.30-150400.4.37.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php8-bcmath-8.0.30-150400.4.37.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php8-bcmath-8.0.30-150400.4.37.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php8-bcmath-8.0.30-150400.4.37.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php8-bz2-8.0.30-150400.4.37.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php8-bz2-8.0.30-150400.4.37.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php8-bz2-8.0.30-150400.4.37.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php8-bz2-8.0.30-150400.4.37.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php8-calendar-8.0.30-150400.4.37.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php8-calendar-8.0.30-150400.4.37.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php8-calendar-8.0.30-150400.4.37.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php8-calendar-8.0.30-150400.4.37.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php8-cli-8.0.30-150400.4.37.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php8-cli-8.0.30-150400.4.37.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php8-cli-8.0.30-150400.4.37.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php8-cli-8.0.30-150400.4.37.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php8-ctype-8.0.30-150400.4.37.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php8-ctype-8.0.30-150400.4.37.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php8-ctype-8.0.30-150400.4.37.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php8-ctype-8.0.30-150400.4.37.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php8-curl-8.0.30-150400.4.37.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php8-curl-8.0.30-150400.4.37.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php8-curl-8.0.30-150400.4.37.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php8-curl-8.0.30-150400.4.37.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php8-dba-8.0.30-150400.4.37.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php8-dba-8.0.30-150400.4.37.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php8-dba-8.0.30-150400.4.37.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php8-dba-8.0.30-150400.4.37.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php8-devel-8.0.30-150400.4.37.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php8-devel-8.0.30-150400.4.37.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php8-devel-8.0.30-150400.4.37.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php8-devel-8.0.30-150400.4.37.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php8-dom-8.0.30-150400.4.37.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php8-dom-8.0.30-150400.4.37.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php8-dom-8.0.30-150400.4.37.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php8-dom-8.0.30-150400.4.37.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php8-embed-8.0.30-150400.4.37.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php8-embed-8.0.30-150400.4.37.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php8-embed-8.0.30-150400.4.37.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php8-embed-8.0.30-150400.4.37.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php8-enchant-8.0.30-150400.4.37.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php8-enchant-8.0.30-150400.4.37.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php8-enchant-8.0.30-150400.4.37.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php8-enchant-8.0.30-150400.4.37.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php8-exif-8.0.30-150400.4.37.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php8-exif-8.0.30-150400.4.37.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php8-exif-8.0.30-150400.4.37.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php8-exif-8.0.30-150400.4.37.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php8-fastcgi-8.0.30-150400.4.37.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php8-fastcgi-8.0.30-150400.4.37.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php8-fastcgi-8.0.30-150400.4.37.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php8-fastcgi-8.0.30-150400.4.37.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php8-fileinfo-8.0.30-150400.4.37.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php8-fileinfo-8.0.30-150400.4.37.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php8-fileinfo-8.0.30-150400.4.37.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php8-fileinfo-8.0.30-150400.4.37.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php8-fpm-8.0.30-150400.4.37.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php8-fpm-8.0.30-150400.4.37.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php8-fpm-8.0.30-150400.4.37.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php8-fpm-8.0.30-150400.4.37.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php8-ftp-8.0.30-150400.4.37.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php8-ftp-8.0.30-150400.4.37.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php8-ftp-8.0.30-150400.4.37.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php8-ftp-8.0.30-150400.4.37.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php8-gd-8.0.30-150400.4.37.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php8-gd-8.0.30-150400.4.37.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php8-gd-8.0.30-150400.4.37.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php8-gd-8.0.30-150400.4.37.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php8-gettext-8.0.30-150400.4.37.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php8-gettext-8.0.30-150400.4.37.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php8-gettext-8.0.30-150400.4.37.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php8-gettext-8.0.30-150400.4.37.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php8-gmp-8.0.30-150400.4.37.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php8-gmp-8.0.30-150400.4.37.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php8-gmp-8.0.30-150400.4.37.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php8-gmp-8.0.30-150400.4.37.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php8-iconv-8.0.30-150400.4.37.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php8-iconv-8.0.30-150400.4.37.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php8-iconv-8.0.30-150400.4.37.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php8-iconv-8.0.30-150400.4.37.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php8-intl-8.0.30-150400.4.37.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php8-intl-8.0.30-150400.4.37.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php8-intl-8.0.30-150400.4.37.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php8-intl-8.0.30-150400.4.37.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php8-ldap-8.0.30-150400.4.37.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php8-ldap-8.0.30-150400.4.37.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php8-ldap-8.0.30-150400.4.37.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php8-ldap-8.0.30-150400.4.37.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php8-mbstring-8.0.30-150400.4.37.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php8-mbstring-8.0.30-150400.4.37.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php8-mbstring-8.0.30-150400.4.37.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php8-mbstring-8.0.30-150400.4.37.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php8-mysql-8.0.30-150400.4.37.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php8-mysql-8.0.30-150400.4.37.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php8-mysql-8.0.30-150400.4.37.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php8-mysql-8.0.30-150400.4.37.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php8-odbc-8.0.30-150400.4.37.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php8-odbc-8.0.30-150400.4.37.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php8-odbc-8.0.30-150400.4.37.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php8-odbc-8.0.30-150400.4.37.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php8-opcache-8.0.30-150400.4.37.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php8-opcache-8.0.30-150400.4.37.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php8-opcache-8.0.30-150400.4.37.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php8-opcache-8.0.30-150400.4.37.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php8-openssl-8.0.30-150400.4.37.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php8-openssl-8.0.30-150400.4.37.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php8-openssl-8.0.30-150400.4.37.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php8-openssl-8.0.30-150400.4.37.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php8-pcntl-8.0.30-150400.4.37.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php8-pcntl-8.0.30-150400.4.37.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php8-pcntl-8.0.30-150400.4.37.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php8-pcntl-8.0.30-150400.4.37.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php8-pdo-8.0.30-150400.4.37.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php8-pdo-8.0.30-150400.4.37.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php8-pdo-8.0.30-150400.4.37.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php8-pdo-8.0.30-150400.4.37.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php8-pgsql-8.0.30-150400.4.37.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php8-pgsql-8.0.30-150400.4.37.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php8-pgsql-8.0.30-150400.4.37.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php8-pgsql-8.0.30-150400.4.37.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php8-phar-8.0.30-150400.4.37.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php8-phar-8.0.30-150400.4.37.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php8-phar-8.0.30-150400.4.37.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php8-phar-8.0.30-150400.4.37.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php8-posix-8.0.30-150400.4.37.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php8-posix-8.0.30-150400.4.37.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php8-posix-8.0.30-150400.4.37.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php8-posix-8.0.30-150400.4.37.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php8-readline-8.0.30-150400.4.37.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php8-readline-8.0.30-150400.4.37.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php8-readline-8.0.30-150400.4.37.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php8-readline-8.0.30-150400.4.37.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php8-shmop-8.0.30-150400.4.37.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php8-shmop-8.0.30-150400.4.37.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php8-shmop-8.0.30-150400.4.37.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php8-shmop-8.0.30-150400.4.37.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php8-snmp-8.0.30-150400.4.37.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php8-snmp-8.0.30-150400.4.37.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php8-snmp-8.0.30-150400.4.37.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php8-snmp-8.0.30-150400.4.37.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php8-soap-8.0.30-150400.4.37.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php8-soap-8.0.30-150400.4.37.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php8-soap-8.0.30-150400.4.37.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php8-soap-8.0.30-150400.4.37.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php8-sockets-8.0.30-150400.4.37.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php8-sockets-8.0.30-150400.4.37.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php8-sockets-8.0.30-150400.4.37.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php8-sockets-8.0.30-150400.4.37.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php8-sodium-8.0.30-150400.4.37.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php8-sodium-8.0.30-150400.4.37.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php8-sodium-8.0.30-150400.4.37.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php8-sodium-8.0.30-150400.4.37.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php8-sqlite-8.0.30-150400.4.37.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php8-sqlite-8.0.30-150400.4.37.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php8-sqlite-8.0.30-150400.4.37.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php8-sqlite-8.0.30-150400.4.37.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php8-sysvmsg-8.0.30-150400.4.37.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php8-sysvmsg-8.0.30-150400.4.37.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php8-sysvmsg-8.0.30-150400.4.37.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php8-sysvmsg-8.0.30-150400.4.37.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php8-sysvsem-8.0.30-150400.4.37.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php8-sysvsem-8.0.30-150400.4.37.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php8-sysvsem-8.0.30-150400.4.37.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php8-sysvsem-8.0.30-150400.4.37.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php8-sysvshm-8.0.30-150400.4.37.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php8-sysvshm-8.0.30-150400.4.37.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php8-sysvshm-8.0.30-150400.4.37.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php8-sysvshm-8.0.30-150400.4.37.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php8-test-8.0.30-150400.4.37.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php8-test-8.0.30-150400.4.37.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php8-test-8.0.30-150400.4.37.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php8-test-8.0.30-150400.4.37.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php8-tidy-8.0.30-150400.4.37.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php8-tidy-8.0.30-150400.4.37.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php8-tidy-8.0.30-150400.4.37.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php8-tidy-8.0.30-150400.4.37.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php8-tokenizer-8.0.30-150400.4.37.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php8-tokenizer-8.0.30-150400.4.37.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php8-tokenizer-8.0.30-150400.4.37.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php8-tokenizer-8.0.30-150400.4.37.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php8-xmlreader-8.0.30-150400.4.37.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php8-xmlreader-8.0.30-150400.4.37.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php8-xmlreader-8.0.30-150400.4.37.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php8-xmlreader-8.0.30-150400.4.37.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php8-xmlwriter-8.0.30-150400.4.37.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php8-xmlwriter-8.0.30-150400.4.37.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php8-xmlwriter-8.0.30-150400.4.37.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php8-xmlwriter-8.0.30-150400.4.37.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php8-xsl-8.0.30-150400.4.37.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php8-xsl-8.0.30-150400.4.37.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php8-xsl-8.0.30-150400.4.37.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php8-xsl-8.0.30-150400.4.37.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php8-zip-8.0.30-150400.4.37.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php8-zip-8.0.30-150400.4.37.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php8-zip-8.0.30-150400.4.37.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php8-zip-8.0.30-150400.4.37.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php8-zlib-8.0.30-150400.4.37.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php8-zlib-8.0.30-150400.4.37.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php8-zlib-8.0.30-150400.4.37.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php8-zlib-8.0.30-150400.4.37.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
7.8 (High)
Affected products
Recommended
832 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:apache2-mod_php8-8.0.30-150400.4.37.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:apache2-mod_php8-8.0.30-150400.4.37.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:apache2-mod_php8-8.0.30-150400.4.37.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:apache2-mod_php8-8.0.30-150400.4.37.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-8.0.30-150400.4.37.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-8.0.30-150400.4.37.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-8.0.30-150400.4.37.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-8.0.30-150400.4.37.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-bcmath-8.0.30-150400.4.37.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-bcmath-8.0.30-150400.4.37.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-bcmath-8.0.30-150400.4.37.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-bcmath-8.0.30-150400.4.37.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-bz2-8.0.30-150400.4.37.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-bz2-8.0.30-150400.4.37.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-bz2-8.0.30-150400.4.37.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-bz2-8.0.30-150400.4.37.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-calendar-8.0.30-150400.4.37.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-calendar-8.0.30-150400.4.37.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-calendar-8.0.30-150400.4.37.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-calendar-8.0.30-150400.4.37.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-cli-8.0.30-150400.4.37.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-cli-8.0.30-150400.4.37.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-cli-8.0.30-150400.4.37.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-cli-8.0.30-150400.4.37.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-ctype-8.0.30-150400.4.37.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-ctype-8.0.30-150400.4.37.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-ctype-8.0.30-150400.4.37.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-ctype-8.0.30-150400.4.37.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-curl-8.0.30-150400.4.37.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-curl-8.0.30-150400.4.37.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-curl-8.0.30-150400.4.37.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-curl-8.0.30-150400.4.37.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-dba-8.0.30-150400.4.37.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-dba-8.0.30-150400.4.37.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-dba-8.0.30-150400.4.37.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-dba-8.0.30-150400.4.37.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-devel-8.0.30-150400.4.37.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-devel-8.0.30-150400.4.37.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-devel-8.0.30-150400.4.37.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-devel-8.0.30-150400.4.37.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-dom-8.0.30-150400.4.37.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-dom-8.0.30-150400.4.37.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-dom-8.0.30-150400.4.37.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-dom-8.0.30-150400.4.37.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-embed-8.0.30-150400.4.37.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-embed-8.0.30-150400.4.37.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-embed-8.0.30-150400.4.37.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-embed-8.0.30-150400.4.37.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-enchant-8.0.30-150400.4.37.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-enchant-8.0.30-150400.4.37.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-enchant-8.0.30-150400.4.37.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-enchant-8.0.30-150400.4.37.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-exif-8.0.30-150400.4.37.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-exif-8.0.30-150400.4.37.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-exif-8.0.30-150400.4.37.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-exif-8.0.30-150400.4.37.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-fastcgi-8.0.30-150400.4.37.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-fastcgi-8.0.30-150400.4.37.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-fastcgi-8.0.30-150400.4.37.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-fastcgi-8.0.30-150400.4.37.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-fileinfo-8.0.30-150400.4.37.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-fileinfo-8.0.30-150400.4.37.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-fileinfo-8.0.30-150400.4.37.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-fileinfo-8.0.30-150400.4.37.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-fpm-8.0.30-150400.4.37.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-fpm-8.0.30-150400.4.37.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-fpm-8.0.30-150400.4.37.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-fpm-8.0.30-150400.4.37.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-ftp-8.0.30-150400.4.37.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-ftp-8.0.30-150400.4.37.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-ftp-8.0.30-150400.4.37.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-ftp-8.0.30-150400.4.37.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-gd-8.0.30-150400.4.37.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-gd-8.0.30-150400.4.37.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-gd-8.0.30-150400.4.37.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-gd-8.0.30-150400.4.37.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-gettext-8.0.30-150400.4.37.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-gettext-8.0.30-150400.4.37.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-gettext-8.0.30-150400.4.37.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-gettext-8.0.30-150400.4.37.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-gmp-8.0.30-150400.4.37.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-gmp-8.0.30-150400.4.37.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-gmp-8.0.30-150400.4.37.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-gmp-8.0.30-150400.4.37.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-iconv-8.0.30-150400.4.37.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-iconv-8.0.30-150400.4.37.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-iconv-8.0.30-150400.4.37.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-iconv-8.0.30-150400.4.37.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-intl-8.0.30-150400.4.37.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-intl-8.0.30-150400.4.37.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-intl-8.0.30-150400.4.37.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-intl-8.0.30-150400.4.37.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-ldap-8.0.30-150400.4.37.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-ldap-8.0.30-150400.4.37.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-ldap-8.0.30-150400.4.37.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-ldap-8.0.30-150400.4.37.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-mbstring-8.0.30-150400.4.37.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-mbstring-8.0.30-150400.4.37.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-mbstring-8.0.30-150400.4.37.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-mbstring-8.0.30-150400.4.37.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-mysql-8.0.30-150400.4.37.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-mysql-8.0.30-150400.4.37.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-mysql-8.0.30-150400.4.37.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-mysql-8.0.30-150400.4.37.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-odbc-8.0.30-150400.4.37.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-odbc-8.0.30-150400.4.37.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-odbc-8.0.30-150400.4.37.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-odbc-8.0.30-150400.4.37.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-opcache-8.0.30-150400.4.37.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-opcache-8.0.30-150400.4.37.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-opcache-8.0.30-150400.4.37.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-opcache-8.0.30-150400.4.37.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-openssl-8.0.30-150400.4.37.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-openssl-8.0.30-150400.4.37.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-openssl-8.0.30-150400.4.37.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-openssl-8.0.30-150400.4.37.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-pcntl-8.0.30-150400.4.37.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-pcntl-8.0.30-150400.4.37.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-pcntl-8.0.30-150400.4.37.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-pcntl-8.0.30-150400.4.37.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-pdo-8.0.30-150400.4.37.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-pdo-8.0.30-150400.4.37.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-pdo-8.0.30-150400.4.37.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-pdo-8.0.30-150400.4.37.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-pgsql-8.0.30-150400.4.37.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-pgsql-8.0.30-150400.4.37.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-pgsql-8.0.30-150400.4.37.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-pgsql-8.0.30-150400.4.37.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-phar-8.0.30-150400.4.37.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-phar-8.0.30-150400.4.37.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-phar-8.0.30-150400.4.37.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-phar-8.0.30-150400.4.37.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-posix-8.0.30-150400.4.37.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-posix-8.0.30-150400.4.37.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-posix-8.0.30-150400.4.37.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-posix-8.0.30-150400.4.37.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-readline-8.0.30-150400.4.37.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-readline-8.0.30-150400.4.37.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-readline-8.0.30-150400.4.37.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-readline-8.0.30-150400.4.37.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-shmop-8.0.30-150400.4.37.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-shmop-8.0.30-150400.4.37.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-shmop-8.0.30-150400.4.37.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-shmop-8.0.30-150400.4.37.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-snmp-8.0.30-150400.4.37.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-snmp-8.0.30-150400.4.37.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-snmp-8.0.30-150400.4.37.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-snmp-8.0.30-150400.4.37.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-soap-8.0.30-150400.4.37.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-soap-8.0.30-150400.4.37.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-soap-8.0.30-150400.4.37.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-soap-8.0.30-150400.4.37.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-sockets-8.0.30-150400.4.37.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-sockets-8.0.30-150400.4.37.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-sockets-8.0.30-150400.4.37.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-sockets-8.0.30-150400.4.37.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-sodium-8.0.30-150400.4.37.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-sodium-8.0.30-150400.4.37.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-sodium-8.0.30-150400.4.37.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-sodium-8.0.30-150400.4.37.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-sqlite-8.0.30-150400.4.37.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-sqlite-8.0.30-150400.4.37.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-sqlite-8.0.30-150400.4.37.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-sqlite-8.0.30-150400.4.37.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-sysvmsg-8.0.30-150400.4.37.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-sysvmsg-8.0.30-150400.4.37.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-sysvmsg-8.0.30-150400.4.37.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-sysvmsg-8.0.30-150400.4.37.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-sysvsem-8.0.30-150400.4.37.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-sysvsem-8.0.30-150400.4.37.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-sysvsem-8.0.30-150400.4.37.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-sysvsem-8.0.30-150400.4.37.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-sysvshm-8.0.30-150400.4.37.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-sysvshm-8.0.30-150400.4.37.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-sysvshm-8.0.30-150400.4.37.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-sysvshm-8.0.30-150400.4.37.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-test-8.0.30-150400.4.37.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-test-8.0.30-150400.4.37.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-test-8.0.30-150400.4.37.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-test-8.0.30-150400.4.37.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-tidy-8.0.30-150400.4.37.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-tidy-8.0.30-150400.4.37.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-tidy-8.0.30-150400.4.37.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-tidy-8.0.30-150400.4.37.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-tokenizer-8.0.30-150400.4.37.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-tokenizer-8.0.30-150400.4.37.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-tokenizer-8.0.30-150400.4.37.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-tokenizer-8.0.30-150400.4.37.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-xmlreader-8.0.30-150400.4.37.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-xmlreader-8.0.30-150400.4.37.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-xmlreader-8.0.30-150400.4.37.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-xmlreader-8.0.30-150400.4.37.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-xmlwriter-8.0.30-150400.4.37.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-xmlwriter-8.0.30-150400.4.37.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-xmlwriter-8.0.30-150400.4.37.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-xmlwriter-8.0.30-150400.4.37.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-xsl-8.0.30-150400.4.37.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-xsl-8.0.30-150400.4.37.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-xsl-8.0.30-150400.4.37.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-xsl-8.0.30-150400.4.37.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-zip-8.0.30-150400.4.37.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-zip-8.0.30-150400.4.37.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-zip-8.0.30-150400.4.37.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-zip-8.0.30-150400.4.37.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-zlib-8.0.30-150400.4.37.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-zlib-8.0.30-150400.4.37.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-zlib-8.0.30-150400.4.37.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-zlib-8.0.30-150400.4.37.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:apache2-mod_php8-8.0.30-150400.4.37.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:apache2-mod_php8-8.0.30-150400.4.37.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:apache2-mod_php8-8.0.30-150400.4.37.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:apache2-mod_php8-8.0.30-150400.4.37.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-8.0.30-150400.4.37.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-8.0.30-150400.4.37.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-8.0.30-150400.4.37.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-8.0.30-150400.4.37.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-bcmath-8.0.30-150400.4.37.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-bcmath-8.0.30-150400.4.37.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-bcmath-8.0.30-150400.4.37.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-bcmath-8.0.30-150400.4.37.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-bz2-8.0.30-150400.4.37.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-bz2-8.0.30-150400.4.37.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-bz2-8.0.30-150400.4.37.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-bz2-8.0.30-150400.4.37.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-calendar-8.0.30-150400.4.37.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-calendar-8.0.30-150400.4.37.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-calendar-8.0.30-150400.4.37.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-calendar-8.0.30-150400.4.37.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-cli-8.0.30-150400.4.37.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-cli-8.0.30-150400.4.37.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-cli-8.0.30-150400.4.37.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-cli-8.0.30-150400.4.37.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-ctype-8.0.30-150400.4.37.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-ctype-8.0.30-150400.4.37.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-ctype-8.0.30-150400.4.37.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-ctype-8.0.30-150400.4.37.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-curl-8.0.30-150400.4.37.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-curl-8.0.30-150400.4.37.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-curl-8.0.30-150400.4.37.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-curl-8.0.30-150400.4.37.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-dba-8.0.30-150400.4.37.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-dba-8.0.30-150400.4.37.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-dba-8.0.30-150400.4.37.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-dba-8.0.30-150400.4.37.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-devel-8.0.30-150400.4.37.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-devel-8.0.30-150400.4.37.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-devel-8.0.30-150400.4.37.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-devel-8.0.30-150400.4.37.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-dom-8.0.30-150400.4.37.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-dom-8.0.30-150400.4.37.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-dom-8.0.30-150400.4.37.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-dom-8.0.30-150400.4.37.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-embed-8.0.30-150400.4.37.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-embed-8.0.30-150400.4.37.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-embed-8.0.30-150400.4.37.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-embed-8.0.30-150400.4.37.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-enchant-8.0.30-150400.4.37.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-enchant-8.0.30-150400.4.37.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-enchant-8.0.30-150400.4.37.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-enchant-8.0.30-150400.4.37.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-exif-8.0.30-150400.4.37.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-exif-8.0.30-150400.4.37.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-exif-8.0.30-150400.4.37.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-exif-8.0.30-150400.4.37.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-fastcgi-8.0.30-150400.4.37.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-fastcgi-8.0.30-150400.4.37.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-fastcgi-8.0.30-150400.4.37.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-fastcgi-8.0.30-150400.4.37.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-fileinfo-8.0.30-150400.4.37.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-fileinfo-8.0.30-150400.4.37.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-fileinfo-8.0.30-150400.4.37.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-fileinfo-8.0.30-150400.4.37.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-fpm-8.0.30-150400.4.37.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-fpm-8.0.30-150400.4.37.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-fpm-8.0.30-150400.4.37.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-fpm-8.0.30-150400.4.37.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-ftp-8.0.30-150400.4.37.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-ftp-8.0.30-150400.4.37.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-ftp-8.0.30-150400.4.37.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-ftp-8.0.30-150400.4.37.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-gd-8.0.30-150400.4.37.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-gd-8.0.30-150400.4.37.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-gd-8.0.30-150400.4.37.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-gd-8.0.30-150400.4.37.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-gettext-8.0.30-150400.4.37.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-gettext-8.0.30-150400.4.37.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-gettext-8.0.30-150400.4.37.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-gettext-8.0.30-150400.4.37.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-gmp-8.0.30-150400.4.37.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-gmp-8.0.30-150400.4.37.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-gmp-8.0.30-150400.4.37.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-gmp-8.0.30-150400.4.37.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-iconv-8.0.30-150400.4.37.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-iconv-8.0.30-150400.4.37.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-iconv-8.0.30-150400.4.37.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-iconv-8.0.30-150400.4.37.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-intl-8.0.30-150400.4.37.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-intl-8.0.30-150400.4.37.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-intl-8.0.30-150400.4.37.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-intl-8.0.30-150400.4.37.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-ldap-8.0.30-150400.4.37.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-ldap-8.0.30-150400.4.37.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-ldap-8.0.30-150400.4.37.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-ldap-8.0.30-150400.4.37.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-mbstring-8.0.30-150400.4.37.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-mbstring-8.0.30-150400.4.37.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-mbstring-8.0.30-150400.4.37.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-mbstring-8.0.30-150400.4.37.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-mysql-8.0.30-150400.4.37.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-mysql-8.0.30-150400.4.37.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-mysql-8.0.30-150400.4.37.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-mysql-8.0.30-150400.4.37.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-odbc-8.0.30-150400.4.37.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-odbc-8.0.30-150400.4.37.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-odbc-8.0.30-150400.4.37.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-odbc-8.0.30-150400.4.37.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-opcache-8.0.30-150400.4.37.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-opcache-8.0.30-150400.4.37.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-opcache-8.0.30-150400.4.37.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-opcache-8.0.30-150400.4.37.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-openssl-8.0.30-150400.4.37.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-openssl-8.0.30-150400.4.37.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-openssl-8.0.30-150400.4.37.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-openssl-8.0.30-150400.4.37.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-pcntl-8.0.30-150400.4.37.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-pcntl-8.0.30-150400.4.37.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-pcntl-8.0.30-150400.4.37.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-pcntl-8.0.30-150400.4.37.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-pdo-8.0.30-150400.4.37.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-pdo-8.0.30-150400.4.37.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-pdo-8.0.30-150400.4.37.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-pdo-8.0.30-150400.4.37.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-pgsql-8.0.30-150400.4.37.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-pgsql-8.0.30-150400.4.37.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-pgsql-8.0.30-150400.4.37.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-pgsql-8.0.30-150400.4.37.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-phar-8.0.30-150400.4.37.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-phar-8.0.30-150400.4.37.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-phar-8.0.30-150400.4.37.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-phar-8.0.30-150400.4.37.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-posix-8.0.30-150400.4.37.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-posix-8.0.30-150400.4.37.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-posix-8.0.30-150400.4.37.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-posix-8.0.30-150400.4.37.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-readline-8.0.30-150400.4.37.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-readline-8.0.30-150400.4.37.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-readline-8.0.30-150400.4.37.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-readline-8.0.30-150400.4.37.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-shmop-8.0.30-150400.4.37.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-shmop-8.0.30-150400.4.37.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-shmop-8.0.30-150400.4.37.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-shmop-8.0.30-150400.4.37.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-snmp-8.0.30-150400.4.37.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-snmp-8.0.30-150400.4.37.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-snmp-8.0.30-150400.4.37.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-snmp-8.0.30-150400.4.37.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-soap-8.0.30-150400.4.37.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-soap-8.0.30-150400.4.37.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-soap-8.0.30-150400.4.37.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-soap-8.0.30-150400.4.37.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-sockets-8.0.30-150400.4.37.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-sockets-8.0.30-150400.4.37.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-sockets-8.0.30-150400.4.37.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-sockets-8.0.30-150400.4.37.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-sodium-8.0.30-150400.4.37.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-sodium-8.0.30-150400.4.37.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-sodium-8.0.30-150400.4.37.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-sodium-8.0.30-150400.4.37.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-sqlite-8.0.30-150400.4.37.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-sqlite-8.0.30-150400.4.37.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-sqlite-8.0.30-150400.4.37.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-sqlite-8.0.30-150400.4.37.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-sysvmsg-8.0.30-150400.4.37.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-sysvmsg-8.0.30-150400.4.37.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-sysvmsg-8.0.30-150400.4.37.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-sysvmsg-8.0.30-150400.4.37.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-sysvsem-8.0.30-150400.4.37.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-sysvsem-8.0.30-150400.4.37.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-sysvsem-8.0.30-150400.4.37.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-sysvsem-8.0.30-150400.4.37.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-sysvshm-8.0.30-150400.4.37.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-sysvshm-8.0.30-150400.4.37.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-sysvshm-8.0.30-150400.4.37.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-sysvshm-8.0.30-150400.4.37.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-test-8.0.30-150400.4.37.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-test-8.0.30-150400.4.37.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-test-8.0.30-150400.4.37.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-test-8.0.30-150400.4.37.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-tidy-8.0.30-150400.4.37.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-tidy-8.0.30-150400.4.37.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-tidy-8.0.30-150400.4.37.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-tidy-8.0.30-150400.4.37.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-tokenizer-8.0.30-150400.4.37.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-tokenizer-8.0.30-150400.4.37.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-tokenizer-8.0.30-150400.4.37.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-tokenizer-8.0.30-150400.4.37.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-xmlreader-8.0.30-150400.4.37.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-xmlreader-8.0.30-150400.4.37.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-xmlreader-8.0.30-150400.4.37.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-xmlreader-8.0.30-150400.4.37.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-xmlwriter-8.0.30-150400.4.37.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-xmlwriter-8.0.30-150400.4.37.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-xmlwriter-8.0.30-150400.4.37.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-xmlwriter-8.0.30-150400.4.37.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-xsl-8.0.30-150400.4.37.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-xsl-8.0.30-150400.4.37.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-xsl-8.0.30-150400.4.37.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-xsl-8.0.30-150400.4.37.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-zip-8.0.30-150400.4.37.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-zip-8.0.30-150400.4.37.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-zip-8.0.30-150400.4.37.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-zip-8.0.30-150400.4.37.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-zlib-8.0.30-150400.4.37.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-zlib-8.0.30-150400.4.37.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-zlib-8.0.30-150400.4.37.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-zlib-8.0.30-150400.4.37.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:apache2-mod_php8-8.0.30-150400.4.37.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:apache2-mod_php8-8.0.30-150400.4.37.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:apache2-mod_php8-8.0.30-150400.4.37.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:apache2-mod_php8-8.0.30-150400.4.37.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php8-8.0.30-150400.4.37.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php8-8.0.30-150400.4.37.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php8-8.0.30-150400.4.37.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php8-8.0.30-150400.4.37.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php8-bcmath-8.0.30-150400.4.37.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php8-bcmath-8.0.30-150400.4.37.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php8-bcmath-8.0.30-150400.4.37.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php8-bcmath-8.0.30-150400.4.37.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php8-bz2-8.0.30-150400.4.37.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php8-bz2-8.0.30-150400.4.37.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php8-bz2-8.0.30-150400.4.37.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php8-bz2-8.0.30-150400.4.37.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php8-calendar-8.0.30-150400.4.37.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php8-calendar-8.0.30-150400.4.37.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php8-calendar-8.0.30-150400.4.37.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php8-calendar-8.0.30-150400.4.37.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php8-cli-8.0.30-150400.4.37.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php8-cli-8.0.30-150400.4.37.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php8-cli-8.0.30-150400.4.37.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php8-cli-8.0.30-150400.4.37.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php8-ctype-8.0.30-150400.4.37.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php8-ctype-8.0.30-150400.4.37.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php8-ctype-8.0.30-150400.4.37.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php8-ctype-8.0.30-150400.4.37.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php8-curl-8.0.30-150400.4.37.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php8-curl-8.0.30-150400.4.37.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php8-curl-8.0.30-150400.4.37.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php8-curl-8.0.30-150400.4.37.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php8-dba-8.0.30-150400.4.37.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php8-dba-8.0.30-150400.4.37.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php8-dba-8.0.30-150400.4.37.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php8-dba-8.0.30-150400.4.37.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php8-devel-8.0.30-150400.4.37.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php8-devel-8.0.30-150400.4.37.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php8-devel-8.0.30-150400.4.37.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php8-devel-8.0.30-150400.4.37.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php8-dom-8.0.30-150400.4.37.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php8-dom-8.0.30-150400.4.37.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php8-dom-8.0.30-150400.4.37.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php8-dom-8.0.30-150400.4.37.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php8-embed-8.0.30-150400.4.37.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php8-embed-8.0.30-150400.4.37.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php8-embed-8.0.30-150400.4.37.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php8-embed-8.0.30-150400.4.37.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php8-enchant-8.0.30-150400.4.37.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php8-enchant-8.0.30-150400.4.37.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php8-enchant-8.0.30-150400.4.37.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php8-enchant-8.0.30-150400.4.37.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php8-exif-8.0.30-150400.4.37.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php8-exif-8.0.30-150400.4.37.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php8-exif-8.0.30-150400.4.37.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php8-exif-8.0.30-150400.4.37.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php8-fastcgi-8.0.30-150400.4.37.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php8-fastcgi-8.0.30-150400.4.37.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php8-fastcgi-8.0.30-150400.4.37.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php8-fastcgi-8.0.30-150400.4.37.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php8-fileinfo-8.0.30-150400.4.37.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php8-fileinfo-8.0.30-150400.4.37.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php8-fileinfo-8.0.30-150400.4.37.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php8-fileinfo-8.0.30-150400.4.37.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php8-fpm-8.0.30-150400.4.37.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php8-fpm-8.0.30-150400.4.37.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php8-fpm-8.0.30-150400.4.37.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php8-fpm-8.0.30-150400.4.37.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php8-ftp-8.0.30-150400.4.37.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php8-ftp-8.0.30-150400.4.37.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php8-ftp-8.0.30-150400.4.37.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php8-ftp-8.0.30-150400.4.37.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php8-gd-8.0.30-150400.4.37.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php8-gd-8.0.30-150400.4.37.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php8-gd-8.0.30-150400.4.37.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php8-gd-8.0.30-150400.4.37.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php8-gettext-8.0.30-150400.4.37.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php8-gettext-8.0.30-150400.4.37.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php8-gettext-8.0.30-150400.4.37.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php8-gettext-8.0.30-150400.4.37.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php8-gmp-8.0.30-150400.4.37.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php8-gmp-8.0.30-150400.4.37.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php8-gmp-8.0.30-150400.4.37.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php8-gmp-8.0.30-150400.4.37.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php8-iconv-8.0.30-150400.4.37.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php8-iconv-8.0.30-150400.4.37.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php8-iconv-8.0.30-150400.4.37.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php8-iconv-8.0.30-150400.4.37.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php8-intl-8.0.30-150400.4.37.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php8-intl-8.0.30-150400.4.37.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php8-intl-8.0.30-150400.4.37.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php8-intl-8.0.30-150400.4.37.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php8-ldap-8.0.30-150400.4.37.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php8-ldap-8.0.30-150400.4.37.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php8-ldap-8.0.30-150400.4.37.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php8-ldap-8.0.30-150400.4.37.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php8-mbstring-8.0.30-150400.4.37.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php8-mbstring-8.0.30-150400.4.37.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php8-mbstring-8.0.30-150400.4.37.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php8-mbstring-8.0.30-150400.4.37.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php8-mysql-8.0.30-150400.4.37.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php8-mysql-8.0.30-150400.4.37.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php8-mysql-8.0.30-150400.4.37.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php8-mysql-8.0.30-150400.4.37.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php8-odbc-8.0.30-150400.4.37.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php8-odbc-8.0.30-150400.4.37.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php8-odbc-8.0.30-150400.4.37.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php8-odbc-8.0.30-150400.4.37.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php8-opcache-8.0.30-150400.4.37.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php8-opcache-8.0.30-150400.4.37.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php8-opcache-8.0.30-150400.4.37.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php8-opcache-8.0.30-150400.4.37.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php8-openssl-8.0.30-150400.4.37.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php8-openssl-8.0.30-150400.4.37.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php8-openssl-8.0.30-150400.4.37.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php8-openssl-8.0.30-150400.4.37.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php8-pcntl-8.0.30-150400.4.37.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php8-pcntl-8.0.30-150400.4.37.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php8-pcntl-8.0.30-150400.4.37.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php8-pcntl-8.0.30-150400.4.37.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php8-pdo-8.0.30-150400.4.37.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php8-pdo-8.0.30-150400.4.37.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php8-pdo-8.0.30-150400.4.37.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php8-pdo-8.0.30-150400.4.37.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php8-pgsql-8.0.30-150400.4.37.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php8-pgsql-8.0.30-150400.4.37.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php8-pgsql-8.0.30-150400.4.37.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php8-pgsql-8.0.30-150400.4.37.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php8-phar-8.0.30-150400.4.37.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php8-phar-8.0.30-150400.4.37.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php8-phar-8.0.30-150400.4.37.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php8-phar-8.0.30-150400.4.37.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php8-posix-8.0.30-150400.4.37.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php8-posix-8.0.30-150400.4.37.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php8-posix-8.0.30-150400.4.37.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php8-posix-8.0.30-150400.4.37.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php8-readline-8.0.30-150400.4.37.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php8-readline-8.0.30-150400.4.37.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php8-readline-8.0.30-150400.4.37.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php8-readline-8.0.30-150400.4.37.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php8-shmop-8.0.30-150400.4.37.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php8-shmop-8.0.30-150400.4.37.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php8-shmop-8.0.30-150400.4.37.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php8-shmop-8.0.30-150400.4.37.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php8-snmp-8.0.30-150400.4.37.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php8-snmp-8.0.30-150400.4.37.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php8-snmp-8.0.30-150400.4.37.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php8-snmp-8.0.30-150400.4.37.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php8-soap-8.0.30-150400.4.37.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php8-soap-8.0.30-150400.4.37.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php8-soap-8.0.30-150400.4.37.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php8-soap-8.0.30-150400.4.37.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php8-sockets-8.0.30-150400.4.37.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php8-sockets-8.0.30-150400.4.37.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php8-sockets-8.0.30-150400.4.37.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php8-sockets-8.0.30-150400.4.37.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php8-sodium-8.0.30-150400.4.37.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php8-sodium-8.0.30-150400.4.37.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php8-sodium-8.0.30-150400.4.37.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php8-sodium-8.0.30-150400.4.37.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php8-sqlite-8.0.30-150400.4.37.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php8-sqlite-8.0.30-150400.4.37.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php8-sqlite-8.0.30-150400.4.37.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php8-sqlite-8.0.30-150400.4.37.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php8-sysvmsg-8.0.30-150400.4.37.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php8-sysvmsg-8.0.30-150400.4.37.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php8-sysvmsg-8.0.30-150400.4.37.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php8-sysvmsg-8.0.30-150400.4.37.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php8-sysvsem-8.0.30-150400.4.37.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php8-sysvsem-8.0.30-150400.4.37.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php8-sysvsem-8.0.30-150400.4.37.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php8-sysvsem-8.0.30-150400.4.37.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php8-sysvshm-8.0.30-150400.4.37.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php8-sysvshm-8.0.30-150400.4.37.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php8-sysvshm-8.0.30-150400.4.37.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php8-sysvshm-8.0.30-150400.4.37.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php8-test-8.0.30-150400.4.37.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php8-test-8.0.30-150400.4.37.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php8-test-8.0.30-150400.4.37.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php8-test-8.0.30-150400.4.37.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php8-tidy-8.0.30-150400.4.37.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php8-tidy-8.0.30-150400.4.37.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php8-tidy-8.0.30-150400.4.37.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php8-tidy-8.0.30-150400.4.37.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php8-tokenizer-8.0.30-150400.4.37.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php8-tokenizer-8.0.30-150400.4.37.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php8-tokenizer-8.0.30-150400.4.37.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php8-tokenizer-8.0.30-150400.4.37.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php8-xmlreader-8.0.30-150400.4.37.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php8-xmlreader-8.0.30-150400.4.37.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php8-xmlreader-8.0.30-150400.4.37.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php8-xmlreader-8.0.30-150400.4.37.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php8-xmlwriter-8.0.30-150400.4.37.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php8-xmlwriter-8.0.30-150400.4.37.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php8-xmlwriter-8.0.30-150400.4.37.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php8-xmlwriter-8.0.30-150400.4.37.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php8-xsl-8.0.30-150400.4.37.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php8-xsl-8.0.30-150400.4.37.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php8-xsl-8.0.30-150400.4.37.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php8-xsl-8.0.30-150400.4.37.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php8-zip-8.0.30-150400.4.37.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php8-zip-8.0.30-150400.4.37.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php8-zip-8.0.30-150400.4.37.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php8-zip-8.0.30-150400.4.37.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php8-zlib-8.0.30-150400.4.37.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php8-zlib-8.0.30-150400.4.37.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php8-zlib-8.0.30-150400.4.37.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php8-zlib-8.0.30-150400.4.37.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:apache2-mod_php8-8.0.30-150400.4.37.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:apache2-mod_php8-8.0.30-150400.4.37.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:apache2-mod_php8-8.0.30-150400.4.37.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:apache2-mod_php8-8.0.30-150400.4.37.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php8-8.0.30-150400.4.37.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php8-8.0.30-150400.4.37.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php8-8.0.30-150400.4.37.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php8-8.0.30-150400.4.37.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php8-bcmath-8.0.30-150400.4.37.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php8-bcmath-8.0.30-150400.4.37.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php8-bcmath-8.0.30-150400.4.37.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php8-bcmath-8.0.30-150400.4.37.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php8-bz2-8.0.30-150400.4.37.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php8-bz2-8.0.30-150400.4.37.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php8-bz2-8.0.30-150400.4.37.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php8-bz2-8.0.30-150400.4.37.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php8-calendar-8.0.30-150400.4.37.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php8-calendar-8.0.30-150400.4.37.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php8-calendar-8.0.30-150400.4.37.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php8-calendar-8.0.30-150400.4.37.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php8-cli-8.0.30-150400.4.37.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php8-cli-8.0.30-150400.4.37.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php8-cli-8.0.30-150400.4.37.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php8-cli-8.0.30-150400.4.37.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php8-ctype-8.0.30-150400.4.37.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php8-ctype-8.0.30-150400.4.37.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php8-ctype-8.0.30-150400.4.37.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php8-ctype-8.0.30-150400.4.37.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php8-curl-8.0.30-150400.4.37.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php8-curl-8.0.30-150400.4.37.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php8-curl-8.0.30-150400.4.37.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php8-curl-8.0.30-150400.4.37.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php8-dba-8.0.30-150400.4.37.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php8-dba-8.0.30-150400.4.37.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php8-dba-8.0.30-150400.4.37.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php8-dba-8.0.30-150400.4.37.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php8-devel-8.0.30-150400.4.37.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php8-devel-8.0.30-150400.4.37.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php8-devel-8.0.30-150400.4.37.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php8-devel-8.0.30-150400.4.37.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php8-dom-8.0.30-150400.4.37.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php8-dom-8.0.30-150400.4.37.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php8-dom-8.0.30-150400.4.37.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php8-dom-8.0.30-150400.4.37.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php8-embed-8.0.30-150400.4.37.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php8-embed-8.0.30-150400.4.37.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php8-embed-8.0.30-150400.4.37.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php8-embed-8.0.30-150400.4.37.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php8-enchant-8.0.30-150400.4.37.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php8-enchant-8.0.30-150400.4.37.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php8-enchant-8.0.30-150400.4.37.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php8-enchant-8.0.30-150400.4.37.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php8-exif-8.0.30-150400.4.37.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php8-exif-8.0.30-150400.4.37.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php8-exif-8.0.30-150400.4.37.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php8-exif-8.0.30-150400.4.37.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php8-fastcgi-8.0.30-150400.4.37.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php8-fastcgi-8.0.30-150400.4.37.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php8-fastcgi-8.0.30-150400.4.37.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php8-fastcgi-8.0.30-150400.4.37.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php8-fileinfo-8.0.30-150400.4.37.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php8-fileinfo-8.0.30-150400.4.37.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php8-fileinfo-8.0.30-150400.4.37.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php8-fileinfo-8.0.30-150400.4.37.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php8-fpm-8.0.30-150400.4.37.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php8-fpm-8.0.30-150400.4.37.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php8-fpm-8.0.30-150400.4.37.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php8-fpm-8.0.30-150400.4.37.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php8-ftp-8.0.30-150400.4.37.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php8-ftp-8.0.30-150400.4.37.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php8-ftp-8.0.30-150400.4.37.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php8-ftp-8.0.30-150400.4.37.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php8-gd-8.0.30-150400.4.37.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php8-gd-8.0.30-150400.4.37.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php8-gd-8.0.30-150400.4.37.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php8-gd-8.0.30-150400.4.37.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php8-gettext-8.0.30-150400.4.37.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php8-gettext-8.0.30-150400.4.37.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php8-gettext-8.0.30-150400.4.37.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php8-gettext-8.0.30-150400.4.37.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php8-gmp-8.0.30-150400.4.37.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php8-gmp-8.0.30-150400.4.37.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php8-gmp-8.0.30-150400.4.37.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php8-gmp-8.0.30-150400.4.37.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php8-iconv-8.0.30-150400.4.37.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php8-iconv-8.0.30-150400.4.37.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php8-iconv-8.0.30-150400.4.37.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php8-iconv-8.0.30-150400.4.37.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php8-intl-8.0.30-150400.4.37.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php8-intl-8.0.30-150400.4.37.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php8-intl-8.0.30-150400.4.37.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php8-intl-8.0.30-150400.4.37.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php8-ldap-8.0.30-150400.4.37.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php8-ldap-8.0.30-150400.4.37.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php8-ldap-8.0.30-150400.4.37.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php8-ldap-8.0.30-150400.4.37.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php8-mbstring-8.0.30-150400.4.37.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php8-mbstring-8.0.30-150400.4.37.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php8-mbstring-8.0.30-150400.4.37.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php8-mbstring-8.0.30-150400.4.37.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php8-mysql-8.0.30-150400.4.37.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php8-mysql-8.0.30-150400.4.37.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php8-mysql-8.0.30-150400.4.37.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php8-mysql-8.0.30-150400.4.37.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php8-odbc-8.0.30-150400.4.37.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php8-odbc-8.0.30-150400.4.37.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php8-odbc-8.0.30-150400.4.37.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php8-odbc-8.0.30-150400.4.37.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php8-opcache-8.0.30-150400.4.37.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php8-opcache-8.0.30-150400.4.37.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php8-opcache-8.0.30-150400.4.37.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php8-opcache-8.0.30-150400.4.37.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php8-openssl-8.0.30-150400.4.37.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php8-openssl-8.0.30-150400.4.37.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php8-openssl-8.0.30-150400.4.37.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php8-openssl-8.0.30-150400.4.37.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php8-pcntl-8.0.30-150400.4.37.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php8-pcntl-8.0.30-150400.4.37.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php8-pcntl-8.0.30-150400.4.37.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php8-pcntl-8.0.30-150400.4.37.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php8-pdo-8.0.30-150400.4.37.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php8-pdo-8.0.30-150400.4.37.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php8-pdo-8.0.30-150400.4.37.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php8-pdo-8.0.30-150400.4.37.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php8-pgsql-8.0.30-150400.4.37.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php8-pgsql-8.0.30-150400.4.37.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php8-pgsql-8.0.30-150400.4.37.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php8-pgsql-8.0.30-150400.4.37.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php8-phar-8.0.30-150400.4.37.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php8-phar-8.0.30-150400.4.37.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php8-phar-8.0.30-150400.4.37.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php8-phar-8.0.30-150400.4.37.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php8-posix-8.0.30-150400.4.37.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php8-posix-8.0.30-150400.4.37.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php8-posix-8.0.30-150400.4.37.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php8-posix-8.0.30-150400.4.37.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php8-readline-8.0.30-150400.4.37.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php8-readline-8.0.30-150400.4.37.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php8-readline-8.0.30-150400.4.37.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php8-readline-8.0.30-150400.4.37.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php8-shmop-8.0.30-150400.4.37.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php8-shmop-8.0.30-150400.4.37.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php8-shmop-8.0.30-150400.4.37.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php8-shmop-8.0.30-150400.4.37.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php8-snmp-8.0.30-150400.4.37.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php8-snmp-8.0.30-150400.4.37.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php8-snmp-8.0.30-150400.4.37.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php8-snmp-8.0.30-150400.4.37.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php8-soap-8.0.30-150400.4.37.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php8-soap-8.0.30-150400.4.37.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php8-soap-8.0.30-150400.4.37.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php8-soap-8.0.30-150400.4.37.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php8-sockets-8.0.30-150400.4.37.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php8-sockets-8.0.30-150400.4.37.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php8-sockets-8.0.30-150400.4.37.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php8-sockets-8.0.30-150400.4.37.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php8-sodium-8.0.30-150400.4.37.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php8-sodium-8.0.30-150400.4.37.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php8-sodium-8.0.30-150400.4.37.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php8-sodium-8.0.30-150400.4.37.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php8-sqlite-8.0.30-150400.4.37.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php8-sqlite-8.0.30-150400.4.37.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php8-sqlite-8.0.30-150400.4.37.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php8-sqlite-8.0.30-150400.4.37.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php8-sysvmsg-8.0.30-150400.4.37.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php8-sysvmsg-8.0.30-150400.4.37.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php8-sysvmsg-8.0.30-150400.4.37.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php8-sysvmsg-8.0.30-150400.4.37.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php8-sysvsem-8.0.30-150400.4.37.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php8-sysvsem-8.0.30-150400.4.37.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php8-sysvsem-8.0.30-150400.4.37.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php8-sysvsem-8.0.30-150400.4.37.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php8-sysvshm-8.0.30-150400.4.37.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php8-sysvshm-8.0.30-150400.4.37.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php8-sysvshm-8.0.30-150400.4.37.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php8-sysvshm-8.0.30-150400.4.37.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php8-test-8.0.30-150400.4.37.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php8-test-8.0.30-150400.4.37.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php8-test-8.0.30-150400.4.37.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php8-test-8.0.30-150400.4.37.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php8-tidy-8.0.30-150400.4.37.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php8-tidy-8.0.30-150400.4.37.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php8-tidy-8.0.30-150400.4.37.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php8-tidy-8.0.30-150400.4.37.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php8-tokenizer-8.0.30-150400.4.37.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php8-tokenizer-8.0.30-150400.4.37.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php8-tokenizer-8.0.30-150400.4.37.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php8-tokenizer-8.0.30-150400.4.37.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php8-xmlreader-8.0.30-150400.4.37.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php8-xmlreader-8.0.30-150400.4.37.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php8-xmlreader-8.0.30-150400.4.37.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php8-xmlreader-8.0.30-150400.4.37.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php8-xmlwriter-8.0.30-150400.4.37.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php8-xmlwriter-8.0.30-150400.4.37.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php8-xmlwriter-8.0.30-150400.4.37.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php8-xmlwriter-8.0.30-150400.4.37.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php8-xsl-8.0.30-150400.4.37.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php8-xsl-8.0.30-150400.4.37.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php8-xsl-8.0.30-150400.4.37.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php8-xsl-8.0.30-150400.4.37.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php8-zip-8.0.30-150400.4.37.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php8-zip-8.0.30-150400.4.37.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php8-zip-8.0.30-150400.4.37.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php8-zip-8.0.30-150400.4.37.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php8-zlib-8.0.30-150400.4.37.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php8-zlib-8.0.30-150400.4.37.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php8-zlib-8.0.30-150400.4.37.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php8-zlib-8.0.30-150400.4.37.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
References
12 references
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Security update for php7",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for php7 fixes the following issues:\n\n- CVE-2023-3823: Fixed an issue with external entity loading in XML without enabling it. (bsc#1214106)\n- CVE-2023-3824: Fixed a buffer overflow in phar_dir_read(). (bsc#1214103)\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2023-3528,SUSE-SLE-Module-Web-Scripting-15-SP4-2023-3528,SUSE-SLE-Module-Web-Scripting-15-SP5-2023-3528,openSUSE-SLE-15.4-2023-3528,openSUSE-SLE-15.5-2023-3528",
"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-2023_3528-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2023:3528-1",
"url": "https://www.suse.com/support/update/announcement/2023/suse-su-20233528-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2023:3528-1",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2023-September/016089.html"
},
{
"category": "self",
"summary": "SUSE Bug 1214103",
"url": "https://bugzilla.suse.com/1214103"
},
{
"category": "self",
"summary": "SUSE Bug 1214106",
"url": "https://bugzilla.suse.com/1214106"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-3823 page",
"url": "https://www.suse.com/security/cve/CVE-2023-3823/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-3824 page",
"url": "https://www.suse.com/security/cve/CVE-2023-3824/"
}
],
"title": "Security update for php7",
"tracking": {
"current_release_date": "2023-09-05T07:59:55Z",
"generator": {
"date": "2023-09-05T07:59:55Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2023:3528-1",
"initial_release_date": "2023-09-05T07:59:55Z",
"revision_history": [
{
"date": "2023-09-05T07:59:55Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "apache2-mod_php8-8.0.30-150400.4.37.1.aarch64",
"product": {
"name": "apache2-mod_php8-8.0.30-150400.4.37.1.aarch64",
"product_id": "apache2-mod_php8-8.0.30-150400.4.37.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-8.0.30-150400.4.37.1.aarch64",
"product": {
"name": "php8-8.0.30-150400.4.37.1.aarch64",
"product_id": "php8-8.0.30-150400.4.37.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-bcmath-8.0.30-150400.4.37.1.aarch64",
"product": {
"name": "php8-bcmath-8.0.30-150400.4.37.1.aarch64",
"product_id": "php8-bcmath-8.0.30-150400.4.37.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-bz2-8.0.30-150400.4.37.1.aarch64",
"product": {
"name": "php8-bz2-8.0.30-150400.4.37.1.aarch64",
"product_id": "php8-bz2-8.0.30-150400.4.37.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-calendar-8.0.30-150400.4.37.1.aarch64",
"product": {
"name": "php8-calendar-8.0.30-150400.4.37.1.aarch64",
"product_id": "php8-calendar-8.0.30-150400.4.37.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-cli-8.0.30-150400.4.37.1.aarch64",
"product": {
"name": "php8-cli-8.0.30-150400.4.37.1.aarch64",
"product_id": "php8-cli-8.0.30-150400.4.37.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-ctype-8.0.30-150400.4.37.1.aarch64",
"product": {
"name": "php8-ctype-8.0.30-150400.4.37.1.aarch64",
"product_id": "php8-ctype-8.0.30-150400.4.37.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-curl-8.0.30-150400.4.37.1.aarch64",
"product": {
"name": "php8-curl-8.0.30-150400.4.37.1.aarch64",
"product_id": "php8-curl-8.0.30-150400.4.37.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-dba-8.0.30-150400.4.37.1.aarch64",
"product": {
"name": "php8-dba-8.0.30-150400.4.37.1.aarch64",
"product_id": "php8-dba-8.0.30-150400.4.37.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-devel-8.0.30-150400.4.37.1.aarch64",
"product": {
"name": "php8-devel-8.0.30-150400.4.37.1.aarch64",
"product_id": "php8-devel-8.0.30-150400.4.37.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-dom-8.0.30-150400.4.37.1.aarch64",
"product": {
"name": "php8-dom-8.0.30-150400.4.37.1.aarch64",
"product_id": "php8-dom-8.0.30-150400.4.37.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-embed-8.0.30-150400.4.37.1.aarch64",
"product": {
"name": "php8-embed-8.0.30-150400.4.37.1.aarch64",
"product_id": "php8-embed-8.0.30-150400.4.37.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-enchant-8.0.30-150400.4.37.1.aarch64",
"product": {
"name": "php8-enchant-8.0.30-150400.4.37.1.aarch64",
"product_id": "php8-enchant-8.0.30-150400.4.37.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-exif-8.0.30-150400.4.37.1.aarch64",
"product": {
"name": "php8-exif-8.0.30-150400.4.37.1.aarch64",
"product_id": "php8-exif-8.0.30-150400.4.37.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-fastcgi-8.0.30-150400.4.37.1.aarch64",
"product": {
"name": "php8-fastcgi-8.0.30-150400.4.37.1.aarch64",
"product_id": "php8-fastcgi-8.0.30-150400.4.37.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-fileinfo-8.0.30-150400.4.37.1.aarch64",
"product": {
"name": "php8-fileinfo-8.0.30-150400.4.37.1.aarch64",
"product_id": "php8-fileinfo-8.0.30-150400.4.37.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-fpm-8.0.30-150400.4.37.1.aarch64",
"product": {
"name": "php8-fpm-8.0.30-150400.4.37.1.aarch64",
"product_id": "php8-fpm-8.0.30-150400.4.37.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-ftp-8.0.30-150400.4.37.1.aarch64",
"product": {
"name": "php8-ftp-8.0.30-150400.4.37.1.aarch64",
"product_id": "php8-ftp-8.0.30-150400.4.37.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-gd-8.0.30-150400.4.37.1.aarch64",
"product": {
"name": "php8-gd-8.0.30-150400.4.37.1.aarch64",
"product_id": "php8-gd-8.0.30-150400.4.37.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-gettext-8.0.30-150400.4.37.1.aarch64",
"product": {
"name": "php8-gettext-8.0.30-150400.4.37.1.aarch64",
"product_id": "php8-gettext-8.0.30-150400.4.37.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-gmp-8.0.30-150400.4.37.1.aarch64",
"product": {
"name": "php8-gmp-8.0.30-150400.4.37.1.aarch64",
"product_id": "php8-gmp-8.0.30-150400.4.37.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-iconv-8.0.30-150400.4.37.1.aarch64",
"product": {
"name": "php8-iconv-8.0.30-150400.4.37.1.aarch64",
"product_id": "php8-iconv-8.0.30-150400.4.37.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-intl-8.0.30-150400.4.37.1.aarch64",
"product": {
"name": "php8-intl-8.0.30-150400.4.37.1.aarch64",
"product_id": "php8-intl-8.0.30-150400.4.37.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-ldap-8.0.30-150400.4.37.1.aarch64",
"product": {
"name": "php8-ldap-8.0.30-150400.4.37.1.aarch64",
"product_id": "php8-ldap-8.0.30-150400.4.37.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-mbstring-8.0.30-150400.4.37.1.aarch64",
"product": {
"name": "php8-mbstring-8.0.30-150400.4.37.1.aarch64",
"product_id": "php8-mbstring-8.0.30-150400.4.37.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-mysql-8.0.30-150400.4.37.1.aarch64",
"product": {
"name": "php8-mysql-8.0.30-150400.4.37.1.aarch64",
"product_id": "php8-mysql-8.0.30-150400.4.37.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-odbc-8.0.30-150400.4.37.1.aarch64",
"product": {
"name": "php8-odbc-8.0.30-150400.4.37.1.aarch64",
"product_id": "php8-odbc-8.0.30-150400.4.37.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-opcache-8.0.30-150400.4.37.1.aarch64",
"product": {
"name": "php8-opcache-8.0.30-150400.4.37.1.aarch64",
"product_id": "php8-opcache-8.0.30-150400.4.37.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-openssl-8.0.30-150400.4.37.1.aarch64",
"product": {
"name": "php8-openssl-8.0.30-150400.4.37.1.aarch64",
"product_id": "php8-openssl-8.0.30-150400.4.37.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-pcntl-8.0.30-150400.4.37.1.aarch64",
"product": {
"name": "php8-pcntl-8.0.30-150400.4.37.1.aarch64",
"product_id": "php8-pcntl-8.0.30-150400.4.37.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-pdo-8.0.30-150400.4.37.1.aarch64",
"product": {
"name": "php8-pdo-8.0.30-150400.4.37.1.aarch64",
"product_id": "php8-pdo-8.0.30-150400.4.37.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-pgsql-8.0.30-150400.4.37.1.aarch64",
"product": {
"name": "php8-pgsql-8.0.30-150400.4.37.1.aarch64",
"product_id": "php8-pgsql-8.0.30-150400.4.37.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-phar-8.0.30-150400.4.37.1.aarch64",
"product": {
"name": "php8-phar-8.0.30-150400.4.37.1.aarch64",
"product_id": "php8-phar-8.0.30-150400.4.37.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-posix-8.0.30-150400.4.37.1.aarch64",
"product": {
"name": "php8-posix-8.0.30-150400.4.37.1.aarch64",
"product_id": "php8-posix-8.0.30-150400.4.37.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-readline-8.0.30-150400.4.37.1.aarch64",
"product": {
"name": "php8-readline-8.0.30-150400.4.37.1.aarch64",
"product_id": "php8-readline-8.0.30-150400.4.37.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-shmop-8.0.30-150400.4.37.1.aarch64",
"product": {
"name": "php8-shmop-8.0.30-150400.4.37.1.aarch64",
"product_id": "php8-shmop-8.0.30-150400.4.37.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-snmp-8.0.30-150400.4.37.1.aarch64",
"product": {
"name": "php8-snmp-8.0.30-150400.4.37.1.aarch64",
"product_id": "php8-snmp-8.0.30-150400.4.37.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-soap-8.0.30-150400.4.37.1.aarch64",
"product": {
"name": "php8-soap-8.0.30-150400.4.37.1.aarch64",
"product_id": "php8-soap-8.0.30-150400.4.37.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-sockets-8.0.30-150400.4.37.1.aarch64",
"product": {
"name": "php8-sockets-8.0.30-150400.4.37.1.aarch64",
"product_id": "php8-sockets-8.0.30-150400.4.37.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-sodium-8.0.30-150400.4.37.1.aarch64",
"product": {
"name": "php8-sodium-8.0.30-150400.4.37.1.aarch64",
"product_id": "php8-sodium-8.0.30-150400.4.37.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-sqlite-8.0.30-150400.4.37.1.aarch64",
"product": {
"name": "php8-sqlite-8.0.30-150400.4.37.1.aarch64",
"product_id": "php8-sqlite-8.0.30-150400.4.37.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-sysvmsg-8.0.30-150400.4.37.1.aarch64",
"product": {
"name": "php8-sysvmsg-8.0.30-150400.4.37.1.aarch64",
"product_id": "php8-sysvmsg-8.0.30-150400.4.37.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-sysvsem-8.0.30-150400.4.37.1.aarch64",
"product": {
"name": "php8-sysvsem-8.0.30-150400.4.37.1.aarch64",
"product_id": "php8-sysvsem-8.0.30-150400.4.37.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-sysvshm-8.0.30-150400.4.37.1.aarch64",
"product": {
"name": "php8-sysvshm-8.0.30-150400.4.37.1.aarch64",
"product_id": "php8-sysvshm-8.0.30-150400.4.37.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-test-8.0.30-150400.4.37.1.aarch64",
"product": {
"name": "php8-test-8.0.30-150400.4.37.1.aarch64",
"product_id": "php8-test-8.0.30-150400.4.37.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-tidy-8.0.30-150400.4.37.1.aarch64",
"product": {
"name": "php8-tidy-8.0.30-150400.4.37.1.aarch64",
"product_id": "php8-tidy-8.0.30-150400.4.37.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-tokenizer-8.0.30-150400.4.37.1.aarch64",
"product": {
"name": "php8-tokenizer-8.0.30-150400.4.37.1.aarch64",
"product_id": "php8-tokenizer-8.0.30-150400.4.37.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-xmlreader-8.0.30-150400.4.37.1.aarch64",
"product": {
"name": "php8-xmlreader-8.0.30-150400.4.37.1.aarch64",
"product_id": "php8-xmlreader-8.0.30-150400.4.37.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-xmlwriter-8.0.30-150400.4.37.1.aarch64",
"product": {
"name": "php8-xmlwriter-8.0.30-150400.4.37.1.aarch64",
"product_id": "php8-xmlwriter-8.0.30-150400.4.37.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-xsl-8.0.30-150400.4.37.1.aarch64",
"product": {
"name": "php8-xsl-8.0.30-150400.4.37.1.aarch64",
"product_id": "php8-xsl-8.0.30-150400.4.37.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-zip-8.0.30-150400.4.37.1.aarch64",
"product": {
"name": "php8-zip-8.0.30-150400.4.37.1.aarch64",
"product_id": "php8-zip-8.0.30-150400.4.37.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-zlib-8.0.30-150400.4.37.1.aarch64",
"product": {
"name": "php8-zlib-8.0.30-150400.4.37.1.aarch64",
"product_id": "php8-zlib-8.0.30-150400.4.37.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "apache2-mod_php8-8.0.30-150400.4.37.1.i586",
"product": {
"name": "apache2-mod_php8-8.0.30-150400.4.37.1.i586",
"product_id": "apache2-mod_php8-8.0.30-150400.4.37.1.i586"
}
},
{
"category": "product_version",
"name": "php8-8.0.30-150400.4.37.1.i586",
"product": {
"name": "php8-8.0.30-150400.4.37.1.i586",
"product_id": "php8-8.0.30-150400.4.37.1.i586"
}
},
{
"category": "product_version",
"name": "php8-bcmath-8.0.30-150400.4.37.1.i586",
"product": {
"name": "php8-bcmath-8.0.30-150400.4.37.1.i586",
"product_id": "php8-bcmath-8.0.30-150400.4.37.1.i586"
}
},
{
"category": "product_version",
"name": "php8-bz2-8.0.30-150400.4.37.1.i586",
"product": {
"name": "php8-bz2-8.0.30-150400.4.37.1.i586",
"product_id": "php8-bz2-8.0.30-150400.4.37.1.i586"
}
},
{
"category": "product_version",
"name": "php8-calendar-8.0.30-150400.4.37.1.i586",
"product": {
"name": "php8-calendar-8.0.30-150400.4.37.1.i586",
"product_id": "php8-calendar-8.0.30-150400.4.37.1.i586"
}
},
{
"category": "product_version",
"name": "php8-cli-8.0.30-150400.4.37.1.i586",
"product": {
"name": "php8-cli-8.0.30-150400.4.37.1.i586",
"product_id": "php8-cli-8.0.30-150400.4.37.1.i586"
}
},
{
"category": "product_version",
"name": "php8-ctype-8.0.30-150400.4.37.1.i586",
"product": {
"name": "php8-ctype-8.0.30-150400.4.37.1.i586",
"product_id": "php8-ctype-8.0.30-150400.4.37.1.i586"
}
},
{
"category": "product_version",
"name": "php8-curl-8.0.30-150400.4.37.1.i586",
"product": {
"name": "php8-curl-8.0.30-150400.4.37.1.i586",
"product_id": "php8-curl-8.0.30-150400.4.37.1.i586"
}
},
{
"category": "product_version",
"name": "php8-dba-8.0.30-150400.4.37.1.i586",
"product": {
"name": "php8-dba-8.0.30-150400.4.37.1.i586",
"product_id": "php8-dba-8.0.30-150400.4.37.1.i586"
}
},
{
"category": "product_version",
"name": "php8-devel-8.0.30-150400.4.37.1.i586",
"product": {
"name": "php8-devel-8.0.30-150400.4.37.1.i586",
"product_id": "php8-devel-8.0.30-150400.4.37.1.i586"
}
},
{
"category": "product_version",
"name": "php8-dom-8.0.30-150400.4.37.1.i586",
"product": {
"name": "php8-dom-8.0.30-150400.4.37.1.i586",
"product_id": "php8-dom-8.0.30-150400.4.37.1.i586"
}
},
{
"category": "product_version",
"name": "php8-embed-8.0.30-150400.4.37.1.i586",
"product": {
"name": "php8-embed-8.0.30-150400.4.37.1.i586",
"product_id": "php8-embed-8.0.30-150400.4.37.1.i586"
}
},
{
"category": "product_version",
"name": "php8-enchant-8.0.30-150400.4.37.1.i586",
"product": {
"name": "php8-enchant-8.0.30-150400.4.37.1.i586",
"product_id": "php8-enchant-8.0.30-150400.4.37.1.i586"
}
},
{
"category": "product_version",
"name": "php8-exif-8.0.30-150400.4.37.1.i586",
"product": {
"name": "php8-exif-8.0.30-150400.4.37.1.i586",
"product_id": "php8-exif-8.0.30-150400.4.37.1.i586"
}
},
{
"category": "product_version",
"name": "php8-fastcgi-8.0.30-150400.4.37.1.i586",
"product": {
"name": "php8-fastcgi-8.0.30-150400.4.37.1.i586",
"product_id": "php8-fastcgi-8.0.30-150400.4.37.1.i586"
}
},
{
"category": "product_version",
"name": "php8-fileinfo-8.0.30-150400.4.37.1.i586",
"product": {
"name": "php8-fileinfo-8.0.30-150400.4.37.1.i586",
"product_id": "php8-fileinfo-8.0.30-150400.4.37.1.i586"
}
},
{
"category": "product_version",
"name": "php8-fpm-8.0.30-150400.4.37.1.i586",
"product": {
"name": "php8-fpm-8.0.30-150400.4.37.1.i586",
"product_id": "php8-fpm-8.0.30-150400.4.37.1.i586"
}
},
{
"category": "product_version",
"name": "php8-ftp-8.0.30-150400.4.37.1.i586",
"product": {
"name": "php8-ftp-8.0.30-150400.4.37.1.i586",
"product_id": "php8-ftp-8.0.30-150400.4.37.1.i586"
}
},
{
"category": "product_version",
"name": "php8-gd-8.0.30-150400.4.37.1.i586",
"product": {
"name": "php8-gd-8.0.30-150400.4.37.1.i586",
"product_id": "php8-gd-8.0.30-150400.4.37.1.i586"
}
},
{
"category": "product_version",
"name": "php8-gettext-8.0.30-150400.4.37.1.i586",
"product": {
"name": "php8-gettext-8.0.30-150400.4.37.1.i586",
"product_id": "php8-gettext-8.0.30-150400.4.37.1.i586"
}
},
{
"category": "product_version",
"name": "php8-gmp-8.0.30-150400.4.37.1.i586",
"product": {
"name": "php8-gmp-8.0.30-150400.4.37.1.i586",
"product_id": "php8-gmp-8.0.30-150400.4.37.1.i586"
}
},
{
"category": "product_version",
"name": "php8-iconv-8.0.30-150400.4.37.1.i586",
"product": {
"name": "php8-iconv-8.0.30-150400.4.37.1.i586",
"product_id": "php8-iconv-8.0.30-150400.4.37.1.i586"
}
},
{
"category": "product_version",
"name": "php8-intl-8.0.30-150400.4.37.1.i586",
"product": {
"name": "php8-intl-8.0.30-150400.4.37.1.i586",
"product_id": "php8-intl-8.0.30-150400.4.37.1.i586"
}
},
{
"category": "product_version",
"name": "php8-ldap-8.0.30-150400.4.37.1.i586",
"product": {
"name": "php8-ldap-8.0.30-150400.4.37.1.i586",
"product_id": "php8-ldap-8.0.30-150400.4.37.1.i586"
}
},
{
"category": "product_version",
"name": "php8-mbstring-8.0.30-150400.4.37.1.i586",
"product": {
"name": "php8-mbstring-8.0.30-150400.4.37.1.i586",
"product_id": "php8-mbstring-8.0.30-150400.4.37.1.i586"
}
},
{
"category": "product_version",
"name": "php8-mysql-8.0.30-150400.4.37.1.i586",
"product": {
"name": "php8-mysql-8.0.30-150400.4.37.1.i586",
"product_id": "php8-mysql-8.0.30-150400.4.37.1.i586"
}
},
{
"category": "product_version",
"name": "php8-odbc-8.0.30-150400.4.37.1.i586",
"product": {
"name": "php8-odbc-8.0.30-150400.4.37.1.i586",
"product_id": "php8-odbc-8.0.30-150400.4.37.1.i586"
}
},
{
"category": "product_version",
"name": "php8-opcache-8.0.30-150400.4.37.1.i586",
"product": {
"name": "php8-opcache-8.0.30-150400.4.37.1.i586",
"product_id": "php8-opcache-8.0.30-150400.4.37.1.i586"
}
},
{
"category": "product_version",
"name": "php8-openssl-8.0.30-150400.4.37.1.i586",
"product": {
"name": "php8-openssl-8.0.30-150400.4.37.1.i586",
"product_id": "php8-openssl-8.0.30-150400.4.37.1.i586"
}
},
{
"category": "product_version",
"name": "php8-pcntl-8.0.30-150400.4.37.1.i586",
"product": {
"name": "php8-pcntl-8.0.30-150400.4.37.1.i586",
"product_id": "php8-pcntl-8.0.30-150400.4.37.1.i586"
}
},
{
"category": "product_version",
"name": "php8-pdo-8.0.30-150400.4.37.1.i586",
"product": {
"name": "php8-pdo-8.0.30-150400.4.37.1.i586",
"product_id": "php8-pdo-8.0.30-150400.4.37.1.i586"
}
},
{
"category": "product_version",
"name": "php8-pgsql-8.0.30-150400.4.37.1.i586",
"product": {
"name": "php8-pgsql-8.0.30-150400.4.37.1.i586",
"product_id": "php8-pgsql-8.0.30-150400.4.37.1.i586"
}
},
{
"category": "product_version",
"name": "php8-phar-8.0.30-150400.4.37.1.i586",
"product": {
"name": "php8-phar-8.0.30-150400.4.37.1.i586",
"product_id": "php8-phar-8.0.30-150400.4.37.1.i586"
}
},
{
"category": "product_version",
"name": "php8-posix-8.0.30-150400.4.37.1.i586",
"product": {
"name": "php8-posix-8.0.30-150400.4.37.1.i586",
"product_id": "php8-posix-8.0.30-150400.4.37.1.i586"
}
},
{
"category": "product_version",
"name": "php8-readline-8.0.30-150400.4.37.1.i586",
"product": {
"name": "php8-readline-8.0.30-150400.4.37.1.i586",
"product_id": "php8-readline-8.0.30-150400.4.37.1.i586"
}
},
{
"category": "product_version",
"name": "php8-shmop-8.0.30-150400.4.37.1.i586",
"product": {
"name": "php8-shmop-8.0.30-150400.4.37.1.i586",
"product_id": "php8-shmop-8.0.30-150400.4.37.1.i586"
}
},
{
"category": "product_version",
"name": "php8-snmp-8.0.30-150400.4.37.1.i586",
"product": {
"name": "php8-snmp-8.0.30-150400.4.37.1.i586",
"product_id": "php8-snmp-8.0.30-150400.4.37.1.i586"
}
},
{
"category": "product_version",
"name": "php8-soap-8.0.30-150400.4.37.1.i586",
"product": {
"name": "php8-soap-8.0.30-150400.4.37.1.i586",
"product_id": "php8-soap-8.0.30-150400.4.37.1.i586"
}
},
{
"category": "product_version",
"name": "php8-sockets-8.0.30-150400.4.37.1.i586",
"product": {
"name": "php8-sockets-8.0.30-150400.4.37.1.i586",
"product_id": "php8-sockets-8.0.30-150400.4.37.1.i586"
}
},
{
"category": "product_version",
"name": "php8-sodium-8.0.30-150400.4.37.1.i586",
"product": {
"name": "php8-sodium-8.0.30-150400.4.37.1.i586",
"product_id": "php8-sodium-8.0.30-150400.4.37.1.i586"
}
},
{
"category": "product_version",
"name": "php8-sqlite-8.0.30-150400.4.37.1.i586",
"product": {
"name": "php8-sqlite-8.0.30-150400.4.37.1.i586",
"product_id": "php8-sqlite-8.0.30-150400.4.37.1.i586"
}
},
{
"category": "product_version",
"name": "php8-sysvmsg-8.0.30-150400.4.37.1.i586",
"product": {
"name": "php8-sysvmsg-8.0.30-150400.4.37.1.i586",
"product_id": "php8-sysvmsg-8.0.30-150400.4.37.1.i586"
}
},
{
"category": "product_version",
"name": "php8-sysvsem-8.0.30-150400.4.37.1.i586",
"product": {
"name": "php8-sysvsem-8.0.30-150400.4.37.1.i586",
"product_id": "php8-sysvsem-8.0.30-150400.4.37.1.i586"
}
},
{
"category": "product_version",
"name": "php8-sysvshm-8.0.30-150400.4.37.1.i586",
"product": {
"name": "php8-sysvshm-8.0.30-150400.4.37.1.i586",
"product_id": "php8-sysvshm-8.0.30-150400.4.37.1.i586"
}
},
{
"category": "product_version",
"name": "php8-test-8.0.30-150400.4.37.1.i586",
"product": {
"name": "php8-test-8.0.30-150400.4.37.1.i586",
"product_id": "php8-test-8.0.30-150400.4.37.1.i586"
}
},
{
"category": "product_version",
"name": "php8-tidy-8.0.30-150400.4.37.1.i586",
"product": {
"name": "php8-tidy-8.0.30-150400.4.37.1.i586",
"product_id": "php8-tidy-8.0.30-150400.4.37.1.i586"
}
},
{
"category": "product_version",
"name": "php8-tokenizer-8.0.30-150400.4.37.1.i586",
"product": {
"name": "php8-tokenizer-8.0.30-150400.4.37.1.i586",
"product_id": "php8-tokenizer-8.0.30-150400.4.37.1.i586"
}
},
{
"category": "product_version",
"name": "php8-xmlreader-8.0.30-150400.4.37.1.i586",
"product": {
"name": "php8-xmlreader-8.0.30-150400.4.37.1.i586",
"product_id": "php8-xmlreader-8.0.30-150400.4.37.1.i586"
}
},
{
"category": "product_version",
"name": "php8-xmlwriter-8.0.30-150400.4.37.1.i586",
"product": {
"name": "php8-xmlwriter-8.0.30-150400.4.37.1.i586",
"product_id": "php8-xmlwriter-8.0.30-150400.4.37.1.i586"
}
},
{
"category": "product_version",
"name": "php8-xsl-8.0.30-150400.4.37.1.i586",
"product": {
"name": "php8-xsl-8.0.30-150400.4.37.1.i586",
"product_id": "php8-xsl-8.0.30-150400.4.37.1.i586"
}
},
{
"category": "product_version",
"name": "php8-zip-8.0.30-150400.4.37.1.i586",
"product": {
"name": "php8-zip-8.0.30-150400.4.37.1.i586",
"product_id": "php8-zip-8.0.30-150400.4.37.1.i586"
}
},
{
"category": "product_version",
"name": "php8-zlib-8.0.30-150400.4.37.1.i586",
"product": {
"name": "php8-zlib-8.0.30-150400.4.37.1.i586",
"product_id": "php8-zlib-8.0.30-150400.4.37.1.i586"
}
}
],
"category": "architecture",
"name": "i586"
},
{
"branches": [
{
"category": "product_version",
"name": "apache2-mod_php8-8.0.30-150400.4.37.1.ppc64le",
"product": {
"name": "apache2-mod_php8-8.0.30-150400.4.37.1.ppc64le",
"product_id": "apache2-mod_php8-8.0.30-150400.4.37.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-8.0.30-150400.4.37.1.ppc64le",
"product": {
"name": "php8-8.0.30-150400.4.37.1.ppc64le",
"product_id": "php8-8.0.30-150400.4.37.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-bcmath-8.0.30-150400.4.37.1.ppc64le",
"product": {
"name": "php8-bcmath-8.0.30-150400.4.37.1.ppc64le",
"product_id": "php8-bcmath-8.0.30-150400.4.37.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-bz2-8.0.30-150400.4.37.1.ppc64le",
"product": {
"name": "php8-bz2-8.0.30-150400.4.37.1.ppc64le",
"product_id": "php8-bz2-8.0.30-150400.4.37.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-calendar-8.0.30-150400.4.37.1.ppc64le",
"product": {
"name": "php8-calendar-8.0.30-150400.4.37.1.ppc64le",
"product_id": "php8-calendar-8.0.30-150400.4.37.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-cli-8.0.30-150400.4.37.1.ppc64le",
"product": {
"name": "php8-cli-8.0.30-150400.4.37.1.ppc64le",
"product_id": "php8-cli-8.0.30-150400.4.37.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-ctype-8.0.30-150400.4.37.1.ppc64le",
"product": {
"name": "php8-ctype-8.0.30-150400.4.37.1.ppc64le",
"product_id": "php8-ctype-8.0.30-150400.4.37.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-curl-8.0.30-150400.4.37.1.ppc64le",
"product": {
"name": "php8-curl-8.0.30-150400.4.37.1.ppc64le",
"product_id": "php8-curl-8.0.30-150400.4.37.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-dba-8.0.30-150400.4.37.1.ppc64le",
"product": {
"name": "php8-dba-8.0.30-150400.4.37.1.ppc64le",
"product_id": "php8-dba-8.0.30-150400.4.37.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-devel-8.0.30-150400.4.37.1.ppc64le",
"product": {
"name": "php8-devel-8.0.30-150400.4.37.1.ppc64le",
"product_id": "php8-devel-8.0.30-150400.4.37.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-dom-8.0.30-150400.4.37.1.ppc64le",
"product": {
"name": "php8-dom-8.0.30-150400.4.37.1.ppc64le",
"product_id": "php8-dom-8.0.30-150400.4.37.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-embed-8.0.30-150400.4.37.1.ppc64le",
"product": {
"name": "php8-embed-8.0.30-150400.4.37.1.ppc64le",
"product_id": "php8-embed-8.0.30-150400.4.37.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-enchant-8.0.30-150400.4.37.1.ppc64le",
"product": {
"name": "php8-enchant-8.0.30-150400.4.37.1.ppc64le",
"product_id": "php8-enchant-8.0.30-150400.4.37.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-exif-8.0.30-150400.4.37.1.ppc64le",
"product": {
"name": "php8-exif-8.0.30-150400.4.37.1.ppc64le",
"product_id": "php8-exif-8.0.30-150400.4.37.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-fastcgi-8.0.30-150400.4.37.1.ppc64le",
"product": {
"name": "php8-fastcgi-8.0.30-150400.4.37.1.ppc64le",
"product_id": "php8-fastcgi-8.0.30-150400.4.37.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-fileinfo-8.0.30-150400.4.37.1.ppc64le",
"product": {
"name": "php8-fileinfo-8.0.30-150400.4.37.1.ppc64le",
"product_id": "php8-fileinfo-8.0.30-150400.4.37.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-fpm-8.0.30-150400.4.37.1.ppc64le",
"product": {
"name": "php8-fpm-8.0.30-150400.4.37.1.ppc64le",
"product_id": "php8-fpm-8.0.30-150400.4.37.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-ftp-8.0.30-150400.4.37.1.ppc64le",
"product": {
"name": "php8-ftp-8.0.30-150400.4.37.1.ppc64le",
"product_id": "php8-ftp-8.0.30-150400.4.37.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-gd-8.0.30-150400.4.37.1.ppc64le",
"product": {
"name": "php8-gd-8.0.30-150400.4.37.1.ppc64le",
"product_id": "php8-gd-8.0.30-150400.4.37.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-gettext-8.0.30-150400.4.37.1.ppc64le",
"product": {
"name": "php8-gettext-8.0.30-150400.4.37.1.ppc64le",
"product_id": "php8-gettext-8.0.30-150400.4.37.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-gmp-8.0.30-150400.4.37.1.ppc64le",
"product": {
"name": "php8-gmp-8.0.30-150400.4.37.1.ppc64le",
"product_id": "php8-gmp-8.0.30-150400.4.37.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-iconv-8.0.30-150400.4.37.1.ppc64le",
"product": {
"name": "php8-iconv-8.0.30-150400.4.37.1.ppc64le",
"product_id": "php8-iconv-8.0.30-150400.4.37.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-intl-8.0.30-150400.4.37.1.ppc64le",
"product": {
"name": "php8-intl-8.0.30-150400.4.37.1.ppc64le",
"product_id": "php8-intl-8.0.30-150400.4.37.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-ldap-8.0.30-150400.4.37.1.ppc64le",
"product": {
"name": "php8-ldap-8.0.30-150400.4.37.1.ppc64le",
"product_id": "php8-ldap-8.0.30-150400.4.37.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-mbstring-8.0.30-150400.4.37.1.ppc64le",
"product": {
"name": "php8-mbstring-8.0.30-150400.4.37.1.ppc64le",
"product_id": "php8-mbstring-8.0.30-150400.4.37.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-mysql-8.0.30-150400.4.37.1.ppc64le",
"product": {
"name": "php8-mysql-8.0.30-150400.4.37.1.ppc64le",
"product_id": "php8-mysql-8.0.30-150400.4.37.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-odbc-8.0.30-150400.4.37.1.ppc64le",
"product": {
"name": "php8-odbc-8.0.30-150400.4.37.1.ppc64le",
"product_id": "php8-odbc-8.0.30-150400.4.37.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-opcache-8.0.30-150400.4.37.1.ppc64le",
"product": {
"name": "php8-opcache-8.0.30-150400.4.37.1.ppc64le",
"product_id": "php8-opcache-8.0.30-150400.4.37.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-openssl-8.0.30-150400.4.37.1.ppc64le",
"product": {
"name": "php8-openssl-8.0.30-150400.4.37.1.ppc64le",
"product_id": "php8-openssl-8.0.30-150400.4.37.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-pcntl-8.0.30-150400.4.37.1.ppc64le",
"product": {
"name": "php8-pcntl-8.0.30-150400.4.37.1.ppc64le",
"product_id": "php8-pcntl-8.0.30-150400.4.37.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-pdo-8.0.30-150400.4.37.1.ppc64le",
"product": {
"name": "php8-pdo-8.0.30-150400.4.37.1.ppc64le",
"product_id": "php8-pdo-8.0.30-150400.4.37.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-pgsql-8.0.30-150400.4.37.1.ppc64le",
"product": {
"name": "php8-pgsql-8.0.30-150400.4.37.1.ppc64le",
"product_id": "php8-pgsql-8.0.30-150400.4.37.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-phar-8.0.30-150400.4.37.1.ppc64le",
"product": {
"name": "php8-phar-8.0.30-150400.4.37.1.ppc64le",
"product_id": "php8-phar-8.0.30-150400.4.37.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-posix-8.0.30-150400.4.37.1.ppc64le",
"product": {
"name": "php8-posix-8.0.30-150400.4.37.1.ppc64le",
"product_id": "php8-posix-8.0.30-150400.4.37.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-readline-8.0.30-150400.4.37.1.ppc64le",
"product": {
"name": "php8-readline-8.0.30-150400.4.37.1.ppc64le",
"product_id": "php8-readline-8.0.30-150400.4.37.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-shmop-8.0.30-150400.4.37.1.ppc64le",
"product": {
"name": "php8-shmop-8.0.30-150400.4.37.1.ppc64le",
"product_id": "php8-shmop-8.0.30-150400.4.37.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-snmp-8.0.30-150400.4.37.1.ppc64le",
"product": {
"name": "php8-snmp-8.0.30-150400.4.37.1.ppc64le",
"product_id": "php8-snmp-8.0.30-150400.4.37.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-soap-8.0.30-150400.4.37.1.ppc64le",
"product": {
"name": "php8-soap-8.0.30-150400.4.37.1.ppc64le",
"product_id": "php8-soap-8.0.30-150400.4.37.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-sockets-8.0.30-150400.4.37.1.ppc64le",
"product": {
"name": "php8-sockets-8.0.30-150400.4.37.1.ppc64le",
"product_id": "php8-sockets-8.0.30-150400.4.37.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-sodium-8.0.30-150400.4.37.1.ppc64le",
"product": {
"name": "php8-sodium-8.0.30-150400.4.37.1.ppc64le",
"product_id": "php8-sodium-8.0.30-150400.4.37.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-sqlite-8.0.30-150400.4.37.1.ppc64le",
"product": {
"name": "php8-sqlite-8.0.30-150400.4.37.1.ppc64le",
"product_id": "php8-sqlite-8.0.30-150400.4.37.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-sysvmsg-8.0.30-150400.4.37.1.ppc64le",
"product": {
"name": "php8-sysvmsg-8.0.30-150400.4.37.1.ppc64le",
"product_id": "php8-sysvmsg-8.0.30-150400.4.37.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-sysvsem-8.0.30-150400.4.37.1.ppc64le",
"product": {
"name": "php8-sysvsem-8.0.30-150400.4.37.1.ppc64le",
"product_id": "php8-sysvsem-8.0.30-150400.4.37.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-sysvshm-8.0.30-150400.4.37.1.ppc64le",
"product": {
"name": "php8-sysvshm-8.0.30-150400.4.37.1.ppc64le",
"product_id": "php8-sysvshm-8.0.30-150400.4.37.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-test-8.0.30-150400.4.37.1.ppc64le",
"product": {
"name": "php8-test-8.0.30-150400.4.37.1.ppc64le",
"product_id": "php8-test-8.0.30-150400.4.37.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-tidy-8.0.30-150400.4.37.1.ppc64le",
"product": {
"name": "php8-tidy-8.0.30-150400.4.37.1.ppc64le",
"product_id": "php8-tidy-8.0.30-150400.4.37.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-tokenizer-8.0.30-150400.4.37.1.ppc64le",
"product": {
"name": "php8-tokenizer-8.0.30-150400.4.37.1.ppc64le",
"product_id": "php8-tokenizer-8.0.30-150400.4.37.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-xmlreader-8.0.30-150400.4.37.1.ppc64le",
"product": {
"name": "php8-xmlreader-8.0.30-150400.4.37.1.ppc64le",
"product_id": "php8-xmlreader-8.0.30-150400.4.37.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-xmlwriter-8.0.30-150400.4.37.1.ppc64le",
"product": {
"name": "php8-xmlwriter-8.0.30-150400.4.37.1.ppc64le",
"product_id": "php8-xmlwriter-8.0.30-150400.4.37.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-xsl-8.0.30-150400.4.37.1.ppc64le",
"product": {
"name": "php8-xsl-8.0.30-150400.4.37.1.ppc64le",
"product_id": "php8-xsl-8.0.30-150400.4.37.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-zip-8.0.30-150400.4.37.1.ppc64le",
"product": {
"name": "php8-zip-8.0.30-150400.4.37.1.ppc64le",
"product_id": "php8-zip-8.0.30-150400.4.37.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-zlib-8.0.30-150400.4.37.1.ppc64le",
"product": {
"name": "php8-zlib-8.0.30-150400.4.37.1.ppc64le",
"product_id": "php8-zlib-8.0.30-150400.4.37.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "apache2-mod_php8-8.0.30-150400.4.37.1.s390x",
"product": {
"name": "apache2-mod_php8-8.0.30-150400.4.37.1.s390x",
"product_id": "apache2-mod_php8-8.0.30-150400.4.37.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-8.0.30-150400.4.37.1.s390x",
"product": {
"name": "php8-8.0.30-150400.4.37.1.s390x",
"product_id": "php8-8.0.30-150400.4.37.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-bcmath-8.0.30-150400.4.37.1.s390x",
"product": {
"name": "php8-bcmath-8.0.30-150400.4.37.1.s390x",
"product_id": "php8-bcmath-8.0.30-150400.4.37.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-bz2-8.0.30-150400.4.37.1.s390x",
"product": {
"name": "php8-bz2-8.0.30-150400.4.37.1.s390x",
"product_id": "php8-bz2-8.0.30-150400.4.37.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-calendar-8.0.30-150400.4.37.1.s390x",
"product": {
"name": "php8-calendar-8.0.30-150400.4.37.1.s390x",
"product_id": "php8-calendar-8.0.30-150400.4.37.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-cli-8.0.30-150400.4.37.1.s390x",
"product": {
"name": "php8-cli-8.0.30-150400.4.37.1.s390x",
"product_id": "php8-cli-8.0.30-150400.4.37.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-ctype-8.0.30-150400.4.37.1.s390x",
"product": {
"name": "php8-ctype-8.0.30-150400.4.37.1.s390x",
"product_id": "php8-ctype-8.0.30-150400.4.37.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-curl-8.0.30-150400.4.37.1.s390x",
"product": {
"name": "php8-curl-8.0.30-150400.4.37.1.s390x",
"product_id": "php8-curl-8.0.30-150400.4.37.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-dba-8.0.30-150400.4.37.1.s390x",
"product": {
"name": "php8-dba-8.0.30-150400.4.37.1.s390x",
"product_id": "php8-dba-8.0.30-150400.4.37.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-devel-8.0.30-150400.4.37.1.s390x",
"product": {
"name": "php8-devel-8.0.30-150400.4.37.1.s390x",
"product_id": "php8-devel-8.0.30-150400.4.37.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-dom-8.0.30-150400.4.37.1.s390x",
"product": {
"name": "php8-dom-8.0.30-150400.4.37.1.s390x",
"product_id": "php8-dom-8.0.30-150400.4.37.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-embed-8.0.30-150400.4.37.1.s390x",
"product": {
"name": "php8-embed-8.0.30-150400.4.37.1.s390x",
"product_id": "php8-embed-8.0.30-150400.4.37.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-enchant-8.0.30-150400.4.37.1.s390x",
"product": {
"name": "php8-enchant-8.0.30-150400.4.37.1.s390x",
"product_id": "php8-enchant-8.0.30-150400.4.37.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-exif-8.0.30-150400.4.37.1.s390x",
"product": {
"name": "php8-exif-8.0.30-150400.4.37.1.s390x",
"product_id": "php8-exif-8.0.30-150400.4.37.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-fastcgi-8.0.30-150400.4.37.1.s390x",
"product": {
"name": "php8-fastcgi-8.0.30-150400.4.37.1.s390x",
"product_id": "php8-fastcgi-8.0.30-150400.4.37.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-fileinfo-8.0.30-150400.4.37.1.s390x",
"product": {
"name": "php8-fileinfo-8.0.30-150400.4.37.1.s390x",
"product_id": "php8-fileinfo-8.0.30-150400.4.37.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-fpm-8.0.30-150400.4.37.1.s390x",
"product": {
"name": "php8-fpm-8.0.30-150400.4.37.1.s390x",
"product_id": "php8-fpm-8.0.30-150400.4.37.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-ftp-8.0.30-150400.4.37.1.s390x",
"product": {
"name": "php8-ftp-8.0.30-150400.4.37.1.s390x",
"product_id": "php8-ftp-8.0.30-150400.4.37.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-gd-8.0.30-150400.4.37.1.s390x",
"product": {
"name": "php8-gd-8.0.30-150400.4.37.1.s390x",
"product_id": "php8-gd-8.0.30-150400.4.37.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-gettext-8.0.30-150400.4.37.1.s390x",
"product": {
"name": "php8-gettext-8.0.30-150400.4.37.1.s390x",
"product_id": "php8-gettext-8.0.30-150400.4.37.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-gmp-8.0.30-150400.4.37.1.s390x",
"product": {
"name": "php8-gmp-8.0.30-150400.4.37.1.s390x",
"product_id": "php8-gmp-8.0.30-150400.4.37.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-iconv-8.0.30-150400.4.37.1.s390x",
"product": {
"name": "php8-iconv-8.0.30-150400.4.37.1.s390x",
"product_id": "php8-iconv-8.0.30-150400.4.37.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-intl-8.0.30-150400.4.37.1.s390x",
"product": {
"name": "php8-intl-8.0.30-150400.4.37.1.s390x",
"product_id": "php8-intl-8.0.30-150400.4.37.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-ldap-8.0.30-150400.4.37.1.s390x",
"product": {
"name": "php8-ldap-8.0.30-150400.4.37.1.s390x",
"product_id": "php8-ldap-8.0.30-150400.4.37.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-mbstring-8.0.30-150400.4.37.1.s390x",
"product": {
"name": "php8-mbstring-8.0.30-150400.4.37.1.s390x",
"product_id": "php8-mbstring-8.0.30-150400.4.37.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-mysql-8.0.30-150400.4.37.1.s390x",
"product": {
"name": "php8-mysql-8.0.30-150400.4.37.1.s390x",
"product_id": "php8-mysql-8.0.30-150400.4.37.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-odbc-8.0.30-150400.4.37.1.s390x",
"product": {
"name": "php8-odbc-8.0.30-150400.4.37.1.s390x",
"product_id": "php8-odbc-8.0.30-150400.4.37.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-opcache-8.0.30-150400.4.37.1.s390x",
"product": {
"name": "php8-opcache-8.0.30-150400.4.37.1.s390x",
"product_id": "php8-opcache-8.0.30-150400.4.37.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-openssl-8.0.30-150400.4.37.1.s390x",
"product": {
"name": "php8-openssl-8.0.30-150400.4.37.1.s390x",
"product_id": "php8-openssl-8.0.30-150400.4.37.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-pcntl-8.0.30-150400.4.37.1.s390x",
"product": {
"name": "php8-pcntl-8.0.30-150400.4.37.1.s390x",
"product_id": "php8-pcntl-8.0.30-150400.4.37.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-pdo-8.0.30-150400.4.37.1.s390x",
"product": {
"name": "php8-pdo-8.0.30-150400.4.37.1.s390x",
"product_id": "php8-pdo-8.0.30-150400.4.37.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-pgsql-8.0.30-150400.4.37.1.s390x",
"product": {
"name": "php8-pgsql-8.0.30-150400.4.37.1.s390x",
"product_id": "php8-pgsql-8.0.30-150400.4.37.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-phar-8.0.30-150400.4.37.1.s390x",
"product": {
"name": "php8-phar-8.0.30-150400.4.37.1.s390x",
"product_id": "php8-phar-8.0.30-150400.4.37.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-posix-8.0.30-150400.4.37.1.s390x",
"product": {
"name": "php8-posix-8.0.30-150400.4.37.1.s390x",
"product_id": "php8-posix-8.0.30-150400.4.37.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-readline-8.0.30-150400.4.37.1.s390x",
"product": {
"name": "php8-readline-8.0.30-150400.4.37.1.s390x",
"product_id": "php8-readline-8.0.30-150400.4.37.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-shmop-8.0.30-150400.4.37.1.s390x",
"product": {
"name": "php8-shmop-8.0.30-150400.4.37.1.s390x",
"product_id": "php8-shmop-8.0.30-150400.4.37.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-snmp-8.0.30-150400.4.37.1.s390x",
"product": {
"name": "php8-snmp-8.0.30-150400.4.37.1.s390x",
"product_id": "php8-snmp-8.0.30-150400.4.37.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-soap-8.0.30-150400.4.37.1.s390x",
"product": {
"name": "php8-soap-8.0.30-150400.4.37.1.s390x",
"product_id": "php8-soap-8.0.30-150400.4.37.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-sockets-8.0.30-150400.4.37.1.s390x",
"product": {
"name": "php8-sockets-8.0.30-150400.4.37.1.s390x",
"product_id": "php8-sockets-8.0.30-150400.4.37.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-sodium-8.0.30-150400.4.37.1.s390x",
"product": {
"name": "php8-sodium-8.0.30-150400.4.37.1.s390x",
"product_id": "php8-sodium-8.0.30-150400.4.37.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-sqlite-8.0.30-150400.4.37.1.s390x",
"product": {
"name": "php8-sqlite-8.0.30-150400.4.37.1.s390x",
"product_id": "php8-sqlite-8.0.30-150400.4.37.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-sysvmsg-8.0.30-150400.4.37.1.s390x",
"product": {
"name": "php8-sysvmsg-8.0.30-150400.4.37.1.s390x",
"product_id": "php8-sysvmsg-8.0.30-150400.4.37.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-sysvsem-8.0.30-150400.4.37.1.s390x",
"product": {
"name": "php8-sysvsem-8.0.30-150400.4.37.1.s390x",
"product_id": "php8-sysvsem-8.0.30-150400.4.37.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-sysvshm-8.0.30-150400.4.37.1.s390x",
"product": {
"name": "php8-sysvshm-8.0.30-150400.4.37.1.s390x",
"product_id": "php8-sysvshm-8.0.30-150400.4.37.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-test-8.0.30-150400.4.37.1.s390x",
"product": {
"name": "php8-test-8.0.30-150400.4.37.1.s390x",
"product_id": "php8-test-8.0.30-150400.4.37.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-tidy-8.0.30-150400.4.37.1.s390x",
"product": {
"name": "php8-tidy-8.0.30-150400.4.37.1.s390x",
"product_id": "php8-tidy-8.0.30-150400.4.37.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-tokenizer-8.0.30-150400.4.37.1.s390x",
"product": {
"name": "php8-tokenizer-8.0.30-150400.4.37.1.s390x",
"product_id": "php8-tokenizer-8.0.30-150400.4.37.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-xmlreader-8.0.30-150400.4.37.1.s390x",
"product": {
"name": "php8-xmlreader-8.0.30-150400.4.37.1.s390x",
"product_id": "php8-xmlreader-8.0.30-150400.4.37.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-xmlwriter-8.0.30-150400.4.37.1.s390x",
"product": {
"name": "php8-xmlwriter-8.0.30-150400.4.37.1.s390x",
"product_id": "php8-xmlwriter-8.0.30-150400.4.37.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-xsl-8.0.30-150400.4.37.1.s390x",
"product": {
"name": "php8-xsl-8.0.30-150400.4.37.1.s390x",
"product_id": "php8-xsl-8.0.30-150400.4.37.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-zip-8.0.30-150400.4.37.1.s390x",
"product": {
"name": "php8-zip-8.0.30-150400.4.37.1.s390x",
"product_id": "php8-zip-8.0.30-150400.4.37.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-zlib-8.0.30-150400.4.37.1.s390x",
"product": {
"name": "php8-zlib-8.0.30-150400.4.37.1.s390x",
"product_id": "php8-zlib-8.0.30-150400.4.37.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "apache2-mod_php8-8.0.30-150400.4.37.1.x86_64",
"product": {
"name": "apache2-mod_php8-8.0.30-150400.4.37.1.x86_64",
"product_id": "apache2-mod_php8-8.0.30-150400.4.37.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-8.0.30-150400.4.37.1.x86_64",
"product": {
"name": "php8-8.0.30-150400.4.37.1.x86_64",
"product_id": "php8-8.0.30-150400.4.37.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-bcmath-8.0.30-150400.4.37.1.x86_64",
"product": {
"name": "php8-bcmath-8.0.30-150400.4.37.1.x86_64",
"product_id": "php8-bcmath-8.0.30-150400.4.37.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-bz2-8.0.30-150400.4.37.1.x86_64",
"product": {
"name": "php8-bz2-8.0.30-150400.4.37.1.x86_64",
"product_id": "php8-bz2-8.0.30-150400.4.37.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-calendar-8.0.30-150400.4.37.1.x86_64",
"product": {
"name": "php8-calendar-8.0.30-150400.4.37.1.x86_64",
"product_id": "php8-calendar-8.0.30-150400.4.37.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-cli-8.0.30-150400.4.37.1.x86_64",
"product": {
"name": "php8-cli-8.0.30-150400.4.37.1.x86_64",
"product_id": "php8-cli-8.0.30-150400.4.37.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-ctype-8.0.30-150400.4.37.1.x86_64",
"product": {
"name": "php8-ctype-8.0.30-150400.4.37.1.x86_64",
"product_id": "php8-ctype-8.0.30-150400.4.37.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-curl-8.0.30-150400.4.37.1.x86_64",
"product": {
"name": "php8-curl-8.0.30-150400.4.37.1.x86_64",
"product_id": "php8-curl-8.0.30-150400.4.37.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-dba-8.0.30-150400.4.37.1.x86_64",
"product": {
"name": "php8-dba-8.0.30-150400.4.37.1.x86_64",
"product_id": "php8-dba-8.0.30-150400.4.37.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-devel-8.0.30-150400.4.37.1.x86_64",
"product": {
"name": "php8-devel-8.0.30-150400.4.37.1.x86_64",
"product_id": "php8-devel-8.0.30-150400.4.37.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-dom-8.0.30-150400.4.37.1.x86_64",
"product": {
"name": "php8-dom-8.0.30-150400.4.37.1.x86_64",
"product_id": "php8-dom-8.0.30-150400.4.37.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-embed-8.0.30-150400.4.37.1.x86_64",
"product": {
"name": "php8-embed-8.0.30-150400.4.37.1.x86_64",
"product_id": "php8-embed-8.0.30-150400.4.37.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-enchant-8.0.30-150400.4.37.1.x86_64",
"product": {
"name": "php8-enchant-8.0.30-150400.4.37.1.x86_64",
"product_id": "php8-enchant-8.0.30-150400.4.37.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-exif-8.0.30-150400.4.37.1.x86_64",
"product": {
"name": "php8-exif-8.0.30-150400.4.37.1.x86_64",
"product_id": "php8-exif-8.0.30-150400.4.37.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-fastcgi-8.0.30-150400.4.37.1.x86_64",
"product": {
"name": "php8-fastcgi-8.0.30-150400.4.37.1.x86_64",
"product_id": "php8-fastcgi-8.0.30-150400.4.37.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-fileinfo-8.0.30-150400.4.37.1.x86_64",
"product": {
"name": "php8-fileinfo-8.0.30-150400.4.37.1.x86_64",
"product_id": "php8-fileinfo-8.0.30-150400.4.37.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-fpm-8.0.30-150400.4.37.1.x86_64",
"product": {
"name": "php8-fpm-8.0.30-150400.4.37.1.x86_64",
"product_id": "php8-fpm-8.0.30-150400.4.37.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-ftp-8.0.30-150400.4.37.1.x86_64",
"product": {
"name": "php8-ftp-8.0.30-150400.4.37.1.x86_64",
"product_id": "php8-ftp-8.0.30-150400.4.37.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-gd-8.0.30-150400.4.37.1.x86_64",
"product": {
"name": "php8-gd-8.0.30-150400.4.37.1.x86_64",
"product_id": "php8-gd-8.0.30-150400.4.37.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-gettext-8.0.30-150400.4.37.1.x86_64",
"product": {
"name": "php8-gettext-8.0.30-150400.4.37.1.x86_64",
"product_id": "php8-gettext-8.0.30-150400.4.37.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-gmp-8.0.30-150400.4.37.1.x86_64",
"product": {
"name": "php8-gmp-8.0.30-150400.4.37.1.x86_64",
"product_id": "php8-gmp-8.0.30-150400.4.37.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-iconv-8.0.30-150400.4.37.1.x86_64",
"product": {
"name": "php8-iconv-8.0.30-150400.4.37.1.x86_64",
"product_id": "php8-iconv-8.0.30-150400.4.37.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-intl-8.0.30-150400.4.37.1.x86_64",
"product": {
"name": "php8-intl-8.0.30-150400.4.37.1.x86_64",
"product_id": "php8-intl-8.0.30-150400.4.37.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-ldap-8.0.30-150400.4.37.1.x86_64",
"product": {
"name": "php8-ldap-8.0.30-150400.4.37.1.x86_64",
"product_id": "php8-ldap-8.0.30-150400.4.37.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-mbstring-8.0.30-150400.4.37.1.x86_64",
"product": {
"name": "php8-mbstring-8.0.30-150400.4.37.1.x86_64",
"product_id": "php8-mbstring-8.0.30-150400.4.37.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-mysql-8.0.30-150400.4.37.1.x86_64",
"product": {
"name": "php8-mysql-8.0.30-150400.4.37.1.x86_64",
"product_id": "php8-mysql-8.0.30-150400.4.37.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-odbc-8.0.30-150400.4.37.1.x86_64",
"product": {
"name": "php8-odbc-8.0.30-150400.4.37.1.x86_64",
"product_id": "php8-odbc-8.0.30-150400.4.37.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-opcache-8.0.30-150400.4.37.1.x86_64",
"product": {
"name": "php8-opcache-8.0.30-150400.4.37.1.x86_64",
"product_id": "php8-opcache-8.0.30-150400.4.37.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-openssl-8.0.30-150400.4.37.1.x86_64",
"product": {
"name": "php8-openssl-8.0.30-150400.4.37.1.x86_64",
"product_id": "php8-openssl-8.0.30-150400.4.37.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-pcntl-8.0.30-150400.4.37.1.x86_64",
"product": {
"name": "php8-pcntl-8.0.30-150400.4.37.1.x86_64",
"product_id": "php8-pcntl-8.0.30-150400.4.37.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-pdo-8.0.30-150400.4.37.1.x86_64",
"product": {
"name": "php8-pdo-8.0.30-150400.4.37.1.x86_64",
"product_id": "php8-pdo-8.0.30-150400.4.37.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-pgsql-8.0.30-150400.4.37.1.x86_64",
"product": {
"name": "php8-pgsql-8.0.30-150400.4.37.1.x86_64",
"product_id": "php8-pgsql-8.0.30-150400.4.37.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-phar-8.0.30-150400.4.37.1.x86_64",
"product": {
"name": "php8-phar-8.0.30-150400.4.37.1.x86_64",
"product_id": "php8-phar-8.0.30-150400.4.37.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-posix-8.0.30-150400.4.37.1.x86_64",
"product": {
"name": "php8-posix-8.0.30-150400.4.37.1.x86_64",
"product_id": "php8-posix-8.0.30-150400.4.37.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-readline-8.0.30-150400.4.37.1.x86_64",
"product": {
"name": "php8-readline-8.0.30-150400.4.37.1.x86_64",
"product_id": "php8-readline-8.0.30-150400.4.37.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-shmop-8.0.30-150400.4.37.1.x86_64",
"product": {
"name": "php8-shmop-8.0.30-150400.4.37.1.x86_64",
"product_id": "php8-shmop-8.0.30-150400.4.37.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-snmp-8.0.30-150400.4.37.1.x86_64",
"product": {
"name": "php8-snmp-8.0.30-150400.4.37.1.x86_64",
"product_id": "php8-snmp-8.0.30-150400.4.37.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-soap-8.0.30-150400.4.37.1.x86_64",
"product": {
"name": "php8-soap-8.0.30-150400.4.37.1.x86_64",
"product_id": "php8-soap-8.0.30-150400.4.37.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-sockets-8.0.30-150400.4.37.1.x86_64",
"product": {
"name": "php8-sockets-8.0.30-150400.4.37.1.x86_64",
"product_id": "php8-sockets-8.0.30-150400.4.37.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-sodium-8.0.30-150400.4.37.1.x86_64",
"product": {
"name": "php8-sodium-8.0.30-150400.4.37.1.x86_64",
"product_id": "php8-sodium-8.0.30-150400.4.37.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-sqlite-8.0.30-150400.4.37.1.x86_64",
"product": {
"name": "php8-sqlite-8.0.30-150400.4.37.1.x86_64",
"product_id": "php8-sqlite-8.0.30-150400.4.37.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-sysvmsg-8.0.30-150400.4.37.1.x86_64",
"product": {
"name": "php8-sysvmsg-8.0.30-150400.4.37.1.x86_64",
"product_id": "php8-sysvmsg-8.0.30-150400.4.37.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-sysvsem-8.0.30-150400.4.37.1.x86_64",
"product": {
"name": "php8-sysvsem-8.0.30-150400.4.37.1.x86_64",
"product_id": "php8-sysvsem-8.0.30-150400.4.37.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-sysvshm-8.0.30-150400.4.37.1.x86_64",
"product": {
"name": "php8-sysvshm-8.0.30-150400.4.37.1.x86_64",
"product_id": "php8-sysvshm-8.0.30-150400.4.37.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-test-8.0.30-150400.4.37.1.x86_64",
"product": {
"name": "php8-test-8.0.30-150400.4.37.1.x86_64",
"product_id": "php8-test-8.0.30-150400.4.37.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-tidy-8.0.30-150400.4.37.1.x86_64",
"product": {
"name": "php8-tidy-8.0.30-150400.4.37.1.x86_64",
"product_id": "php8-tidy-8.0.30-150400.4.37.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-tokenizer-8.0.30-150400.4.37.1.x86_64",
"product": {
"name": "php8-tokenizer-8.0.30-150400.4.37.1.x86_64",
"product_id": "php8-tokenizer-8.0.30-150400.4.37.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-xmlreader-8.0.30-150400.4.37.1.x86_64",
"product": {
"name": "php8-xmlreader-8.0.30-150400.4.37.1.x86_64",
"product_id": "php8-xmlreader-8.0.30-150400.4.37.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-xmlwriter-8.0.30-150400.4.37.1.x86_64",
"product": {
"name": "php8-xmlwriter-8.0.30-150400.4.37.1.x86_64",
"product_id": "php8-xmlwriter-8.0.30-150400.4.37.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-xsl-8.0.30-150400.4.37.1.x86_64",
"product": {
"name": "php8-xsl-8.0.30-150400.4.37.1.x86_64",
"product_id": "php8-xsl-8.0.30-150400.4.37.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-zip-8.0.30-150400.4.37.1.x86_64",
"product": {
"name": "php8-zip-8.0.30-150400.4.37.1.x86_64",
"product_id": "php8-zip-8.0.30-150400.4.37.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-zlib-8.0.30-150400.4.37.1.x86_64",
"product": {
"name": "php8-zlib-8.0.30-150400.4.37.1.x86_64",
"product_id": "php8-zlib-8.0.30-150400.4.37.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4",
"product": {
"name": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-module-web-scripting:15:sp4"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
"product": {
"name": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-module-web-scripting:15:sp5"
}
}
},
{
"category": "product_name",
"name": "openSUSE Leap 15.4",
"product": {
"name": "openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4",
"product_identification_helper": {
"cpe": "cpe:/o:opensuse:leap:15.4"
}
}
},
{
"category": "product_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_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "apache2-mod_php8-8.0.30-150400.4.37.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:apache2-mod_php8-8.0.30-150400.4.37.1.aarch64"
},
"product_reference": "apache2-mod_php8-8.0.30-150400.4.37.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "apache2-mod_php8-8.0.30-150400.4.37.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:apache2-mod_php8-8.0.30-150400.4.37.1.ppc64le"
},
"product_reference": "apache2-mod_php8-8.0.30-150400.4.37.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "apache2-mod_php8-8.0.30-150400.4.37.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:apache2-mod_php8-8.0.30-150400.4.37.1.s390x"
},
"product_reference": "apache2-mod_php8-8.0.30-150400.4.37.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "apache2-mod_php8-8.0.30-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:apache2-mod_php8-8.0.30-150400.4.37.1.x86_64"
},
"product_reference": "apache2-mod_php8-8.0.30-150400.4.37.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-8.0.30-150400.4.37.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-8.0.30-150400.4.37.1.aarch64"
},
"product_reference": "php8-8.0.30-150400.4.37.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-8.0.30-150400.4.37.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-8.0.30-150400.4.37.1.ppc64le"
},
"product_reference": "php8-8.0.30-150400.4.37.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-8.0.30-150400.4.37.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-8.0.30-150400.4.37.1.s390x"
},
"product_reference": "php8-8.0.30-150400.4.37.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-8.0.30-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-8.0.30-150400.4.37.1.x86_64"
},
"product_reference": "php8-8.0.30-150400.4.37.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-bcmath-8.0.30-150400.4.37.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-bcmath-8.0.30-150400.4.37.1.aarch64"
},
"product_reference": "php8-bcmath-8.0.30-150400.4.37.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-bcmath-8.0.30-150400.4.37.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-bcmath-8.0.30-150400.4.37.1.ppc64le"
},
"product_reference": "php8-bcmath-8.0.30-150400.4.37.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-bcmath-8.0.30-150400.4.37.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-bcmath-8.0.30-150400.4.37.1.s390x"
},
"product_reference": "php8-bcmath-8.0.30-150400.4.37.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-bcmath-8.0.30-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-bcmath-8.0.30-150400.4.37.1.x86_64"
},
"product_reference": "php8-bcmath-8.0.30-150400.4.37.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-bz2-8.0.30-150400.4.37.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-bz2-8.0.30-150400.4.37.1.aarch64"
},
"product_reference": "php8-bz2-8.0.30-150400.4.37.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-bz2-8.0.30-150400.4.37.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-bz2-8.0.30-150400.4.37.1.ppc64le"
},
"product_reference": "php8-bz2-8.0.30-150400.4.37.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-bz2-8.0.30-150400.4.37.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-bz2-8.0.30-150400.4.37.1.s390x"
},
"product_reference": "php8-bz2-8.0.30-150400.4.37.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-bz2-8.0.30-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-bz2-8.0.30-150400.4.37.1.x86_64"
},
"product_reference": "php8-bz2-8.0.30-150400.4.37.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-calendar-8.0.30-150400.4.37.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-calendar-8.0.30-150400.4.37.1.aarch64"
},
"product_reference": "php8-calendar-8.0.30-150400.4.37.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-calendar-8.0.30-150400.4.37.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-calendar-8.0.30-150400.4.37.1.ppc64le"
},
"product_reference": "php8-calendar-8.0.30-150400.4.37.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-calendar-8.0.30-150400.4.37.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-calendar-8.0.30-150400.4.37.1.s390x"
},
"product_reference": "php8-calendar-8.0.30-150400.4.37.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-calendar-8.0.30-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-calendar-8.0.30-150400.4.37.1.x86_64"
},
"product_reference": "php8-calendar-8.0.30-150400.4.37.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-cli-8.0.30-150400.4.37.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-cli-8.0.30-150400.4.37.1.aarch64"
},
"product_reference": "php8-cli-8.0.30-150400.4.37.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-cli-8.0.30-150400.4.37.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-cli-8.0.30-150400.4.37.1.ppc64le"
},
"product_reference": "php8-cli-8.0.30-150400.4.37.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-cli-8.0.30-150400.4.37.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-cli-8.0.30-150400.4.37.1.s390x"
},
"product_reference": "php8-cli-8.0.30-150400.4.37.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-cli-8.0.30-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-cli-8.0.30-150400.4.37.1.x86_64"
},
"product_reference": "php8-cli-8.0.30-150400.4.37.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-ctype-8.0.30-150400.4.37.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-ctype-8.0.30-150400.4.37.1.aarch64"
},
"product_reference": "php8-ctype-8.0.30-150400.4.37.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-ctype-8.0.30-150400.4.37.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-ctype-8.0.30-150400.4.37.1.ppc64le"
},
"product_reference": "php8-ctype-8.0.30-150400.4.37.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-ctype-8.0.30-150400.4.37.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-ctype-8.0.30-150400.4.37.1.s390x"
},
"product_reference": "php8-ctype-8.0.30-150400.4.37.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-ctype-8.0.30-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-ctype-8.0.30-150400.4.37.1.x86_64"
},
"product_reference": "php8-ctype-8.0.30-150400.4.37.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-curl-8.0.30-150400.4.37.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-curl-8.0.30-150400.4.37.1.aarch64"
},
"product_reference": "php8-curl-8.0.30-150400.4.37.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-curl-8.0.30-150400.4.37.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-curl-8.0.30-150400.4.37.1.ppc64le"
},
"product_reference": "php8-curl-8.0.30-150400.4.37.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-curl-8.0.30-150400.4.37.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-curl-8.0.30-150400.4.37.1.s390x"
},
"product_reference": "php8-curl-8.0.30-150400.4.37.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-curl-8.0.30-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-curl-8.0.30-150400.4.37.1.x86_64"
},
"product_reference": "php8-curl-8.0.30-150400.4.37.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-dba-8.0.30-150400.4.37.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-dba-8.0.30-150400.4.37.1.aarch64"
},
"product_reference": "php8-dba-8.0.30-150400.4.37.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-dba-8.0.30-150400.4.37.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-dba-8.0.30-150400.4.37.1.ppc64le"
},
"product_reference": "php8-dba-8.0.30-150400.4.37.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-dba-8.0.30-150400.4.37.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-dba-8.0.30-150400.4.37.1.s390x"
},
"product_reference": "php8-dba-8.0.30-150400.4.37.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-dba-8.0.30-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-dba-8.0.30-150400.4.37.1.x86_64"
},
"product_reference": "php8-dba-8.0.30-150400.4.37.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-devel-8.0.30-150400.4.37.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-devel-8.0.30-150400.4.37.1.aarch64"
},
"product_reference": "php8-devel-8.0.30-150400.4.37.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-devel-8.0.30-150400.4.37.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-devel-8.0.30-150400.4.37.1.ppc64le"
},
"product_reference": "php8-devel-8.0.30-150400.4.37.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-devel-8.0.30-150400.4.37.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-devel-8.0.30-150400.4.37.1.s390x"
},
"product_reference": "php8-devel-8.0.30-150400.4.37.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-devel-8.0.30-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-devel-8.0.30-150400.4.37.1.x86_64"
},
"product_reference": "php8-devel-8.0.30-150400.4.37.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-dom-8.0.30-150400.4.37.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-dom-8.0.30-150400.4.37.1.aarch64"
},
"product_reference": "php8-dom-8.0.30-150400.4.37.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-dom-8.0.30-150400.4.37.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-dom-8.0.30-150400.4.37.1.ppc64le"
},
"product_reference": "php8-dom-8.0.30-150400.4.37.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-dom-8.0.30-150400.4.37.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-dom-8.0.30-150400.4.37.1.s390x"
},
"product_reference": "php8-dom-8.0.30-150400.4.37.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-dom-8.0.30-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-dom-8.0.30-150400.4.37.1.x86_64"
},
"product_reference": "php8-dom-8.0.30-150400.4.37.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-embed-8.0.30-150400.4.37.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-embed-8.0.30-150400.4.37.1.aarch64"
},
"product_reference": "php8-embed-8.0.30-150400.4.37.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-embed-8.0.30-150400.4.37.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-embed-8.0.30-150400.4.37.1.ppc64le"
},
"product_reference": "php8-embed-8.0.30-150400.4.37.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-embed-8.0.30-150400.4.37.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-embed-8.0.30-150400.4.37.1.s390x"
},
"product_reference": "php8-embed-8.0.30-150400.4.37.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-embed-8.0.30-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-embed-8.0.30-150400.4.37.1.x86_64"
},
"product_reference": "php8-embed-8.0.30-150400.4.37.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-enchant-8.0.30-150400.4.37.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-enchant-8.0.30-150400.4.37.1.aarch64"
},
"product_reference": "php8-enchant-8.0.30-150400.4.37.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-enchant-8.0.30-150400.4.37.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-enchant-8.0.30-150400.4.37.1.ppc64le"
},
"product_reference": "php8-enchant-8.0.30-150400.4.37.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-enchant-8.0.30-150400.4.37.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-enchant-8.0.30-150400.4.37.1.s390x"
},
"product_reference": "php8-enchant-8.0.30-150400.4.37.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-enchant-8.0.30-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-enchant-8.0.30-150400.4.37.1.x86_64"
},
"product_reference": "php8-enchant-8.0.30-150400.4.37.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-exif-8.0.30-150400.4.37.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-exif-8.0.30-150400.4.37.1.aarch64"
},
"product_reference": "php8-exif-8.0.30-150400.4.37.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-exif-8.0.30-150400.4.37.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-exif-8.0.30-150400.4.37.1.ppc64le"
},
"product_reference": "php8-exif-8.0.30-150400.4.37.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-exif-8.0.30-150400.4.37.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-exif-8.0.30-150400.4.37.1.s390x"
},
"product_reference": "php8-exif-8.0.30-150400.4.37.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-exif-8.0.30-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-exif-8.0.30-150400.4.37.1.x86_64"
},
"product_reference": "php8-exif-8.0.30-150400.4.37.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-fastcgi-8.0.30-150400.4.37.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-fastcgi-8.0.30-150400.4.37.1.aarch64"
},
"product_reference": "php8-fastcgi-8.0.30-150400.4.37.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-fastcgi-8.0.30-150400.4.37.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-fastcgi-8.0.30-150400.4.37.1.ppc64le"
},
"product_reference": "php8-fastcgi-8.0.30-150400.4.37.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-fastcgi-8.0.30-150400.4.37.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-fastcgi-8.0.30-150400.4.37.1.s390x"
},
"product_reference": "php8-fastcgi-8.0.30-150400.4.37.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-fastcgi-8.0.30-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-fastcgi-8.0.30-150400.4.37.1.x86_64"
},
"product_reference": "php8-fastcgi-8.0.30-150400.4.37.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-fileinfo-8.0.30-150400.4.37.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-fileinfo-8.0.30-150400.4.37.1.aarch64"
},
"product_reference": "php8-fileinfo-8.0.30-150400.4.37.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-fileinfo-8.0.30-150400.4.37.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-fileinfo-8.0.30-150400.4.37.1.ppc64le"
},
"product_reference": "php8-fileinfo-8.0.30-150400.4.37.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-fileinfo-8.0.30-150400.4.37.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-fileinfo-8.0.30-150400.4.37.1.s390x"
},
"product_reference": "php8-fileinfo-8.0.30-150400.4.37.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-fileinfo-8.0.30-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-fileinfo-8.0.30-150400.4.37.1.x86_64"
},
"product_reference": "php8-fileinfo-8.0.30-150400.4.37.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-fpm-8.0.30-150400.4.37.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-fpm-8.0.30-150400.4.37.1.aarch64"
},
"product_reference": "php8-fpm-8.0.30-150400.4.37.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-fpm-8.0.30-150400.4.37.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-fpm-8.0.30-150400.4.37.1.ppc64le"
},
"product_reference": "php8-fpm-8.0.30-150400.4.37.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-fpm-8.0.30-150400.4.37.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-fpm-8.0.30-150400.4.37.1.s390x"
},
"product_reference": "php8-fpm-8.0.30-150400.4.37.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-fpm-8.0.30-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-fpm-8.0.30-150400.4.37.1.x86_64"
},
"product_reference": "php8-fpm-8.0.30-150400.4.37.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-ftp-8.0.30-150400.4.37.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-ftp-8.0.30-150400.4.37.1.aarch64"
},
"product_reference": "php8-ftp-8.0.30-150400.4.37.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-ftp-8.0.30-150400.4.37.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-ftp-8.0.30-150400.4.37.1.ppc64le"
},
"product_reference": "php8-ftp-8.0.30-150400.4.37.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-ftp-8.0.30-150400.4.37.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-ftp-8.0.30-150400.4.37.1.s390x"
},
"product_reference": "php8-ftp-8.0.30-150400.4.37.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-ftp-8.0.30-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-ftp-8.0.30-150400.4.37.1.x86_64"
},
"product_reference": "php8-ftp-8.0.30-150400.4.37.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-gd-8.0.30-150400.4.37.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-gd-8.0.30-150400.4.37.1.aarch64"
},
"product_reference": "php8-gd-8.0.30-150400.4.37.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-gd-8.0.30-150400.4.37.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-gd-8.0.30-150400.4.37.1.ppc64le"
},
"product_reference": "php8-gd-8.0.30-150400.4.37.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-gd-8.0.30-150400.4.37.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-gd-8.0.30-150400.4.37.1.s390x"
},
"product_reference": "php8-gd-8.0.30-150400.4.37.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-gd-8.0.30-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-gd-8.0.30-150400.4.37.1.x86_64"
},
"product_reference": "php8-gd-8.0.30-150400.4.37.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-gettext-8.0.30-150400.4.37.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-gettext-8.0.30-150400.4.37.1.aarch64"
},
"product_reference": "php8-gettext-8.0.30-150400.4.37.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-gettext-8.0.30-150400.4.37.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-gettext-8.0.30-150400.4.37.1.ppc64le"
},
"product_reference": "php8-gettext-8.0.30-150400.4.37.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-gettext-8.0.30-150400.4.37.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-gettext-8.0.30-150400.4.37.1.s390x"
},
"product_reference": "php8-gettext-8.0.30-150400.4.37.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-gettext-8.0.30-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-gettext-8.0.30-150400.4.37.1.x86_64"
},
"product_reference": "php8-gettext-8.0.30-150400.4.37.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-gmp-8.0.30-150400.4.37.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-gmp-8.0.30-150400.4.37.1.aarch64"
},
"product_reference": "php8-gmp-8.0.30-150400.4.37.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-gmp-8.0.30-150400.4.37.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-gmp-8.0.30-150400.4.37.1.ppc64le"
},
"product_reference": "php8-gmp-8.0.30-150400.4.37.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-gmp-8.0.30-150400.4.37.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-gmp-8.0.30-150400.4.37.1.s390x"
},
"product_reference": "php8-gmp-8.0.30-150400.4.37.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-gmp-8.0.30-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-gmp-8.0.30-150400.4.37.1.x86_64"
},
"product_reference": "php8-gmp-8.0.30-150400.4.37.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-iconv-8.0.30-150400.4.37.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-iconv-8.0.30-150400.4.37.1.aarch64"
},
"product_reference": "php8-iconv-8.0.30-150400.4.37.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-iconv-8.0.30-150400.4.37.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-iconv-8.0.30-150400.4.37.1.ppc64le"
},
"product_reference": "php8-iconv-8.0.30-150400.4.37.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-iconv-8.0.30-150400.4.37.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-iconv-8.0.30-150400.4.37.1.s390x"
},
"product_reference": "php8-iconv-8.0.30-150400.4.37.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-iconv-8.0.30-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-iconv-8.0.30-150400.4.37.1.x86_64"
},
"product_reference": "php8-iconv-8.0.30-150400.4.37.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-intl-8.0.30-150400.4.37.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-intl-8.0.30-150400.4.37.1.aarch64"
},
"product_reference": "php8-intl-8.0.30-150400.4.37.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-intl-8.0.30-150400.4.37.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-intl-8.0.30-150400.4.37.1.ppc64le"
},
"product_reference": "php8-intl-8.0.30-150400.4.37.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-intl-8.0.30-150400.4.37.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-intl-8.0.30-150400.4.37.1.s390x"
},
"product_reference": "php8-intl-8.0.30-150400.4.37.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-intl-8.0.30-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-intl-8.0.30-150400.4.37.1.x86_64"
},
"product_reference": "php8-intl-8.0.30-150400.4.37.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-ldap-8.0.30-150400.4.37.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-ldap-8.0.30-150400.4.37.1.aarch64"
},
"product_reference": "php8-ldap-8.0.30-150400.4.37.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-ldap-8.0.30-150400.4.37.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-ldap-8.0.30-150400.4.37.1.ppc64le"
},
"product_reference": "php8-ldap-8.0.30-150400.4.37.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-ldap-8.0.30-150400.4.37.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-ldap-8.0.30-150400.4.37.1.s390x"
},
"product_reference": "php8-ldap-8.0.30-150400.4.37.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-ldap-8.0.30-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-ldap-8.0.30-150400.4.37.1.x86_64"
},
"product_reference": "php8-ldap-8.0.30-150400.4.37.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-mbstring-8.0.30-150400.4.37.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-mbstring-8.0.30-150400.4.37.1.aarch64"
},
"product_reference": "php8-mbstring-8.0.30-150400.4.37.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-mbstring-8.0.30-150400.4.37.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-mbstring-8.0.30-150400.4.37.1.ppc64le"
},
"product_reference": "php8-mbstring-8.0.30-150400.4.37.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-mbstring-8.0.30-150400.4.37.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-mbstring-8.0.30-150400.4.37.1.s390x"
},
"product_reference": "php8-mbstring-8.0.30-150400.4.37.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-mbstring-8.0.30-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-mbstring-8.0.30-150400.4.37.1.x86_64"
},
"product_reference": "php8-mbstring-8.0.30-150400.4.37.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-mysql-8.0.30-150400.4.37.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-mysql-8.0.30-150400.4.37.1.aarch64"
},
"product_reference": "php8-mysql-8.0.30-150400.4.37.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-mysql-8.0.30-150400.4.37.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-mysql-8.0.30-150400.4.37.1.ppc64le"
},
"product_reference": "php8-mysql-8.0.30-150400.4.37.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-mysql-8.0.30-150400.4.37.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-mysql-8.0.30-150400.4.37.1.s390x"
},
"product_reference": "php8-mysql-8.0.30-150400.4.37.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-mysql-8.0.30-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-mysql-8.0.30-150400.4.37.1.x86_64"
},
"product_reference": "php8-mysql-8.0.30-150400.4.37.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-odbc-8.0.30-150400.4.37.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-odbc-8.0.30-150400.4.37.1.aarch64"
},
"product_reference": "php8-odbc-8.0.30-150400.4.37.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-odbc-8.0.30-150400.4.37.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-odbc-8.0.30-150400.4.37.1.ppc64le"
},
"product_reference": "php8-odbc-8.0.30-150400.4.37.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-odbc-8.0.30-150400.4.37.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-odbc-8.0.30-150400.4.37.1.s390x"
},
"product_reference": "php8-odbc-8.0.30-150400.4.37.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-odbc-8.0.30-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-odbc-8.0.30-150400.4.37.1.x86_64"
},
"product_reference": "php8-odbc-8.0.30-150400.4.37.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-opcache-8.0.30-150400.4.37.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-opcache-8.0.30-150400.4.37.1.aarch64"
},
"product_reference": "php8-opcache-8.0.30-150400.4.37.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-opcache-8.0.30-150400.4.37.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-opcache-8.0.30-150400.4.37.1.ppc64le"
},
"product_reference": "php8-opcache-8.0.30-150400.4.37.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-opcache-8.0.30-150400.4.37.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-opcache-8.0.30-150400.4.37.1.s390x"
},
"product_reference": "php8-opcache-8.0.30-150400.4.37.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-opcache-8.0.30-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-opcache-8.0.30-150400.4.37.1.x86_64"
},
"product_reference": "php8-opcache-8.0.30-150400.4.37.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-openssl-8.0.30-150400.4.37.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-openssl-8.0.30-150400.4.37.1.aarch64"
},
"product_reference": "php8-openssl-8.0.30-150400.4.37.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-openssl-8.0.30-150400.4.37.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-openssl-8.0.30-150400.4.37.1.ppc64le"
},
"product_reference": "php8-openssl-8.0.30-150400.4.37.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-openssl-8.0.30-150400.4.37.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-openssl-8.0.30-150400.4.37.1.s390x"
},
"product_reference": "php8-openssl-8.0.30-150400.4.37.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-openssl-8.0.30-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-openssl-8.0.30-150400.4.37.1.x86_64"
},
"product_reference": "php8-openssl-8.0.30-150400.4.37.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-pcntl-8.0.30-150400.4.37.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-pcntl-8.0.30-150400.4.37.1.aarch64"
},
"product_reference": "php8-pcntl-8.0.30-150400.4.37.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-pcntl-8.0.30-150400.4.37.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-pcntl-8.0.30-150400.4.37.1.ppc64le"
},
"product_reference": "php8-pcntl-8.0.30-150400.4.37.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-pcntl-8.0.30-150400.4.37.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-pcntl-8.0.30-150400.4.37.1.s390x"
},
"product_reference": "php8-pcntl-8.0.30-150400.4.37.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-pcntl-8.0.30-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-pcntl-8.0.30-150400.4.37.1.x86_64"
},
"product_reference": "php8-pcntl-8.0.30-150400.4.37.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-pdo-8.0.30-150400.4.37.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-pdo-8.0.30-150400.4.37.1.aarch64"
},
"product_reference": "php8-pdo-8.0.30-150400.4.37.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-pdo-8.0.30-150400.4.37.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-pdo-8.0.30-150400.4.37.1.ppc64le"
},
"product_reference": "php8-pdo-8.0.30-150400.4.37.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-pdo-8.0.30-150400.4.37.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-pdo-8.0.30-150400.4.37.1.s390x"
},
"product_reference": "php8-pdo-8.0.30-150400.4.37.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-pdo-8.0.30-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-pdo-8.0.30-150400.4.37.1.x86_64"
},
"product_reference": "php8-pdo-8.0.30-150400.4.37.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-pgsql-8.0.30-150400.4.37.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-pgsql-8.0.30-150400.4.37.1.aarch64"
},
"product_reference": "php8-pgsql-8.0.30-150400.4.37.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-pgsql-8.0.30-150400.4.37.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-pgsql-8.0.30-150400.4.37.1.ppc64le"
},
"product_reference": "php8-pgsql-8.0.30-150400.4.37.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-pgsql-8.0.30-150400.4.37.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-pgsql-8.0.30-150400.4.37.1.s390x"
},
"product_reference": "php8-pgsql-8.0.30-150400.4.37.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-pgsql-8.0.30-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-pgsql-8.0.30-150400.4.37.1.x86_64"
},
"product_reference": "php8-pgsql-8.0.30-150400.4.37.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-phar-8.0.30-150400.4.37.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-phar-8.0.30-150400.4.37.1.aarch64"
},
"product_reference": "php8-phar-8.0.30-150400.4.37.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-phar-8.0.30-150400.4.37.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-phar-8.0.30-150400.4.37.1.ppc64le"
},
"product_reference": "php8-phar-8.0.30-150400.4.37.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-phar-8.0.30-150400.4.37.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-phar-8.0.30-150400.4.37.1.s390x"
},
"product_reference": "php8-phar-8.0.30-150400.4.37.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-phar-8.0.30-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-phar-8.0.30-150400.4.37.1.x86_64"
},
"product_reference": "php8-phar-8.0.30-150400.4.37.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-posix-8.0.30-150400.4.37.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-posix-8.0.30-150400.4.37.1.aarch64"
},
"product_reference": "php8-posix-8.0.30-150400.4.37.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-posix-8.0.30-150400.4.37.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-posix-8.0.30-150400.4.37.1.ppc64le"
},
"product_reference": "php8-posix-8.0.30-150400.4.37.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-posix-8.0.30-150400.4.37.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-posix-8.0.30-150400.4.37.1.s390x"
},
"product_reference": "php8-posix-8.0.30-150400.4.37.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-posix-8.0.30-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-posix-8.0.30-150400.4.37.1.x86_64"
},
"product_reference": "php8-posix-8.0.30-150400.4.37.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-readline-8.0.30-150400.4.37.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-readline-8.0.30-150400.4.37.1.aarch64"
},
"product_reference": "php8-readline-8.0.30-150400.4.37.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-readline-8.0.30-150400.4.37.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-readline-8.0.30-150400.4.37.1.ppc64le"
},
"product_reference": "php8-readline-8.0.30-150400.4.37.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-readline-8.0.30-150400.4.37.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-readline-8.0.30-150400.4.37.1.s390x"
},
"product_reference": "php8-readline-8.0.30-150400.4.37.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-readline-8.0.30-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-readline-8.0.30-150400.4.37.1.x86_64"
},
"product_reference": "php8-readline-8.0.30-150400.4.37.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-shmop-8.0.30-150400.4.37.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-shmop-8.0.30-150400.4.37.1.aarch64"
},
"product_reference": "php8-shmop-8.0.30-150400.4.37.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-shmop-8.0.30-150400.4.37.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-shmop-8.0.30-150400.4.37.1.ppc64le"
},
"product_reference": "php8-shmop-8.0.30-150400.4.37.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-shmop-8.0.30-150400.4.37.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-shmop-8.0.30-150400.4.37.1.s390x"
},
"product_reference": "php8-shmop-8.0.30-150400.4.37.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-shmop-8.0.30-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-shmop-8.0.30-150400.4.37.1.x86_64"
},
"product_reference": "php8-shmop-8.0.30-150400.4.37.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-snmp-8.0.30-150400.4.37.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-snmp-8.0.30-150400.4.37.1.aarch64"
},
"product_reference": "php8-snmp-8.0.30-150400.4.37.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-snmp-8.0.30-150400.4.37.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-snmp-8.0.30-150400.4.37.1.ppc64le"
},
"product_reference": "php8-snmp-8.0.30-150400.4.37.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-snmp-8.0.30-150400.4.37.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-snmp-8.0.30-150400.4.37.1.s390x"
},
"product_reference": "php8-snmp-8.0.30-150400.4.37.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-snmp-8.0.30-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-snmp-8.0.30-150400.4.37.1.x86_64"
},
"product_reference": "php8-snmp-8.0.30-150400.4.37.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-soap-8.0.30-150400.4.37.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-soap-8.0.30-150400.4.37.1.aarch64"
},
"product_reference": "php8-soap-8.0.30-150400.4.37.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-soap-8.0.30-150400.4.37.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-soap-8.0.30-150400.4.37.1.ppc64le"
},
"product_reference": "php8-soap-8.0.30-150400.4.37.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-soap-8.0.30-150400.4.37.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-soap-8.0.30-150400.4.37.1.s390x"
},
"product_reference": "php8-soap-8.0.30-150400.4.37.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-soap-8.0.30-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-soap-8.0.30-150400.4.37.1.x86_64"
},
"product_reference": "php8-soap-8.0.30-150400.4.37.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-sockets-8.0.30-150400.4.37.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-sockets-8.0.30-150400.4.37.1.aarch64"
},
"product_reference": "php8-sockets-8.0.30-150400.4.37.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-sockets-8.0.30-150400.4.37.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-sockets-8.0.30-150400.4.37.1.ppc64le"
},
"product_reference": "php8-sockets-8.0.30-150400.4.37.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-sockets-8.0.30-150400.4.37.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-sockets-8.0.30-150400.4.37.1.s390x"
},
"product_reference": "php8-sockets-8.0.30-150400.4.37.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-sockets-8.0.30-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-sockets-8.0.30-150400.4.37.1.x86_64"
},
"product_reference": "php8-sockets-8.0.30-150400.4.37.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-sodium-8.0.30-150400.4.37.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-sodium-8.0.30-150400.4.37.1.aarch64"
},
"product_reference": "php8-sodium-8.0.30-150400.4.37.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-sodium-8.0.30-150400.4.37.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-sodium-8.0.30-150400.4.37.1.ppc64le"
},
"product_reference": "php8-sodium-8.0.30-150400.4.37.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-sodium-8.0.30-150400.4.37.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-sodium-8.0.30-150400.4.37.1.s390x"
},
"product_reference": "php8-sodium-8.0.30-150400.4.37.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-sodium-8.0.30-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-sodium-8.0.30-150400.4.37.1.x86_64"
},
"product_reference": "php8-sodium-8.0.30-150400.4.37.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-sqlite-8.0.30-150400.4.37.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-sqlite-8.0.30-150400.4.37.1.aarch64"
},
"product_reference": "php8-sqlite-8.0.30-150400.4.37.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-sqlite-8.0.30-150400.4.37.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-sqlite-8.0.30-150400.4.37.1.ppc64le"
},
"product_reference": "php8-sqlite-8.0.30-150400.4.37.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-sqlite-8.0.30-150400.4.37.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-sqlite-8.0.30-150400.4.37.1.s390x"
},
"product_reference": "php8-sqlite-8.0.30-150400.4.37.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-sqlite-8.0.30-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-sqlite-8.0.30-150400.4.37.1.x86_64"
},
"product_reference": "php8-sqlite-8.0.30-150400.4.37.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-sysvmsg-8.0.30-150400.4.37.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-sysvmsg-8.0.30-150400.4.37.1.aarch64"
},
"product_reference": "php8-sysvmsg-8.0.30-150400.4.37.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-sysvmsg-8.0.30-150400.4.37.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-sysvmsg-8.0.30-150400.4.37.1.ppc64le"
},
"product_reference": "php8-sysvmsg-8.0.30-150400.4.37.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-sysvmsg-8.0.30-150400.4.37.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-sysvmsg-8.0.30-150400.4.37.1.s390x"
},
"product_reference": "php8-sysvmsg-8.0.30-150400.4.37.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-sysvmsg-8.0.30-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-sysvmsg-8.0.30-150400.4.37.1.x86_64"
},
"product_reference": "php8-sysvmsg-8.0.30-150400.4.37.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-sysvsem-8.0.30-150400.4.37.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-sysvsem-8.0.30-150400.4.37.1.aarch64"
},
"product_reference": "php8-sysvsem-8.0.30-150400.4.37.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-sysvsem-8.0.30-150400.4.37.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-sysvsem-8.0.30-150400.4.37.1.ppc64le"
},
"product_reference": "php8-sysvsem-8.0.30-150400.4.37.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-sysvsem-8.0.30-150400.4.37.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-sysvsem-8.0.30-150400.4.37.1.s390x"
},
"product_reference": "php8-sysvsem-8.0.30-150400.4.37.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-sysvsem-8.0.30-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-sysvsem-8.0.30-150400.4.37.1.x86_64"
},
"product_reference": "php8-sysvsem-8.0.30-150400.4.37.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-sysvshm-8.0.30-150400.4.37.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-sysvshm-8.0.30-150400.4.37.1.aarch64"
},
"product_reference": "php8-sysvshm-8.0.30-150400.4.37.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-sysvshm-8.0.30-150400.4.37.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-sysvshm-8.0.30-150400.4.37.1.ppc64le"
},
"product_reference": "php8-sysvshm-8.0.30-150400.4.37.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-sysvshm-8.0.30-150400.4.37.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-sysvshm-8.0.30-150400.4.37.1.s390x"
},
"product_reference": "php8-sysvshm-8.0.30-150400.4.37.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-sysvshm-8.0.30-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-sysvshm-8.0.30-150400.4.37.1.x86_64"
},
"product_reference": "php8-sysvshm-8.0.30-150400.4.37.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-test-8.0.30-150400.4.37.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-test-8.0.30-150400.4.37.1.aarch64"
},
"product_reference": "php8-test-8.0.30-150400.4.37.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-test-8.0.30-150400.4.37.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-test-8.0.30-150400.4.37.1.ppc64le"
},
"product_reference": "php8-test-8.0.30-150400.4.37.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-test-8.0.30-150400.4.37.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-test-8.0.30-150400.4.37.1.s390x"
},
"product_reference": "php8-test-8.0.30-150400.4.37.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-test-8.0.30-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-test-8.0.30-150400.4.37.1.x86_64"
},
"product_reference": "php8-test-8.0.30-150400.4.37.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-tidy-8.0.30-150400.4.37.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-tidy-8.0.30-150400.4.37.1.aarch64"
},
"product_reference": "php8-tidy-8.0.30-150400.4.37.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-tidy-8.0.30-150400.4.37.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-tidy-8.0.30-150400.4.37.1.ppc64le"
},
"product_reference": "php8-tidy-8.0.30-150400.4.37.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-tidy-8.0.30-150400.4.37.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-tidy-8.0.30-150400.4.37.1.s390x"
},
"product_reference": "php8-tidy-8.0.30-150400.4.37.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-tidy-8.0.30-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-tidy-8.0.30-150400.4.37.1.x86_64"
},
"product_reference": "php8-tidy-8.0.30-150400.4.37.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-tokenizer-8.0.30-150400.4.37.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-tokenizer-8.0.30-150400.4.37.1.aarch64"
},
"product_reference": "php8-tokenizer-8.0.30-150400.4.37.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-tokenizer-8.0.30-150400.4.37.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-tokenizer-8.0.30-150400.4.37.1.ppc64le"
},
"product_reference": "php8-tokenizer-8.0.30-150400.4.37.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-tokenizer-8.0.30-150400.4.37.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-tokenizer-8.0.30-150400.4.37.1.s390x"
},
"product_reference": "php8-tokenizer-8.0.30-150400.4.37.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-tokenizer-8.0.30-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-tokenizer-8.0.30-150400.4.37.1.x86_64"
},
"product_reference": "php8-tokenizer-8.0.30-150400.4.37.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-xmlreader-8.0.30-150400.4.37.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-xmlreader-8.0.30-150400.4.37.1.aarch64"
},
"product_reference": "php8-xmlreader-8.0.30-150400.4.37.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-xmlreader-8.0.30-150400.4.37.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-xmlreader-8.0.30-150400.4.37.1.ppc64le"
},
"product_reference": "php8-xmlreader-8.0.30-150400.4.37.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-xmlreader-8.0.30-150400.4.37.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-xmlreader-8.0.30-150400.4.37.1.s390x"
},
"product_reference": "php8-xmlreader-8.0.30-150400.4.37.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-xmlreader-8.0.30-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-xmlreader-8.0.30-150400.4.37.1.x86_64"
},
"product_reference": "php8-xmlreader-8.0.30-150400.4.37.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-xmlwriter-8.0.30-150400.4.37.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-xmlwriter-8.0.30-150400.4.37.1.aarch64"
},
"product_reference": "php8-xmlwriter-8.0.30-150400.4.37.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-xmlwriter-8.0.30-150400.4.37.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-xmlwriter-8.0.30-150400.4.37.1.ppc64le"
},
"product_reference": "php8-xmlwriter-8.0.30-150400.4.37.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-xmlwriter-8.0.30-150400.4.37.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-xmlwriter-8.0.30-150400.4.37.1.s390x"
},
"product_reference": "php8-xmlwriter-8.0.30-150400.4.37.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-xmlwriter-8.0.30-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-xmlwriter-8.0.30-150400.4.37.1.x86_64"
},
"product_reference": "php8-xmlwriter-8.0.30-150400.4.37.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-xsl-8.0.30-150400.4.37.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-xsl-8.0.30-150400.4.37.1.aarch64"
},
"product_reference": "php8-xsl-8.0.30-150400.4.37.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-xsl-8.0.30-150400.4.37.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-xsl-8.0.30-150400.4.37.1.ppc64le"
},
"product_reference": "php8-xsl-8.0.30-150400.4.37.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-xsl-8.0.30-150400.4.37.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-xsl-8.0.30-150400.4.37.1.s390x"
},
"product_reference": "php8-xsl-8.0.30-150400.4.37.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-xsl-8.0.30-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-xsl-8.0.30-150400.4.37.1.x86_64"
},
"product_reference": "php8-xsl-8.0.30-150400.4.37.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-zip-8.0.30-150400.4.37.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-zip-8.0.30-150400.4.37.1.aarch64"
},
"product_reference": "php8-zip-8.0.30-150400.4.37.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-zip-8.0.30-150400.4.37.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-zip-8.0.30-150400.4.37.1.ppc64le"
},
"product_reference": "php8-zip-8.0.30-150400.4.37.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-zip-8.0.30-150400.4.37.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-zip-8.0.30-150400.4.37.1.s390x"
},
"product_reference": "php8-zip-8.0.30-150400.4.37.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-zip-8.0.30-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-zip-8.0.30-150400.4.37.1.x86_64"
},
"product_reference": "php8-zip-8.0.30-150400.4.37.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-zlib-8.0.30-150400.4.37.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-zlib-8.0.30-150400.4.37.1.aarch64"
},
"product_reference": "php8-zlib-8.0.30-150400.4.37.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-zlib-8.0.30-150400.4.37.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-zlib-8.0.30-150400.4.37.1.ppc64le"
},
"product_reference": "php8-zlib-8.0.30-150400.4.37.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-zlib-8.0.30-150400.4.37.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-zlib-8.0.30-150400.4.37.1.s390x"
},
"product_reference": "php8-zlib-8.0.30-150400.4.37.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-zlib-8.0.30-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-zlib-8.0.30-150400.4.37.1.x86_64"
},
"product_reference": "php8-zlib-8.0.30-150400.4.37.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "apache2-mod_php8-8.0.30-150400.4.37.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:apache2-mod_php8-8.0.30-150400.4.37.1.aarch64"
},
"product_reference": "apache2-mod_php8-8.0.30-150400.4.37.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "apache2-mod_php8-8.0.30-150400.4.37.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:apache2-mod_php8-8.0.30-150400.4.37.1.ppc64le"
},
"product_reference": "apache2-mod_php8-8.0.30-150400.4.37.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "apache2-mod_php8-8.0.30-150400.4.37.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:apache2-mod_php8-8.0.30-150400.4.37.1.s390x"
},
"product_reference": "apache2-mod_php8-8.0.30-150400.4.37.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "apache2-mod_php8-8.0.30-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:apache2-mod_php8-8.0.30-150400.4.37.1.x86_64"
},
"product_reference": "apache2-mod_php8-8.0.30-150400.4.37.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-8.0.30-150400.4.37.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-8.0.30-150400.4.37.1.aarch64"
},
"product_reference": "php8-8.0.30-150400.4.37.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-8.0.30-150400.4.37.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-8.0.30-150400.4.37.1.ppc64le"
},
"product_reference": "php8-8.0.30-150400.4.37.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-8.0.30-150400.4.37.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-8.0.30-150400.4.37.1.s390x"
},
"product_reference": "php8-8.0.30-150400.4.37.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-8.0.30-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-8.0.30-150400.4.37.1.x86_64"
},
"product_reference": "php8-8.0.30-150400.4.37.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-bcmath-8.0.30-150400.4.37.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-bcmath-8.0.30-150400.4.37.1.aarch64"
},
"product_reference": "php8-bcmath-8.0.30-150400.4.37.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-bcmath-8.0.30-150400.4.37.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-bcmath-8.0.30-150400.4.37.1.ppc64le"
},
"product_reference": "php8-bcmath-8.0.30-150400.4.37.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-bcmath-8.0.30-150400.4.37.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-bcmath-8.0.30-150400.4.37.1.s390x"
},
"product_reference": "php8-bcmath-8.0.30-150400.4.37.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-bcmath-8.0.30-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-bcmath-8.0.30-150400.4.37.1.x86_64"
},
"product_reference": "php8-bcmath-8.0.30-150400.4.37.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-bz2-8.0.30-150400.4.37.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-bz2-8.0.30-150400.4.37.1.aarch64"
},
"product_reference": "php8-bz2-8.0.30-150400.4.37.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-bz2-8.0.30-150400.4.37.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-bz2-8.0.30-150400.4.37.1.ppc64le"
},
"product_reference": "php8-bz2-8.0.30-150400.4.37.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-bz2-8.0.30-150400.4.37.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-bz2-8.0.30-150400.4.37.1.s390x"
},
"product_reference": "php8-bz2-8.0.30-150400.4.37.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-bz2-8.0.30-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-bz2-8.0.30-150400.4.37.1.x86_64"
},
"product_reference": "php8-bz2-8.0.30-150400.4.37.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-calendar-8.0.30-150400.4.37.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-calendar-8.0.30-150400.4.37.1.aarch64"
},
"product_reference": "php8-calendar-8.0.30-150400.4.37.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-calendar-8.0.30-150400.4.37.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-calendar-8.0.30-150400.4.37.1.ppc64le"
},
"product_reference": "php8-calendar-8.0.30-150400.4.37.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-calendar-8.0.30-150400.4.37.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-calendar-8.0.30-150400.4.37.1.s390x"
},
"product_reference": "php8-calendar-8.0.30-150400.4.37.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-calendar-8.0.30-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-calendar-8.0.30-150400.4.37.1.x86_64"
},
"product_reference": "php8-calendar-8.0.30-150400.4.37.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-cli-8.0.30-150400.4.37.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-cli-8.0.30-150400.4.37.1.aarch64"
},
"product_reference": "php8-cli-8.0.30-150400.4.37.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-cli-8.0.30-150400.4.37.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-cli-8.0.30-150400.4.37.1.ppc64le"
},
"product_reference": "php8-cli-8.0.30-150400.4.37.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-cli-8.0.30-150400.4.37.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-cli-8.0.30-150400.4.37.1.s390x"
},
"product_reference": "php8-cli-8.0.30-150400.4.37.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-cli-8.0.30-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-cli-8.0.30-150400.4.37.1.x86_64"
},
"product_reference": "php8-cli-8.0.30-150400.4.37.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-ctype-8.0.30-150400.4.37.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-ctype-8.0.30-150400.4.37.1.aarch64"
},
"product_reference": "php8-ctype-8.0.30-150400.4.37.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-ctype-8.0.30-150400.4.37.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-ctype-8.0.30-150400.4.37.1.ppc64le"
},
"product_reference": "php8-ctype-8.0.30-150400.4.37.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-ctype-8.0.30-150400.4.37.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-ctype-8.0.30-150400.4.37.1.s390x"
},
"product_reference": "php8-ctype-8.0.30-150400.4.37.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-ctype-8.0.30-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-ctype-8.0.30-150400.4.37.1.x86_64"
},
"product_reference": "php8-ctype-8.0.30-150400.4.37.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-curl-8.0.30-150400.4.37.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-curl-8.0.30-150400.4.37.1.aarch64"
},
"product_reference": "php8-curl-8.0.30-150400.4.37.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-curl-8.0.30-150400.4.37.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-curl-8.0.30-150400.4.37.1.ppc64le"
},
"product_reference": "php8-curl-8.0.30-150400.4.37.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-curl-8.0.30-150400.4.37.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-curl-8.0.30-150400.4.37.1.s390x"
},
"product_reference": "php8-curl-8.0.30-150400.4.37.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-curl-8.0.30-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-curl-8.0.30-150400.4.37.1.x86_64"
},
"product_reference": "php8-curl-8.0.30-150400.4.37.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-dba-8.0.30-150400.4.37.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-dba-8.0.30-150400.4.37.1.aarch64"
},
"product_reference": "php8-dba-8.0.30-150400.4.37.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-dba-8.0.30-150400.4.37.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-dba-8.0.30-150400.4.37.1.ppc64le"
},
"product_reference": "php8-dba-8.0.30-150400.4.37.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-dba-8.0.30-150400.4.37.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-dba-8.0.30-150400.4.37.1.s390x"
},
"product_reference": "php8-dba-8.0.30-150400.4.37.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-dba-8.0.30-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-dba-8.0.30-150400.4.37.1.x86_64"
},
"product_reference": "php8-dba-8.0.30-150400.4.37.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-devel-8.0.30-150400.4.37.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-devel-8.0.30-150400.4.37.1.aarch64"
},
"product_reference": "php8-devel-8.0.30-150400.4.37.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-devel-8.0.30-150400.4.37.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-devel-8.0.30-150400.4.37.1.ppc64le"
},
"product_reference": "php8-devel-8.0.30-150400.4.37.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-devel-8.0.30-150400.4.37.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-devel-8.0.30-150400.4.37.1.s390x"
},
"product_reference": "php8-devel-8.0.30-150400.4.37.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-devel-8.0.30-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-devel-8.0.30-150400.4.37.1.x86_64"
},
"product_reference": "php8-devel-8.0.30-150400.4.37.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-dom-8.0.30-150400.4.37.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-dom-8.0.30-150400.4.37.1.aarch64"
},
"product_reference": "php8-dom-8.0.30-150400.4.37.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-dom-8.0.30-150400.4.37.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-dom-8.0.30-150400.4.37.1.ppc64le"
},
"product_reference": "php8-dom-8.0.30-150400.4.37.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-dom-8.0.30-150400.4.37.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-dom-8.0.30-150400.4.37.1.s390x"
},
"product_reference": "php8-dom-8.0.30-150400.4.37.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-dom-8.0.30-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-dom-8.0.30-150400.4.37.1.x86_64"
},
"product_reference": "php8-dom-8.0.30-150400.4.37.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-embed-8.0.30-150400.4.37.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-embed-8.0.30-150400.4.37.1.aarch64"
},
"product_reference": "php8-embed-8.0.30-150400.4.37.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-embed-8.0.30-150400.4.37.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-embed-8.0.30-150400.4.37.1.ppc64le"
},
"product_reference": "php8-embed-8.0.30-150400.4.37.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-embed-8.0.30-150400.4.37.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-embed-8.0.30-150400.4.37.1.s390x"
},
"product_reference": "php8-embed-8.0.30-150400.4.37.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-embed-8.0.30-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-embed-8.0.30-150400.4.37.1.x86_64"
},
"product_reference": "php8-embed-8.0.30-150400.4.37.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-enchant-8.0.30-150400.4.37.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-enchant-8.0.30-150400.4.37.1.aarch64"
},
"product_reference": "php8-enchant-8.0.30-150400.4.37.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-enchant-8.0.30-150400.4.37.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-enchant-8.0.30-150400.4.37.1.ppc64le"
},
"product_reference": "php8-enchant-8.0.30-150400.4.37.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-enchant-8.0.30-150400.4.37.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-enchant-8.0.30-150400.4.37.1.s390x"
},
"product_reference": "php8-enchant-8.0.30-150400.4.37.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-enchant-8.0.30-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-enchant-8.0.30-150400.4.37.1.x86_64"
},
"product_reference": "php8-enchant-8.0.30-150400.4.37.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-exif-8.0.30-150400.4.37.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-exif-8.0.30-150400.4.37.1.aarch64"
},
"product_reference": "php8-exif-8.0.30-150400.4.37.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-exif-8.0.30-150400.4.37.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-exif-8.0.30-150400.4.37.1.ppc64le"
},
"product_reference": "php8-exif-8.0.30-150400.4.37.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-exif-8.0.30-150400.4.37.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-exif-8.0.30-150400.4.37.1.s390x"
},
"product_reference": "php8-exif-8.0.30-150400.4.37.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-exif-8.0.30-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-exif-8.0.30-150400.4.37.1.x86_64"
},
"product_reference": "php8-exif-8.0.30-150400.4.37.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-fastcgi-8.0.30-150400.4.37.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-fastcgi-8.0.30-150400.4.37.1.aarch64"
},
"product_reference": "php8-fastcgi-8.0.30-150400.4.37.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-fastcgi-8.0.30-150400.4.37.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-fastcgi-8.0.30-150400.4.37.1.ppc64le"
},
"product_reference": "php8-fastcgi-8.0.30-150400.4.37.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-fastcgi-8.0.30-150400.4.37.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-fastcgi-8.0.30-150400.4.37.1.s390x"
},
"product_reference": "php8-fastcgi-8.0.30-150400.4.37.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-fastcgi-8.0.30-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-fastcgi-8.0.30-150400.4.37.1.x86_64"
},
"product_reference": "php8-fastcgi-8.0.30-150400.4.37.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-fileinfo-8.0.30-150400.4.37.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-fileinfo-8.0.30-150400.4.37.1.aarch64"
},
"product_reference": "php8-fileinfo-8.0.30-150400.4.37.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-fileinfo-8.0.30-150400.4.37.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-fileinfo-8.0.30-150400.4.37.1.ppc64le"
},
"product_reference": "php8-fileinfo-8.0.30-150400.4.37.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-fileinfo-8.0.30-150400.4.37.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-fileinfo-8.0.30-150400.4.37.1.s390x"
},
"product_reference": "php8-fileinfo-8.0.30-150400.4.37.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-fileinfo-8.0.30-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-fileinfo-8.0.30-150400.4.37.1.x86_64"
},
"product_reference": "php8-fileinfo-8.0.30-150400.4.37.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-fpm-8.0.30-150400.4.37.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-fpm-8.0.30-150400.4.37.1.aarch64"
},
"product_reference": "php8-fpm-8.0.30-150400.4.37.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-fpm-8.0.30-150400.4.37.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-fpm-8.0.30-150400.4.37.1.ppc64le"
},
"product_reference": "php8-fpm-8.0.30-150400.4.37.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-fpm-8.0.30-150400.4.37.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-fpm-8.0.30-150400.4.37.1.s390x"
},
"product_reference": "php8-fpm-8.0.30-150400.4.37.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-fpm-8.0.30-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-fpm-8.0.30-150400.4.37.1.x86_64"
},
"product_reference": "php8-fpm-8.0.30-150400.4.37.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-ftp-8.0.30-150400.4.37.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-ftp-8.0.30-150400.4.37.1.aarch64"
},
"product_reference": "php8-ftp-8.0.30-150400.4.37.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-ftp-8.0.30-150400.4.37.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-ftp-8.0.30-150400.4.37.1.ppc64le"
},
"product_reference": "php8-ftp-8.0.30-150400.4.37.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-ftp-8.0.30-150400.4.37.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-ftp-8.0.30-150400.4.37.1.s390x"
},
"product_reference": "php8-ftp-8.0.30-150400.4.37.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-ftp-8.0.30-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-ftp-8.0.30-150400.4.37.1.x86_64"
},
"product_reference": "php8-ftp-8.0.30-150400.4.37.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-gd-8.0.30-150400.4.37.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-gd-8.0.30-150400.4.37.1.aarch64"
},
"product_reference": "php8-gd-8.0.30-150400.4.37.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-gd-8.0.30-150400.4.37.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-gd-8.0.30-150400.4.37.1.ppc64le"
},
"product_reference": "php8-gd-8.0.30-150400.4.37.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-gd-8.0.30-150400.4.37.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-gd-8.0.30-150400.4.37.1.s390x"
},
"product_reference": "php8-gd-8.0.30-150400.4.37.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-gd-8.0.30-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-gd-8.0.30-150400.4.37.1.x86_64"
},
"product_reference": "php8-gd-8.0.30-150400.4.37.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-gettext-8.0.30-150400.4.37.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-gettext-8.0.30-150400.4.37.1.aarch64"
},
"product_reference": "php8-gettext-8.0.30-150400.4.37.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-gettext-8.0.30-150400.4.37.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-gettext-8.0.30-150400.4.37.1.ppc64le"
},
"product_reference": "php8-gettext-8.0.30-150400.4.37.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-gettext-8.0.30-150400.4.37.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-gettext-8.0.30-150400.4.37.1.s390x"
},
"product_reference": "php8-gettext-8.0.30-150400.4.37.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-gettext-8.0.30-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-gettext-8.0.30-150400.4.37.1.x86_64"
},
"product_reference": "php8-gettext-8.0.30-150400.4.37.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-gmp-8.0.30-150400.4.37.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-gmp-8.0.30-150400.4.37.1.aarch64"
},
"product_reference": "php8-gmp-8.0.30-150400.4.37.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-gmp-8.0.30-150400.4.37.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-gmp-8.0.30-150400.4.37.1.ppc64le"
},
"product_reference": "php8-gmp-8.0.30-150400.4.37.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-gmp-8.0.30-150400.4.37.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-gmp-8.0.30-150400.4.37.1.s390x"
},
"product_reference": "php8-gmp-8.0.30-150400.4.37.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-gmp-8.0.30-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-gmp-8.0.30-150400.4.37.1.x86_64"
},
"product_reference": "php8-gmp-8.0.30-150400.4.37.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-iconv-8.0.30-150400.4.37.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-iconv-8.0.30-150400.4.37.1.aarch64"
},
"product_reference": "php8-iconv-8.0.30-150400.4.37.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-iconv-8.0.30-150400.4.37.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-iconv-8.0.30-150400.4.37.1.ppc64le"
},
"product_reference": "php8-iconv-8.0.30-150400.4.37.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-iconv-8.0.30-150400.4.37.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-iconv-8.0.30-150400.4.37.1.s390x"
},
"product_reference": "php8-iconv-8.0.30-150400.4.37.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-iconv-8.0.30-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-iconv-8.0.30-150400.4.37.1.x86_64"
},
"product_reference": "php8-iconv-8.0.30-150400.4.37.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-intl-8.0.30-150400.4.37.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-intl-8.0.30-150400.4.37.1.aarch64"
},
"product_reference": "php8-intl-8.0.30-150400.4.37.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-intl-8.0.30-150400.4.37.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-intl-8.0.30-150400.4.37.1.ppc64le"
},
"product_reference": "php8-intl-8.0.30-150400.4.37.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-intl-8.0.30-150400.4.37.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-intl-8.0.30-150400.4.37.1.s390x"
},
"product_reference": "php8-intl-8.0.30-150400.4.37.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-intl-8.0.30-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-intl-8.0.30-150400.4.37.1.x86_64"
},
"product_reference": "php8-intl-8.0.30-150400.4.37.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-ldap-8.0.30-150400.4.37.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-ldap-8.0.30-150400.4.37.1.aarch64"
},
"product_reference": "php8-ldap-8.0.30-150400.4.37.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-ldap-8.0.30-150400.4.37.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-ldap-8.0.30-150400.4.37.1.ppc64le"
},
"product_reference": "php8-ldap-8.0.30-150400.4.37.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-ldap-8.0.30-150400.4.37.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-ldap-8.0.30-150400.4.37.1.s390x"
},
"product_reference": "php8-ldap-8.0.30-150400.4.37.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-ldap-8.0.30-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-ldap-8.0.30-150400.4.37.1.x86_64"
},
"product_reference": "php8-ldap-8.0.30-150400.4.37.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-mbstring-8.0.30-150400.4.37.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-mbstring-8.0.30-150400.4.37.1.aarch64"
},
"product_reference": "php8-mbstring-8.0.30-150400.4.37.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-mbstring-8.0.30-150400.4.37.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-mbstring-8.0.30-150400.4.37.1.ppc64le"
},
"product_reference": "php8-mbstring-8.0.30-150400.4.37.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-mbstring-8.0.30-150400.4.37.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-mbstring-8.0.30-150400.4.37.1.s390x"
},
"product_reference": "php8-mbstring-8.0.30-150400.4.37.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-mbstring-8.0.30-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-mbstring-8.0.30-150400.4.37.1.x86_64"
},
"product_reference": "php8-mbstring-8.0.30-150400.4.37.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-mysql-8.0.30-150400.4.37.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-mysql-8.0.30-150400.4.37.1.aarch64"
},
"product_reference": "php8-mysql-8.0.30-150400.4.37.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-mysql-8.0.30-150400.4.37.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-mysql-8.0.30-150400.4.37.1.ppc64le"
},
"product_reference": "php8-mysql-8.0.30-150400.4.37.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-mysql-8.0.30-150400.4.37.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-mysql-8.0.30-150400.4.37.1.s390x"
},
"product_reference": "php8-mysql-8.0.30-150400.4.37.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-mysql-8.0.30-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-mysql-8.0.30-150400.4.37.1.x86_64"
},
"product_reference": "php8-mysql-8.0.30-150400.4.37.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-odbc-8.0.30-150400.4.37.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-odbc-8.0.30-150400.4.37.1.aarch64"
},
"product_reference": "php8-odbc-8.0.30-150400.4.37.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-odbc-8.0.30-150400.4.37.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-odbc-8.0.30-150400.4.37.1.ppc64le"
},
"product_reference": "php8-odbc-8.0.30-150400.4.37.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-odbc-8.0.30-150400.4.37.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-odbc-8.0.30-150400.4.37.1.s390x"
},
"product_reference": "php8-odbc-8.0.30-150400.4.37.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-odbc-8.0.30-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-odbc-8.0.30-150400.4.37.1.x86_64"
},
"product_reference": "php8-odbc-8.0.30-150400.4.37.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-opcache-8.0.30-150400.4.37.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-opcache-8.0.30-150400.4.37.1.aarch64"
},
"product_reference": "php8-opcache-8.0.30-150400.4.37.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-opcache-8.0.30-150400.4.37.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-opcache-8.0.30-150400.4.37.1.ppc64le"
},
"product_reference": "php8-opcache-8.0.30-150400.4.37.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-opcache-8.0.30-150400.4.37.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-opcache-8.0.30-150400.4.37.1.s390x"
},
"product_reference": "php8-opcache-8.0.30-150400.4.37.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-opcache-8.0.30-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-opcache-8.0.30-150400.4.37.1.x86_64"
},
"product_reference": "php8-opcache-8.0.30-150400.4.37.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-openssl-8.0.30-150400.4.37.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-openssl-8.0.30-150400.4.37.1.aarch64"
},
"product_reference": "php8-openssl-8.0.30-150400.4.37.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-openssl-8.0.30-150400.4.37.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-openssl-8.0.30-150400.4.37.1.ppc64le"
},
"product_reference": "php8-openssl-8.0.30-150400.4.37.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-openssl-8.0.30-150400.4.37.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-openssl-8.0.30-150400.4.37.1.s390x"
},
"product_reference": "php8-openssl-8.0.30-150400.4.37.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-openssl-8.0.30-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-openssl-8.0.30-150400.4.37.1.x86_64"
},
"product_reference": "php8-openssl-8.0.30-150400.4.37.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-pcntl-8.0.30-150400.4.37.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-pcntl-8.0.30-150400.4.37.1.aarch64"
},
"product_reference": "php8-pcntl-8.0.30-150400.4.37.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-pcntl-8.0.30-150400.4.37.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-pcntl-8.0.30-150400.4.37.1.ppc64le"
},
"product_reference": "php8-pcntl-8.0.30-150400.4.37.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-pcntl-8.0.30-150400.4.37.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-pcntl-8.0.30-150400.4.37.1.s390x"
},
"product_reference": "php8-pcntl-8.0.30-150400.4.37.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-pcntl-8.0.30-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-pcntl-8.0.30-150400.4.37.1.x86_64"
},
"product_reference": "php8-pcntl-8.0.30-150400.4.37.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-pdo-8.0.30-150400.4.37.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-pdo-8.0.30-150400.4.37.1.aarch64"
},
"product_reference": "php8-pdo-8.0.30-150400.4.37.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-pdo-8.0.30-150400.4.37.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-pdo-8.0.30-150400.4.37.1.ppc64le"
},
"product_reference": "php8-pdo-8.0.30-150400.4.37.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-pdo-8.0.30-150400.4.37.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-pdo-8.0.30-150400.4.37.1.s390x"
},
"product_reference": "php8-pdo-8.0.30-150400.4.37.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-pdo-8.0.30-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-pdo-8.0.30-150400.4.37.1.x86_64"
},
"product_reference": "php8-pdo-8.0.30-150400.4.37.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-pgsql-8.0.30-150400.4.37.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-pgsql-8.0.30-150400.4.37.1.aarch64"
},
"product_reference": "php8-pgsql-8.0.30-150400.4.37.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-pgsql-8.0.30-150400.4.37.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-pgsql-8.0.30-150400.4.37.1.ppc64le"
},
"product_reference": "php8-pgsql-8.0.30-150400.4.37.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-pgsql-8.0.30-150400.4.37.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-pgsql-8.0.30-150400.4.37.1.s390x"
},
"product_reference": "php8-pgsql-8.0.30-150400.4.37.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-pgsql-8.0.30-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-pgsql-8.0.30-150400.4.37.1.x86_64"
},
"product_reference": "php8-pgsql-8.0.30-150400.4.37.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-phar-8.0.30-150400.4.37.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-phar-8.0.30-150400.4.37.1.aarch64"
},
"product_reference": "php8-phar-8.0.30-150400.4.37.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-phar-8.0.30-150400.4.37.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-phar-8.0.30-150400.4.37.1.ppc64le"
},
"product_reference": "php8-phar-8.0.30-150400.4.37.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-phar-8.0.30-150400.4.37.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-phar-8.0.30-150400.4.37.1.s390x"
},
"product_reference": "php8-phar-8.0.30-150400.4.37.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-phar-8.0.30-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-phar-8.0.30-150400.4.37.1.x86_64"
},
"product_reference": "php8-phar-8.0.30-150400.4.37.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-posix-8.0.30-150400.4.37.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-posix-8.0.30-150400.4.37.1.aarch64"
},
"product_reference": "php8-posix-8.0.30-150400.4.37.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-posix-8.0.30-150400.4.37.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-posix-8.0.30-150400.4.37.1.ppc64le"
},
"product_reference": "php8-posix-8.0.30-150400.4.37.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-posix-8.0.30-150400.4.37.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-posix-8.0.30-150400.4.37.1.s390x"
},
"product_reference": "php8-posix-8.0.30-150400.4.37.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-posix-8.0.30-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-posix-8.0.30-150400.4.37.1.x86_64"
},
"product_reference": "php8-posix-8.0.30-150400.4.37.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-readline-8.0.30-150400.4.37.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-readline-8.0.30-150400.4.37.1.aarch64"
},
"product_reference": "php8-readline-8.0.30-150400.4.37.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-readline-8.0.30-150400.4.37.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-readline-8.0.30-150400.4.37.1.ppc64le"
},
"product_reference": "php8-readline-8.0.30-150400.4.37.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-readline-8.0.30-150400.4.37.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-readline-8.0.30-150400.4.37.1.s390x"
},
"product_reference": "php8-readline-8.0.30-150400.4.37.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-readline-8.0.30-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-readline-8.0.30-150400.4.37.1.x86_64"
},
"product_reference": "php8-readline-8.0.30-150400.4.37.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-shmop-8.0.30-150400.4.37.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-shmop-8.0.30-150400.4.37.1.aarch64"
},
"product_reference": "php8-shmop-8.0.30-150400.4.37.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-shmop-8.0.30-150400.4.37.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-shmop-8.0.30-150400.4.37.1.ppc64le"
},
"product_reference": "php8-shmop-8.0.30-150400.4.37.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-shmop-8.0.30-150400.4.37.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-shmop-8.0.30-150400.4.37.1.s390x"
},
"product_reference": "php8-shmop-8.0.30-150400.4.37.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-shmop-8.0.30-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-shmop-8.0.30-150400.4.37.1.x86_64"
},
"product_reference": "php8-shmop-8.0.30-150400.4.37.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-snmp-8.0.30-150400.4.37.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-snmp-8.0.30-150400.4.37.1.aarch64"
},
"product_reference": "php8-snmp-8.0.30-150400.4.37.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-snmp-8.0.30-150400.4.37.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-snmp-8.0.30-150400.4.37.1.ppc64le"
},
"product_reference": "php8-snmp-8.0.30-150400.4.37.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-snmp-8.0.30-150400.4.37.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-snmp-8.0.30-150400.4.37.1.s390x"
},
"product_reference": "php8-snmp-8.0.30-150400.4.37.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-snmp-8.0.30-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-snmp-8.0.30-150400.4.37.1.x86_64"
},
"product_reference": "php8-snmp-8.0.30-150400.4.37.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-soap-8.0.30-150400.4.37.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-soap-8.0.30-150400.4.37.1.aarch64"
},
"product_reference": "php8-soap-8.0.30-150400.4.37.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-soap-8.0.30-150400.4.37.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-soap-8.0.30-150400.4.37.1.ppc64le"
},
"product_reference": "php8-soap-8.0.30-150400.4.37.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-soap-8.0.30-150400.4.37.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-soap-8.0.30-150400.4.37.1.s390x"
},
"product_reference": "php8-soap-8.0.30-150400.4.37.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-soap-8.0.30-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-soap-8.0.30-150400.4.37.1.x86_64"
},
"product_reference": "php8-soap-8.0.30-150400.4.37.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-sockets-8.0.30-150400.4.37.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-sockets-8.0.30-150400.4.37.1.aarch64"
},
"product_reference": "php8-sockets-8.0.30-150400.4.37.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-sockets-8.0.30-150400.4.37.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-sockets-8.0.30-150400.4.37.1.ppc64le"
},
"product_reference": "php8-sockets-8.0.30-150400.4.37.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-sockets-8.0.30-150400.4.37.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-sockets-8.0.30-150400.4.37.1.s390x"
},
"product_reference": "php8-sockets-8.0.30-150400.4.37.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-sockets-8.0.30-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-sockets-8.0.30-150400.4.37.1.x86_64"
},
"product_reference": "php8-sockets-8.0.30-150400.4.37.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-sodium-8.0.30-150400.4.37.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-sodium-8.0.30-150400.4.37.1.aarch64"
},
"product_reference": "php8-sodium-8.0.30-150400.4.37.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-sodium-8.0.30-150400.4.37.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-sodium-8.0.30-150400.4.37.1.ppc64le"
},
"product_reference": "php8-sodium-8.0.30-150400.4.37.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-sodium-8.0.30-150400.4.37.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-sodium-8.0.30-150400.4.37.1.s390x"
},
"product_reference": "php8-sodium-8.0.30-150400.4.37.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-sodium-8.0.30-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-sodium-8.0.30-150400.4.37.1.x86_64"
},
"product_reference": "php8-sodium-8.0.30-150400.4.37.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-sqlite-8.0.30-150400.4.37.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-sqlite-8.0.30-150400.4.37.1.aarch64"
},
"product_reference": "php8-sqlite-8.0.30-150400.4.37.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-sqlite-8.0.30-150400.4.37.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-sqlite-8.0.30-150400.4.37.1.ppc64le"
},
"product_reference": "php8-sqlite-8.0.30-150400.4.37.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-sqlite-8.0.30-150400.4.37.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-sqlite-8.0.30-150400.4.37.1.s390x"
},
"product_reference": "php8-sqlite-8.0.30-150400.4.37.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-sqlite-8.0.30-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-sqlite-8.0.30-150400.4.37.1.x86_64"
},
"product_reference": "php8-sqlite-8.0.30-150400.4.37.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-sysvmsg-8.0.30-150400.4.37.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-sysvmsg-8.0.30-150400.4.37.1.aarch64"
},
"product_reference": "php8-sysvmsg-8.0.30-150400.4.37.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-sysvmsg-8.0.30-150400.4.37.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-sysvmsg-8.0.30-150400.4.37.1.ppc64le"
},
"product_reference": "php8-sysvmsg-8.0.30-150400.4.37.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-sysvmsg-8.0.30-150400.4.37.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-sysvmsg-8.0.30-150400.4.37.1.s390x"
},
"product_reference": "php8-sysvmsg-8.0.30-150400.4.37.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-sysvmsg-8.0.30-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-sysvmsg-8.0.30-150400.4.37.1.x86_64"
},
"product_reference": "php8-sysvmsg-8.0.30-150400.4.37.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-sysvsem-8.0.30-150400.4.37.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-sysvsem-8.0.30-150400.4.37.1.aarch64"
},
"product_reference": "php8-sysvsem-8.0.30-150400.4.37.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-sysvsem-8.0.30-150400.4.37.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-sysvsem-8.0.30-150400.4.37.1.ppc64le"
},
"product_reference": "php8-sysvsem-8.0.30-150400.4.37.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-sysvsem-8.0.30-150400.4.37.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-sysvsem-8.0.30-150400.4.37.1.s390x"
},
"product_reference": "php8-sysvsem-8.0.30-150400.4.37.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-sysvsem-8.0.30-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-sysvsem-8.0.30-150400.4.37.1.x86_64"
},
"product_reference": "php8-sysvsem-8.0.30-150400.4.37.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-sysvshm-8.0.30-150400.4.37.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-sysvshm-8.0.30-150400.4.37.1.aarch64"
},
"product_reference": "php8-sysvshm-8.0.30-150400.4.37.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-sysvshm-8.0.30-150400.4.37.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-sysvshm-8.0.30-150400.4.37.1.ppc64le"
},
"product_reference": "php8-sysvshm-8.0.30-150400.4.37.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-sysvshm-8.0.30-150400.4.37.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-sysvshm-8.0.30-150400.4.37.1.s390x"
},
"product_reference": "php8-sysvshm-8.0.30-150400.4.37.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-sysvshm-8.0.30-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-sysvshm-8.0.30-150400.4.37.1.x86_64"
},
"product_reference": "php8-sysvshm-8.0.30-150400.4.37.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-test-8.0.30-150400.4.37.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-test-8.0.30-150400.4.37.1.aarch64"
},
"product_reference": "php8-test-8.0.30-150400.4.37.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-test-8.0.30-150400.4.37.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-test-8.0.30-150400.4.37.1.ppc64le"
},
"product_reference": "php8-test-8.0.30-150400.4.37.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-test-8.0.30-150400.4.37.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-test-8.0.30-150400.4.37.1.s390x"
},
"product_reference": "php8-test-8.0.30-150400.4.37.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-test-8.0.30-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-test-8.0.30-150400.4.37.1.x86_64"
},
"product_reference": "php8-test-8.0.30-150400.4.37.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-tidy-8.0.30-150400.4.37.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-tidy-8.0.30-150400.4.37.1.aarch64"
},
"product_reference": "php8-tidy-8.0.30-150400.4.37.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-tidy-8.0.30-150400.4.37.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-tidy-8.0.30-150400.4.37.1.ppc64le"
},
"product_reference": "php8-tidy-8.0.30-150400.4.37.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-tidy-8.0.30-150400.4.37.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-tidy-8.0.30-150400.4.37.1.s390x"
},
"product_reference": "php8-tidy-8.0.30-150400.4.37.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-tidy-8.0.30-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-tidy-8.0.30-150400.4.37.1.x86_64"
},
"product_reference": "php8-tidy-8.0.30-150400.4.37.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-tokenizer-8.0.30-150400.4.37.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-tokenizer-8.0.30-150400.4.37.1.aarch64"
},
"product_reference": "php8-tokenizer-8.0.30-150400.4.37.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-tokenizer-8.0.30-150400.4.37.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-tokenizer-8.0.30-150400.4.37.1.ppc64le"
},
"product_reference": "php8-tokenizer-8.0.30-150400.4.37.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-tokenizer-8.0.30-150400.4.37.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-tokenizer-8.0.30-150400.4.37.1.s390x"
},
"product_reference": "php8-tokenizer-8.0.30-150400.4.37.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-tokenizer-8.0.30-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-tokenizer-8.0.30-150400.4.37.1.x86_64"
},
"product_reference": "php8-tokenizer-8.0.30-150400.4.37.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-xmlreader-8.0.30-150400.4.37.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-xmlreader-8.0.30-150400.4.37.1.aarch64"
},
"product_reference": "php8-xmlreader-8.0.30-150400.4.37.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-xmlreader-8.0.30-150400.4.37.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-xmlreader-8.0.30-150400.4.37.1.ppc64le"
},
"product_reference": "php8-xmlreader-8.0.30-150400.4.37.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-xmlreader-8.0.30-150400.4.37.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-xmlreader-8.0.30-150400.4.37.1.s390x"
},
"product_reference": "php8-xmlreader-8.0.30-150400.4.37.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-xmlreader-8.0.30-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-xmlreader-8.0.30-150400.4.37.1.x86_64"
},
"product_reference": "php8-xmlreader-8.0.30-150400.4.37.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-xmlwriter-8.0.30-150400.4.37.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-xmlwriter-8.0.30-150400.4.37.1.aarch64"
},
"product_reference": "php8-xmlwriter-8.0.30-150400.4.37.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-xmlwriter-8.0.30-150400.4.37.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-xmlwriter-8.0.30-150400.4.37.1.ppc64le"
},
"product_reference": "php8-xmlwriter-8.0.30-150400.4.37.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-xmlwriter-8.0.30-150400.4.37.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-xmlwriter-8.0.30-150400.4.37.1.s390x"
},
"product_reference": "php8-xmlwriter-8.0.30-150400.4.37.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-xmlwriter-8.0.30-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-xmlwriter-8.0.30-150400.4.37.1.x86_64"
},
"product_reference": "php8-xmlwriter-8.0.30-150400.4.37.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-xsl-8.0.30-150400.4.37.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-xsl-8.0.30-150400.4.37.1.aarch64"
},
"product_reference": "php8-xsl-8.0.30-150400.4.37.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-xsl-8.0.30-150400.4.37.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-xsl-8.0.30-150400.4.37.1.ppc64le"
},
"product_reference": "php8-xsl-8.0.30-150400.4.37.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-xsl-8.0.30-150400.4.37.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-xsl-8.0.30-150400.4.37.1.s390x"
},
"product_reference": "php8-xsl-8.0.30-150400.4.37.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-xsl-8.0.30-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-xsl-8.0.30-150400.4.37.1.x86_64"
},
"product_reference": "php8-xsl-8.0.30-150400.4.37.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-zip-8.0.30-150400.4.37.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-zip-8.0.30-150400.4.37.1.aarch64"
},
"product_reference": "php8-zip-8.0.30-150400.4.37.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-zip-8.0.30-150400.4.37.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-zip-8.0.30-150400.4.37.1.ppc64le"
},
"product_reference": "php8-zip-8.0.30-150400.4.37.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-zip-8.0.30-150400.4.37.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-zip-8.0.30-150400.4.37.1.s390x"
},
"product_reference": "php8-zip-8.0.30-150400.4.37.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-zip-8.0.30-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-zip-8.0.30-150400.4.37.1.x86_64"
},
"product_reference": "php8-zip-8.0.30-150400.4.37.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-zlib-8.0.30-150400.4.37.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-zlib-8.0.30-150400.4.37.1.aarch64"
},
"product_reference": "php8-zlib-8.0.30-150400.4.37.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-zlib-8.0.30-150400.4.37.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-zlib-8.0.30-150400.4.37.1.ppc64le"
},
"product_reference": "php8-zlib-8.0.30-150400.4.37.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-zlib-8.0.30-150400.4.37.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-zlib-8.0.30-150400.4.37.1.s390x"
},
"product_reference": "php8-zlib-8.0.30-150400.4.37.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-zlib-8.0.30-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-zlib-8.0.30-150400.4.37.1.x86_64"
},
"product_reference": "php8-zlib-8.0.30-150400.4.37.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "apache2-mod_php8-8.0.30-150400.4.37.1.aarch64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:apache2-mod_php8-8.0.30-150400.4.37.1.aarch64"
},
"product_reference": "apache2-mod_php8-8.0.30-150400.4.37.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "apache2-mod_php8-8.0.30-150400.4.37.1.ppc64le as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:apache2-mod_php8-8.0.30-150400.4.37.1.ppc64le"
},
"product_reference": "apache2-mod_php8-8.0.30-150400.4.37.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "apache2-mod_php8-8.0.30-150400.4.37.1.s390x as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:apache2-mod_php8-8.0.30-150400.4.37.1.s390x"
},
"product_reference": "apache2-mod_php8-8.0.30-150400.4.37.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "apache2-mod_php8-8.0.30-150400.4.37.1.x86_64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:apache2-mod_php8-8.0.30-150400.4.37.1.x86_64"
},
"product_reference": "apache2-mod_php8-8.0.30-150400.4.37.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-8.0.30-150400.4.37.1.aarch64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php8-8.0.30-150400.4.37.1.aarch64"
},
"product_reference": "php8-8.0.30-150400.4.37.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-8.0.30-150400.4.37.1.ppc64le as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php8-8.0.30-150400.4.37.1.ppc64le"
},
"product_reference": "php8-8.0.30-150400.4.37.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-8.0.30-150400.4.37.1.s390x as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php8-8.0.30-150400.4.37.1.s390x"
},
"product_reference": "php8-8.0.30-150400.4.37.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-8.0.30-150400.4.37.1.x86_64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php8-8.0.30-150400.4.37.1.x86_64"
},
"product_reference": "php8-8.0.30-150400.4.37.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-bcmath-8.0.30-150400.4.37.1.aarch64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php8-bcmath-8.0.30-150400.4.37.1.aarch64"
},
"product_reference": "php8-bcmath-8.0.30-150400.4.37.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-bcmath-8.0.30-150400.4.37.1.ppc64le as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php8-bcmath-8.0.30-150400.4.37.1.ppc64le"
},
"product_reference": "php8-bcmath-8.0.30-150400.4.37.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-bcmath-8.0.30-150400.4.37.1.s390x as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php8-bcmath-8.0.30-150400.4.37.1.s390x"
},
"product_reference": "php8-bcmath-8.0.30-150400.4.37.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-bcmath-8.0.30-150400.4.37.1.x86_64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php8-bcmath-8.0.30-150400.4.37.1.x86_64"
},
"product_reference": "php8-bcmath-8.0.30-150400.4.37.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-bz2-8.0.30-150400.4.37.1.aarch64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php8-bz2-8.0.30-150400.4.37.1.aarch64"
},
"product_reference": "php8-bz2-8.0.30-150400.4.37.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-bz2-8.0.30-150400.4.37.1.ppc64le as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php8-bz2-8.0.30-150400.4.37.1.ppc64le"
},
"product_reference": "php8-bz2-8.0.30-150400.4.37.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-bz2-8.0.30-150400.4.37.1.s390x as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php8-bz2-8.0.30-150400.4.37.1.s390x"
},
"product_reference": "php8-bz2-8.0.30-150400.4.37.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-bz2-8.0.30-150400.4.37.1.x86_64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php8-bz2-8.0.30-150400.4.37.1.x86_64"
},
"product_reference": "php8-bz2-8.0.30-150400.4.37.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-calendar-8.0.30-150400.4.37.1.aarch64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php8-calendar-8.0.30-150400.4.37.1.aarch64"
},
"product_reference": "php8-calendar-8.0.30-150400.4.37.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-calendar-8.0.30-150400.4.37.1.ppc64le as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php8-calendar-8.0.30-150400.4.37.1.ppc64le"
},
"product_reference": "php8-calendar-8.0.30-150400.4.37.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-calendar-8.0.30-150400.4.37.1.s390x as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php8-calendar-8.0.30-150400.4.37.1.s390x"
},
"product_reference": "php8-calendar-8.0.30-150400.4.37.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-calendar-8.0.30-150400.4.37.1.x86_64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php8-calendar-8.0.30-150400.4.37.1.x86_64"
},
"product_reference": "php8-calendar-8.0.30-150400.4.37.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-cli-8.0.30-150400.4.37.1.aarch64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php8-cli-8.0.30-150400.4.37.1.aarch64"
},
"product_reference": "php8-cli-8.0.30-150400.4.37.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-cli-8.0.30-150400.4.37.1.ppc64le as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php8-cli-8.0.30-150400.4.37.1.ppc64le"
},
"product_reference": "php8-cli-8.0.30-150400.4.37.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-cli-8.0.30-150400.4.37.1.s390x as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php8-cli-8.0.30-150400.4.37.1.s390x"
},
"product_reference": "php8-cli-8.0.30-150400.4.37.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-cli-8.0.30-150400.4.37.1.x86_64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php8-cli-8.0.30-150400.4.37.1.x86_64"
},
"product_reference": "php8-cli-8.0.30-150400.4.37.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-ctype-8.0.30-150400.4.37.1.aarch64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php8-ctype-8.0.30-150400.4.37.1.aarch64"
},
"product_reference": "php8-ctype-8.0.30-150400.4.37.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-ctype-8.0.30-150400.4.37.1.ppc64le as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php8-ctype-8.0.30-150400.4.37.1.ppc64le"
},
"product_reference": "php8-ctype-8.0.30-150400.4.37.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-ctype-8.0.30-150400.4.37.1.s390x as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php8-ctype-8.0.30-150400.4.37.1.s390x"
},
"product_reference": "php8-ctype-8.0.30-150400.4.37.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-ctype-8.0.30-150400.4.37.1.x86_64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php8-ctype-8.0.30-150400.4.37.1.x86_64"
},
"product_reference": "php8-ctype-8.0.30-150400.4.37.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-curl-8.0.30-150400.4.37.1.aarch64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php8-curl-8.0.30-150400.4.37.1.aarch64"
},
"product_reference": "php8-curl-8.0.30-150400.4.37.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-curl-8.0.30-150400.4.37.1.ppc64le as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php8-curl-8.0.30-150400.4.37.1.ppc64le"
},
"product_reference": "php8-curl-8.0.30-150400.4.37.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-curl-8.0.30-150400.4.37.1.s390x as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php8-curl-8.0.30-150400.4.37.1.s390x"
},
"product_reference": "php8-curl-8.0.30-150400.4.37.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-curl-8.0.30-150400.4.37.1.x86_64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php8-curl-8.0.30-150400.4.37.1.x86_64"
},
"product_reference": "php8-curl-8.0.30-150400.4.37.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-dba-8.0.30-150400.4.37.1.aarch64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php8-dba-8.0.30-150400.4.37.1.aarch64"
},
"product_reference": "php8-dba-8.0.30-150400.4.37.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-dba-8.0.30-150400.4.37.1.ppc64le as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php8-dba-8.0.30-150400.4.37.1.ppc64le"
},
"product_reference": "php8-dba-8.0.30-150400.4.37.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-dba-8.0.30-150400.4.37.1.s390x as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php8-dba-8.0.30-150400.4.37.1.s390x"
},
"product_reference": "php8-dba-8.0.30-150400.4.37.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-dba-8.0.30-150400.4.37.1.x86_64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php8-dba-8.0.30-150400.4.37.1.x86_64"
},
"product_reference": "php8-dba-8.0.30-150400.4.37.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-devel-8.0.30-150400.4.37.1.aarch64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php8-devel-8.0.30-150400.4.37.1.aarch64"
},
"product_reference": "php8-devel-8.0.30-150400.4.37.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-devel-8.0.30-150400.4.37.1.ppc64le as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php8-devel-8.0.30-150400.4.37.1.ppc64le"
},
"product_reference": "php8-devel-8.0.30-150400.4.37.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-devel-8.0.30-150400.4.37.1.s390x as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php8-devel-8.0.30-150400.4.37.1.s390x"
},
"product_reference": "php8-devel-8.0.30-150400.4.37.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-devel-8.0.30-150400.4.37.1.x86_64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php8-devel-8.0.30-150400.4.37.1.x86_64"
},
"product_reference": "php8-devel-8.0.30-150400.4.37.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-dom-8.0.30-150400.4.37.1.aarch64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php8-dom-8.0.30-150400.4.37.1.aarch64"
},
"product_reference": "php8-dom-8.0.30-150400.4.37.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-dom-8.0.30-150400.4.37.1.ppc64le as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php8-dom-8.0.30-150400.4.37.1.ppc64le"
},
"product_reference": "php8-dom-8.0.30-150400.4.37.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-dom-8.0.30-150400.4.37.1.s390x as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php8-dom-8.0.30-150400.4.37.1.s390x"
},
"product_reference": "php8-dom-8.0.30-150400.4.37.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-dom-8.0.30-150400.4.37.1.x86_64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php8-dom-8.0.30-150400.4.37.1.x86_64"
},
"product_reference": "php8-dom-8.0.30-150400.4.37.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-embed-8.0.30-150400.4.37.1.aarch64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php8-embed-8.0.30-150400.4.37.1.aarch64"
},
"product_reference": "php8-embed-8.0.30-150400.4.37.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-embed-8.0.30-150400.4.37.1.ppc64le as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php8-embed-8.0.30-150400.4.37.1.ppc64le"
},
"product_reference": "php8-embed-8.0.30-150400.4.37.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-embed-8.0.30-150400.4.37.1.s390x as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php8-embed-8.0.30-150400.4.37.1.s390x"
},
"product_reference": "php8-embed-8.0.30-150400.4.37.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-embed-8.0.30-150400.4.37.1.x86_64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php8-embed-8.0.30-150400.4.37.1.x86_64"
},
"product_reference": "php8-embed-8.0.30-150400.4.37.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-enchant-8.0.30-150400.4.37.1.aarch64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php8-enchant-8.0.30-150400.4.37.1.aarch64"
},
"product_reference": "php8-enchant-8.0.30-150400.4.37.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-enchant-8.0.30-150400.4.37.1.ppc64le as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php8-enchant-8.0.30-150400.4.37.1.ppc64le"
},
"product_reference": "php8-enchant-8.0.30-150400.4.37.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-enchant-8.0.30-150400.4.37.1.s390x as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php8-enchant-8.0.30-150400.4.37.1.s390x"
},
"product_reference": "php8-enchant-8.0.30-150400.4.37.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-enchant-8.0.30-150400.4.37.1.x86_64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php8-enchant-8.0.30-150400.4.37.1.x86_64"
},
"product_reference": "php8-enchant-8.0.30-150400.4.37.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-exif-8.0.30-150400.4.37.1.aarch64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php8-exif-8.0.30-150400.4.37.1.aarch64"
},
"product_reference": "php8-exif-8.0.30-150400.4.37.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-exif-8.0.30-150400.4.37.1.ppc64le as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php8-exif-8.0.30-150400.4.37.1.ppc64le"
},
"product_reference": "php8-exif-8.0.30-150400.4.37.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-exif-8.0.30-150400.4.37.1.s390x as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php8-exif-8.0.30-150400.4.37.1.s390x"
},
"product_reference": "php8-exif-8.0.30-150400.4.37.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-exif-8.0.30-150400.4.37.1.x86_64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php8-exif-8.0.30-150400.4.37.1.x86_64"
},
"product_reference": "php8-exif-8.0.30-150400.4.37.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-fastcgi-8.0.30-150400.4.37.1.aarch64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php8-fastcgi-8.0.30-150400.4.37.1.aarch64"
},
"product_reference": "php8-fastcgi-8.0.30-150400.4.37.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-fastcgi-8.0.30-150400.4.37.1.ppc64le as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php8-fastcgi-8.0.30-150400.4.37.1.ppc64le"
},
"product_reference": "php8-fastcgi-8.0.30-150400.4.37.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-fastcgi-8.0.30-150400.4.37.1.s390x as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php8-fastcgi-8.0.30-150400.4.37.1.s390x"
},
"product_reference": "php8-fastcgi-8.0.30-150400.4.37.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-fastcgi-8.0.30-150400.4.37.1.x86_64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php8-fastcgi-8.0.30-150400.4.37.1.x86_64"
},
"product_reference": "php8-fastcgi-8.0.30-150400.4.37.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-fileinfo-8.0.30-150400.4.37.1.aarch64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php8-fileinfo-8.0.30-150400.4.37.1.aarch64"
},
"product_reference": "php8-fileinfo-8.0.30-150400.4.37.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-fileinfo-8.0.30-150400.4.37.1.ppc64le as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php8-fileinfo-8.0.30-150400.4.37.1.ppc64le"
},
"product_reference": "php8-fileinfo-8.0.30-150400.4.37.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-fileinfo-8.0.30-150400.4.37.1.s390x as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php8-fileinfo-8.0.30-150400.4.37.1.s390x"
},
"product_reference": "php8-fileinfo-8.0.30-150400.4.37.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-fileinfo-8.0.30-150400.4.37.1.x86_64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php8-fileinfo-8.0.30-150400.4.37.1.x86_64"
},
"product_reference": "php8-fileinfo-8.0.30-150400.4.37.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-fpm-8.0.30-150400.4.37.1.aarch64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php8-fpm-8.0.30-150400.4.37.1.aarch64"
},
"product_reference": "php8-fpm-8.0.30-150400.4.37.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-fpm-8.0.30-150400.4.37.1.ppc64le as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php8-fpm-8.0.30-150400.4.37.1.ppc64le"
},
"product_reference": "php8-fpm-8.0.30-150400.4.37.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-fpm-8.0.30-150400.4.37.1.s390x as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php8-fpm-8.0.30-150400.4.37.1.s390x"
},
"product_reference": "php8-fpm-8.0.30-150400.4.37.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-fpm-8.0.30-150400.4.37.1.x86_64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php8-fpm-8.0.30-150400.4.37.1.x86_64"
},
"product_reference": "php8-fpm-8.0.30-150400.4.37.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-ftp-8.0.30-150400.4.37.1.aarch64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php8-ftp-8.0.30-150400.4.37.1.aarch64"
},
"product_reference": "php8-ftp-8.0.30-150400.4.37.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-ftp-8.0.30-150400.4.37.1.ppc64le as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php8-ftp-8.0.30-150400.4.37.1.ppc64le"
},
"product_reference": "php8-ftp-8.0.30-150400.4.37.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-ftp-8.0.30-150400.4.37.1.s390x as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php8-ftp-8.0.30-150400.4.37.1.s390x"
},
"product_reference": "php8-ftp-8.0.30-150400.4.37.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-ftp-8.0.30-150400.4.37.1.x86_64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php8-ftp-8.0.30-150400.4.37.1.x86_64"
},
"product_reference": "php8-ftp-8.0.30-150400.4.37.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-gd-8.0.30-150400.4.37.1.aarch64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php8-gd-8.0.30-150400.4.37.1.aarch64"
},
"product_reference": "php8-gd-8.0.30-150400.4.37.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-gd-8.0.30-150400.4.37.1.ppc64le as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php8-gd-8.0.30-150400.4.37.1.ppc64le"
},
"product_reference": "php8-gd-8.0.30-150400.4.37.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-gd-8.0.30-150400.4.37.1.s390x as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php8-gd-8.0.30-150400.4.37.1.s390x"
},
"product_reference": "php8-gd-8.0.30-150400.4.37.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-gd-8.0.30-150400.4.37.1.x86_64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php8-gd-8.0.30-150400.4.37.1.x86_64"
},
"product_reference": "php8-gd-8.0.30-150400.4.37.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-gettext-8.0.30-150400.4.37.1.aarch64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php8-gettext-8.0.30-150400.4.37.1.aarch64"
},
"product_reference": "php8-gettext-8.0.30-150400.4.37.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-gettext-8.0.30-150400.4.37.1.ppc64le as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php8-gettext-8.0.30-150400.4.37.1.ppc64le"
},
"product_reference": "php8-gettext-8.0.30-150400.4.37.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-gettext-8.0.30-150400.4.37.1.s390x as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php8-gettext-8.0.30-150400.4.37.1.s390x"
},
"product_reference": "php8-gettext-8.0.30-150400.4.37.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-gettext-8.0.30-150400.4.37.1.x86_64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php8-gettext-8.0.30-150400.4.37.1.x86_64"
},
"product_reference": "php8-gettext-8.0.30-150400.4.37.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-gmp-8.0.30-150400.4.37.1.aarch64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php8-gmp-8.0.30-150400.4.37.1.aarch64"
},
"product_reference": "php8-gmp-8.0.30-150400.4.37.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-gmp-8.0.30-150400.4.37.1.ppc64le as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php8-gmp-8.0.30-150400.4.37.1.ppc64le"
},
"product_reference": "php8-gmp-8.0.30-150400.4.37.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-gmp-8.0.30-150400.4.37.1.s390x as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php8-gmp-8.0.30-150400.4.37.1.s390x"
},
"product_reference": "php8-gmp-8.0.30-150400.4.37.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-gmp-8.0.30-150400.4.37.1.x86_64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php8-gmp-8.0.30-150400.4.37.1.x86_64"
},
"product_reference": "php8-gmp-8.0.30-150400.4.37.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-iconv-8.0.30-150400.4.37.1.aarch64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php8-iconv-8.0.30-150400.4.37.1.aarch64"
},
"product_reference": "php8-iconv-8.0.30-150400.4.37.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-iconv-8.0.30-150400.4.37.1.ppc64le as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php8-iconv-8.0.30-150400.4.37.1.ppc64le"
},
"product_reference": "php8-iconv-8.0.30-150400.4.37.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-iconv-8.0.30-150400.4.37.1.s390x as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php8-iconv-8.0.30-150400.4.37.1.s390x"
},
"product_reference": "php8-iconv-8.0.30-150400.4.37.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-iconv-8.0.30-150400.4.37.1.x86_64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php8-iconv-8.0.30-150400.4.37.1.x86_64"
},
"product_reference": "php8-iconv-8.0.30-150400.4.37.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-intl-8.0.30-150400.4.37.1.aarch64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php8-intl-8.0.30-150400.4.37.1.aarch64"
},
"product_reference": "php8-intl-8.0.30-150400.4.37.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-intl-8.0.30-150400.4.37.1.ppc64le as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php8-intl-8.0.30-150400.4.37.1.ppc64le"
},
"product_reference": "php8-intl-8.0.30-150400.4.37.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-intl-8.0.30-150400.4.37.1.s390x as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php8-intl-8.0.30-150400.4.37.1.s390x"
},
"product_reference": "php8-intl-8.0.30-150400.4.37.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-intl-8.0.30-150400.4.37.1.x86_64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php8-intl-8.0.30-150400.4.37.1.x86_64"
},
"product_reference": "php8-intl-8.0.30-150400.4.37.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-ldap-8.0.30-150400.4.37.1.aarch64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php8-ldap-8.0.30-150400.4.37.1.aarch64"
},
"product_reference": "php8-ldap-8.0.30-150400.4.37.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-ldap-8.0.30-150400.4.37.1.ppc64le as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php8-ldap-8.0.30-150400.4.37.1.ppc64le"
},
"product_reference": "php8-ldap-8.0.30-150400.4.37.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-ldap-8.0.30-150400.4.37.1.s390x as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php8-ldap-8.0.30-150400.4.37.1.s390x"
},
"product_reference": "php8-ldap-8.0.30-150400.4.37.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-ldap-8.0.30-150400.4.37.1.x86_64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php8-ldap-8.0.30-150400.4.37.1.x86_64"
},
"product_reference": "php8-ldap-8.0.30-150400.4.37.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-mbstring-8.0.30-150400.4.37.1.aarch64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php8-mbstring-8.0.30-150400.4.37.1.aarch64"
},
"product_reference": "php8-mbstring-8.0.30-150400.4.37.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-mbstring-8.0.30-150400.4.37.1.ppc64le as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php8-mbstring-8.0.30-150400.4.37.1.ppc64le"
},
"product_reference": "php8-mbstring-8.0.30-150400.4.37.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-mbstring-8.0.30-150400.4.37.1.s390x as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php8-mbstring-8.0.30-150400.4.37.1.s390x"
},
"product_reference": "php8-mbstring-8.0.30-150400.4.37.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-mbstring-8.0.30-150400.4.37.1.x86_64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php8-mbstring-8.0.30-150400.4.37.1.x86_64"
},
"product_reference": "php8-mbstring-8.0.30-150400.4.37.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-mysql-8.0.30-150400.4.37.1.aarch64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php8-mysql-8.0.30-150400.4.37.1.aarch64"
},
"product_reference": "php8-mysql-8.0.30-150400.4.37.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-mysql-8.0.30-150400.4.37.1.ppc64le as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php8-mysql-8.0.30-150400.4.37.1.ppc64le"
},
"product_reference": "php8-mysql-8.0.30-150400.4.37.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-mysql-8.0.30-150400.4.37.1.s390x as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php8-mysql-8.0.30-150400.4.37.1.s390x"
},
"product_reference": "php8-mysql-8.0.30-150400.4.37.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-mysql-8.0.30-150400.4.37.1.x86_64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php8-mysql-8.0.30-150400.4.37.1.x86_64"
},
"product_reference": "php8-mysql-8.0.30-150400.4.37.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-odbc-8.0.30-150400.4.37.1.aarch64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php8-odbc-8.0.30-150400.4.37.1.aarch64"
},
"product_reference": "php8-odbc-8.0.30-150400.4.37.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-odbc-8.0.30-150400.4.37.1.ppc64le as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php8-odbc-8.0.30-150400.4.37.1.ppc64le"
},
"product_reference": "php8-odbc-8.0.30-150400.4.37.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-odbc-8.0.30-150400.4.37.1.s390x as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php8-odbc-8.0.30-150400.4.37.1.s390x"
},
"product_reference": "php8-odbc-8.0.30-150400.4.37.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-odbc-8.0.30-150400.4.37.1.x86_64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php8-odbc-8.0.30-150400.4.37.1.x86_64"
},
"product_reference": "php8-odbc-8.0.30-150400.4.37.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-opcache-8.0.30-150400.4.37.1.aarch64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php8-opcache-8.0.30-150400.4.37.1.aarch64"
},
"product_reference": "php8-opcache-8.0.30-150400.4.37.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-opcache-8.0.30-150400.4.37.1.ppc64le as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php8-opcache-8.0.30-150400.4.37.1.ppc64le"
},
"product_reference": "php8-opcache-8.0.30-150400.4.37.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-opcache-8.0.30-150400.4.37.1.s390x as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php8-opcache-8.0.30-150400.4.37.1.s390x"
},
"product_reference": "php8-opcache-8.0.30-150400.4.37.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-opcache-8.0.30-150400.4.37.1.x86_64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php8-opcache-8.0.30-150400.4.37.1.x86_64"
},
"product_reference": "php8-opcache-8.0.30-150400.4.37.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-openssl-8.0.30-150400.4.37.1.aarch64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php8-openssl-8.0.30-150400.4.37.1.aarch64"
},
"product_reference": "php8-openssl-8.0.30-150400.4.37.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-openssl-8.0.30-150400.4.37.1.ppc64le as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php8-openssl-8.0.30-150400.4.37.1.ppc64le"
},
"product_reference": "php8-openssl-8.0.30-150400.4.37.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-openssl-8.0.30-150400.4.37.1.s390x as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php8-openssl-8.0.30-150400.4.37.1.s390x"
},
"product_reference": "php8-openssl-8.0.30-150400.4.37.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-openssl-8.0.30-150400.4.37.1.x86_64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php8-openssl-8.0.30-150400.4.37.1.x86_64"
},
"product_reference": "php8-openssl-8.0.30-150400.4.37.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-pcntl-8.0.30-150400.4.37.1.aarch64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php8-pcntl-8.0.30-150400.4.37.1.aarch64"
},
"product_reference": "php8-pcntl-8.0.30-150400.4.37.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-pcntl-8.0.30-150400.4.37.1.ppc64le as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php8-pcntl-8.0.30-150400.4.37.1.ppc64le"
},
"product_reference": "php8-pcntl-8.0.30-150400.4.37.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-pcntl-8.0.30-150400.4.37.1.s390x as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php8-pcntl-8.0.30-150400.4.37.1.s390x"
},
"product_reference": "php8-pcntl-8.0.30-150400.4.37.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-pcntl-8.0.30-150400.4.37.1.x86_64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php8-pcntl-8.0.30-150400.4.37.1.x86_64"
},
"product_reference": "php8-pcntl-8.0.30-150400.4.37.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-pdo-8.0.30-150400.4.37.1.aarch64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php8-pdo-8.0.30-150400.4.37.1.aarch64"
},
"product_reference": "php8-pdo-8.0.30-150400.4.37.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-pdo-8.0.30-150400.4.37.1.ppc64le as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php8-pdo-8.0.30-150400.4.37.1.ppc64le"
},
"product_reference": "php8-pdo-8.0.30-150400.4.37.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-pdo-8.0.30-150400.4.37.1.s390x as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php8-pdo-8.0.30-150400.4.37.1.s390x"
},
"product_reference": "php8-pdo-8.0.30-150400.4.37.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-pdo-8.0.30-150400.4.37.1.x86_64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php8-pdo-8.0.30-150400.4.37.1.x86_64"
},
"product_reference": "php8-pdo-8.0.30-150400.4.37.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-pgsql-8.0.30-150400.4.37.1.aarch64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php8-pgsql-8.0.30-150400.4.37.1.aarch64"
},
"product_reference": "php8-pgsql-8.0.30-150400.4.37.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-pgsql-8.0.30-150400.4.37.1.ppc64le as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php8-pgsql-8.0.30-150400.4.37.1.ppc64le"
},
"product_reference": "php8-pgsql-8.0.30-150400.4.37.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-pgsql-8.0.30-150400.4.37.1.s390x as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php8-pgsql-8.0.30-150400.4.37.1.s390x"
},
"product_reference": "php8-pgsql-8.0.30-150400.4.37.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-pgsql-8.0.30-150400.4.37.1.x86_64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php8-pgsql-8.0.30-150400.4.37.1.x86_64"
},
"product_reference": "php8-pgsql-8.0.30-150400.4.37.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-phar-8.0.30-150400.4.37.1.aarch64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php8-phar-8.0.30-150400.4.37.1.aarch64"
},
"product_reference": "php8-phar-8.0.30-150400.4.37.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-phar-8.0.30-150400.4.37.1.ppc64le as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php8-phar-8.0.30-150400.4.37.1.ppc64le"
},
"product_reference": "php8-phar-8.0.30-150400.4.37.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-phar-8.0.30-150400.4.37.1.s390x as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php8-phar-8.0.30-150400.4.37.1.s390x"
},
"product_reference": "php8-phar-8.0.30-150400.4.37.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-phar-8.0.30-150400.4.37.1.x86_64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php8-phar-8.0.30-150400.4.37.1.x86_64"
},
"product_reference": "php8-phar-8.0.30-150400.4.37.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-posix-8.0.30-150400.4.37.1.aarch64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php8-posix-8.0.30-150400.4.37.1.aarch64"
},
"product_reference": "php8-posix-8.0.30-150400.4.37.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-posix-8.0.30-150400.4.37.1.ppc64le as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php8-posix-8.0.30-150400.4.37.1.ppc64le"
},
"product_reference": "php8-posix-8.0.30-150400.4.37.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-posix-8.0.30-150400.4.37.1.s390x as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php8-posix-8.0.30-150400.4.37.1.s390x"
},
"product_reference": "php8-posix-8.0.30-150400.4.37.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-posix-8.0.30-150400.4.37.1.x86_64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php8-posix-8.0.30-150400.4.37.1.x86_64"
},
"product_reference": "php8-posix-8.0.30-150400.4.37.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-readline-8.0.30-150400.4.37.1.aarch64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php8-readline-8.0.30-150400.4.37.1.aarch64"
},
"product_reference": "php8-readline-8.0.30-150400.4.37.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-readline-8.0.30-150400.4.37.1.ppc64le as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php8-readline-8.0.30-150400.4.37.1.ppc64le"
},
"product_reference": "php8-readline-8.0.30-150400.4.37.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-readline-8.0.30-150400.4.37.1.s390x as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php8-readline-8.0.30-150400.4.37.1.s390x"
},
"product_reference": "php8-readline-8.0.30-150400.4.37.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-readline-8.0.30-150400.4.37.1.x86_64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php8-readline-8.0.30-150400.4.37.1.x86_64"
},
"product_reference": "php8-readline-8.0.30-150400.4.37.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-shmop-8.0.30-150400.4.37.1.aarch64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php8-shmop-8.0.30-150400.4.37.1.aarch64"
},
"product_reference": "php8-shmop-8.0.30-150400.4.37.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-shmop-8.0.30-150400.4.37.1.ppc64le as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php8-shmop-8.0.30-150400.4.37.1.ppc64le"
},
"product_reference": "php8-shmop-8.0.30-150400.4.37.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-shmop-8.0.30-150400.4.37.1.s390x as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php8-shmop-8.0.30-150400.4.37.1.s390x"
},
"product_reference": "php8-shmop-8.0.30-150400.4.37.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-shmop-8.0.30-150400.4.37.1.x86_64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php8-shmop-8.0.30-150400.4.37.1.x86_64"
},
"product_reference": "php8-shmop-8.0.30-150400.4.37.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-snmp-8.0.30-150400.4.37.1.aarch64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php8-snmp-8.0.30-150400.4.37.1.aarch64"
},
"product_reference": "php8-snmp-8.0.30-150400.4.37.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-snmp-8.0.30-150400.4.37.1.ppc64le as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php8-snmp-8.0.30-150400.4.37.1.ppc64le"
},
"product_reference": "php8-snmp-8.0.30-150400.4.37.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-snmp-8.0.30-150400.4.37.1.s390x as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php8-snmp-8.0.30-150400.4.37.1.s390x"
},
"product_reference": "php8-snmp-8.0.30-150400.4.37.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-snmp-8.0.30-150400.4.37.1.x86_64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php8-snmp-8.0.30-150400.4.37.1.x86_64"
},
"product_reference": "php8-snmp-8.0.30-150400.4.37.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-soap-8.0.30-150400.4.37.1.aarch64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php8-soap-8.0.30-150400.4.37.1.aarch64"
},
"product_reference": "php8-soap-8.0.30-150400.4.37.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-soap-8.0.30-150400.4.37.1.ppc64le as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php8-soap-8.0.30-150400.4.37.1.ppc64le"
},
"product_reference": "php8-soap-8.0.30-150400.4.37.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-soap-8.0.30-150400.4.37.1.s390x as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php8-soap-8.0.30-150400.4.37.1.s390x"
},
"product_reference": "php8-soap-8.0.30-150400.4.37.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-soap-8.0.30-150400.4.37.1.x86_64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php8-soap-8.0.30-150400.4.37.1.x86_64"
},
"product_reference": "php8-soap-8.0.30-150400.4.37.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-sockets-8.0.30-150400.4.37.1.aarch64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php8-sockets-8.0.30-150400.4.37.1.aarch64"
},
"product_reference": "php8-sockets-8.0.30-150400.4.37.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-sockets-8.0.30-150400.4.37.1.ppc64le as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php8-sockets-8.0.30-150400.4.37.1.ppc64le"
},
"product_reference": "php8-sockets-8.0.30-150400.4.37.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-sockets-8.0.30-150400.4.37.1.s390x as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php8-sockets-8.0.30-150400.4.37.1.s390x"
},
"product_reference": "php8-sockets-8.0.30-150400.4.37.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-sockets-8.0.30-150400.4.37.1.x86_64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php8-sockets-8.0.30-150400.4.37.1.x86_64"
},
"product_reference": "php8-sockets-8.0.30-150400.4.37.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-sodium-8.0.30-150400.4.37.1.aarch64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php8-sodium-8.0.30-150400.4.37.1.aarch64"
},
"product_reference": "php8-sodium-8.0.30-150400.4.37.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-sodium-8.0.30-150400.4.37.1.ppc64le as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php8-sodium-8.0.30-150400.4.37.1.ppc64le"
},
"product_reference": "php8-sodium-8.0.30-150400.4.37.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-sodium-8.0.30-150400.4.37.1.s390x as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php8-sodium-8.0.30-150400.4.37.1.s390x"
},
"product_reference": "php8-sodium-8.0.30-150400.4.37.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-sodium-8.0.30-150400.4.37.1.x86_64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php8-sodium-8.0.30-150400.4.37.1.x86_64"
},
"product_reference": "php8-sodium-8.0.30-150400.4.37.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-sqlite-8.0.30-150400.4.37.1.aarch64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php8-sqlite-8.0.30-150400.4.37.1.aarch64"
},
"product_reference": "php8-sqlite-8.0.30-150400.4.37.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-sqlite-8.0.30-150400.4.37.1.ppc64le as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php8-sqlite-8.0.30-150400.4.37.1.ppc64le"
},
"product_reference": "php8-sqlite-8.0.30-150400.4.37.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-sqlite-8.0.30-150400.4.37.1.s390x as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php8-sqlite-8.0.30-150400.4.37.1.s390x"
},
"product_reference": "php8-sqlite-8.0.30-150400.4.37.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-sqlite-8.0.30-150400.4.37.1.x86_64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php8-sqlite-8.0.30-150400.4.37.1.x86_64"
},
"product_reference": "php8-sqlite-8.0.30-150400.4.37.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-sysvmsg-8.0.30-150400.4.37.1.aarch64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php8-sysvmsg-8.0.30-150400.4.37.1.aarch64"
},
"product_reference": "php8-sysvmsg-8.0.30-150400.4.37.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-sysvmsg-8.0.30-150400.4.37.1.ppc64le as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php8-sysvmsg-8.0.30-150400.4.37.1.ppc64le"
},
"product_reference": "php8-sysvmsg-8.0.30-150400.4.37.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-sysvmsg-8.0.30-150400.4.37.1.s390x as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php8-sysvmsg-8.0.30-150400.4.37.1.s390x"
},
"product_reference": "php8-sysvmsg-8.0.30-150400.4.37.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-sysvmsg-8.0.30-150400.4.37.1.x86_64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php8-sysvmsg-8.0.30-150400.4.37.1.x86_64"
},
"product_reference": "php8-sysvmsg-8.0.30-150400.4.37.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-sysvsem-8.0.30-150400.4.37.1.aarch64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php8-sysvsem-8.0.30-150400.4.37.1.aarch64"
},
"product_reference": "php8-sysvsem-8.0.30-150400.4.37.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-sysvsem-8.0.30-150400.4.37.1.ppc64le as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php8-sysvsem-8.0.30-150400.4.37.1.ppc64le"
},
"product_reference": "php8-sysvsem-8.0.30-150400.4.37.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-sysvsem-8.0.30-150400.4.37.1.s390x as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php8-sysvsem-8.0.30-150400.4.37.1.s390x"
},
"product_reference": "php8-sysvsem-8.0.30-150400.4.37.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-sysvsem-8.0.30-150400.4.37.1.x86_64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php8-sysvsem-8.0.30-150400.4.37.1.x86_64"
},
"product_reference": "php8-sysvsem-8.0.30-150400.4.37.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-sysvshm-8.0.30-150400.4.37.1.aarch64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php8-sysvshm-8.0.30-150400.4.37.1.aarch64"
},
"product_reference": "php8-sysvshm-8.0.30-150400.4.37.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-sysvshm-8.0.30-150400.4.37.1.ppc64le as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php8-sysvshm-8.0.30-150400.4.37.1.ppc64le"
},
"product_reference": "php8-sysvshm-8.0.30-150400.4.37.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-sysvshm-8.0.30-150400.4.37.1.s390x as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php8-sysvshm-8.0.30-150400.4.37.1.s390x"
},
"product_reference": "php8-sysvshm-8.0.30-150400.4.37.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-sysvshm-8.0.30-150400.4.37.1.x86_64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php8-sysvshm-8.0.30-150400.4.37.1.x86_64"
},
"product_reference": "php8-sysvshm-8.0.30-150400.4.37.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-test-8.0.30-150400.4.37.1.aarch64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php8-test-8.0.30-150400.4.37.1.aarch64"
},
"product_reference": "php8-test-8.0.30-150400.4.37.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-test-8.0.30-150400.4.37.1.ppc64le as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php8-test-8.0.30-150400.4.37.1.ppc64le"
},
"product_reference": "php8-test-8.0.30-150400.4.37.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-test-8.0.30-150400.4.37.1.s390x as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php8-test-8.0.30-150400.4.37.1.s390x"
},
"product_reference": "php8-test-8.0.30-150400.4.37.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-test-8.0.30-150400.4.37.1.x86_64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php8-test-8.0.30-150400.4.37.1.x86_64"
},
"product_reference": "php8-test-8.0.30-150400.4.37.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-tidy-8.0.30-150400.4.37.1.aarch64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php8-tidy-8.0.30-150400.4.37.1.aarch64"
},
"product_reference": "php8-tidy-8.0.30-150400.4.37.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-tidy-8.0.30-150400.4.37.1.ppc64le as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php8-tidy-8.0.30-150400.4.37.1.ppc64le"
},
"product_reference": "php8-tidy-8.0.30-150400.4.37.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-tidy-8.0.30-150400.4.37.1.s390x as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php8-tidy-8.0.30-150400.4.37.1.s390x"
},
"product_reference": "php8-tidy-8.0.30-150400.4.37.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-tidy-8.0.30-150400.4.37.1.x86_64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php8-tidy-8.0.30-150400.4.37.1.x86_64"
},
"product_reference": "php8-tidy-8.0.30-150400.4.37.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-tokenizer-8.0.30-150400.4.37.1.aarch64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php8-tokenizer-8.0.30-150400.4.37.1.aarch64"
},
"product_reference": "php8-tokenizer-8.0.30-150400.4.37.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-tokenizer-8.0.30-150400.4.37.1.ppc64le as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php8-tokenizer-8.0.30-150400.4.37.1.ppc64le"
},
"product_reference": "php8-tokenizer-8.0.30-150400.4.37.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-tokenizer-8.0.30-150400.4.37.1.s390x as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php8-tokenizer-8.0.30-150400.4.37.1.s390x"
},
"product_reference": "php8-tokenizer-8.0.30-150400.4.37.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-tokenizer-8.0.30-150400.4.37.1.x86_64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php8-tokenizer-8.0.30-150400.4.37.1.x86_64"
},
"product_reference": "php8-tokenizer-8.0.30-150400.4.37.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-xmlreader-8.0.30-150400.4.37.1.aarch64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php8-xmlreader-8.0.30-150400.4.37.1.aarch64"
},
"product_reference": "php8-xmlreader-8.0.30-150400.4.37.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-xmlreader-8.0.30-150400.4.37.1.ppc64le as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php8-xmlreader-8.0.30-150400.4.37.1.ppc64le"
},
"product_reference": "php8-xmlreader-8.0.30-150400.4.37.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-xmlreader-8.0.30-150400.4.37.1.s390x as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php8-xmlreader-8.0.30-150400.4.37.1.s390x"
},
"product_reference": "php8-xmlreader-8.0.30-150400.4.37.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-xmlreader-8.0.30-150400.4.37.1.x86_64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php8-xmlreader-8.0.30-150400.4.37.1.x86_64"
},
"product_reference": "php8-xmlreader-8.0.30-150400.4.37.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-xmlwriter-8.0.30-150400.4.37.1.aarch64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php8-xmlwriter-8.0.30-150400.4.37.1.aarch64"
},
"product_reference": "php8-xmlwriter-8.0.30-150400.4.37.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-xmlwriter-8.0.30-150400.4.37.1.ppc64le as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php8-xmlwriter-8.0.30-150400.4.37.1.ppc64le"
},
"product_reference": "php8-xmlwriter-8.0.30-150400.4.37.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-xmlwriter-8.0.30-150400.4.37.1.s390x as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php8-xmlwriter-8.0.30-150400.4.37.1.s390x"
},
"product_reference": "php8-xmlwriter-8.0.30-150400.4.37.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-xmlwriter-8.0.30-150400.4.37.1.x86_64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php8-xmlwriter-8.0.30-150400.4.37.1.x86_64"
},
"product_reference": "php8-xmlwriter-8.0.30-150400.4.37.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-xsl-8.0.30-150400.4.37.1.aarch64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php8-xsl-8.0.30-150400.4.37.1.aarch64"
},
"product_reference": "php8-xsl-8.0.30-150400.4.37.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-xsl-8.0.30-150400.4.37.1.ppc64le as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php8-xsl-8.0.30-150400.4.37.1.ppc64le"
},
"product_reference": "php8-xsl-8.0.30-150400.4.37.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-xsl-8.0.30-150400.4.37.1.s390x as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php8-xsl-8.0.30-150400.4.37.1.s390x"
},
"product_reference": "php8-xsl-8.0.30-150400.4.37.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-xsl-8.0.30-150400.4.37.1.x86_64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php8-xsl-8.0.30-150400.4.37.1.x86_64"
},
"product_reference": "php8-xsl-8.0.30-150400.4.37.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-zip-8.0.30-150400.4.37.1.aarch64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php8-zip-8.0.30-150400.4.37.1.aarch64"
},
"product_reference": "php8-zip-8.0.30-150400.4.37.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-zip-8.0.30-150400.4.37.1.ppc64le as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php8-zip-8.0.30-150400.4.37.1.ppc64le"
},
"product_reference": "php8-zip-8.0.30-150400.4.37.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-zip-8.0.30-150400.4.37.1.s390x as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php8-zip-8.0.30-150400.4.37.1.s390x"
},
"product_reference": "php8-zip-8.0.30-150400.4.37.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-zip-8.0.30-150400.4.37.1.x86_64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php8-zip-8.0.30-150400.4.37.1.x86_64"
},
"product_reference": "php8-zip-8.0.30-150400.4.37.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-zlib-8.0.30-150400.4.37.1.aarch64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php8-zlib-8.0.30-150400.4.37.1.aarch64"
},
"product_reference": "php8-zlib-8.0.30-150400.4.37.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-zlib-8.0.30-150400.4.37.1.ppc64le as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php8-zlib-8.0.30-150400.4.37.1.ppc64le"
},
"product_reference": "php8-zlib-8.0.30-150400.4.37.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-zlib-8.0.30-150400.4.37.1.s390x as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php8-zlib-8.0.30-150400.4.37.1.s390x"
},
"product_reference": "php8-zlib-8.0.30-150400.4.37.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-zlib-8.0.30-150400.4.37.1.x86_64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php8-zlib-8.0.30-150400.4.37.1.x86_64"
},
"product_reference": "php8-zlib-8.0.30-150400.4.37.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "apache2-mod_php8-8.0.30-150400.4.37.1.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:apache2-mod_php8-8.0.30-150400.4.37.1.aarch64"
},
"product_reference": "apache2-mod_php8-8.0.30-150400.4.37.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "apache2-mod_php8-8.0.30-150400.4.37.1.ppc64le as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:apache2-mod_php8-8.0.30-150400.4.37.1.ppc64le"
},
"product_reference": "apache2-mod_php8-8.0.30-150400.4.37.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "apache2-mod_php8-8.0.30-150400.4.37.1.s390x as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:apache2-mod_php8-8.0.30-150400.4.37.1.s390x"
},
"product_reference": "apache2-mod_php8-8.0.30-150400.4.37.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "apache2-mod_php8-8.0.30-150400.4.37.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:apache2-mod_php8-8.0.30-150400.4.37.1.x86_64"
},
"product_reference": "apache2-mod_php8-8.0.30-150400.4.37.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-8.0.30-150400.4.37.1.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php8-8.0.30-150400.4.37.1.aarch64"
},
"product_reference": "php8-8.0.30-150400.4.37.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-8.0.30-150400.4.37.1.ppc64le as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php8-8.0.30-150400.4.37.1.ppc64le"
},
"product_reference": "php8-8.0.30-150400.4.37.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-8.0.30-150400.4.37.1.s390x as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php8-8.0.30-150400.4.37.1.s390x"
},
"product_reference": "php8-8.0.30-150400.4.37.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-8.0.30-150400.4.37.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php8-8.0.30-150400.4.37.1.x86_64"
},
"product_reference": "php8-8.0.30-150400.4.37.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-bcmath-8.0.30-150400.4.37.1.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php8-bcmath-8.0.30-150400.4.37.1.aarch64"
},
"product_reference": "php8-bcmath-8.0.30-150400.4.37.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-bcmath-8.0.30-150400.4.37.1.ppc64le as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php8-bcmath-8.0.30-150400.4.37.1.ppc64le"
},
"product_reference": "php8-bcmath-8.0.30-150400.4.37.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-bcmath-8.0.30-150400.4.37.1.s390x as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php8-bcmath-8.0.30-150400.4.37.1.s390x"
},
"product_reference": "php8-bcmath-8.0.30-150400.4.37.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-bcmath-8.0.30-150400.4.37.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php8-bcmath-8.0.30-150400.4.37.1.x86_64"
},
"product_reference": "php8-bcmath-8.0.30-150400.4.37.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-bz2-8.0.30-150400.4.37.1.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php8-bz2-8.0.30-150400.4.37.1.aarch64"
},
"product_reference": "php8-bz2-8.0.30-150400.4.37.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-bz2-8.0.30-150400.4.37.1.ppc64le as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php8-bz2-8.0.30-150400.4.37.1.ppc64le"
},
"product_reference": "php8-bz2-8.0.30-150400.4.37.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-bz2-8.0.30-150400.4.37.1.s390x as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php8-bz2-8.0.30-150400.4.37.1.s390x"
},
"product_reference": "php8-bz2-8.0.30-150400.4.37.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-bz2-8.0.30-150400.4.37.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php8-bz2-8.0.30-150400.4.37.1.x86_64"
},
"product_reference": "php8-bz2-8.0.30-150400.4.37.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-calendar-8.0.30-150400.4.37.1.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php8-calendar-8.0.30-150400.4.37.1.aarch64"
},
"product_reference": "php8-calendar-8.0.30-150400.4.37.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-calendar-8.0.30-150400.4.37.1.ppc64le as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php8-calendar-8.0.30-150400.4.37.1.ppc64le"
},
"product_reference": "php8-calendar-8.0.30-150400.4.37.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-calendar-8.0.30-150400.4.37.1.s390x as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php8-calendar-8.0.30-150400.4.37.1.s390x"
},
"product_reference": "php8-calendar-8.0.30-150400.4.37.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-calendar-8.0.30-150400.4.37.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php8-calendar-8.0.30-150400.4.37.1.x86_64"
},
"product_reference": "php8-calendar-8.0.30-150400.4.37.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-cli-8.0.30-150400.4.37.1.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php8-cli-8.0.30-150400.4.37.1.aarch64"
},
"product_reference": "php8-cli-8.0.30-150400.4.37.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-cli-8.0.30-150400.4.37.1.ppc64le as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php8-cli-8.0.30-150400.4.37.1.ppc64le"
},
"product_reference": "php8-cli-8.0.30-150400.4.37.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-cli-8.0.30-150400.4.37.1.s390x as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php8-cli-8.0.30-150400.4.37.1.s390x"
},
"product_reference": "php8-cli-8.0.30-150400.4.37.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-cli-8.0.30-150400.4.37.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php8-cli-8.0.30-150400.4.37.1.x86_64"
},
"product_reference": "php8-cli-8.0.30-150400.4.37.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-ctype-8.0.30-150400.4.37.1.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php8-ctype-8.0.30-150400.4.37.1.aarch64"
},
"product_reference": "php8-ctype-8.0.30-150400.4.37.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-ctype-8.0.30-150400.4.37.1.ppc64le as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php8-ctype-8.0.30-150400.4.37.1.ppc64le"
},
"product_reference": "php8-ctype-8.0.30-150400.4.37.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-ctype-8.0.30-150400.4.37.1.s390x as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php8-ctype-8.0.30-150400.4.37.1.s390x"
},
"product_reference": "php8-ctype-8.0.30-150400.4.37.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-ctype-8.0.30-150400.4.37.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php8-ctype-8.0.30-150400.4.37.1.x86_64"
},
"product_reference": "php8-ctype-8.0.30-150400.4.37.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-curl-8.0.30-150400.4.37.1.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php8-curl-8.0.30-150400.4.37.1.aarch64"
},
"product_reference": "php8-curl-8.0.30-150400.4.37.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-curl-8.0.30-150400.4.37.1.ppc64le as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php8-curl-8.0.30-150400.4.37.1.ppc64le"
},
"product_reference": "php8-curl-8.0.30-150400.4.37.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-curl-8.0.30-150400.4.37.1.s390x as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php8-curl-8.0.30-150400.4.37.1.s390x"
},
"product_reference": "php8-curl-8.0.30-150400.4.37.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-curl-8.0.30-150400.4.37.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php8-curl-8.0.30-150400.4.37.1.x86_64"
},
"product_reference": "php8-curl-8.0.30-150400.4.37.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-dba-8.0.30-150400.4.37.1.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php8-dba-8.0.30-150400.4.37.1.aarch64"
},
"product_reference": "php8-dba-8.0.30-150400.4.37.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-dba-8.0.30-150400.4.37.1.ppc64le as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php8-dba-8.0.30-150400.4.37.1.ppc64le"
},
"product_reference": "php8-dba-8.0.30-150400.4.37.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-dba-8.0.30-150400.4.37.1.s390x as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php8-dba-8.0.30-150400.4.37.1.s390x"
},
"product_reference": "php8-dba-8.0.30-150400.4.37.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-dba-8.0.30-150400.4.37.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php8-dba-8.0.30-150400.4.37.1.x86_64"
},
"product_reference": "php8-dba-8.0.30-150400.4.37.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-devel-8.0.30-150400.4.37.1.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php8-devel-8.0.30-150400.4.37.1.aarch64"
},
"product_reference": "php8-devel-8.0.30-150400.4.37.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-devel-8.0.30-150400.4.37.1.ppc64le as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php8-devel-8.0.30-150400.4.37.1.ppc64le"
},
"product_reference": "php8-devel-8.0.30-150400.4.37.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-devel-8.0.30-150400.4.37.1.s390x as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php8-devel-8.0.30-150400.4.37.1.s390x"
},
"product_reference": "php8-devel-8.0.30-150400.4.37.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-devel-8.0.30-150400.4.37.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php8-devel-8.0.30-150400.4.37.1.x86_64"
},
"product_reference": "php8-devel-8.0.30-150400.4.37.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-dom-8.0.30-150400.4.37.1.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php8-dom-8.0.30-150400.4.37.1.aarch64"
},
"product_reference": "php8-dom-8.0.30-150400.4.37.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-dom-8.0.30-150400.4.37.1.ppc64le as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php8-dom-8.0.30-150400.4.37.1.ppc64le"
},
"product_reference": "php8-dom-8.0.30-150400.4.37.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-dom-8.0.30-150400.4.37.1.s390x as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php8-dom-8.0.30-150400.4.37.1.s390x"
},
"product_reference": "php8-dom-8.0.30-150400.4.37.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-dom-8.0.30-150400.4.37.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php8-dom-8.0.30-150400.4.37.1.x86_64"
},
"product_reference": "php8-dom-8.0.30-150400.4.37.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-embed-8.0.30-150400.4.37.1.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php8-embed-8.0.30-150400.4.37.1.aarch64"
},
"product_reference": "php8-embed-8.0.30-150400.4.37.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-embed-8.0.30-150400.4.37.1.ppc64le as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php8-embed-8.0.30-150400.4.37.1.ppc64le"
},
"product_reference": "php8-embed-8.0.30-150400.4.37.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-embed-8.0.30-150400.4.37.1.s390x as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php8-embed-8.0.30-150400.4.37.1.s390x"
},
"product_reference": "php8-embed-8.0.30-150400.4.37.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-embed-8.0.30-150400.4.37.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php8-embed-8.0.30-150400.4.37.1.x86_64"
},
"product_reference": "php8-embed-8.0.30-150400.4.37.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-enchant-8.0.30-150400.4.37.1.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php8-enchant-8.0.30-150400.4.37.1.aarch64"
},
"product_reference": "php8-enchant-8.0.30-150400.4.37.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-enchant-8.0.30-150400.4.37.1.ppc64le as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php8-enchant-8.0.30-150400.4.37.1.ppc64le"
},
"product_reference": "php8-enchant-8.0.30-150400.4.37.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-enchant-8.0.30-150400.4.37.1.s390x as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php8-enchant-8.0.30-150400.4.37.1.s390x"
},
"product_reference": "php8-enchant-8.0.30-150400.4.37.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-enchant-8.0.30-150400.4.37.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php8-enchant-8.0.30-150400.4.37.1.x86_64"
},
"product_reference": "php8-enchant-8.0.30-150400.4.37.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-exif-8.0.30-150400.4.37.1.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php8-exif-8.0.30-150400.4.37.1.aarch64"
},
"product_reference": "php8-exif-8.0.30-150400.4.37.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-exif-8.0.30-150400.4.37.1.ppc64le as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php8-exif-8.0.30-150400.4.37.1.ppc64le"
},
"product_reference": "php8-exif-8.0.30-150400.4.37.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-exif-8.0.30-150400.4.37.1.s390x as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php8-exif-8.0.30-150400.4.37.1.s390x"
},
"product_reference": "php8-exif-8.0.30-150400.4.37.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-exif-8.0.30-150400.4.37.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php8-exif-8.0.30-150400.4.37.1.x86_64"
},
"product_reference": "php8-exif-8.0.30-150400.4.37.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-fastcgi-8.0.30-150400.4.37.1.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php8-fastcgi-8.0.30-150400.4.37.1.aarch64"
},
"product_reference": "php8-fastcgi-8.0.30-150400.4.37.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-fastcgi-8.0.30-150400.4.37.1.ppc64le as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php8-fastcgi-8.0.30-150400.4.37.1.ppc64le"
},
"product_reference": "php8-fastcgi-8.0.30-150400.4.37.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-fastcgi-8.0.30-150400.4.37.1.s390x as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php8-fastcgi-8.0.30-150400.4.37.1.s390x"
},
"product_reference": "php8-fastcgi-8.0.30-150400.4.37.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-fastcgi-8.0.30-150400.4.37.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php8-fastcgi-8.0.30-150400.4.37.1.x86_64"
},
"product_reference": "php8-fastcgi-8.0.30-150400.4.37.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-fileinfo-8.0.30-150400.4.37.1.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php8-fileinfo-8.0.30-150400.4.37.1.aarch64"
},
"product_reference": "php8-fileinfo-8.0.30-150400.4.37.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-fileinfo-8.0.30-150400.4.37.1.ppc64le as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php8-fileinfo-8.0.30-150400.4.37.1.ppc64le"
},
"product_reference": "php8-fileinfo-8.0.30-150400.4.37.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-fileinfo-8.0.30-150400.4.37.1.s390x as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php8-fileinfo-8.0.30-150400.4.37.1.s390x"
},
"product_reference": "php8-fileinfo-8.0.30-150400.4.37.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-fileinfo-8.0.30-150400.4.37.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php8-fileinfo-8.0.30-150400.4.37.1.x86_64"
},
"product_reference": "php8-fileinfo-8.0.30-150400.4.37.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-fpm-8.0.30-150400.4.37.1.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php8-fpm-8.0.30-150400.4.37.1.aarch64"
},
"product_reference": "php8-fpm-8.0.30-150400.4.37.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-fpm-8.0.30-150400.4.37.1.ppc64le as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php8-fpm-8.0.30-150400.4.37.1.ppc64le"
},
"product_reference": "php8-fpm-8.0.30-150400.4.37.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-fpm-8.0.30-150400.4.37.1.s390x as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php8-fpm-8.0.30-150400.4.37.1.s390x"
},
"product_reference": "php8-fpm-8.0.30-150400.4.37.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-fpm-8.0.30-150400.4.37.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php8-fpm-8.0.30-150400.4.37.1.x86_64"
},
"product_reference": "php8-fpm-8.0.30-150400.4.37.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-ftp-8.0.30-150400.4.37.1.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php8-ftp-8.0.30-150400.4.37.1.aarch64"
},
"product_reference": "php8-ftp-8.0.30-150400.4.37.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-ftp-8.0.30-150400.4.37.1.ppc64le as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php8-ftp-8.0.30-150400.4.37.1.ppc64le"
},
"product_reference": "php8-ftp-8.0.30-150400.4.37.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-ftp-8.0.30-150400.4.37.1.s390x as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php8-ftp-8.0.30-150400.4.37.1.s390x"
},
"product_reference": "php8-ftp-8.0.30-150400.4.37.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-ftp-8.0.30-150400.4.37.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php8-ftp-8.0.30-150400.4.37.1.x86_64"
},
"product_reference": "php8-ftp-8.0.30-150400.4.37.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-gd-8.0.30-150400.4.37.1.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php8-gd-8.0.30-150400.4.37.1.aarch64"
},
"product_reference": "php8-gd-8.0.30-150400.4.37.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-gd-8.0.30-150400.4.37.1.ppc64le as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php8-gd-8.0.30-150400.4.37.1.ppc64le"
},
"product_reference": "php8-gd-8.0.30-150400.4.37.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-gd-8.0.30-150400.4.37.1.s390x as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php8-gd-8.0.30-150400.4.37.1.s390x"
},
"product_reference": "php8-gd-8.0.30-150400.4.37.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-gd-8.0.30-150400.4.37.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php8-gd-8.0.30-150400.4.37.1.x86_64"
},
"product_reference": "php8-gd-8.0.30-150400.4.37.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-gettext-8.0.30-150400.4.37.1.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php8-gettext-8.0.30-150400.4.37.1.aarch64"
},
"product_reference": "php8-gettext-8.0.30-150400.4.37.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-gettext-8.0.30-150400.4.37.1.ppc64le as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php8-gettext-8.0.30-150400.4.37.1.ppc64le"
},
"product_reference": "php8-gettext-8.0.30-150400.4.37.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-gettext-8.0.30-150400.4.37.1.s390x as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php8-gettext-8.0.30-150400.4.37.1.s390x"
},
"product_reference": "php8-gettext-8.0.30-150400.4.37.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-gettext-8.0.30-150400.4.37.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php8-gettext-8.0.30-150400.4.37.1.x86_64"
},
"product_reference": "php8-gettext-8.0.30-150400.4.37.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-gmp-8.0.30-150400.4.37.1.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php8-gmp-8.0.30-150400.4.37.1.aarch64"
},
"product_reference": "php8-gmp-8.0.30-150400.4.37.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-gmp-8.0.30-150400.4.37.1.ppc64le as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php8-gmp-8.0.30-150400.4.37.1.ppc64le"
},
"product_reference": "php8-gmp-8.0.30-150400.4.37.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-gmp-8.0.30-150400.4.37.1.s390x as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php8-gmp-8.0.30-150400.4.37.1.s390x"
},
"product_reference": "php8-gmp-8.0.30-150400.4.37.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-gmp-8.0.30-150400.4.37.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php8-gmp-8.0.30-150400.4.37.1.x86_64"
},
"product_reference": "php8-gmp-8.0.30-150400.4.37.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-iconv-8.0.30-150400.4.37.1.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php8-iconv-8.0.30-150400.4.37.1.aarch64"
},
"product_reference": "php8-iconv-8.0.30-150400.4.37.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-iconv-8.0.30-150400.4.37.1.ppc64le as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php8-iconv-8.0.30-150400.4.37.1.ppc64le"
},
"product_reference": "php8-iconv-8.0.30-150400.4.37.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-iconv-8.0.30-150400.4.37.1.s390x as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php8-iconv-8.0.30-150400.4.37.1.s390x"
},
"product_reference": "php8-iconv-8.0.30-150400.4.37.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-iconv-8.0.30-150400.4.37.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php8-iconv-8.0.30-150400.4.37.1.x86_64"
},
"product_reference": "php8-iconv-8.0.30-150400.4.37.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-intl-8.0.30-150400.4.37.1.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php8-intl-8.0.30-150400.4.37.1.aarch64"
},
"product_reference": "php8-intl-8.0.30-150400.4.37.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-intl-8.0.30-150400.4.37.1.ppc64le as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php8-intl-8.0.30-150400.4.37.1.ppc64le"
},
"product_reference": "php8-intl-8.0.30-150400.4.37.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-intl-8.0.30-150400.4.37.1.s390x as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php8-intl-8.0.30-150400.4.37.1.s390x"
},
"product_reference": "php8-intl-8.0.30-150400.4.37.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-intl-8.0.30-150400.4.37.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php8-intl-8.0.30-150400.4.37.1.x86_64"
},
"product_reference": "php8-intl-8.0.30-150400.4.37.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-ldap-8.0.30-150400.4.37.1.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php8-ldap-8.0.30-150400.4.37.1.aarch64"
},
"product_reference": "php8-ldap-8.0.30-150400.4.37.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-ldap-8.0.30-150400.4.37.1.ppc64le as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php8-ldap-8.0.30-150400.4.37.1.ppc64le"
},
"product_reference": "php8-ldap-8.0.30-150400.4.37.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-ldap-8.0.30-150400.4.37.1.s390x as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php8-ldap-8.0.30-150400.4.37.1.s390x"
},
"product_reference": "php8-ldap-8.0.30-150400.4.37.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-ldap-8.0.30-150400.4.37.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php8-ldap-8.0.30-150400.4.37.1.x86_64"
},
"product_reference": "php8-ldap-8.0.30-150400.4.37.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-mbstring-8.0.30-150400.4.37.1.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php8-mbstring-8.0.30-150400.4.37.1.aarch64"
},
"product_reference": "php8-mbstring-8.0.30-150400.4.37.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-mbstring-8.0.30-150400.4.37.1.ppc64le as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php8-mbstring-8.0.30-150400.4.37.1.ppc64le"
},
"product_reference": "php8-mbstring-8.0.30-150400.4.37.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-mbstring-8.0.30-150400.4.37.1.s390x as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php8-mbstring-8.0.30-150400.4.37.1.s390x"
},
"product_reference": "php8-mbstring-8.0.30-150400.4.37.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-mbstring-8.0.30-150400.4.37.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php8-mbstring-8.0.30-150400.4.37.1.x86_64"
},
"product_reference": "php8-mbstring-8.0.30-150400.4.37.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-mysql-8.0.30-150400.4.37.1.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php8-mysql-8.0.30-150400.4.37.1.aarch64"
},
"product_reference": "php8-mysql-8.0.30-150400.4.37.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-mysql-8.0.30-150400.4.37.1.ppc64le as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php8-mysql-8.0.30-150400.4.37.1.ppc64le"
},
"product_reference": "php8-mysql-8.0.30-150400.4.37.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-mysql-8.0.30-150400.4.37.1.s390x as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php8-mysql-8.0.30-150400.4.37.1.s390x"
},
"product_reference": "php8-mysql-8.0.30-150400.4.37.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-mysql-8.0.30-150400.4.37.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php8-mysql-8.0.30-150400.4.37.1.x86_64"
},
"product_reference": "php8-mysql-8.0.30-150400.4.37.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-odbc-8.0.30-150400.4.37.1.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php8-odbc-8.0.30-150400.4.37.1.aarch64"
},
"product_reference": "php8-odbc-8.0.30-150400.4.37.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-odbc-8.0.30-150400.4.37.1.ppc64le as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php8-odbc-8.0.30-150400.4.37.1.ppc64le"
},
"product_reference": "php8-odbc-8.0.30-150400.4.37.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-odbc-8.0.30-150400.4.37.1.s390x as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php8-odbc-8.0.30-150400.4.37.1.s390x"
},
"product_reference": "php8-odbc-8.0.30-150400.4.37.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-odbc-8.0.30-150400.4.37.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php8-odbc-8.0.30-150400.4.37.1.x86_64"
},
"product_reference": "php8-odbc-8.0.30-150400.4.37.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-opcache-8.0.30-150400.4.37.1.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php8-opcache-8.0.30-150400.4.37.1.aarch64"
},
"product_reference": "php8-opcache-8.0.30-150400.4.37.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-opcache-8.0.30-150400.4.37.1.ppc64le as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php8-opcache-8.0.30-150400.4.37.1.ppc64le"
},
"product_reference": "php8-opcache-8.0.30-150400.4.37.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-opcache-8.0.30-150400.4.37.1.s390x as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php8-opcache-8.0.30-150400.4.37.1.s390x"
},
"product_reference": "php8-opcache-8.0.30-150400.4.37.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-opcache-8.0.30-150400.4.37.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php8-opcache-8.0.30-150400.4.37.1.x86_64"
},
"product_reference": "php8-opcache-8.0.30-150400.4.37.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-openssl-8.0.30-150400.4.37.1.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php8-openssl-8.0.30-150400.4.37.1.aarch64"
},
"product_reference": "php8-openssl-8.0.30-150400.4.37.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-openssl-8.0.30-150400.4.37.1.ppc64le as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php8-openssl-8.0.30-150400.4.37.1.ppc64le"
},
"product_reference": "php8-openssl-8.0.30-150400.4.37.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-openssl-8.0.30-150400.4.37.1.s390x as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php8-openssl-8.0.30-150400.4.37.1.s390x"
},
"product_reference": "php8-openssl-8.0.30-150400.4.37.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-openssl-8.0.30-150400.4.37.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php8-openssl-8.0.30-150400.4.37.1.x86_64"
},
"product_reference": "php8-openssl-8.0.30-150400.4.37.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-pcntl-8.0.30-150400.4.37.1.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php8-pcntl-8.0.30-150400.4.37.1.aarch64"
},
"product_reference": "php8-pcntl-8.0.30-150400.4.37.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-pcntl-8.0.30-150400.4.37.1.ppc64le as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php8-pcntl-8.0.30-150400.4.37.1.ppc64le"
},
"product_reference": "php8-pcntl-8.0.30-150400.4.37.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-pcntl-8.0.30-150400.4.37.1.s390x as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php8-pcntl-8.0.30-150400.4.37.1.s390x"
},
"product_reference": "php8-pcntl-8.0.30-150400.4.37.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-pcntl-8.0.30-150400.4.37.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php8-pcntl-8.0.30-150400.4.37.1.x86_64"
},
"product_reference": "php8-pcntl-8.0.30-150400.4.37.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-pdo-8.0.30-150400.4.37.1.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php8-pdo-8.0.30-150400.4.37.1.aarch64"
},
"product_reference": "php8-pdo-8.0.30-150400.4.37.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-pdo-8.0.30-150400.4.37.1.ppc64le as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php8-pdo-8.0.30-150400.4.37.1.ppc64le"
},
"product_reference": "php8-pdo-8.0.30-150400.4.37.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-pdo-8.0.30-150400.4.37.1.s390x as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php8-pdo-8.0.30-150400.4.37.1.s390x"
},
"product_reference": "php8-pdo-8.0.30-150400.4.37.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-pdo-8.0.30-150400.4.37.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php8-pdo-8.0.30-150400.4.37.1.x86_64"
},
"product_reference": "php8-pdo-8.0.30-150400.4.37.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-pgsql-8.0.30-150400.4.37.1.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php8-pgsql-8.0.30-150400.4.37.1.aarch64"
},
"product_reference": "php8-pgsql-8.0.30-150400.4.37.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-pgsql-8.0.30-150400.4.37.1.ppc64le as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php8-pgsql-8.0.30-150400.4.37.1.ppc64le"
},
"product_reference": "php8-pgsql-8.0.30-150400.4.37.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-pgsql-8.0.30-150400.4.37.1.s390x as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php8-pgsql-8.0.30-150400.4.37.1.s390x"
},
"product_reference": "php8-pgsql-8.0.30-150400.4.37.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-pgsql-8.0.30-150400.4.37.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php8-pgsql-8.0.30-150400.4.37.1.x86_64"
},
"product_reference": "php8-pgsql-8.0.30-150400.4.37.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-phar-8.0.30-150400.4.37.1.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php8-phar-8.0.30-150400.4.37.1.aarch64"
},
"product_reference": "php8-phar-8.0.30-150400.4.37.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-phar-8.0.30-150400.4.37.1.ppc64le as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php8-phar-8.0.30-150400.4.37.1.ppc64le"
},
"product_reference": "php8-phar-8.0.30-150400.4.37.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-phar-8.0.30-150400.4.37.1.s390x as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php8-phar-8.0.30-150400.4.37.1.s390x"
},
"product_reference": "php8-phar-8.0.30-150400.4.37.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-phar-8.0.30-150400.4.37.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php8-phar-8.0.30-150400.4.37.1.x86_64"
},
"product_reference": "php8-phar-8.0.30-150400.4.37.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-posix-8.0.30-150400.4.37.1.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php8-posix-8.0.30-150400.4.37.1.aarch64"
},
"product_reference": "php8-posix-8.0.30-150400.4.37.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-posix-8.0.30-150400.4.37.1.ppc64le as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php8-posix-8.0.30-150400.4.37.1.ppc64le"
},
"product_reference": "php8-posix-8.0.30-150400.4.37.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-posix-8.0.30-150400.4.37.1.s390x as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php8-posix-8.0.30-150400.4.37.1.s390x"
},
"product_reference": "php8-posix-8.0.30-150400.4.37.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-posix-8.0.30-150400.4.37.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php8-posix-8.0.30-150400.4.37.1.x86_64"
},
"product_reference": "php8-posix-8.0.30-150400.4.37.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-readline-8.0.30-150400.4.37.1.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php8-readline-8.0.30-150400.4.37.1.aarch64"
},
"product_reference": "php8-readline-8.0.30-150400.4.37.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-readline-8.0.30-150400.4.37.1.ppc64le as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php8-readline-8.0.30-150400.4.37.1.ppc64le"
},
"product_reference": "php8-readline-8.0.30-150400.4.37.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-readline-8.0.30-150400.4.37.1.s390x as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php8-readline-8.0.30-150400.4.37.1.s390x"
},
"product_reference": "php8-readline-8.0.30-150400.4.37.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-readline-8.0.30-150400.4.37.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php8-readline-8.0.30-150400.4.37.1.x86_64"
},
"product_reference": "php8-readline-8.0.30-150400.4.37.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-shmop-8.0.30-150400.4.37.1.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php8-shmop-8.0.30-150400.4.37.1.aarch64"
},
"product_reference": "php8-shmop-8.0.30-150400.4.37.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-shmop-8.0.30-150400.4.37.1.ppc64le as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php8-shmop-8.0.30-150400.4.37.1.ppc64le"
},
"product_reference": "php8-shmop-8.0.30-150400.4.37.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-shmop-8.0.30-150400.4.37.1.s390x as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php8-shmop-8.0.30-150400.4.37.1.s390x"
},
"product_reference": "php8-shmop-8.0.30-150400.4.37.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-shmop-8.0.30-150400.4.37.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php8-shmop-8.0.30-150400.4.37.1.x86_64"
},
"product_reference": "php8-shmop-8.0.30-150400.4.37.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-snmp-8.0.30-150400.4.37.1.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php8-snmp-8.0.30-150400.4.37.1.aarch64"
},
"product_reference": "php8-snmp-8.0.30-150400.4.37.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-snmp-8.0.30-150400.4.37.1.ppc64le as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php8-snmp-8.0.30-150400.4.37.1.ppc64le"
},
"product_reference": "php8-snmp-8.0.30-150400.4.37.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-snmp-8.0.30-150400.4.37.1.s390x as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php8-snmp-8.0.30-150400.4.37.1.s390x"
},
"product_reference": "php8-snmp-8.0.30-150400.4.37.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-snmp-8.0.30-150400.4.37.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php8-snmp-8.0.30-150400.4.37.1.x86_64"
},
"product_reference": "php8-snmp-8.0.30-150400.4.37.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-soap-8.0.30-150400.4.37.1.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php8-soap-8.0.30-150400.4.37.1.aarch64"
},
"product_reference": "php8-soap-8.0.30-150400.4.37.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-soap-8.0.30-150400.4.37.1.ppc64le as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php8-soap-8.0.30-150400.4.37.1.ppc64le"
},
"product_reference": "php8-soap-8.0.30-150400.4.37.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-soap-8.0.30-150400.4.37.1.s390x as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php8-soap-8.0.30-150400.4.37.1.s390x"
},
"product_reference": "php8-soap-8.0.30-150400.4.37.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-soap-8.0.30-150400.4.37.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php8-soap-8.0.30-150400.4.37.1.x86_64"
},
"product_reference": "php8-soap-8.0.30-150400.4.37.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-sockets-8.0.30-150400.4.37.1.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php8-sockets-8.0.30-150400.4.37.1.aarch64"
},
"product_reference": "php8-sockets-8.0.30-150400.4.37.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-sockets-8.0.30-150400.4.37.1.ppc64le as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php8-sockets-8.0.30-150400.4.37.1.ppc64le"
},
"product_reference": "php8-sockets-8.0.30-150400.4.37.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-sockets-8.0.30-150400.4.37.1.s390x as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php8-sockets-8.0.30-150400.4.37.1.s390x"
},
"product_reference": "php8-sockets-8.0.30-150400.4.37.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-sockets-8.0.30-150400.4.37.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php8-sockets-8.0.30-150400.4.37.1.x86_64"
},
"product_reference": "php8-sockets-8.0.30-150400.4.37.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-sodium-8.0.30-150400.4.37.1.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php8-sodium-8.0.30-150400.4.37.1.aarch64"
},
"product_reference": "php8-sodium-8.0.30-150400.4.37.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-sodium-8.0.30-150400.4.37.1.ppc64le as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php8-sodium-8.0.30-150400.4.37.1.ppc64le"
},
"product_reference": "php8-sodium-8.0.30-150400.4.37.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-sodium-8.0.30-150400.4.37.1.s390x as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php8-sodium-8.0.30-150400.4.37.1.s390x"
},
"product_reference": "php8-sodium-8.0.30-150400.4.37.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-sodium-8.0.30-150400.4.37.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php8-sodium-8.0.30-150400.4.37.1.x86_64"
},
"product_reference": "php8-sodium-8.0.30-150400.4.37.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-sqlite-8.0.30-150400.4.37.1.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php8-sqlite-8.0.30-150400.4.37.1.aarch64"
},
"product_reference": "php8-sqlite-8.0.30-150400.4.37.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-sqlite-8.0.30-150400.4.37.1.ppc64le as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php8-sqlite-8.0.30-150400.4.37.1.ppc64le"
},
"product_reference": "php8-sqlite-8.0.30-150400.4.37.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-sqlite-8.0.30-150400.4.37.1.s390x as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php8-sqlite-8.0.30-150400.4.37.1.s390x"
},
"product_reference": "php8-sqlite-8.0.30-150400.4.37.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-sqlite-8.0.30-150400.4.37.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php8-sqlite-8.0.30-150400.4.37.1.x86_64"
},
"product_reference": "php8-sqlite-8.0.30-150400.4.37.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-sysvmsg-8.0.30-150400.4.37.1.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php8-sysvmsg-8.0.30-150400.4.37.1.aarch64"
},
"product_reference": "php8-sysvmsg-8.0.30-150400.4.37.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-sysvmsg-8.0.30-150400.4.37.1.ppc64le as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php8-sysvmsg-8.0.30-150400.4.37.1.ppc64le"
},
"product_reference": "php8-sysvmsg-8.0.30-150400.4.37.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-sysvmsg-8.0.30-150400.4.37.1.s390x as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php8-sysvmsg-8.0.30-150400.4.37.1.s390x"
},
"product_reference": "php8-sysvmsg-8.0.30-150400.4.37.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-sysvmsg-8.0.30-150400.4.37.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php8-sysvmsg-8.0.30-150400.4.37.1.x86_64"
},
"product_reference": "php8-sysvmsg-8.0.30-150400.4.37.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-sysvsem-8.0.30-150400.4.37.1.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php8-sysvsem-8.0.30-150400.4.37.1.aarch64"
},
"product_reference": "php8-sysvsem-8.0.30-150400.4.37.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-sysvsem-8.0.30-150400.4.37.1.ppc64le as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php8-sysvsem-8.0.30-150400.4.37.1.ppc64le"
},
"product_reference": "php8-sysvsem-8.0.30-150400.4.37.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-sysvsem-8.0.30-150400.4.37.1.s390x as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php8-sysvsem-8.0.30-150400.4.37.1.s390x"
},
"product_reference": "php8-sysvsem-8.0.30-150400.4.37.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-sysvsem-8.0.30-150400.4.37.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php8-sysvsem-8.0.30-150400.4.37.1.x86_64"
},
"product_reference": "php8-sysvsem-8.0.30-150400.4.37.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-sysvshm-8.0.30-150400.4.37.1.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php8-sysvshm-8.0.30-150400.4.37.1.aarch64"
},
"product_reference": "php8-sysvshm-8.0.30-150400.4.37.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-sysvshm-8.0.30-150400.4.37.1.ppc64le as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php8-sysvshm-8.0.30-150400.4.37.1.ppc64le"
},
"product_reference": "php8-sysvshm-8.0.30-150400.4.37.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-sysvshm-8.0.30-150400.4.37.1.s390x as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php8-sysvshm-8.0.30-150400.4.37.1.s390x"
},
"product_reference": "php8-sysvshm-8.0.30-150400.4.37.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-sysvshm-8.0.30-150400.4.37.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php8-sysvshm-8.0.30-150400.4.37.1.x86_64"
},
"product_reference": "php8-sysvshm-8.0.30-150400.4.37.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-test-8.0.30-150400.4.37.1.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php8-test-8.0.30-150400.4.37.1.aarch64"
},
"product_reference": "php8-test-8.0.30-150400.4.37.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-test-8.0.30-150400.4.37.1.ppc64le as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php8-test-8.0.30-150400.4.37.1.ppc64le"
},
"product_reference": "php8-test-8.0.30-150400.4.37.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-test-8.0.30-150400.4.37.1.s390x as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php8-test-8.0.30-150400.4.37.1.s390x"
},
"product_reference": "php8-test-8.0.30-150400.4.37.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-test-8.0.30-150400.4.37.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php8-test-8.0.30-150400.4.37.1.x86_64"
},
"product_reference": "php8-test-8.0.30-150400.4.37.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-tidy-8.0.30-150400.4.37.1.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php8-tidy-8.0.30-150400.4.37.1.aarch64"
},
"product_reference": "php8-tidy-8.0.30-150400.4.37.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-tidy-8.0.30-150400.4.37.1.ppc64le as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php8-tidy-8.0.30-150400.4.37.1.ppc64le"
},
"product_reference": "php8-tidy-8.0.30-150400.4.37.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-tidy-8.0.30-150400.4.37.1.s390x as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php8-tidy-8.0.30-150400.4.37.1.s390x"
},
"product_reference": "php8-tidy-8.0.30-150400.4.37.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-tidy-8.0.30-150400.4.37.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php8-tidy-8.0.30-150400.4.37.1.x86_64"
},
"product_reference": "php8-tidy-8.0.30-150400.4.37.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-tokenizer-8.0.30-150400.4.37.1.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php8-tokenizer-8.0.30-150400.4.37.1.aarch64"
},
"product_reference": "php8-tokenizer-8.0.30-150400.4.37.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-tokenizer-8.0.30-150400.4.37.1.ppc64le as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php8-tokenizer-8.0.30-150400.4.37.1.ppc64le"
},
"product_reference": "php8-tokenizer-8.0.30-150400.4.37.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-tokenizer-8.0.30-150400.4.37.1.s390x as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php8-tokenizer-8.0.30-150400.4.37.1.s390x"
},
"product_reference": "php8-tokenizer-8.0.30-150400.4.37.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-tokenizer-8.0.30-150400.4.37.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php8-tokenizer-8.0.30-150400.4.37.1.x86_64"
},
"product_reference": "php8-tokenizer-8.0.30-150400.4.37.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-xmlreader-8.0.30-150400.4.37.1.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php8-xmlreader-8.0.30-150400.4.37.1.aarch64"
},
"product_reference": "php8-xmlreader-8.0.30-150400.4.37.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-xmlreader-8.0.30-150400.4.37.1.ppc64le as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php8-xmlreader-8.0.30-150400.4.37.1.ppc64le"
},
"product_reference": "php8-xmlreader-8.0.30-150400.4.37.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-xmlreader-8.0.30-150400.4.37.1.s390x as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php8-xmlreader-8.0.30-150400.4.37.1.s390x"
},
"product_reference": "php8-xmlreader-8.0.30-150400.4.37.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-xmlreader-8.0.30-150400.4.37.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php8-xmlreader-8.0.30-150400.4.37.1.x86_64"
},
"product_reference": "php8-xmlreader-8.0.30-150400.4.37.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-xmlwriter-8.0.30-150400.4.37.1.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php8-xmlwriter-8.0.30-150400.4.37.1.aarch64"
},
"product_reference": "php8-xmlwriter-8.0.30-150400.4.37.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-xmlwriter-8.0.30-150400.4.37.1.ppc64le as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php8-xmlwriter-8.0.30-150400.4.37.1.ppc64le"
},
"product_reference": "php8-xmlwriter-8.0.30-150400.4.37.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-xmlwriter-8.0.30-150400.4.37.1.s390x as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php8-xmlwriter-8.0.30-150400.4.37.1.s390x"
},
"product_reference": "php8-xmlwriter-8.0.30-150400.4.37.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-xmlwriter-8.0.30-150400.4.37.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php8-xmlwriter-8.0.30-150400.4.37.1.x86_64"
},
"product_reference": "php8-xmlwriter-8.0.30-150400.4.37.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-xsl-8.0.30-150400.4.37.1.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php8-xsl-8.0.30-150400.4.37.1.aarch64"
},
"product_reference": "php8-xsl-8.0.30-150400.4.37.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-xsl-8.0.30-150400.4.37.1.ppc64le as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php8-xsl-8.0.30-150400.4.37.1.ppc64le"
},
"product_reference": "php8-xsl-8.0.30-150400.4.37.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-xsl-8.0.30-150400.4.37.1.s390x as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php8-xsl-8.0.30-150400.4.37.1.s390x"
},
"product_reference": "php8-xsl-8.0.30-150400.4.37.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-xsl-8.0.30-150400.4.37.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php8-xsl-8.0.30-150400.4.37.1.x86_64"
},
"product_reference": "php8-xsl-8.0.30-150400.4.37.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-zip-8.0.30-150400.4.37.1.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php8-zip-8.0.30-150400.4.37.1.aarch64"
},
"product_reference": "php8-zip-8.0.30-150400.4.37.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-zip-8.0.30-150400.4.37.1.ppc64le as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php8-zip-8.0.30-150400.4.37.1.ppc64le"
},
"product_reference": "php8-zip-8.0.30-150400.4.37.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-zip-8.0.30-150400.4.37.1.s390x as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php8-zip-8.0.30-150400.4.37.1.s390x"
},
"product_reference": "php8-zip-8.0.30-150400.4.37.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-zip-8.0.30-150400.4.37.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php8-zip-8.0.30-150400.4.37.1.x86_64"
},
"product_reference": "php8-zip-8.0.30-150400.4.37.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-zlib-8.0.30-150400.4.37.1.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php8-zlib-8.0.30-150400.4.37.1.aarch64"
},
"product_reference": "php8-zlib-8.0.30-150400.4.37.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-zlib-8.0.30-150400.4.37.1.ppc64le as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php8-zlib-8.0.30-150400.4.37.1.ppc64le"
},
"product_reference": "php8-zlib-8.0.30-150400.4.37.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-zlib-8.0.30-150400.4.37.1.s390x as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php8-zlib-8.0.30-150400.4.37.1.s390x"
},
"product_reference": "php8-zlib-8.0.30-150400.4.37.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-zlib-8.0.30-150400.4.37.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php8-zlib-8.0.30-150400.4.37.1.x86_64"
},
"product_reference": "php8-zlib-8.0.30-150400.4.37.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.5"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2023-3823",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-3823"
}
],
"notes": [
{
"category": "general",
"text": "In PHP versions 8.0.* before 8.0.30, 8.1.* before 8.1.22, and 8.2.* before 8.2.8 various XML functions rely on libxml global state to track configuration variables, like whether external entities are loaded. This state is assumed to be unchanged unless the user explicitly changes it by calling appropriate function. However, since the state is process-global, other modules - such as ImageMagick - may also use this library within the same process, and change that global state for their internal purposes, and leave it in a state where external entities loading is enabled. This can lead to the situation where external XML is parsed with external entities loaded, which can lead to disclosure of any local files accessible to PHP. This vulnerable state may persist in the same process across many requests, until the process is shut down.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:apache2-mod_php8-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:apache2-mod_php8-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:apache2-mod_php8-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:apache2-mod_php8-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-bcmath-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-bcmath-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-bcmath-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-bcmath-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-bz2-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-bz2-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-bz2-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-bz2-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-calendar-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-calendar-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-calendar-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-calendar-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-cli-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-cli-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-cli-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-cli-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-ctype-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-ctype-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-ctype-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-ctype-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-curl-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-curl-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-curl-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-curl-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-dba-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-dba-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-dba-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-dba-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-devel-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-devel-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-devel-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-devel-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-dom-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-dom-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-dom-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-dom-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-embed-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-embed-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-embed-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-embed-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-enchant-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-enchant-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-enchant-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-enchant-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-exif-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-exif-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-exif-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-exif-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-fastcgi-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-fastcgi-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-fastcgi-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-fastcgi-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-fileinfo-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-fileinfo-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-fileinfo-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-fileinfo-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-fpm-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-fpm-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-fpm-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-fpm-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-ftp-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-ftp-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-ftp-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-ftp-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-gd-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-gd-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-gd-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-gd-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-gettext-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-gettext-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-gettext-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-gettext-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-gmp-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-gmp-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-gmp-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-gmp-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-iconv-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-iconv-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-iconv-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-iconv-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-intl-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-intl-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-intl-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-intl-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-ldap-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-ldap-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-ldap-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-ldap-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-mbstring-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-mbstring-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-mbstring-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-mbstring-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-mysql-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-mysql-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-mysql-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-mysql-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-odbc-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-odbc-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-odbc-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-odbc-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-opcache-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-opcache-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-opcache-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-opcache-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-openssl-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-openssl-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-openssl-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-openssl-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-pcntl-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-pcntl-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-pcntl-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-pcntl-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-pdo-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-pdo-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-pdo-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-pdo-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-pgsql-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-pgsql-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-pgsql-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-pgsql-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-phar-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-phar-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-phar-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-phar-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-posix-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-posix-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-posix-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-posix-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-readline-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-readline-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-readline-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-readline-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-shmop-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-shmop-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-shmop-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-shmop-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-snmp-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-snmp-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-snmp-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-snmp-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-soap-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-soap-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-soap-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-soap-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-sockets-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-sockets-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-sockets-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-sockets-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-sodium-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-sodium-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-sodium-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-sodium-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-sqlite-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-sqlite-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-sqlite-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-sqlite-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-sysvmsg-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-sysvmsg-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-sysvmsg-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-sysvmsg-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-sysvsem-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-sysvsem-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-sysvsem-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-sysvsem-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-sysvshm-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-sysvshm-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-sysvshm-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-sysvshm-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-test-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-test-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-test-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-test-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-tidy-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-tidy-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-tidy-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-tidy-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-tokenizer-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-tokenizer-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-tokenizer-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-tokenizer-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-xmlreader-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-xmlreader-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-xmlreader-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-xmlreader-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-xmlwriter-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-xmlwriter-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-xmlwriter-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-xmlwriter-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-xsl-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-xsl-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-xsl-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-xsl-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-zip-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-zip-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-zip-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-zip-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-zlib-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-zlib-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-zlib-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-zlib-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:apache2-mod_php8-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:apache2-mod_php8-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:apache2-mod_php8-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:apache2-mod_php8-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-bcmath-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-bcmath-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-bcmath-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-bcmath-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-bz2-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-bz2-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-bz2-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-bz2-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-calendar-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-calendar-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-calendar-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-calendar-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-cli-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-cli-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-cli-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-cli-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-ctype-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-ctype-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-ctype-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-ctype-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-curl-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-curl-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-curl-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-curl-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-dba-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-dba-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-dba-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-dba-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-devel-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-devel-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-devel-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-devel-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-dom-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-dom-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-dom-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-dom-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-embed-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-embed-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-embed-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-embed-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-enchant-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-enchant-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-enchant-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-enchant-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-exif-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-exif-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-exif-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-exif-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-fastcgi-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-fastcgi-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-fastcgi-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-fastcgi-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-fileinfo-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-fileinfo-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-fileinfo-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-fileinfo-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-fpm-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-fpm-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-fpm-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-fpm-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-ftp-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-ftp-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-ftp-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-ftp-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-gd-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-gd-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-gd-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-gd-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-gettext-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-gettext-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-gettext-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-gettext-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-gmp-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-gmp-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-gmp-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-gmp-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-iconv-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-iconv-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-iconv-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-iconv-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-intl-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-intl-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-intl-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-intl-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-ldap-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-ldap-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-ldap-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-ldap-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-mbstring-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-mbstring-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-mbstring-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-mbstring-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-mysql-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-mysql-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-mysql-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-mysql-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-odbc-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-odbc-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-odbc-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-odbc-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-opcache-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-opcache-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-opcache-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-opcache-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-openssl-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-openssl-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-openssl-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-openssl-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-pcntl-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-pcntl-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-pcntl-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-pcntl-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-pdo-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-pdo-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-pdo-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-pdo-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-pgsql-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-pgsql-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-pgsql-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-pgsql-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-phar-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-phar-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-phar-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-phar-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-posix-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-posix-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-posix-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-posix-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-readline-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-readline-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-readline-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-readline-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-shmop-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-shmop-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-shmop-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-shmop-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-snmp-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-snmp-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-snmp-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-snmp-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-soap-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-soap-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-soap-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-soap-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-sockets-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-sockets-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-sockets-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-sockets-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-sodium-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-sodium-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-sodium-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-sodium-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-sqlite-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-sqlite-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-sqlite-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-sqlite-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-sysvmsg-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-sysvmsg-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-sysvmsg-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-sysvmsg-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-sysvsem-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-sysvsem-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-sysvsem-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-sysvsem-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-sysvshm-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-sysvshm-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-sysvshm-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-sysvshm-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-test-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-test-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-test-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-test-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-tidy-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-tidy-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-tidy-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-tidy-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-tokenizer-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-tokenizer-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-tokenizer-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-tokenizer-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-xmlreader-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-xmlreader-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-xmlreader-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-xmlreader-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-xmlwriter-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-xmlwriter-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-xmlwriter-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-xmlwriter-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-xsl-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-xsl-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-xsl-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-xsl-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-zip-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-zip-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-zip-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-zip-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-zlib-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-zlib-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-zlib-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-zlib-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.4:apache2-mod_php8-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.4:apache2-mod_php8-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.4:apache2-mod_php8-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.4:apache2-mod_php8-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.4:php8-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.4:php8-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.4:php8-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.4:php8-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.4:php8-bcmath-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.4:php8-bcmath-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.4:php8-bcmath-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.4:php8-bcmath-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.4:php8-bz2-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.4:php8-bz2-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.4:php8-bz2-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.4:php8-bz2-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.4:php8-calendar-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.4:php8-calendar-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.4:php8-calendar-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.4:php8-calendar-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.4:php8-cli-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.4:php8-cli-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.4:php8-cli-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.4:php8-cli-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.4:php8-ctype-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.4:php8-ctype-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.4:php8-ctype-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.4:php8-ctype-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.4:php8-curl-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.4:php8-curl-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.4:php8-curl-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.4:php8-curl-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.4:php8-dba-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.4:php8-dba-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.4:php8-dba-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.4:php8-dba-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.4:php8-devel-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.4:php8-devel-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.4:php8-devel-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.4:php8-devel-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.4:php8-dom-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.4:php8-dom-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.4:php8-dom-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.4:php8-dom-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.4:php8-embed-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.4:php8-embed-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.4:php8-embed-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.4:php8-embed-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.4:php8-enchant-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.4:php8-enchant-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.4:php8-enchant-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.4:php8-enchant-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.4:php8-exif-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.4:php8-exif-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.4:php8-exif-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.4:php8-exif-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.4:php8-fastcgi-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.4:php8-fastcgi-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.4:php8-fastcgi-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.4:php8-fastcgi-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.4:php8-fileinfo-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.4:php8-fileinfo-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.4:php8-fileinfo-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.4:php8-fileinfo-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.4:php8-fpm-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.4:php8-fpm-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.4:php8-fpm-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.4:php8-fpm-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.4:php8-ftp-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.4:php8-ftp-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.4:php8-ftp-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.4:php8-ftp-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.4:php8-gd-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.4:php8-gd-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.4:php8-gd-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.4:php8-gd-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.4:php8-gettext-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.4:php8-gettext-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.4:php8-gettext-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.4:php8-gettext-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.4:php8-gmp-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.4:php8-gmp-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.4:php8-gmp-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.4:php8-gmp-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.4:php8-iconv-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.4:php8-iconv-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.4:php8-iconv-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.4:php8-iconv-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.4:php8-intl-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.4:php8-intl-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.4:php8-intl-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.4:php8-intl-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.4:php8-ldap-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.4:php8-ldap-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.4:php8-ldap-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.4:php8-ldap-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.4:php8-mbstring-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.4:php8-mbstring-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.4:php8-mbstring-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.4:php8-mbstring-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.4:php8-mysql-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.4:php8-mysql-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.4:php8-mysql-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.4:php8-mysql-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.4:php8-odbc-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.4:php8-odbc-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.4:php8-odbc-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.4:php8-odbc-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.4:php8-opcache-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.4:php8-opcache-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.4:php8-opcache-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.4:php8-opcache-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.4:php8-openssl-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.4:php8-openssl-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.4:php8-openssl-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.4:php8-openssl-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.4:php8-pcntl-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.4:php8-pcntl-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.4:php8-pcntl-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.4:php8-pcntl-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.4:php8-pdo-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.4:php8-pdo-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.4:php8-pdo-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.4:php8-pdo-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.4:php8-pgsql-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.4:php8-pgsql-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.4:php8-pgsql-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.4:php8-pgsql-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.4:php8-phar-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.4:php8-phar-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.4:php8-phar-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.4:php8-phar-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.4:php8-posix-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.4:php8-posix-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.4:php8-posix-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.4:php8-posix-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.4:php8-readline-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.4:php8-readline-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.4:php8-readline-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.4:php8-readline-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.4:php8-shmop-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.4:php8-shmop-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.4:php8-shmop-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.4:php8-shmop-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.4:php8-snmp-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.4:php8-snmp-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.4:php8-snmp-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.4:php8-snmp-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.4:php8-soap-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.4:php8-soap-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.4:php8-soap-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.4:php8-soap-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.4:php8-sockets-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.4:php8-sockets-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.4:php8-sockets-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.4:php8-sockets-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.4:php8-sodium-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.4:php8-sodium-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.4:php8-sodium-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.4:php8-sodium-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.4:php8-sqlite-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.4:php8-sqlite-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.4:php8-sqlite-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.4:php8-sqlite-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.4:php8-sysvmsg-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.4:php8-sysvmsg-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.4:php8-sysvmsg-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.4:php8-sysvmsg-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.4:php8-sysvsem-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.4:php8-sysvsem-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.4:php8-sysvsem-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.4:php8-sysvsem-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.4:php8-sysvshm-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.4:php8-sysvshm-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.4:php8-sysvshm-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.4:php8-sysvshm-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.4:php8-test-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.4:php8-test-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.4:php8-test-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.4:php8-test-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.4:php8-tidy-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.4:php8-tidy-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.4:php8-tidy-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.4:php8-tidy-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.4:php8-tokenizer-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.4:php8-tokenizer-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.4:php8-tokenizer-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.4:php8-tokenizer-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.4:php8-xmlreader-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.4:php8-xmlreader-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.4:php8-xmlreader-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.4:php8-xmlreader-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.4:php8-xmlwriter-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.4:php8-xmlwriter-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.4:php8-xmlwriter-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.4:php8-xmlwriter-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.4:php8-xsl-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.4:php8-xsl-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.4:php8-xsl-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.4:php8-xsl-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.4:php8-zip-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.4:php8-zip-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.4:php8-zip-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.4:php8-zip-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.4:php8-zlib-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.4:php8-zlib-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.4:php8-zlib-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.4:php8-zlib-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.5:apache2-mod_php8-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.5:apache2-mod_php8-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.5:apache2-mod_php8-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.5:apache2-mod_php8-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.5:php8-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.5:php8-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.5:php8-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.5:php8-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.5:php8-bcmath-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.5:php8-bcmath-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.5:php8-bcmath-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.5:php8-bcmath-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.5:php8-bz2-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.5:php8-bz2-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.5:php8-bz2-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.5:php8-bz2-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.5:php8-calendar-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.5:php8-calendar-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.5:php8-calendar-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.5:php8-calendar-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.5:php8-cli-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.5:php8-cli-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.5:php8-cli-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.5:php8-cli-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.5:php8-ctype-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.5:php8-ctype-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.5:php8-ctype-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.5:php8-ctype-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.5:php8-curl-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.5:php8-curl-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.5:php8-curl-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.5:php8-curl-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.5:php8-dba-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.5:php8-dba-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.5:php8-dba-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.5:php8-dba-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.5:php8-devel-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.5:php8-devel-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.5:php8-devel-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.5:php8-devel-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.5:php8-dom-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.5:php8-dom-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.5:php8-dom-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.5:php8-dom-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.5:php8-embed-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.5:php8-embed-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.5:php8-embed-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.5:php8-embed-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.5:php8-enchant-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.5:php8-enchant-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.5:php8-enchant-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.5:php8-enchant-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.5:php8-exif-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.5:php8-exif-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.5:php8-exif-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.5:php8-exif-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.5:php8-fastcgi-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.5:php8-fastcgi-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.5:php8-fastcgi-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.5:php8-fastcgi-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.5:php8-fileinfo-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.5:php8-fileinfo-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.5:php8-fileinfo-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.5:php8-fileinfo-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.5:php8-fpm-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.5:php8-fpm-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.5:php8-fpm-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.5:php8-fpm-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.5:php8-ftp-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.5:php8-ftp-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.5:php8-ftp-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.5:php8-ftp-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.5:php8-gd-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.5:php8-gd-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.5:php8-gd-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.5:php8-gd-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.5:php8-gettext-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.5:php8-gettext-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.5:php8-gettext-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.5:php8-gettext-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.5:php8-gmp-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.5:php8-gmp-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.5:php8-gmp-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.5:php8-gmp-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.5:php8-iconv-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.5:php8-iconv-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.5:php8-iconv-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.5:php8-iconv-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.5:php8-intl-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.5:php8-intl-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.5:php8-intl-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.5:php8-intl-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.5:php8-ldap-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.5:php8-ldap-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.5:php8-ldap-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.5:php8-ldap-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.5:php8-mbstring-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.5:php8-mbstring-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.5:php8-mbstring-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.5:php8-mbstring-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.5:php8-mysql-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.5:php8-mysql-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.5:php8-mysql-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.5:php8-mysql-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.5:php8-odbc-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.5:php8-odbc-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.5:php8-odbc-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.5:php8-odbc-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.5:php8-opcache-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.5:php8-opcache-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.5:php8-opcache-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.5:php8-opcache-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.5:php8-openssl-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.5:php8-openssl-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.5:php8-openssl-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.5:php8-openssl-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.5:php8-pcntl-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.5:php8-pcntl-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.5:php8-pcntl-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.5:php8-pcntl-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.5:php8-pdo-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.5:php8-pdo-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.5:php8-pdo-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.5:php8-pdo-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.5:php8-pgsql-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.5:php8-pgsql-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.5:php8-pgsql-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.5:php8-pgsql-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.5:php8-phar-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.5:php8-phar-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.5:php8-phar-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.5:php8-phar-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.5:php8-posix-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.5:php8-posix-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.5:php8-posix-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.5:php8-posix-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.5:php8-readline-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.5:php8-readline-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.5:php8-readline-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.5:php8-readline-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.5:php8-shmop-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.5:php8-shmop-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.5:php8-shmop-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.5:php8-shmop-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.5:php8-snmp-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.5:php8-snmp-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.5:php8-snmp-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.5:php8-snmp-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.5:php8-soap-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.5:php8-soap-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.5:php8-soap-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.5:php8-soap-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.5:php8-sockets-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.5:php8-sockets-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.5:php8-sockets-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.5:php8-sockets-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.5:php8-sodium-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.5:php8-sodium-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.5:php8-sodium-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.5:php8-sodium-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.5:php8-sqlite-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.5:php8-sqlite-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.5:php8-sqlite-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.5:php8-sqlite-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.5:php8-sysvmsg-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.5:php8-sysvmsg-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.5:php8-sysvmsg-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.5:php8-sysvmsg-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.5:php8-sysvsem-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.5:php8-sysvsem-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.5:php8-sysvsem-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.5:php8-sysvsem-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.5:php8-sysvshm-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.5:php8-sysvshm-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.5:php8-sysvshm-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.5:php8-sysvshm-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.5:php8-test-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.5:php8-test-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.5:php8-test-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.5:php8-test-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.5:php8-tidy-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.5:php8-tidy-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.5:php8-tidy-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.5:php8-tidy-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.5:php8-tokenizer-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.5:php8-tokenizer-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.5:php8-tokenizer-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.5:php8-tokenizer-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.5:php8-xmlreader-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.5:php8-xmlreader-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.5:php8-xmlreader-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.5:php8-xmlreader-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.5:php8-xmlwriter-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.5:php8-xmlwriter-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.5:php8-xmlwriter-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.5:php8-xmlwriter-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.5:php8-xsl-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.5:php8-xsl-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.5:php8-xsl-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.5:php8-xsl-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.5:php8-zip-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.5:php8-zip-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.5:php8-zip-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.5:php8-zip-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.5:php8-zlib-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.5:php8-zlib-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.5:php8-zlib-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.5:php8-zlib-8.0.30-150400.4.37.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-3823",
"url": "https://www.suse.com/security/cve/CVE-2023-3823"
},
{
"category": "external",
"summary": "SUSE Bug 1214106 for CVE-2023-3823",
"url": "https://bugzilla.suse.com/1214106"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:apache2-mod_php8-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:apache2-mod_php8-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:apache2-mod_php8-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:apache2-mod_php8-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-bcmath-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-bcmath-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-bcmath-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-bcmath-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-bz2-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-bz2-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-bz2-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-bz2-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-calendar-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-calendar-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-calendar-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-calendar-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-cli-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-cli-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-cli-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-cli-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-ctype-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-ctype-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-ctype-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-ctype-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-curl-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-curl-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-curl-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-curl-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-dba-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-dba-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-dba-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-dba-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-devel-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-devel-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-devel-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-devel-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-dom-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-dom-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-dom-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-dom-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-embed-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-embed-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-embed-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-embed-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-enchant-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-enchant-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-enchant-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-enchant-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-exif-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-exif-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-exif-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-exif-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-fastcgi-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-fastcgi-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-fastcgi-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-fastcgi-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-fileinfo-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-fileinfo-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-fileinfo-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-fileinfo-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-fpm-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-fpm-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-fpm-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-fpm-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-ftp-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-ftp-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-ftp-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-ftp-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-gd-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-gd-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-gd-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-gd-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-gettext-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-gettext-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-gettext-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-gettext-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-gmp-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-gmp-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-gmp-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-gmp-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-iconv-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-iconv-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-iconv-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-iconv-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-intl-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-intl-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-intl-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-intl-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-ldap-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-ldap-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-ldap-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-ldap-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-mbstring-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-mbstring-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-mbstring-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-mbstring-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-mysql-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-mysql-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-mysql-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-mysql-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-odbc-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-odbc-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-odbc-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-odbc-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-opcache-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-opcache-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-opcache-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-opcache-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-openssl-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-openssl-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-openssl-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-openssl-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-pcntl-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-pcntl-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-pcntl-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-pcntl-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-pdo-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-pdo-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-pdo-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-pdo-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-pgsql-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-pgsql-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-pgsql-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-pgsql-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-phar-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-phar-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-phar-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-phar-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-posix-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-posix-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-posix-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-posix-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-readline-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-readline-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-readline-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-readline-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-shmop-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-shmop-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-shmop-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-shmop-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-snmp-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-snmp-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-snmp-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-snmp-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-soap-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-soap-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-soap-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-soap-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-sockets-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-sockets-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-sockets-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-sockets-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-sodium-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-sodium-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-sodium-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-sodium-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-sqlite-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-sqlite-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-sqlite-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-sqlite-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-sysvmsg-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-sysvmsg-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-sysvmsg-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-sysvmsg-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-sysvsem-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-sysvsem-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-sysvsem-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-sysvsem-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-sysvshm-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-sysvshm-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-sysvshm-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-sysvshm-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-test-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-test-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-test-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-test-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-tidy-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-tidy-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-tidy-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-tidy-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-tokenizer-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-tokenizer-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-tokenizer-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-tokenizer-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-xmlreader-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-xmlreader-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-xmlreader-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-xmlreader-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-xmlwriter-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-xmlwriter-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-xmlwriter-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-xmlwriter-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-xsl-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-xsl-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-xsl-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-xsl-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-zip-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-zip-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-zip-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-zip-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-zlib-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-zlib-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-zlib-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-zlib-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:apache2-mod_php8-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:apache2-mod_php8-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:apache2-mod_php8-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:apache2-mod_php8-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-bcmath-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-bcmath-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-bcmath-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-bcmath-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-bz2-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-bz2-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-bz2-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-bz2-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-calendar-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-calendar-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-calendar-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-calendar-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-cli-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-cli-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-cli-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-cli-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-ctype-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-ctype-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-ctype-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-ctype-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-curl-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-curl-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-curl-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-curl-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-dba-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-dba-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-dba-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-dba-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-devel-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-devel-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-devel-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-devel-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-dom-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-dom-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-dom-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-dom-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-embed-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-embed-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-embed-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-embed-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-enchant-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-enchant-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-enchant-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-enchant-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-exif-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-exif-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-exif-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-exif-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-fastcgi-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-fastcgi-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-fastcgi-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-fastcgi-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-fileinfo-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-fileinfo-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-fileinfo-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-fileinfo-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-fpm-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-fpm-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-fpm-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-fpm-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-ftp-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-ftp-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-ftp-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-ftp-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-gd-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-gd-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-gd-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-gd-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-gettext-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-gettext-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-gettext-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-gettext-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-gmp-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-gmp-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-gmp-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-gmp-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-iconv-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-iconv-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-iconv-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-iconv-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-intl-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-intl-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-intl-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-intl-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-ldap-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-ldap-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-ldap-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-ldap-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-mbstring-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-mbstring-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-mbstring-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-mbstring-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-mysql-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-mysql-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-mysql-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-mysql-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-odbc-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-odbc-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-odbc-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-odbc-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-opcache-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-opcache-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-opcache-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-opcache-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-openssl-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-openssl-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-openssl-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-openssl-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-pcntl-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-pcntl-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-pcntl-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-pcntl-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-pdo-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-pdo-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-pdo-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-pdo-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-pgsql-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-pgsql-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-pgsql-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-pgsql-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-phar-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-phar-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-phar-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-phar-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-posix-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-posix-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-posix-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-posix-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-readline-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-readline-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-readline-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-readline-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-shmop-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-shmop-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-shmop-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-shmop-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-snmp-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-snmp-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-snmp-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-snmp-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-soap-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-soap-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-soap-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-soap-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-sockets-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-sockets-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-sockets-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-sockets-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-sodium-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-sodium-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-sodium-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-sodium-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-sqlite-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-sqlite-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-sqlite-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-sqlite-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-sysvmsg-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-sysvmsg-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-sysvmsg-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-sysvmsg-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-sysvsem-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-sysvsem-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-sysvsem-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-sysvsem-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-sysvshm-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-sysvshm-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-sysvshm-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-sysvshm-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-test-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-test-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-test-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-test-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-tidy-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-tidy-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-tidy-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-tidy-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-tokenizer-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-tokenizer-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-tokenizer-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-tokenizer-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-xmlreader-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-xmlreader-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-xmlreader-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-xmlreader-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-xmlwriter-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-xmlwriter-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-xmlwriter-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-xmlwriter-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-xsl-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-xsl-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-xsl-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-xsl-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-zip-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-zip-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-zip-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-zip-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-zlib-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-zlib-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-zlib-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-zlib-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.4:apache2-mod_php8-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.4:apache2-mod_php8-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.4:apache2-mod_php8-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.4:apache2-mod_php8-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.4:php8-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.4:php8-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.4:php8-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.4:php8-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.4:php8-bcmath-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.4:php8-bcmath-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.4:php8-bcmath-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.4:php8-bcmath-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.4:php8-bz2-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.4:php8-bz2-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.4:php8-bz2-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.4:php8-bz2-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.4:php8-calendar-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.4:php8-calendar-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.4:php8-calendar-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.4:php8-calendar-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.4:php8-cli-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.4:php8-cli-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.4:php8-cli-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.4:php8-cli-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.4:php8-ctype-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.4:php8-ctype-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.4:php8-ctype-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.4:php8-ctype-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.4:php8-curl-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.4:php8-curl-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.4:php8-curl-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.4:php8-curl-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.4:php8-dba-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.4:php8-dba-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.4:php8-dba-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.4:php8-dba-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.4:php8-devel-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.4:php8-devel-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.4:php8-devel-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.4:php8-devel-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.4:php8-dom-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.4:php8-dom-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.4:php8-dom-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.4:php8-dom-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.4:php8-embed-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.4:php8-embed-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.4:php8-embed-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.4:php8-embed-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.4:php8-enchant-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.4:php8-enchant-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.4:php8-enchant-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.4:php8-enchant-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.4:php8-exif-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.4:php8-exif-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.4:php8-exif-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.4:php8-exif-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.4:php8-fastcgi-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.4:php8-fastcgi-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.4:php8-fastcgi-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.4:php8-fastcgi-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.4:php8-fileinfo-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.4:php8-fileinfo-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.4:php8-fileinfo-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.4:php8-fileinfo-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.4:php8-fpm-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.4:php8-fpm-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.4:php8-fpm-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.4:php8-fpm-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.4:php8-ftp-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.4:php8-ftp-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.4:php8-ftp-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.4:php8-ftp-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.4:php8-gd-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.4:php8-gd-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.4:php8-gd-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.4:php8-gd-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.4:php8-gettext-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.4:php8-gettext-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.4:php8-gettext-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.4:php8-gettext-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.4:php8-gmp-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.4:php8-gmp-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.4:php8-gmp-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.4:php8-gmp-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.4:php8-iconv-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.4:php8-iconv-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.4:php8-iconv-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.4:php8-iconv-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.4:php8-intl-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.4:php8-intl-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.4:php8-intl-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.4:php8-intl-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.4:php8-ldap-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.4:php8-ldap-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.4:php8-ldap-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.4:php8-ldap-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.4:php8-mbstring-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.4:php8-mbstring-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.4:php8-mbstring-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.4:php8-mbstring-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.4:php8-mysql-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.4:php8-mysql-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.4:php8-mysql-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.4:php8-mysql-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.4:php8-odbc-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.4:php8-odbc-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.4:php8-odbc-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.4:php8-odbc-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.4:php8-opcache-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.4:php8-opcache-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.4:php8-opcache-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.4:php8-opcache-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.4:php8-openssl-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.4:php8-openssl-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.4:php8-openssl-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.4:php8-openssl-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.4:php8-pcntl-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.4:php8-pcntl-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.4:php8-pcntl-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.4:php8-pcntl-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.4:php8-pdo-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.4:php8-pdo-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.4:php8-pdo-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.4:php8-pdo-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.4:php8-pgsql-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.4:php8-pgsql-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.4:php8-pgsql-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.4:php8-pgsql-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.4:php8-phar-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.4:php8-phar-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.4:php8-phar-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.4:php8-phar-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.4:php8-posix-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.4:php8-posix-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.4:php8-posix-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.4:php8-posix-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.4:php8-readline-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.4:php8-readline-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.4:php8-readline-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.4:php8-readline-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.4:php8-shmop-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.4:php8-shmop-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.4:php8-shmop-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.4:php8-shmop-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.4:php8-snmp-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.4:php8-snmp-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.4:php8-snmp-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.4:php8-snmp-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.4:php8-soap-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.4:php8-soap-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.4:php8-soap-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.4:php8-soap-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.4:php8-sockets-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.4:php8-sockets-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.4:php8-sockets-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.4:php8-sockets-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.4:php8-sodium-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.4:php8-sodium-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.4:php8-sodium-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.4:php8-sodium-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.4:php8-sqlite-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.4:php8-sqlite-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.4:php8-sqlite-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.4:php8-sqlite-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.4:php8-sysvmsg-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.4:php8-sysvmsg-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.4:php8-sysvmsg-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.4:php8-sysvmsg-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.4:php8-sysvsem-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.4:php8-sysvsem-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.4:php8-sysvsem-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.4:php8-sysvsem-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.4:php8-sysvshm-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.4:php8-sysvshm-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.4:php8-sysvshm-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.4:php8-sysvshm-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.4:php8-test-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.4:php8-test-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.4:php8-test-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.4:php8-test-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.4:php8-tidy-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.4:php8-tidy-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.4:php8-tidy-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.4:php8-tidy-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.4:php8-tokenizer-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.4:php8-tokenizer-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.4:php8-tokenizer-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.4:php8-tokenizer-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.4:php8-xmlreader-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.4:php8-xmlreader-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.4:php8-xmlreader-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.4:php8-xmlreader-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.4:php8-xmlwriter-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.4:php8-xmlwriter-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.4:php8-xmlwriter-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.4:php8-xmlwriter-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.4:php8-xsl-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.4:php8-xsl-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.4:php8-xsl-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.4:php8-xsl-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.4:php8-zip-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.4:php8-zip-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.4:php8-zip-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.4:php8-zip-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.4:php8-zlib-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.4:php8-zlib-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.4:php8-zlib-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.4:php8-zlib-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.5:apache2-mod_php8-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.5:apache2-mod_php8-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.5:apache2-mod_php8-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.5:apache2-mod_php8-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.5:php8-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.5:php8-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.5:php8-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.5:php8-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.5:php8-bcmath-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.5:php8-bcmath-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.5:php8-bcmath-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.5:php8-bcmath-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.5:php8-bz2-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.5:php8-bz2-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.5:php8-bz2-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.5:php8-bz2-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.5:php8-calendar-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.5:php8-calendar-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.5:php8-calendar-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.5:php8-calendar-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.5:php8-cli-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.5:php8-cli-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.5:php8-cli-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.5:php8-cli-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.5:php8-ctype-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.5:php8-ctype-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.5:php8-ctype-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.5:php8-ctype-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.5:php8-curl-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.5:php8-curl-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.5:php8-curl-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.5:php8-curl-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.5:php8-dba-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.5:php8-dba-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.5:php8-dba-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.5:php8-dba-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.5:php8-devel-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.5:php8-devel-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.5:php8-devel-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.5:php8-devel-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.5:php8-dom-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.5:php8-dom-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.5:php8-dom-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.5:php8-dom-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.5:php8-embed-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.5:php8-embed-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.5:php8-embed-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.5:php8-embed-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.5:php8-enchant-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.5:php8-enchant-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.5:php8-enchant-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.5:php8-enchant-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.5:php8-exif-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.5:php8-exif-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.5:php8-exif-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.5:php8-exif-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.5:php8-fastcgi-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.5:php8-fastcgi-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.5:php8-fastcgi-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.5:php8-fastcgi-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.5:php8-fileinfo-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.5:php8-fileinfo-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.5:php8-fileinfo-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.5:php8-fileinfo-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.5:php8-fpm-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.5:php8-fpm-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.5:php8-fpm-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.5:php8-fpm-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.5:php8-ftp-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.5:php8-ftp-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.5:php8-ftp-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.5:php8-ftp-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.5:php8-gd-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.5:php8-gd-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.5:php8-gd-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.5:php8-gd-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.5:php8-gettext-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.5:php8-gettext-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.5:php8-gettext-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.5:php8-gettext-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.5:php8-gmp-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.5:php8-gmp-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.5:php8-gmp-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.5:php8-gmp-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.5:php8-iconv-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.5:php8-iconv-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.5:php8-iconv-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.5:php8-iconv-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.5:php8-intl-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.5:php8-intl-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.5:php8-intl-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.5:php8-intl-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.5:php8-ldap-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.5:php8-ldap-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.5:php8-ldap-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.5:php8-ldap-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.5:php8-mbstring-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.5:php8-mbstring-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.5:php8-mbstring-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.5:php8-mbstring-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.5:php8-mysql-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.5:php8-mysql-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.5:php8-mysql-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.5:php8-mysql-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.5:php8-odbc-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.5:php8-odbc-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.5:php8-odbc-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.5:php8-odbc-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.5:php8-opcache-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.5:php8-opcache-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.5:php8-opcache-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.5:php8-opcache-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.5:php8-openssl-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.5:php8-openssl-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.5:php8-openssl-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.5:php8-openssl-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.5:php8-pcntl-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.5:php8-pcntl-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.5:php8-pcntl-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.5:php8-pcntl-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.5:php8-pdo-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.5:php8-pdo-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.5:php8-pdo-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.5:php8-pdo-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.5:php8-pgsql-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.5:php8-pgsql-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.5:php8-pgsql-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.5:php8-pgsql-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.5:php8-phar-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.5:php8-phar-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.5:php8-phar-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.5:php8-phar-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.5:php8-posix-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.5:php8-posix-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.5:php8-posix-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.5:php8-posix-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.5:php8-readline-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.5:php8-readline-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.5:php8-readline-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.5:php8-readline-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.5:php8-shmop-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.5:php8-shmop-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.5:php8-shmop-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.5:php8-shmop-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.5:php8-snmp-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.5:php8-snmp-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.5:php8-snmp-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.5:php8-snmp-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.5:php8-soap-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.5:php8-soap-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.5:php8-soap-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.5:php8-soap-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.5:php8-sockets-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.5:php8-sockets-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.5:php8-sockets-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.5:php8-sockets-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.5:php8-sodium-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.5:php8-sodium-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.5:php8-sodium-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.5:php8-sodium-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.5:php8-sqlite-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.5:php8-sqlite-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.5:php8-sqlite-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.5:php8-sqlite-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.5:php8-sysvmsg-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.5:php8-sysvmsg-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.5:php8-sysvmsg-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.5:php8-sysvmsg-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.5:php8-sysvsem-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.5:php8-sysvsem-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.5:php8-sysvsem-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.5:php8-sysvsem-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.5:php8-sysvshm-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.5:php8-sysvshm-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.5:php8-sysvshm-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.5:php8-sysvshm-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.5:php8-test-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.5:php8-test-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.5:php8-test-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.5:php8-test-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.5:php8-tidy-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.5:php8-tidy-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.5:php8-tidy-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.5:php8-tidy-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.5:php8-tokenizer-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.5:php8-tokenizer-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.5:php8-tokenizer-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.5:php8-tokenizer-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.5:php8-xmlreader-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.5:php8-xmlreader-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.5:php8-xmlreader-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.5:php8-xmlreader-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.5:php8-xmlwriter-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.5:php8-xmlwriter-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.5:php8-xmlwriter-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.5:php8-xmlwriter-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.5:php8-xsl-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.5:php8-xsl-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.5:php8-xsl-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.5:php8-xsl-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.5:php8-zip-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.5:php8-zip-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.5:php8-zip-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.5:php8-zip-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.5:php8-zlib-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.5:php8-zlib-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.5:php8-zlib-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.5:php8-zlib-8.0.30-150400.4.37.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:apache2-mod_php8-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:apache2-mod_php8-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:apache2-mod_php8-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:apache2-mod_php8-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-bcmath-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-bcmath-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-bcmath-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-bcmath-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-bz2-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-bz2-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-bz2-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-bz2-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-calendar-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-calendar-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-calendar-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-calendar-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-cli-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-cli-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-cli-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-cli-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-ctype-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-ctype-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-ctype-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-ctype-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-curl-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-curl-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-curl-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-curl-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-dba-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-dba-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-dba-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-dba-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-devel-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-devel-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-devel-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-devel-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-dom-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-dom-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-dom-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-dom-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-embed-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-embed-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-embed-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-embed-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-enchant-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-enchant-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-enchant-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-enchant-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-exif-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-exif-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-exif-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-exif-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-fastcgi-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-fastcgi-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-fastcgi-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-fastcgi-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-fileinfo-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-fileinfo-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-fileinfo-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-fileinfo-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-fpm-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-fpm-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-fpm-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-fpm-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-ftp-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-ftp-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-ftp-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-ftp-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-gd-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-gd-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-gd-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-gd-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-gettext-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-gettext-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-gettext-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-gettext-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-gmp-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-gmp-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-gmp-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-gmp-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-iconv-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-iconv-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-iconv-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-iconv-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-intl-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-intl-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-intl-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-intl-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-ldap-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-ldap-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-ldap-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-ldap-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-mbstring-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-mbstring-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-mbstring-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-mbstring-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-mysql-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-mysql-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-mysql-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-mysql-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-odbc-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-odbc-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-odbc-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-odbc-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-opcache-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-opcache-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-opcache-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-opcache-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-openssl-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-openssl-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-openssl-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-openssl-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-pcntl-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-pcntl-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-pcntl-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-pcntl-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-pdo-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-pdo-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-pdo-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-pdo-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-pgsql-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-pgsql-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-pgsql-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-pgsql-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-phar-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-phar-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-phar-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-phar-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-posix-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-posix-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-posix-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-posix-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-readline-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-readline-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-readline-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-readline-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-shmop-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-shmop-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-shmop-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-shmop-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-snmp-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-snmp-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-snmp-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-snmp-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-soap-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-soap-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-soap-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-soap-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-sockets-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-sockets-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-sockets-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-sockets-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-sodium-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-sodium-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-sodium-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-sodium-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-sqlite-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-sqlite-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-sqlite-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-sqlite-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-sysvmsg-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-sysvmsg-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-sysvmsg-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-sysvmsg-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-sysvsem-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-sysvsem-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-sysvsem-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-sysvsem-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-sysvshm-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-sysvshm-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-sysvshm-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-sysvshm-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-test-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-test-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-test-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-test-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-tidy-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-tidy-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-tidy-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-tidy-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-tokenizer-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-tokenizer-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-tokenizer-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-tokenizer-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-xmlreader-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-xmlreader-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-xmlreader-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-xmlreader-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-xmlwriter-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-xmlwriter-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-xmlwriter-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-xmlwriter-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-xsl-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-xsl-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-xsl-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-xsl-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-zip-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-zip-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-zip-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-zip-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-zlib-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-zlib-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-zlib-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-zlib-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:apache2-mod_php8-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:apache2-mod_php8-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:apache2-mod_php8-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:apache2-mod_php8-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-bcmath-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-bcmath-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-bcmath-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-bcmath-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-bz2-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-bz2-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-bz2-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-bz2-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-calendar-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-calendar-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-calendar-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-calendar-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-cli-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-cli-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-cli-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-cli-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-ctype-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-ctype-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-ctype-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-ctype-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-curl-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-curl-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-curl-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-curl-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-dba-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-dba-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-dba-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-dba-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-devel-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-devel-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-devel-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-devel-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-dom-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-dom-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-dom-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-dom-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-embed-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-embed-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-embed-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-embed-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-enchant-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-enchant-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-enchant-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-enchant-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-exif-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-exif-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-exif-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-exif-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-fastcgi-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-fastcgi-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-fastcgi-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-fastcgi-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-fileinfo-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-fileinfo-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-fileinfo-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-fileinfo-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-fpm-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-fpm-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-fpm-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-fpm-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-ftp-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-ftp-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-ftp-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-ftp-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-gd-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-gd-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-gd-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-gd-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-gettext-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-gettext-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-gettext-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-gettext-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-gmp-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-gmp-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-gmp-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-gmp-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-iconv-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-iconv-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-iconv-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-iconv-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-intl-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-intl-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-intl-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-intl-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-ldap-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-ldap-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-ldap-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-ldap-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-mbstring-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-mbstring-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-mbstring-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-mbstring-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-mysql-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-mysql-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-mysql-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-mysql-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-odbc-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-odbc-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-odbc-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-odbc-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-opcache-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-opcache-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-opcache-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-opcache-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-openssl-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-openssl-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-openssl-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-openssl-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-pcntl-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-pcntl-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-pcntl-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-pcntl-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-pdo-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-pdo-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-pdo-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-pdo-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-pgsql-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-pgsql-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-pgsql-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-pgsql-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-phar-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-phar-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-phar-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-phar-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-posix-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-posix-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-posix-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-posix-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-readline-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-readline-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-readline-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-readline-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-shmop-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-shmop-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-shmop-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-shmop-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-snmp-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-snmp-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-snmp-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-snmp-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-soap-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-soap-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-soap-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-soap-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-sockets-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-sockets-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-sockets-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-sockets-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-sodium-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-sodium-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-sodium-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-sodium-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-sqlite-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-sqlite-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-sqlite-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-sqlite-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-sysvmsg-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-sysvmsg-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-sysvmsg-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-sysvmsg-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-sysvsem-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-sysvsem-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-sysvsem-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-sysvsem-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-sysvshm-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-sysvshm-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-sysvshm-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-sysvshm-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-test-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-test-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-test-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-test-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-tidy-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-tidy-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-tidy-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-tidy-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-tokenizer-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-tokenizer-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-tokenizer-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-tokenizer-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-xmlreader-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-xmlreader-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-xmlreader-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-xmlreader-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-xmlwriter-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-xmlwriter-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-xmlwriter-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-xmlwriter-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-xsl-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-xsl-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-xsl-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-xsl-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-zip-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-zip-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-zip-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-zip-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-zlib-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-zlib-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-zlib-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-zlib-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.4:apache2-mod_php8-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.4:apache2-mod_php8-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.4:apache2-mod_php8-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.4:apache2-mod_php8-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.4:php8-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.4:php8-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.4:php8-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.4:php8-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.4:php8-bcmath-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.4:php8-bcmath-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.4:php8-bcmath-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.4:php8-bcmath-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.4:php8-bz2-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.4:php8-bz2-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.4:php8-bz2-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.4:php8-bz2-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.4:php8-calendar-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.4:php8-calendar-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.4:php8-calendar-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.4:php8-calendar-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.4:php8-cli-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.4:php8-cli-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.4:php8-cli-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.4:php8-cli-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.4:php8-ctype-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.4:php8-ctype-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.4:php8-ctype-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.4:php8-ctype-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.4:php8-curl-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.4:php8-curl-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.4:php8-curl-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.4:php8-curl-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.4:php8-dba-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.4:php8-dba-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.4:php8-dba-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.4:php8-dba-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.4:php8-devel-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.4:php8-devel-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.4:php8-devel-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.4:php8-devel-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.4:php8-dom-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.4:php8-dom-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.4:php8-dom-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.4:php8-dom-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.4:php8-embed-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.4:php8-embed-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.4:php8-embed-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.4:php8-embed-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.4:php8-enchant-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.4:php8-enchant-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.4:php8-enchant-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.4:php8-enchant-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.4:php8-exif-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.4:php8-exif-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.4:php8-exif-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.4:php8-exif-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.4:php8-fastcgi-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.4:php8-fastcgi-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.4:php8-fastcgi-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.4:php8-fastcgi-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.4:php8-fileinfo-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.4:php8-fileinfo-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.4:php8-fileinfo-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.4:php8-fileinfo-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.4:php8-fpm-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.4:php8-fpm-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.4:php8-fpm-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.4:php8-fpm-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.4:php8-ftp-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.4:php8-ftp-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.4:php8-ftp-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.4:php8-ftp-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.4:php8-gd-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.4:php8-gd-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.4:php8-gd-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.4:php8-gd-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.4:php8-gettext-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.4:php8-gettext-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.4:php8-gettext-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.4:php8-gettext-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.4:php8-gmp-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.4:php8-gmp-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.4:php8-gmp-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.4:php8-gmp-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.4:php8-iconv-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.4:php8-iconv-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.4:php8-iconv-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.4:php8-iconv-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.4:php8-intl-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.4:php8-intl-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.4:php8-intl-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.4:php8-intl-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.4:php8-ldap-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.4:php8-ldap-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.4:php8-ldap-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.4:php8-ldap-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.4:php8-mbstring-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.4:php8-mbstring-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.4:php8-mbstring-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.4:php8-mbstring-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.4:php8-mysql-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.4:php8-mysql-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.4:php8-mysql-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.4:php8-mysql-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.4:php8-odbc-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.4:php8-odbc-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.4:php8-odbc-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.4:php8-odbc-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.4:php8-opcache-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.4:php8-opcache-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.4:php8-opcache-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.4:php8-opcache-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.4:php8-openssl-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.4:php8-openssl-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.4:php8-openssl-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.4:php8-openssl-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.4:php8-pcntl-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.4:php8-pcntl-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.4:php8-pcntl-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.4:php8-pcntl-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.4:php8-pdo-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.4:php8-pdo-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.4:php8-pdo-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.4:php8-pdo-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.4:php8-pgsql-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.4:php8-pgsql-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.4:php8-pgsql-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.4:php8-pgsql-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.4:php8-phar-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.4:php8-phar-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.4:php8-phar-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.4:php8-phar-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.4:php8-posix-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.4:php8-posix-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.4:php8-posix-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.4:php8-posix-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.4:php8-readline-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.4:php8-readline-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.4:php8-readline-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.4:php8-readline-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.4:php8-shmop-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.4:php8-shmop-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.4:php8-shmop-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.4:php8-shmop-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.4:php8-snmp-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.4:php8-snmp-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.4:php8-snmp-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.4:php8-snmp-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.4:php8-soap-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.4:php8-soap-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.4:php8-soap-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.4:php8-soap-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.4:php8-sockets-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.4:php8-sockets-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.4:php8-sockets-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.4:php8-sockets-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.4:php8-sodium-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.4:php8-sodium-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.4:php8-sodium-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.4:php8-sodium-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.4:php8-sqlite-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.4:php8-sqlite-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.4:php8-sqlite-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.4:php8-sqlite-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.4:php8-sysvmsg-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.4:php8-sysvmsg-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.4:php8-sysvmsg-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.4:php8-sysvmsg-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.4:php8-sysvsem-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.4:php8-sysvsem-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.4:php8-sysvsem-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.4:php8-sysvsem-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.4:php8-sysvshm-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.4:php8-sysvshm-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.4:php8-sysvshm-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.4:php8-sysvshm-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.4:php8-test-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.4:php8-test-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.4:php8-test-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.4:php8-test-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.4:php8-tidy-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.4:php8-tidy-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.4:php8-tidy-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.4:php8-tidy-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.4:php8-tokenizer-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.4:php8-tokenizer-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.4:php8-tokenizer-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.4:php8-tokenizer-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.4:php8-xmlreader-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.4:php8-xmlreader-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.4:php8-xmlreader-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.4:php8-xmlreader-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.4:php8-xmlwriter-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.4:php8-xmlwriter-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.4:php8-xmlwriter-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.4:php8-xmlwriter-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.4:php8-xsl-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.4:php8-xsl-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.4:php8-xsl-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.4:php8-xsl-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.4:php8-zip-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.4:php8-zip-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.4:php8-zip-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.4:php8-zip-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.4:php8-zlib-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.4:php8-zlib-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.4:php8-zlib-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.4:php8-zlib-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.5:apache2-mod_php8-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.5:apache2-mod_php8-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.5:apache2-mod_php8-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.5:apache2-mod_php8-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.5:php8-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.5:php8-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.5:php8-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.5:php8-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.5:php8-bcmath-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.5:php8-bcmath-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.5:php8-bcmath-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.5:php8-bcmath-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.5:php8-bz2-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.5:php8-bz2-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.5:php8-bz2-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.5:php8-bz2-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.5:php8-calendar-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.5:php8-calendar-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.5:php8-calendar-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.5:php8-calendar-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.5:php8-cli-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.5:php8-cli-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.5:php8-cli-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.5:php8-cli-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.5:php8-ctype-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.5:php8-ctype-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.5:php8-ctype-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.5:php8-ctype-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.5:php8-curl-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.5:php8-curl-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.5:php8-curl-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.5:php8-curl-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.5:php8-dba-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.5:php8-dba-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.5:php8-dba-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.5:php8-dba-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.5:php8-devel-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.5:php8-devel-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.5:php8-devel-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.5:php8-devel-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.5:php8-dom-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.5:php8-dom-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.5:php8-dom-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.5:php8-dom-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.5:php8-embed-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.5:php8-embed-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.5:php8-embed-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.5:php8-embed-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.5:php8-enchant-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.5:php8-enchant-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.5:php8-enchant-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.5:php8-enchant-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.5:php8-exif-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.5:php8-exif-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.5:php8-exif-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.5:php8-exif-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.5:php8-fastcgi-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.5:php8-fastcgi-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.5:php8-fastcgi-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.5:php8-fastcgi-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.5:php8-fileinfo-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.5:php8-fileinfo-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.5:php8-fileinfo-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.5:php8-fileinfo-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.5:php8-fpm-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.5:php8-fpm-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.5:php8-fpm-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.5:php8-fpm-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.5:php8-ftp-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.5:php8-ftp-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.5:php8-ftp-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.5:php8-ftp-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.5:php8-gd-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.5:php8-gd-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.5:php8-gd-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.5:php8-gd-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.5:php8-gettext-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.5:php8-gettext-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.5:php8-gettext-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.5:php8-gettext-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.5:php8-gmp-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.5:php8-gmp-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.5:php8-gmp-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.5:php8-gmp-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.5:php8-iconv-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.5:php8-iconv-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.5:php8-iconv-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.5:php8-iconv-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.5:php8-intl-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.5:php8-intl-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.5:php8-intl-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.5:php8-intl-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.5:php8-ldap-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.5:php8-ldap-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.5:php8-ldap-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.5:php8-ldap-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.5:php8-mbstring-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.5:php8-mbstring-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.5:php8-mbstring-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.5:php8-mbstring-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.5:php8-mysql-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.5:php8-mysql-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.5:php8-mysql-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.5:php8-mysql-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.5:php8-odbc-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.5:php8-odbc-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.5:php8-odbc-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.5:php8-odbc-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.5:php8-opcache-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.5:php8-opcache-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.5:php8-opcache-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.5:php8-opcache-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.5:php8-openssl-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.5:php8-openssl-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.5:php8-openssl-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.5:php8-openssl-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.5:php8-pcntl-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.5:php8-pcntl-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.5:php8-pcntl-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.5:php8-pcntl-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.5:php8-pdo-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.5:php8-pdo-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.5:php8-pdo-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.5:php8-pdo-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.5:php8-pgsql-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.5:php8-pgsql-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.5:php8-pgsql-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.5:php8-pgsql-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.5:php8-phar-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.5:php8-phar-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.5:php8-phar-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.5:php8-phar-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.5:php8-posix-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.5:php8-posix-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.5:php8-posix-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.5:php8-posix-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.5:php8-readline-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.5:php8-readline-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.5:php8-readline-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.5:php8-readline-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.5:php8-shmop-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.5:php8-shmop-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.5:php8-shmop-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.5:php8-shmop-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.5:php8-snmp-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.5:php8-snmp-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.5:php8-snmp-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.5:php8-snmp-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.5:php8-soap-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.5:php8-soap-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.5:php8-soap-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.5:php8-soap-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.5:php8-sockets-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.5:php8-sockets-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.5:php8-sockets-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.5:php8-sockets-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.5:php8-sodium-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.5:php8-sodium-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.5:php8-sodium-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.5:php8-sodium-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.5:php8-sqlite-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.5:php8-sqlite-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.5:php8-sqlite-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.5:php8-sqlite-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.5:php8-sysvmsg-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.5:php8-sysvmsg-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.5:php8-sysvmsg-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.5:php8-sysvmsg-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.5:php8-sysvsem-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.5:php8-sysvsem-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.5:php8-sysvsem-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.5:php8-sysvsem-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.5:php8-sysvshm-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.5:php8-sysvshm-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.5:php8-sysvshm-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.5:php8-sysvshm-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.5:php8-test-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.5:php8-test-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.5:php8-test-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.5:php8-test-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.5:php8-tidy-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.5:php8-tidy-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.5:php8-tidy-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.5:php8-tidy-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.5:php8-tokenizer-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.5:php8-tokenizer-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.5:php8-tokenizer-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.5:php8-tokenizer-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.5:php8-xmlreader-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.5:php8-xmlreader-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.5:php8-xmlreader-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.5:php8-xmlreader-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.5:php8-xmlwriter-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.5:php8-xmlwriter-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.5:php8-xmlwriter-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.5:php8-xmlwriter-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.5:php8-xsl-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.5:php8-xsl-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.5:php8-xsl-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.5:php8-xsl-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.5:php8-zip-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.5:php8-zip-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.5:php8-zip-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.5:php8-zip-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.5:php8-zlib-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.5:php8-zlib-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.5:php8-zlib-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.5:php8-zlib-8.0.30-150400.4.37.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2023-09-05T07:59:55Z",
"details": "important"
}
],
"title": "CVE-2023-3823"
},
{
"cve": "CVE-2023-3824",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-3824"
}
],
"notes": [
{
"category": "general",
"text": "In PHP version 8.0.* before 8.0.30, 8.1.* before 8.1.22, and 8.2.* before 8.2.8, when loading phar file, while reading PHAR directory entries, insufficient length checking may lead to a stack buffer overflow, leading potentially to memory corruption or RCE.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:apache2-mod_php8-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:apache2-mod_php8-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:apache2-mod_php8-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:apache2-mod_php8-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-bcmath-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-bcmath-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-bcmath-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-bcmath-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-bz2-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-bz2-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-bz2-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-bz2-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-calendar-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-calendar-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-calendar-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-calendar-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-cli-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-cli-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-cli-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-cli-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-ctype-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-ctype-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-ctype-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-ctype-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-curl-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-curl-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-curl-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-curl-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-dba-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-dba-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-dba-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-dba-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-devel-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-devel-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-devel-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-devel-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-dom-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-dom-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-dom-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-dom-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-embed-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-embed-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-embed-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-embed-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-enchant-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-enchant-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-enchant-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-enchant-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-exif-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-exif-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-exif-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-exif-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-fastcgi-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-fastcgi-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-fastcgi-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-fastcgi-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-fileinfo-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-fileinfo-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-fileinfo-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-fileinfo-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-fpm-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-fpm-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-fpm-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-fpm-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-ftp-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-ftp-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-ftp-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-ftp-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-gd-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-gd-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-gd-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-gd-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-gettext-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-gettext-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-gettext-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-gettext-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-gmp-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-gmp-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-gmp-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-gmp-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-iconv-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-iconv-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-iconv-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-iconv-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-intl-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-intl-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-intl-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-intl-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-ldap-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-ldap-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-ldap-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-ldap-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-mbstring-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-mbstring-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-mbstring-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-mbstring-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-mysql-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-mysql-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-mysql-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-mysql-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-odbc-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-odbc-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-odbc-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-odbc-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-opcache-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-opcache-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-opcache-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-opcache-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-openssl-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-openssl-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-openssl-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-openssl-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-pcntl-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-pcntl-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-pcntl-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-pcntl-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-pdo-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-pdo-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-pdo-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-pdo-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-pgsql-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-pgsql-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-pgsql-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-pgsql-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-phar-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-phar-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-phar-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-phar-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-posix-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-posix-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-posix-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-posix-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-readline-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-readline-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-readline-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-readline-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-shmop-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-shmop-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-shmop-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-shmop-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-snmp-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-snmp-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-snmp-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-snmp-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-soap-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-soap-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-soap-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-soap-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-sockets-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-sockets-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-sockets-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-sockets-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-sodium-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-sodium-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-sodium-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-sodium-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-sqlite-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-sqlite-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-sqlite-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-sqlite-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-sysvmsg-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-sysvmsg-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-sysvmsg-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-sysvmsg-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-sysvsem-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-sysvsem-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-sysvsem-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-sysvsem-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-sysvshm-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-sysvshm-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-sysvshm-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-sysvshm-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-test-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-test-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-test-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-test-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-tidy-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-tidy-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-tidy-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-tidy-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-tokenizer-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-tokenizer-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-tokenizer-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-tokenizer-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-xmlreader-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-xmlreader-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-xmlreader-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-xmlreader-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-xmlwriter-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-xmlwriter-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-xmlwriter-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-xmlwriter-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-xsl-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-xsl-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-xsl-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-xsl-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-zip-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-zip-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-zip-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-zip-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-zlib-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-zlib-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-zlib-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-zlib-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:apache2-mod_php8-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:apache2-mod_php8-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:apache2-mod_php8-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:apache2-mod_php8-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-bcmath-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-bcmath-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-bcmath-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-bcmath-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-bz2-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-bz2-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-bz2-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-bz2-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-calendar-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-calendar-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-calendar-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-calendar-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-cli-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-cli-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-cli-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-cli-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-ctype-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-ctype-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-ctype-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-ctype-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-curl-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-curl-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-curl-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-curl-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-dba-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-dba-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-dba-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-dba-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-devel-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-devel-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-devel-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-devel-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-dom-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-dom-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-dom-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-dom-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-embed-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-embed-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-embed-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-embed-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-enchant-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-enchant-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-enchant-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-enchant-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-exif-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-exif-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-exif-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-exif-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-fastcgi-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-fastcgi-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-fastcgi-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-fastcgi-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-fileinfo-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-fileinfo-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-fileinfo-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-fileinfo-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-fpm-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-fpm-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-fpm-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-fpm-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-ftp-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-ftp-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-ftp-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-ftp-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-gd-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-gd-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-gd-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-gd-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-gettext-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-gettext-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-gettext-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-gettext-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-gmp-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-gmp-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-gmp-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-gmp-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-iconv-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-iconv-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-iconv-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-iconv-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-intl-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-intl-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-intl-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-intl-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-ldap-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-ldap-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-ldap-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-ldap-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-mbstring-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-mbstring-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-mbstring-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-mbstring-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-mysql-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-mysql-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-mysql-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-mysql-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-odbc-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-odbc-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-odbc-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-odbc-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-opcache-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-opcache-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-opcache-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-opcache-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-openssl-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-openssl-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-openssl-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-openssl-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-pcntl-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-pcntl-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-pcntl-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-pcntl-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-pdo-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-pdo-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-pdo-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-pdo-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-pgsql-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-pgsql-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-pgsql-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-pgsql-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-phar-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-phar-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-phar-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-phar-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-posix-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-posix-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-posix-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-posix-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-readline-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-readline-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-readline-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-readline-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-shmop-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-shmop-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-shmop-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-shmop-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-snmp-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-snmp-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-snmp-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-snmp-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-soap-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-soap-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-soap-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-soap-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-sockets-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-sockets-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-sockets-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-sockets-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-sodium-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-sodium-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-sodium-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-sodium-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-sqlite-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-sqlite-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-sqlite-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-sqlite-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-sysvmsg-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-sysvmsg-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-sysvmsg-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-sysvmsg-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-sysvsem-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-sysvsem-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-sysvsem-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-sysvsem-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-sysvshm-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-sysvshm-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-sysvshm-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-sysvshm-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-test-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-test-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-test-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-test-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-tidy-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-tidy-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-tidy-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-tidy-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-tokenizer-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-tokenizer-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-tokenizer-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-tokenizer-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-xmlreader-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-xmlreader-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-xmlreader-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-xmlreader-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-xmlwriter-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-xmlwriter-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-xmlwriter-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-xmlwriter-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-xsl-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-xsl-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-xsl-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-xsl-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-zip-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-zip-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-zip-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-zip-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-zlib-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-zlib-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-zlib-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-zlib-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.4:apache2-mod_php8-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.4:apache2-mod_php8-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.4:apache2-mod_php8-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.4:apache2-mod_php8-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.4:php8-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.4:php8-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.4:php8-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.4:php8-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.4:php8-bcmath-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.4:php8-bcmath-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.4:php8-bcmath-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.4:php8-bcmath-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.4:php8-bz2-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.4:php8-bz2-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.4:php8-bz2-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.4:php8-bz2-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.4:php8-calendar-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.4:php8-calendar-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.4:php8-calendar-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.4:php8-calendar-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.4:php8-cli-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.4:php8-cli-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.4:php8-cli-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.4:php8-cli-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.4:php8-ctype-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.4:php8-ctype-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.4:php8-ctype-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.4:php8-ctype-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.4:php8-curl-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.4:php8-curl-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.4:php8-curl-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.4:php8-curl-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.4:php8-dba-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.4:php8-dba-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.4:php8-dba-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.4:php8-dba-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.4:php8-devel-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.4:php8-devel-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.4:php8-devel-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.4:php8-devel-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.4:php8-dom-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.4:php8-dom-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.4:php8-dom-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.4:php8-dom-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.4:php8-embed-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.4:php8-embed-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.4:php8-embed-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.4:php8-embed-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.4:php8-enchant-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.4:php8-enchant-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.4:php8-enchant-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.4:php8-enchant-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.4:php8-exif-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.4:php8-exif-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.4:php8-exif-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.4:php8-exif-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.4:php8-fastcgi-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.4:php8-fastcgi-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.4:php8-fastcgi-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.4:php8-fastcgi-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.4:php8-fileinfo-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.4:php8-fileinfo-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.4:php8-fileinfo-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.4:php8-fileinfo-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.4:php8-fpm-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.4:php8-fpm-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.4:php8-fpm-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.4:php8-fpm-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.4:php8-ftp-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.4:php8-ftp-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.4:php8-ftp-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.4:php8-ftp-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.4:php8-gd-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.4:php8-gd-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.4:php8-gd-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.4:php8-gd-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.4:php8-gettext-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.4:php8-gettext-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.4:php8-gettext-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.4:php8-gettext-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.4:php8-gmp-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.4:php8-gmp-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.4:php8-gmp-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.4:php8-gmp-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.4:php8-iconv-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.4:php8-iconv-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.4:php8-iconv-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.4:php8-iconv-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.4:php8-intl-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.4:php8-intl-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.4:php8-intl-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.4:php8-intl-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.4:php8-ldap-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.4:php8-ldap-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.4:php8-ldap-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.4:php8-ldap-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.4:php8-mbstring-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.4:php8-mbstring-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.4:php8-mbstring-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.4:php8-mbstring-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.4:php8-mysql-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.4:php8-mysql-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.4:php8-mysql-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.4:php8-mysql-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.4:php8-odbc-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.4:php8-odbc-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.4:php8-odbc-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.4:php8-odbc-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.4:php8-opcache-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.4:php8-opcache-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.4:php8-opcache-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.4:php8-opcache-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.4:php8-openssl-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.4:php8-openssl-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.4:php8-openssl-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.4:php8-openssl-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.4:php8-pcntl-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.4:php8-pcntl-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.4:php8-pcntl-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.4:php8-pcntl-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.4:php8-pdo-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.4:php8-pdo-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.4:php8-pdo-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.4:php8-pdo-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.4:php8-pgsql-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.4:php8-pgsql-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.4:php8-pgsql-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.4:php8-pgsql-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.4:php8-phar-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.4:php8-phar-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.4:php8-phar-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.4:php8-phar-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.4:php8-posix-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.4:php8-posix-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.4:php8-posix-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.4:php8-posix-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.4:php8-readline-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.4:php8-readline-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.4:php8-readline-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.4:php8-readline-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.4:php8-shmop-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.4:php8-shmop-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.4:php8-shmop-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.4:php8-shmop-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.4:php8-snmp-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.4:php8-snmp-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.4:php8-snmp-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.4:php8-snmp-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.4:php8-soap-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.4:php8-soap-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.4:php8-soap-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.4:php8-soap-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.4:php8-sockets-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.4:php8-sockets-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.4:php8-sockets-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.4:php8-sockets-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.4:php8-sodium-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.4:php8-sodium-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.4:php8-sodium-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.4:php8-sodium-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.4:php8-sqlite-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.4:php8-sqlite-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.4:php8-sqlite-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.4:php8-sqlite-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.4:php8-sysvmsg-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.4:php8-sysvmsg-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.4:php8-sysvmsg-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.4:php8-sysvmsg-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.4:php8-sysvsem-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.4:php8-sysvsem-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.4:php8-sysvsem-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.4:php8-sysvsem-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.4:php8-sysvshm-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.4:php8-sysvshm-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.4:php8-sysvshm-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.4:php8-sysvshm-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.4:php8-test-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.4:php8-test-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.4:php8-test-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.4:php8-test-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.4:php8-tidy-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.4:php8-tidy-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.4:php8-tidy-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.4:php8-tidy-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.4:php8-tokenizer-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.4:php8-tokenizer-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.4:php8-tokenizer-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.4:php8-tokenizer-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.4:php8-xmlreader-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.4:php8-xmlreader-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.4:php8-xmlreader-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.4:php8-xmlreader-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.4:php8-xmlwriter-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.4:php8-xmlwriter-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.4:php8-xmlwriter-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.4:php8-xmlwriter-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.4:php8-xsl-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.4:php8-xsl-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.4:php8-xsl-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.4:php8-xsl-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.4:php8-zip-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.4:php8-zip-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.4:php8-zip-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.4:php8-zip-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.4:php8-zlib-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.4:php8-zlib-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.4:php8-zlib-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.4:php8-zlib-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.5:apache2-mod_php8-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.5:apache2-mod_php8-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.5:apache2-mod_php8-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.5:apache2-mod_php8-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.5:php8-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.5:php8-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.5:php8-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.5:php8-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.5:php8-bcmath-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.5:php8-bcmath-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.5:php8-bcmath-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.5:php8-bcmath-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.5:php8-bz2-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.5:php8-bz2-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.5:php8-bz2-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.5:php8-bz2-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.5:php8-calendar-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.5:php8-calendar-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.5:php8-calendar-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.5:php8-calendar-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.5:php8-cli-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.5:php8-cli-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.5:php8-cli-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.5:php8-cli-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.5:php8-ctype-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.5:php8-ctype-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.5:php8-ctype-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.5:php8-ctype-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.5:php8-curl-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.5:php8-curl-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.5:php8-curl-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.5:php8-curl-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.5:php8-dba-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.5:php8-dba-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.5:php8-dba-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.5:php8-dba-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.5:php8-devel-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.5:php8-devel-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.5:php8-devel-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.5:php8-devel-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.5:php8-dom-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.5:php8-dom-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.5:php8-dom-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.5:php8-dom-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.5:php8-embed-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.5:php8-embed-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.5:php8-embed-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.5:php8-embed-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.5:php8-enchant-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.5:php8-enchant-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.5:php8-enchant-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.5:php8-enchant-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.5:php8-exif-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.5:php8-exif-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.5:php8-exif-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.5:php8-exif-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.5:php8-fastcgi-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.5:php8-fastcgi-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.5:php8-fastcgi-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.5:php8-fastcgi-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.5:php8-fileinfo-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.5:php8-fileinfo-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.5:php8-fileinfo-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.5:php8-fileinfo-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.5:php8-fpm-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.5:php8-fpm-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.5:php8-fpm-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.5:php8-fpm-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.5:php8-ftp-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.5:php8-ftp-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.5:php8-ftp-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.5:php8-ftp-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.5:php8-gd-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.5:php8-gd-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.5:php8-gd-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.5:php8-gd-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.5:php8-gettext-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.5:php8-gettext-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.5:php8-gettext-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.5:php8-gettext-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.5:php8-gmp-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.5:php8-gmp-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.5:php8-gmp-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.5:php8-gmp-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.5:php8-iconv-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.5:php8-iconv-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.5:php8-iconv-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.5:php8-iconv-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.5:php8-intl-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.5:php8-intl-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.5:php8-intl-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.5:php8-intl-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.5:php8-ldap-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.5:php8-ldap-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.5:php8-ldap-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.5:php8-ldap-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.5:php8-mbstring-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.5:php8-mbstring-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.5:php8-mbstring-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.5:php8-mbstring-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.5:php8-mysql-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.5:php8-mysql-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.5:php8-mysql-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.5:php8-mysql-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.5:php8-odbc-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.5:php8-odbc-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.5:php8-odbc-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.5:php8-odbc-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.5:php8-opcache-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.5:php8-opcache-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.5:php8-opcache-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.5:php8-opcache-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.5:php8-openssl-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.5:php8-openssl-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.5:php8-openssl-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.5:php8-openssl-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.5:php8-pcntl-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.5:php8-pcntl-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.5:php8-pcntl-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.5:php8-pcntl-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.5:php8-pdo-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.5:php8-pdo-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.5:php8-pdo-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.5:php8-pdo-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.5:php8-pgsql-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.5:php8-pgsql-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.5:php8-pgsql-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.5:php8-pgsql-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.5:php8-phar-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.5:php8-phar-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.5:php8-phar-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.5:php8-phar-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.5:php8-posix-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.5:php8-posix-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.5:php8-posix-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.5:php8-posix-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.5:php8-readline-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.5:php8-readline-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.5:php8-readline-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.5:php8-readline-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.5:php8-shmop-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.5:php8-shmop-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.5:php8-shmop-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.5:php8-shmop-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.5:php8-snmp-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.5:php8-snmp-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.5:php8-snmp-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.5:php8-snmp-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.5:php8-soap-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.5:php8-soap-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.5:php8-soap-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.5:php8-soap-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.5:php8-sockets-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.5:php8-sockets-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.5:php8-sockets-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.5:php8-sockets-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.5:php8-sodium-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.5:php8-sodium-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.5:php8-sodium-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.5:php8-sodium-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.5:php8-sqlite-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.5:php8-sqlite-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.5:php8-sqlite-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.5:php8-sqlite-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.5:php8-sysvmsg-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.5:php8-sysvmsg-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.5:php8-sysvmsg-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.5:php8-sysvmsg-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.5:php8-sysvsem-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.5:php8-sysvsem-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.5:php8-sysvsem-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.5:php8-sysvsem-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.5:php8-sysvshm-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.5:php8-sysvshm-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.5:php8-sysvshm-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.5:php8-sysvshm-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.5:php8-test-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.5:php8-test-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.5:php8-test-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.5:php8-test-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.5:php8-tidy-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.5:php8-tidy-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.5:php8-tidy-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.5:php8-tidy-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.5:php8-tokenizer-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.5:php8-tokenizer-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.5:php8-tokenizer-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.5:php8-tokenizer-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.5:php8-xmlreader-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.5:php8-xmlreader-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.5:php8-xmlreader-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.5:php8-xmlreader-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.5:php8-xmlwriter-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.5:php8-xmlwriter-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.5:php8-xmlwriter-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.5:php8-xmlwriter-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.5:php8-xsl-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.5:php8-xsl-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.5:php8-xsl-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.5:php8-xsl-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.5:php8-zip-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.5:php8-zip-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.5:php8-zip-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.5:php8-zip-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.5:php8-zlib-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.5:php8-zlib-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.5:php8-zlib-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.5:php8-zlib-8.0.30-150400.4.37.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-3824",
"url": "https://www.suse.com/security/cve/CVE-2023-3824"
},
{
"category": "external",
"summary": "SUSE Bug 1214103 for CVE-2023-3824",
"url": "https://bugzilla.suse.com/1214103"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:apache2-mod_php8-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:apache2-mod_php8-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:apache2-mod_php8-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:apache2-mod_php8-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-bcmath-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-bcmath-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-bcmath-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-bcmath-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-bz2-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-bz2-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-bz2-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-bz2-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-calendar-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-calendar-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-calendar-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-calendar-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-cli-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-cli-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-cli-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-cli-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-ctype-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-ctype-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-ctype-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-ctype-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-curl-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-curl-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-curl-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-curl-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-dba-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-dba-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-dba-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-dba-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-devel-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-devel-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-devel-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-devel-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-dom-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-dom-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-dom-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-dom-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-embed-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-embed-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-embed-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-embed-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-enchant-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-enchant-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-enchant-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-enchant-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-exif-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-exif-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-exif-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-exif-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-fastcgi-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-fastcgi-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-fastcgi-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-fastcgi-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-fileinfo-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-fileinfo-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-fileinfo-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-fileinfo-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-fpm-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-fpm-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-fpm-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-fpm-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-ftp-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-ftp-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-ftp-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-ftp-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-gd-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-gd-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-gd-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-gd-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-gettext-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-gettext-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-gettext-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-gettext-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-gmp-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-gmp-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-gmp-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-gmp-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-iconv-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-iconv-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-iconv-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-iconv-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-intl-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-intl-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-intl-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-intl-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-ldap-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-ldap-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-ldap-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-ldap-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-mbstring-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-mbstring-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-mbstring-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-mbstring-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-mysql-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-mysql-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-mysql-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-mysql-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-odbc-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-odbc-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-odbc-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-odbc-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-opcache-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-opcache-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-opcache-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-opcache-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-openssl-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-openssl-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-openssl-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-openssl-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-pcntl-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-pcntl-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-pcntl-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-pcntl-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-pdo-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-pdo-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-pdo-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-pdo-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-pgsql-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-pgsql-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-pgsql-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-pgsql-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-phar-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-phar-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-phar-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-phar-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-posix-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-posix-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-posix-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-posix-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-readline-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-readline-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-readline-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-readline-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-shmop-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-shmop-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-shmop-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-shmop-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-snmp-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-snmp-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-snmp-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-snmp-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-soap-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-soap-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-soap-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-soap-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-sockets-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-sockets-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-sockets-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-sockets-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-sodium-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-sodium-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-sodium-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-sodium-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-sqlite-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-sqlite-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-sqlite-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-sqlite-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-sysvmsg-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-sysvmsg-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-sysvmsg-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-sysvmsg-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-sysvsem-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-sysvsem-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-sysvsem-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-sysvsem-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-sysvshm-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-sysvshm-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-sysvshm-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-sysvshm-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-test-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-test-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-test-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-test-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-tidy-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-tidy-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-tidy-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-tidy-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-tokenizer-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-tokenizer-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-tokenizer-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-tokenizer-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-xmlreader-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-xmlreader-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-xmlreader-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-xmlreader-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-xmlwriter-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-xmlwriter-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-xmlwriter-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-xmlwriter-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-xsl-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-xsl-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-xsl-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-xsl-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-zip-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-zip-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-zip-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-zip-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-zlib-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-zlib-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-zlib-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-zlib-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:apache2-mod_php8-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:apache2-mod_php8-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:apache2-mod_php8-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:apache2-mod_php8-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-bcmath-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-bcmath-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-bcmath-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-bcmath-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-bz2-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-bz2-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-bz2-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-bz2-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-calendar-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-calendar-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-calendar-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-calendar-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-cli-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-cli-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-cli-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-cli-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-ctype-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-ctype-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-ctype-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-ctype-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-curl-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-curl-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-curl-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-curl-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-dba-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-dba-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-dba-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-dba-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-devel-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-devel-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-devel-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-devel-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-dom-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-dom-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-dom-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-dom-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-embed-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-embed-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-embed-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-embed-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-enchant-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-enchant-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-enchant-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-enchant-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-exif-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-exif-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-exif-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-exif-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-fastcgi-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-fastcgi-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-fastcgi-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-fastcgi-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-fileinfo-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-fileinfo-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-fileinfo-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-fileinfo-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-fpm-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-fpm-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-fpm-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-fpm-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-ftp-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-ftp-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-ftp-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-ftp-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-gd-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-gd-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-gd-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-gd-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-gettext-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-gettext-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-gettext-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-gettext-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-gmp-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-gmp-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-gmp-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-gmp-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-iconv-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-iconv-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-iconv-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-iconv-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-intl-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-intl-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-intl-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-intl-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-ldap-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-ldap-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-ldap-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-ldap-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-mbstring-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-mbstring-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-mbstring-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-mbstring-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-mysql-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-mysql-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-mysql-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-mysql-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-odbc-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-odbc-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-odbc-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-odbc-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-opcache-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-opcache-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-opcache-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-opcache-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-openssl-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-openssl-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-openssl-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-openssl-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-pcntl-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-pcntl-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-pcntl-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-pcntl-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-pdo-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-pdo-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-pdo-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-pdo-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-pgsql-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-pgsql-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-pgsql-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-pgsql-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-phar-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-phar-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-phar-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-phar-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-posix-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-posix-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-posix-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-posix-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-readline-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-readline-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-readline-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-readline-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-shmop-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-shmop-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-shmop-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-shmop-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-snmp-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-snmp-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-snmp-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-snmp-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-soap-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-soap-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-soap-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-soap-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-sockets-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-sockets-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-sockets-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-sockets-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-sodium-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-sodium-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-sodium-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-sodium-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-sqlite-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-sqlite-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-sqlite-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-sqlite-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-sysvmsg-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-sysvmsg-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-sysvmsg-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-sysvmsg-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-sysvsem-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-sysvsem-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-sysvsem-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-sysvsem-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-sysvshm-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-sysvshm-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-sysvshm-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-sysvshm-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-test-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-test-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-test-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-test-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-tidy-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-tidy-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-tidy-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-tidy-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-tokenizer-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-tokenizer-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-tokenizer-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-tokenizer-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-xmlreader-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-xmlreader-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-xmlreader-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-xmlreader-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-xmlwriter-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-xmlwriter-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-xmlwriter-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-xmlwriter-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-xsl-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-xsl-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-xsl-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-xsl-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-zip-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-zip-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-zip-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-zip-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-zlib-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-zlib-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-zlib-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-zlib-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.4:apache2-mod_php8-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.4:apache2-mod_php8-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.4:apache2-mod_php8-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.4:apache2-mod_php8-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.4:php8-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.4:php8-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.4:php8-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.4:php8-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.4:php8-bcmath-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.4:php8-bcmath-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.4:php8-bcmath-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.4:php8-bcmath-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.4:php8-bz2-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.4:php8-bz2-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.4:php8-bz2-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.4:php8-bz2-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.4:php8-calendar-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.4:php8-calendar-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.4:php8-calendar-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.4:php8-calendar-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.4:php8-cli-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.4:php8-cli-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.4:php8-cli-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.4:php8-cli-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.4:php8-ctype-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.4:php8-ctype-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.4:php8-ctype-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.4:php8-ctype-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.4:php8-curl-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.4:php8-curl-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.4:php8-curl-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.4:php8-curl-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.4:php8-dba-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.4:php8-dba-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.4:php8-dba-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.4:php8-dba-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.4:php8-devel-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.4:php8-devel-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.4:php8-devel-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.4:php8-devel-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.4:php8-dom-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.4:php8-dom-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.4:php8-dom-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.4:php8-dom-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.4:php8-embed-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.4:php8-embed-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.4:php8-embed-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.4:php8-embed-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.4:php8-enchant-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.4:php8-enchant-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.4:php8-enchant-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.4:php8-enchant-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.4:php8-exif-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.4:php8-exif-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.4:php8-exif-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.4:php8-exif-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.4:php8-fastcgi-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.4:php8-fastcgi-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.4:php8-fastcgi-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.4:php8-fastcgi-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.4:php8-fileinfo-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.4:php8-fileinfo-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.4:php8-fileinfo-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.4:php8-fileinfo-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.4:php8-fpm-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.4:php8-fpm-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.4:php8-fpm-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.4:php8-fpm-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.4:php8-ftp-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.4:php8-ftp-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.4:php8-ftp-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.4:php8-ftp-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.4:php8-gd-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.4:php8-gd-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.4:php8-gd-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.4:php8-gd-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.4:php8-gettext-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.4:php8-gettext-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.4:php8-gettext-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.4:php8-gettext-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.4:php8-gmp-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.4:php8-gmp-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.4:php8-gmp-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.4:php8-gmp-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.4:php8-iconv-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.4:php8-iconv-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.4:php8-iconv-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.4:php8-iconv-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.4:php8-intl-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.4:php8-intl-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.4:php8-intl-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.4:php8-intl-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.4:php8-ldap-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.4:php8-ldap-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.4:php8-ldap-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.4:php8-ldap-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.4:php8-mbstring-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.4:php8-mbstring-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.4:php8-mbstring-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.4:php8-mbstring-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.4:php8-mysql-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.4:php8-mysql-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.4:php8-mysql-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.4:php8-mysql-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.4:php8-odbc-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.4:php8-odbc-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.4:php8-odbc-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.4:php8-odbc-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.4:php8-opcache-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.4:php8-opcache-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.4:php8-opcache-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.4:php8-opcache-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.4:php8-openssl-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.4:php8-openssl-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.4:php8-openssl-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.4:php8-openssl-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.4:php8-pcntl-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.4:php8-pcntl-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.4:php8-pcntl-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.4:php8-pcntl-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.4:php8-pdo-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.4:php8-pdo-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.4:php8-pdo-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.4:php8-pdo-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.4:php8-pgsql-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.4:php8-pgsql-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.4:php8-pgsql-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.4:php8-pgsql-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.4:php8-phar-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.4:php8-phar-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.4:php8-phar-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.4:php8-phar-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.4:php8-posix-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.4:php8-posix-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.4:php8-posix-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.4:php8-posix-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.4:php8-readline-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.4:php8-readline-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.4:php8-readline-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.4:php8-readline-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.4:php8-shmop-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.4:php8-shmop-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.4:php8-shmop-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.4:php8-shmop-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.4:php8-snmp-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.4:php8-snmp-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.4:php8-snmp-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.4:php8-snmp-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.4:php8-soap-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.4:php8-soap-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.4:php8-soap-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.4:php8-soap-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.4:php8-sockets-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.4:php8-sockets-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.4:php8-sockets-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.4:php8-sockets-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.4:php8-sodium-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.4:php8-sodium-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.4:php8-sodium-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.4:php8-sodium-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.4:php8-sqlite-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.4:php8-sqlite-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.4:php8-sqlite-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.4:php8-sqlite-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.4:php8-sysvmsg-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.4:php8-sysvmsg-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.4:php8-sysvmsg-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.4:php8-sysvmsg-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.4:php8-sysvsem-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.4:php8-sysvsem-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.4:php8-sysvsem-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.4:php8-sysvsem-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.4:php8-sysvshm-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.4:php8-sysvshm-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.4:php8-sysvshm-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.4:php8-sysvshm-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.4:php8-test-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.4:php8-test-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.4:php8-test-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.4:php8-test-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.4:php8-tidy-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.4:php8-tidy-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.4:php8-tidy-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.4:php8-tidy-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.4:php8-tokenizer-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.4:php8-tokenizer-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.4:php8-tokenizer-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.4:php8-tokenizer-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.4:php8-xmlreader-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.4:php8-xmlreader-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.4:php8-xmlreader-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.4:php8-xmlreader-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.4:php8-xmlwriter-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.4:php8-xmlwriter-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.4:php8-xmlwriter-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.4:php8-xmlwriter-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.4:php8-xsl-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.4:php8-xsl-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.4:php8-xsl-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.4:php8-xsl-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.4:php8-zip-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.4:php8-zip-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.4:php8-zip-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.4:php8-zip-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.4:php8-zlib-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.4:php8-zlib-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.4:php8-zlib-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.4:php8-zlib-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.5:apache2-mod_php8-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.5:apache2-mod_php8-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.5:apache2-mod_php8-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.5:apache2-mod_php8-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.5:php8-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.5:php8-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.5:php8-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.5:php8-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.5:php8-bcmath-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.5:php8-bcmath-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.5:php8-bcmath-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.5:php8-bcmath-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.5:php8-bz2-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.5:php8-bz2-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.5:php8-bz2-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.5:php8-bz2-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.5:php8-calendar-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.5:php8-calendar-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.5:php8-calendar-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.5:php8-calendar-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.5:php8-cli-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.5:php8-cli-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.5:php8-cli-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.5:php8-cli-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.5:php8-ctype-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.5:php8-ctype-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.5:php8-ctype-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.5:php8-ctype-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.5:php8-curl-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.5:php8-curl-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.5:php8-curl-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.5:php8-curl-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.5:php8-dba-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.5:php8-dba-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.5:php8-dba-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.5:php8-dba-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.5:php8-devel-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.5:php8-devel-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.5:php8-devel-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.5:php8-devel-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.5:php8-dom-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.5:php8-dom-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.5:php8-dom-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.5:php8-dom-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.5:php8-embed-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.5:php8-embed-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.5:php8-embed-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.5:php8-embed-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.5:php8-enchant-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.5:php8-enchant-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.5:php8-enchant-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.5:php8-enchant-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.5:php8-exif-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.5:php8-exif-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.5:php8-exif-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.5:php8-exif-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.5:php8-fastcgi-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.5:php8-fastcgi-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.5:php8-fastcgi-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.5:php8-fastcgi-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.5:php8-fileinfo-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.5:php8-fileinfo-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.5:php8-fileinfo-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.5:php8-fileinfo-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.5:php8-fpm-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.5:php8-fpm-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.5:php8-fpm-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.5:php8-fpm-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.5:php8-ftp-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.5:php8-ftp-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.5:php8-ftp-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.5:php8-ftp-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.5:php8-gd-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.5:php8-gd-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.5:php8-gd-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.5:php8-gd-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.5:php8-gettext-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.5:php8-gettext-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.5:php8-gettext-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.5:php8-gettext-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.5:php8-gmp-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.5:php8-gmp-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.5:php8-gmp-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.5:php8-gmp-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.5:php8-iconv-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.5:php8-iconv-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.5:php8-iconv-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.5:php8-iconv-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.5:php8-intl-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.5:php8-intl-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.5:php8-intl-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.5:php8-intl-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.5:php8-ldap-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.5:php8-ldap-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.5:php8-ldap-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.5:php8-ldap-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.5:php8-mbstring-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.5:php8-mbstring-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.5:php8-mbstring-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.5:php8-mbstring-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.5:php8-mysql-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.5:php8-mysql-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.5:php8-mysql-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.5:php8-mysql-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.5:php8-odbc-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.5:php8-odbc-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.5:php8-odbc-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.5:php8-odbc-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.5:php8-opcache-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.5:php8-opcache-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.5:php8-opcache-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.5:php8-opcache-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.5:php8-openssl-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.5:php8-openssl-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.5:php8-openssl-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.5:php8-openssl-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.5:php8-pcntl-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.5:php8-pcntl-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.5:php8-pcntl-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.5:php8-pcntl-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.5:php8-pdo-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.5:php8-pdo-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.5:php8-pdo-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.5:php8-pdo-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.5:php8-pgsql-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.5:php8-pgsql-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.5:php8-pgsql-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.5:php8-pgsql-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.5:php8-phar-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.5:php8-phar-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.5:php8-phar-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.5:php8-phar-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.5:php8-posix-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.5:php8-posix-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.5:php8-posix-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.5:php8-posix-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.5:php8-readline-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.5:php8-readline-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.5:php8-readline-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.5:php8-readline-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.5:php8-shmop-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.5:php8-shmop-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.5:php8-shmop-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.5:php8-shmop-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.5:php8-snmp-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.5:php8-snmp-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.5:php8-snmp-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.5:php8-snmp-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.5:php8-soap-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.5:php8-soap-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.5:php8-soap-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.5:php8-soap-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.5:php8-sockets-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.5:php8-sockets-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.5:php8-sockets-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.5:php8-sockets-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.5:php8-sodium-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.5:php8-sodium-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.5:php8-sodium-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.5:php8-sodium-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.5:php8-sqlite-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.5:php8-sqlite-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.5:php8-sqlite-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.5:php8-sqlite-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.5:php8-sysvmsg-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.5:php8-sysvmsg-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.5:php8-sysvmsg-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.5:php8-sysvmsg-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.5:php8-sysvsem-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.5:php8-sysvsem-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.5:php8-sysvsem-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.5:php8-sysvsem-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.5:php8-sysvshm-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.5:php8-sysvshm-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.5:php8-sysvshm-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.5:php8-sysvshm-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.5:php8-test-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.5:php8-test-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.5:php8-test-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.5:php8-test-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.5:php8-tidy-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.5:php8-tidy-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.5:php8-tidy-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.5:php8-tidy-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.5:php8-tokenizer-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.5:php8-tokenizer-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.5:php8-tokenizer-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.5:php8-tokenizer-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.5:php8-xmlreader-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.5:php8-xmlreader-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.5:php8-xmlreader-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.5:php8-xmlreader-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.5:php8-xmlwriter-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.5:php8-xmlwriter-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.5:php8-xmlwriter-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.5:php8-xmlwriter-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.5:php8-xsl-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.5:php8-xsl-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.5:php8-xsl-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.5:php8-xsl-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.5:php8-zip-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.5:php8-zip-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.5:php8-zip-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.5:php8-zip-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.5:php8-zlib-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.5:php8-zlib-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.5:php8-zlib-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.5:php8-zlib-8.0.30-150400.4.37.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.8,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:apache2-mod_php8-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:apache2-mod_php8-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:apache2-mod_php8-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:apache2-mod_php8-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-bcmath-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-bcmath-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-bcmath-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-bcmath-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-bz2-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-bz2-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-bz2-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-bz2-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-calendar-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-calendar-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-calendar-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-calendar-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-cli-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-cli-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-cli-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-cli-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-ctype-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-ctype-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-ctype-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-ctype-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-curl-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-curl-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-curl-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-curl-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-dba-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-dba-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-dba-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-dba-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-devel-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-devel-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-devel-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-devel-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-dom-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-dom-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-dom-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-dom-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-embed-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-embed-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-embed-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-embed-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-enchant-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-enchant-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-enchant-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-enchant-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-exif-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-exif-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-exif-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-exif-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-fastcgi-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-fastcgi-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-fastcgi-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-fastcgi-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-fileinfo-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-fileinfo-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-fileinfo-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-fileinfo-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-fpm-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-fpm-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-fpm-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-fpm-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-ftp-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-ftp-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-ftp-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-ftp-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-gd-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-gd-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-gd-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-gd-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-gettext-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-gettext-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-gettext-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-gettext-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-gmp-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-gmp-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-gmp-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-gmp-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-iconv-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-iconv-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-iconv-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-iconv-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-intl-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-intl-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-intl-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-intl-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-ldap-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-ldap-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-ldap-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-ldap-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-mbstring-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-mbstring-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-mbstring-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-mbstring-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-mysql-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-mysql-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-mysql-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-mysql-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-odbc-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-odbc-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-odbc-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-odbc-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-opcache-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-opcache-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-opcache-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-opcache-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-openssl-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-openssl-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-openssl-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-openssl-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-pcntl-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-pcntl-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-pcntl-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-pcntl-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-pdo-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-pdo-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-pdo-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-pdo-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-pgsql-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-pgsql-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-pgsql-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-pgsql-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-phar-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-phar-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-phar-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-phar-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-posix-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-posix-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-posix-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-posix-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-readline-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-readline-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-readline-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-readline-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-shmop-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-shmop-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-shmop-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-shmop-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-snmp-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-snmp-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-snmp-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-snmp-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-soap-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-soap-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-soap-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-soap-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-sockets-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-sockets-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-sockets-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-sockets-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-sodium-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-sodium-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-sodium-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-sodium-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-sqlite-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-sqlite-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-sqlite-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-sqlite-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-sysvmsg-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-sysvmsg-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-sysvmsg-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-sysvmsg-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-sysvsem-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-sysvsem-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-sysvsem-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-sysvsem-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-sysvshm-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-sysvshm-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-sysvshm-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-sysvshm-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-test-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-test-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-test-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-test-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-tidy-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-tidy-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-tidy-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-tidy-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-tokenizer-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-tokenizer-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-tokenizer-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-tokenizer-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-xmlreader-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-xmlreader-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-xmlreader-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-xmlreader-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-xmlwriter-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-xmlwriter-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-xmlwriter-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-xmlwriter-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-xsl-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-xsl-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-xsl-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-xsl-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-zip-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-zip-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-zip-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-zip-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-zlib-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-zlib-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-zlib-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-zlib-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:apache2-mod_php8-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:apache2-mod_php8-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:apache2-mod_php8-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:apache2-mod_php8-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-bcmath-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-bcmath-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-bcmath-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-bcmath-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-bz2-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-bz2-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-bz2-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-bz2-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-calendar-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-calendar-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-calendar-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-calendar-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-cli-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-cli-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-cli-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-cli-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-ctype-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-ctype-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-ctype-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-ctype-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-curl-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-curl-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-curl-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-curl-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-dba-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-dba-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-dba-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-dba-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-devel-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-devel-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-devel-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-devel-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-dom-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-dom-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-dom-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-dom-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-embed-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-embed-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-embed-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-embed-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-enchant-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-enchant-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-enchant-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-enchant-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-exif-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-exif-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-exif-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-exif-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-fastcgi-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-fastcgi-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-fastcgi-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-fastcgi-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-fileinfo-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-fileinfo-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-fileinfo-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-fileinfo-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-fpm-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-fpm-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-fpm-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-fpm-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-ftp-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-ftp-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-ftp-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-ftp-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-gd-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-gd-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-gd-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-gd-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-gettext-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-gettext-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-gettext-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-gettext-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-gmp-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-gmp-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-gmp-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-gmp-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-iconv-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-iconv-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-iconv-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-iconv-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-intl-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-intl-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-intl-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-intl-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-ldap-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-ldap-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-ldap-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-ldap-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-mbstring-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-mbstring-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-mbstring-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-mbstring-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-mysql-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-mysql-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-mysql-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-mysql-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-odbc-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-odbc-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-odbc-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-odbc-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-opcache-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-opcache-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-opcache-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-opcache-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-openssl-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-openssl-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-openssl-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-openssl-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-pcntl-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-pcntl-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-pcntl-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-pcntl-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-pdo-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-pdo-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-pdo-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-pdo-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-pgsql-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-pgsql-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-pgsql-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-pgsql-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-phar-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-phar-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-phar-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-phar-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-posix-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-posix-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-posix-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-posix-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-readline-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-readline-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-readline-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-readline-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-shmop-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-shmop-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-shmop-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-shmop-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-snmp-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-snmp-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-snmp-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-snmp-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-soap-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-soap-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-soap-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-soap-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-sockets-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-sockets-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-sockets-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-sockets-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-sodium-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-sodium-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-sodium-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-sodium-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-sqlite-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-sqlite-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-sqlite-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-sqlite-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-sysvmsg-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-sysvmsg-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-sysvmsg-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-sysvmsg-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-sysvsem-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-sysvsem-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-sysvsem-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-sysvsem-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-sysvshm-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-sysvshm-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-sysvshm-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-sysvshm-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-test-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-test-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-test-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-test-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-tidy-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-tidy-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-tidy-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-tidy-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-tokenizer-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-tokenizer-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-tokenizer-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-tokenizer-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-xmlreader-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-xmlreader-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-xmlreader-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-xmlreader-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-xmlwriter-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-xmlwriter-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-xmlwriter-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-xmlwriter-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-xsl-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-xsl-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-xsl-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-xsl-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-zip-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-zip-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-zip-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-zip-8.0.30-150400.4.37.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-zlib-8.0.30-150400.4.37.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-zlib-8.0.30-150400.4.37.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-zlib-8.0.30-150400.4.37.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-zlib-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.4:apache2-mod_php8-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.4:apache2-mod_php8-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.4:apache2-mod_php8-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.4:apache2-mod_php8-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.4:php8-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.4:php8-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.4:php8-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.4:php8-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.4:php8-bcmath-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.4:php8-bcmath-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.4:php8-bcmath-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.4:php8-bcmath-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.4:php8-bz2-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.4:php8-bz2-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.4:php8-bz2-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.4:php8-bz2-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.4:php8-calendar-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.4:php8-calendar-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.4:php8-calendar-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.4:php8-calendar-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.4:php8-cli-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.4:php8-cli-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.4:php8-cli-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.4:php8-cli-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.4:php8-ctype-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.4:php8-ctype-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.4:php8-ctype-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.4:php8-ctype-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.4:php8-curl-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.4:php8-curl-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.4:php8-curl-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.4:php8-curl-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.4:php8-dba-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.4:php8-dba-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.4:php8-dba-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.4:php8-dba-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.4:php8-devel-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.4:php8-devel-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.4:php8-devel-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.4:php8-devel-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.4:php8-dom-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.4:php8-dom-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.4:php8-dom-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.4:php8-dom-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.4:php8-embed-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.4:php8-embed-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.4:php8-embed-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.4:php8-embed-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.4:php8-enchant-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.4:php8-enchant-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.4:php8-enchant-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.4:php8-enchant-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.4:php8-exif-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.4:php8-exif-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.4:php8-exif-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.4:php8-exif-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.4:php8-fastcgi-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.4:php8-fastcgi-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.4:php8-fastcgi-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.4:php8-fastcgi-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.4:php8-fileinfo-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.4:php8-fileinfo-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.4:php8-fileinfo-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.4:php8-fileinfo-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.4:php8-fpm-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.4:php8-fpm-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.4:php8-fpm-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.4:php8-fpm-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.4:php8-ftp-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.4:php8-ftp-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.4:php8-ftp-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.4:php8-ftp-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.4:php8-gd-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.4:php8-gd-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.4:php8-gd-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.4:php8-gd-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.4:php8-gettext-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.4:php8-gettext-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.4:php8-gettext-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.4:php8-gettext-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.4:php8-gmp-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.4:php8-gmp-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.4:php8-gmp-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.4:php8-gmp-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.4:php8-iconv-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.4:php8-iconv-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.4:php8-iconv-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.4:php8-iconv-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.4:php8-intl-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.4:php8-intl-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.4:php8-intl-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.4:php8-intl-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.4:php8-ldap-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.4:php8-ldap-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.4:php8-ldap-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.4:php8-ldap-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.4:php8-mbstring-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.4:php8-mbstring-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.4:php8-mbstring-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.4:php8-mbstring-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.4:php8-mysql-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.4:php8-mysql-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.4:php8-mysql-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.4:php8-mysql-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.4:php8-odbc-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.4:php8-odbc-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.4:php8-odbc-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.4:php8-odbc-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.4:php8-opcache-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.4:php8-opcache-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.4:php8-opcache-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.4:php8-opcache-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.4:php8-openssl-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.4:php8-openssl-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.4:php8-openssl-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.4:php8-openssl-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.4:php8-pcntl-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.4:php8-pcntl-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.4:php8-pcntl-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.4:php8-pcntl-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.4:php8-pdo-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.4:php8-pdo-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.4:php8-pdo-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.4:php8-pdo-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.4:php8-pgsql-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.4:php8-pgsql-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.4:php8-pgsql-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.4:php8-pgsql-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.4:php8-phar-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.4:php8-phar-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.4:php8-phar-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.4:php8-phar-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.4:php8-posix-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.4:php8-posix-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.4:php8-posix-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.4:php8-posix-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.4:php8-readline-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.4:php8-readline-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.4:php8-readline-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.4:php8-readline-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.4:php8-shmop-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.4:php8-shmop-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.4:php8-shmop-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.4:php8-shmop-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.4:php8-snmp-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.4:php8-snmp-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.4:php8-snmp-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.4:php8-snmp-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.4:php8-soap-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.4:php8-soap-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.4:php8-soap-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.4:php8-soap-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.4:php8-sockets-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.4:php8-sockets-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.4:php8-sockets-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.4:php8-sockets-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.4:php8-sodium-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.4:php8-sodium-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.4:php8-sodium-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.4:php8-sodium-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.4:php8-sqlite-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.4:php8-sqlite-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.4:php8-sqlite-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.4:php8-sqlite-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.4:php8-sysvmsg-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.4:php8-sysvmsg-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.4:php8-sysvmsg-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.4:php8-sysvmsg-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.4:php8-sysvsem-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.4:php8-sysvsem-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.4:php8-sysvsem-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.4:php8-sysvsem-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.4:php8-sysvshm-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.4:php8-sysvshm-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.4:php8-sysvshm-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.4:php8-sysvshm-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.4:php8-test-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.4:php8-test-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.4:php8-test-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.4:php8-test-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.4:php8-tidy-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.4:php8-tidy-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.4:php8-tidy-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.4:php8-tidy-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.4:php8-tokenizer-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.4:php8-tokenizer-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.4:php8-tokenizer-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.4:php8-tokenizer-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.4:php8-xmlreader-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.4:php8-xmlreader-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.4:php8-xmlreader-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.4:php8-xmlreader-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.4:php8-xmlwriter-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.4:php8-xmlwriter-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.4:php8-xmlwriter-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.4:php8-xmlwriter-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.4:php8-xsl-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.4:php8-xsl-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.4:php8-xsl-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.4:php8-xsl-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.4:php8-zip-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.4:php8-zip-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.4:php8-zip-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.4:php8-zip-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.4:php8-zlib-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.4:php8-zlib-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.4:php8-zlib-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.4:php8-zlib-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.5:apache2-mod_php8-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.5:apache2-mod_php8-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.5:apache2-mod_php8-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.5:apache2-mod_php8-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.5:php8-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.5:php8-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.5:php8-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.5:php8-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.5:php8-bcmath-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.5:php8-bcmath-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.5:php8-bcmath-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.5:php8-bcmath-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.5:php8-bz2-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.5:php8-bz2-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.5:php8-bz2-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.5:php8-bz2-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.5:php8-calendar-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.5:php8-calendar-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.5:php8-calendar-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.5:php8-calendar-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.5:php8-cli-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.5:php8-cli-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.5:php8-cli-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.5:php8-cli-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.5:php8-ctype-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.5:php8-ctype-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.5:php8-ctype-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.5:php8-ctype-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.5:php8-curl-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.5:php8-curl-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.5:php8-curl-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.5:php8-curl-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.5:php8-dba-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.5:php8-dba-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.5:php8-dba-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.5:php8-dba-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.5:php8-devel-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.5:php8-devel-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.5:php8-devel-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.5:php8-devel-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.5:php8-dom-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.5:php8-dom-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.5:php8-dom-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.5:php8-dom-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.5:php8-embed-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.5:php8-embed-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.5:php8-embed-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.5:php8-embed-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.5:php8-enchant-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.5:php8-enchant-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.5:php8-enchant-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.5:php8-enchant-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.5:php8-exif-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.5:php8-exif-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.5:php8-exif-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.5:php8-exif-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.5:php8-fastcgi-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.5:php8-fastcgi-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.5:php8-fastcgi-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.5:php8-fastcgi-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.5:php8-fileinfo-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.5:php8-fileinfo-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.5:php8-fileinfo-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.5:php8-fileinfo-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.5:php8-fpm-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.5:php8-fpm-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.5:php8-fpm-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.5:php8-fpm-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.5:php8-ftp-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.5:php8-ftp-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.5:php8-ftp-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.5:php8-ftp-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.5:php8-gd-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.5:php8-gd-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.5:php8-gd-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.5:php8-gd-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.5:php8-gettext-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.5:php8-gettext-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.5:php8-gettext-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.5:php8-gettext-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.5:php8-gmp-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.5:php8-gmp-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.5:php8-gmp-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.5:php8-gmp-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.5:php8-iconv-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.5:php8-iconv-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.5:php8-iconv-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.5:php8-iconv-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.5:php8-intl-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.5:php8-intl-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.5:php8-intl-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.5:php8-intl-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.5:php8-ldap-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.5:php8-ldap-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.5:php8-ldap-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.5:php8-ldap-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.5:php8-mbstring-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.5:php8-mbstring-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.5:php8-mbstring-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.5:php8-mbstring-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.5:php8-mysql-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.5:php8-mysql-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.5:php8-mysql-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.5:php8-mysql-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.5:php8-odbc-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.5:php8-odbc-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.5:php8-odbc-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.5:php8-odbc-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.5:php8-opcache-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.5:php8-opcache-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.5:php8-opcache-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.5:php8-opcache-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.5:php8-openssl-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.5:php8-openssl-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.5:php8-openssl-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.5:php8-openssl-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.5:php8-pcntl-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.5:php8-pcntl-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.5:php8-pcntl-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.5:php8-pcntl-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.5:php8-pdo-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.5:php8-pdo-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.5:php8-pdo-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.5:php8-pdo-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.5:php8-pgsql-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.5:php8-pgsql-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.5:php8-pgsql-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.5:php8-pgsql-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.5:php8-phar-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.5:php8-phar-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.5:php8-phar-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.5:php8-phar-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.5:php8-posix-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.5:php8-posix-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.5:php8-posix-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.5:php8-posix-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.5:php8-readline-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.5:php8-readline-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.5:php8-readline-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.5:php8-readline-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.5:php8-shmop-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.5:php8-shmop-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.5:php8-shmop-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.5:php8-shmop-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.5:php8-snmp-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.5:php8-snmp-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.5:php8-snmp-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.5:php8-snmp-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.5:php8-soap-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.5:php8-soap-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.5:php8-soap-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.5:php8-soap-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.5:php8-sockets-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.5:php8-sockets-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.5:php8-sockets-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.5:php8-sockets-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.5:php8-sodium-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.5:php8-sodium-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.5:php8-sodium-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.5:php8-sodium-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.5:php8-sqlite-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.5:php8-sqlite-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.5:php8-sqlite-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.5:php8-sqlite-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.5:php8-sysvmsg-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.5:php8-sysvmsg-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.5:php8-sysvmsg-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.5:php8-sysvmsg-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.5:php8-sysvsem-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.5:php8-sysvsem-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.5:php8-sysvsem-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.5:php8-sysvsem-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.5:php8-sysvshm-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.5:php8-sysvshm-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.5:php8-sysvshm-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.5:php8-sysvshm-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.5:php8-test-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.5:php8-test-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.5:php8-test-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.5:php8-test-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.5:php8-tidy-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.5:php8-tidy-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.5:php8-tidy-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.5:php8-tidy-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.5:php8-tokenizer-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.5:php8-tokenizer-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.5:php8-tokenizer-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.5:php8-tokenizer-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.5:php8-xmlreader-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.5:php8-xmlreader-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.5:php8-xmlreader-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.5:php8-xmlreader-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.5:php8-xmlwriter-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.5:php8-xmlwriter-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.5:php8-xmlwriter-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.5:php8-xmlwriter-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.5:php8-xsl-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.5:php8-xsl-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.5:php8-xsl-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.5:php8-xsl-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.5:php8-zip-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.5:php8-zip-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.5:php8-zip-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.5:php8-zip-8.0.30-150400.4.37.1.x86_64",
"openSUSE Leap 15.5:php8-zlib-8.0.30-150400.4.37.1.aarch64",
"openSUSE Leap 15.5:php8-zlib-8.0.30-150400.4.37.1.ppc64le",
"openSUSE Leap 15.5:php8-zlib-8.0.30-150400.4.37.1.s390x",
"openSUSE Leap 15.5:php8-zlib-8.0.30-150400.4.37.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2023-09-05T07:59:55Z",
"details": "important"
}
],
"title": "CVE-2023-3824"
}
]
}
SUSE-SU-2023:3541-1
Vulnerability from csaf_suse - Published: 2023-09-05 15:30 - Updated: 2023-09-05 15:30Summary
Security update for php7
Severity
Important
Notes
Title of the patch: Security update for php7
Description of the patch: This update for php7 fixes the following issues:
- CVE-2023-3823: Fixed an issue with external entity loading in XML without enabling it. (bsc#1214106)
- CVE-2023-3824: Fixed a buffer overflow in phar_dir_read(). (bsc#1214103)
Patchnames: SUSE-2023-3541,SUSE-SLE-Module-Legacy-15-SP4-2023-3541,SUSE-SLE-Module-Legacy-15-SP5-2023-3541,SUSE-SLE-Module-Packagehub-Subpackages-15-SP4-2023-3541,SUSE-SLE-Module-Packagehub-Subpackages-15-SP5-2023-3541,openSUSE-SLE-15.4-2023-3541,openSUSE-SLE-15.5-2023-3541
Terms of use: CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
7.5 (High)
Affected products
Recommended
856 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:apache2-mod_php7-7.4.33-150400.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:apache2-mod_php7-7.4.33-150400.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:apache2-mod_php7-7.4.33-150400.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:apache2-mod_php7-7.4.33-150400.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:php7-7.4.33-150400.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:php7-7.4.33-150400.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:php7-7.4.33-150400.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:php7-7.4.33-150400.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:php7-bcmath-7.4.33-150400.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:php7-bcmath-7.4.33-150400.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:php7-bcmath-7.4.33-150400.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:php7-bcmath-7.4.33-150400.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:php7-bz2-7.4.33-150400.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:php7-bz2-7.4.33-150400.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:php7-bz2-7.4.33-150400.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:php7-bz2-7.4.33-150400.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:php7-calendar-7.4.33-150400.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:php7-calendar-7.4.33-150400.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:php7-calendar-7.4.33-150400.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:php7-calendar-7.4.33-150400.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:php7-cli-7.4.33-150400.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:php7-cli-7.4.33-150400.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:php7-cli-7.4.33-150400.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:php7-cli-7.4.33-150400.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ctype-7.4.33-150400.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ctype-7.4.33-150400.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ctype-7.4.33-150400.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ctype-7.4.33-150400.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:php7-curl-7.4.33-150400.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:php7-curl-7.4.33-150400.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:php7-curl-7.4.33-150400.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:php7-curl-7.4.33-150400.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:php7-dba-7.4.33-150400.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:php7-dba-7.4.33-150400.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:php7-dba-7.4.33-150400.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:php7-dba-7.4.33-150400.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:php7-devel-7.4.33-150400.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:php7-devel-7.4.33-150400.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:php7-devel-7.4.33-150400.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:php7-devel-7.4.33-150400.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:php7-dom-7.4.33-150400.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:php7-dom-7.4.33-150400.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:php7-dom-7.4.33-150400.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:php7-dom-7.4.33-150400.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:php7-enchant-7.4.33-150400.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:php7-enchant-7.4.33-150400.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:php7-enchant-7.4.33-150400.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:php7-enchant-7.4.33-150400.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:php7-exif-7.4.33-150400.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:php7-exif-7.4.33-150400.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:php7-exif-7.4.33-150400.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:php7-exif-7.4.33-150400.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fastcgi-7.4.33-150400.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fastcgi-7.4.33-150400.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fastcgi-7.4.33-150400.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fastcgi-7.4.33-150400.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fileinfo-7.4.33-150400.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fileinfo-7.4.33-150400.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fileinfo-7.4.33-150400.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fileinfo-7.4.33-150400.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fpm-7.4.33-150400.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fpm-7.4.33-150400.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fpm-7.4.33-150400.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fpm-7.4.33-150400.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ftp-7.4.33-150400.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ftp-7.4.33-150400.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ftp-7.4.33-150400.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ftp-7.4.33-150400.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gd-7.4.33-150400.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gd-7.4.33-150400.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gd-7.4.33-150400.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gd-7.4.33-150400.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gettext-7.4.33-150400.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gettext-7.4.33-150400.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gettext-7.4.33-150400.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gettext-7.4.33-150400.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gmp-7.4.33-150400.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gmp-7.4.33-150400.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gmp-7.4.33-150400.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gmp-7.4.33-150400.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:php7-iconv-7.4.33-150400.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:php7-iconv-7.4.33-150400.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:php7-iconv-7.4.33-150400.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:php7-iconv-7.4.33-150400.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:php7-intl-7.4.33-150400.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:php7-intl-7.4.33-150400.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:php7-intl-7.4.33-150400.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:php7-intl-7.4.33-150400.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:php7-json-7.4.33-150400.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:php7-json-7.4.33-150400.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:php7-json-7.4.33-150400.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:php7-json-7.4.33-150400.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ldap-7.4.33-150400.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ldap-7.4.33-150400.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ldap-7.4.33-150400.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ldap-7.4.33-150400.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:php7-mbstring-7.4.33-150400.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:php7-mbstring-7.4.33-150400.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:php7-mbstring-7.4.33-150400.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:php7-mbstring-7.4.33-150400.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:php7-mysql-7.4.33-150400.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:php7-mysql-7.4.33-150400.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:php7-mysql-7.4.33-150400.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:php7-mysql-7.4.33-150400.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:php7-odbc-7.4.33-150400.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:php7-odbc-7.4.33-150400.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:php7-odbc-7.4.33-150400.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:php7-odbc-7.4.33-150400.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:php7-opcache-7.4.33-150400.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:php7-opcache-7.4.33-150400.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:php7-opcache-7.4.33-150400.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:php7-opcache-7.4.33-150400.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:php7-openssl-7.4.33-150400.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:php7-openssl-7.4.33-150400.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:php7-openssl-7.4.33-150400.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:php7-openssl-7.4.33-150400.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pcntl-7.4.33-150400.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pcntl-7.4.33-150400.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pcntl-7.4.33-150400.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pcntl-7.4.33-150400.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pdo-7.4.33-150400.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pdo-7.4.33-150400.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pdo-7.4.33-150400.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pdo-7.4.33-150400.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pgsql-7.4.33-150400.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pgsql-7.4.33-150400.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pgsql-7.4.33-150400.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pgsql-7.4.33-150400.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:php7-phar-7.4.33-150400.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:php7-phar-7.4.33-150400.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:php7-phar-7.4.33-150400.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:php7-phar-7.4.33-150400.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:php7-posix-7.4.33-150400.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:php7-posix-7.4.33-150400.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:php7-posix-7.4.33-150400.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:php7-posix-7.4.33-150400.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:php7-readline-7.4.33-150400.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:php7-readline-7.4.33-150400.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:php7-readline-7.4.33-150400.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:php7-readline-7.4.33-150400.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:php7-shmop-7.4.33-150400.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:php7-shmop-7.4.33-150400.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:php7-shmop-7.4.33-150400.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:php7-shmop-7.4.33-150400.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:php7-snmp-7.4.33-150400.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:php7-snmp-7.4.33-150400.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:php7-snmp-7.4.33-150400.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:php7-snmp-7.4.33-150400.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:php7-soap-7.4.33-150400.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:php7-soap-7.4.33-150400.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:php7-soap-7.4.33-150400.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:php7-soap-7.4.33-150400.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sockets-7.4.33-150400.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sockets-7.4.33-150400.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sockets-7.4.33-150400.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sockets-7.4.33-150400.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sodium-7.4.33-150400.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sodium-7.4.33-150400.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sodium-7.4.33-150400.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sodium-7.4.33-150400.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sqlite-7.4.33-150400.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sqlite-7.4.33-150400.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sqlite-7.4.33-150400.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sqlite-7.4.33-150400.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvmsg-7.4.33-150400.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvmsg-7.4.33-150400.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvmsg-7.4.33-150400.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvmsg-7.4.33-150400.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvsem-7.4.33-150400.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvsem-7.4.33-150400.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvsem-7.4.33-150400.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvsem-7.4.33-150400.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvshm-7.4.33-150400.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvshm-7.4.33-150400.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvshm-7.4.33-150400.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvshm-7.4.33-150400.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:php7-tidy-7.4.33-150400.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:php7-tidy-7.4.33-150400.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:php7-tidy-7.4.33-150400.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:php7-tidy-7.4.33-150400.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:php7-tokenizer-7.4.33-150400.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:php7-tokenizer-7.4.33-150400.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:php7-tokenizer-7.4.33-150400.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:php7-tokenizer-7.4.33-150400.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlreader-7.4.33-150400.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlreader-7.4.33-150400.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlreader-7.4.33-150400.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlreader-7.4.33-150400.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlrpc-7.4.33-150400.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlrpc-7.4.33-150400.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlrpc-7.4.33-150400.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlrpc-7.4.33-150400.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlwriter-7.4.33-150400.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlwriter-7.4.33-150400.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlwriter-7.4.33-150400.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlwriter-7.4.33-150400.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xsl-7.4.33-150400.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xsl-7.4.33-150400.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xsl-7.4.33-150400.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xsl-7.4.33-150400.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:php7-zip-7.4.33-150400.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:php7-zip-7.4.33-150400.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:php7-zip-7.4.33-150400.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:php7-zip-7.4.33-150400.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:php7-zlib-7.4.33-150400.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:php7-zlib-7.4.33-150400.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:php7-zlib-7.4.33-150400.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:php7-zlib-7.4.33-150400.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:apache2-mod_php7-7.4.33-150400.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:apache2-mod_php7-7.4.33-150400.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:apache2-mod_php7-7.4.33-150400.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:apache2-mod_php7-7.4.33-150400.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-7.4.33-150400.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-7.4.33-150400.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-7.4.33-150400.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-7.4.33-150400.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-bcmath-7.4.33-150400.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-bcmath-7.4.33-150400.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-bcmath-7.4.33-150400.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-bcmath-7.4.33-150400.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-bz2-7.4.33-150400.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-bz2-7.4.33-150400.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-bz2-7.4.33-150400.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-bz2-7.4.33-150400.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-calendar-7.4.33-150400.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-calendar-7.4.33-150400.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-calendar-7.4.33-150400.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-calendar-7.4.33-150400.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-cli-7.4.33-150400.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-cli-7.4.33-150400.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-cli-7.4.33-150400.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-cli-7.4.33-150400.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-ctype-7.4.33-150400.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-ctype-7.4.33-150400.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-ctype-7.4.33-150400.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-ctype-7.4.33-150400.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-curl-7.4.33-150400.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-curl-7.4.33-150400.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-curl-7.4.33-150400.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-curl-7.4.33-150400.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-dba-7.4.33-150400.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-dba-7.4.33-150400.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-dba-7.4.33-150400.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-dba-7.4.33-150400.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-devel-7.4.33-150400.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-devel-7.4.33-150400.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-devel-7.4.33-150400.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-devel-7.4.33-150400.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-dom-7.4.33-150400.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-dom-7.4.33-150400.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-dom-7.4.33-150400.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-dom-7.4.33-150400.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-enchant-7.4.33-150400.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-enchant-7.4.33-150400.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-enchant-7.4.33-150400.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-enchant-7.4.33-150400.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-exif-7.4.33-150400.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-exif-7.4.33-150400.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-exif-7.4.33-150400.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-exif-7.4.33-150400.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-fastcgi-7.4.33-150400.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-fastcgi-7.4.33-150400.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-fastcgi-7.4.33-150400.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-fastcgi-7.4.33-150400.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-fileinfo-7.4.33-150400.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-fileinfo-7.4.33-150400.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-fileinfo-7.4.33-150400.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-fileinfo-7.4.33-150400.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-fpm-7.4.33-150400.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-fpm-7.4.33-150400.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-fpm-7.4.33-150400.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-fpm-7.4.33-150400.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-ftp-7.4.33-150400.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-ftp-7.4.33-150400.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-ftp-7.4.33-150400.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-ftp-7.4.33-150400.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-gd-7.4.33-150400.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-gd-7.4.33-150400.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-gd-7.4.33-150400.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-gd-7.4.33-150400.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-gettext-7.4.33-150400.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-gettext-7.4.33-150400.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-gettext-7.4.33-150400.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-gettext-7.4.33-150400.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-gmp-7.4.33-150400.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-gmp-7.4.33-150400.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-gmp-7.4.33-150400.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-gmp-7.4.33-150400.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-iconv-7.4.33-150400.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-iconv-7.4.33-150400.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-iconv-7.4.33-150400.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-iconv-7.4.33-150400.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-intl-7.4.33-150400.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-intl-7.4.33-150400.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-intl-7.4.33-150400.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-intl-7.4.33-150400.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-json-7.4.33-150400.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-json-7.4.33-150400.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-json-7.4.33-150400.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-json-7.4.33-150400.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-ldap-7.4.33-150400.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-ldap-7.4.33-150400.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-ldap-7.4.33-150400.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-ldap-7.4.33-150400.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-mbstring-7.4.33-150400.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-mbstring-7.4.33-150400.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-mbstring-7.4.33-150400.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-mbstring-7.4.33-150400.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-mysql-7.4.33-150400.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-mysql-7.4.33-150400.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-mysql-7.4.33-150400.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-mysql-7.4.33-150400.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-odbc-7.4.33-150400.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-odbc-7.4.33-150400.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-odbc-7.4.33-150400.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-odbc-7.4.33-150400.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-opcache-7.4.33-150400.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-opcache-7.4.33-150400.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-opcache-7.4.33-150400.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-opcache-7.4.33-150400.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-openssl-7.4.33-150400.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-openssl-7.4.33-150400.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-openssl-7.4.33-150400.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-openssl-7.4.33-150400.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-pcntl-7.4.33-150400.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-pcntl-7.4.33-150400.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-pcntl-7.4.33-150400.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-pcntl-7.4.33-150400.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-pdo-7.4.33-150400.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-pdo-7.4.33-150400.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-pdo-7.4.33-150400.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-pdo-7.4.33-150400.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-pgsql-7.4.33-150400.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-pgsql-7.4.33-150400.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-pgsql-7.4.33-150400.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-pgsql-7.4.33-150400.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-phar-7.4.33-150400.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-phar-7.4.33-150400.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-phar-7.4.33-150400.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-phar-7.4.33-150400.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-posix-7.4.33-150400.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-posix-7.4.33-150400.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-posix-7.4.33-150400.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-posix-7.4.33-150400.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-readline-7.4.33-150400.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-readline-7.4.33-150400.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-readline-7.4.33-150400.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-readline-7.4.33-150400.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-shmop-7.4.33-150400.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-shmop-7.4.33-150400.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-shmop-7.4.33-150400.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-shmop-7.4.33-150400.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-snmp-7.4.33-150400.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-snmp-7.4.33-150400.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-snmp-7.4.33-150400.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-snmp-7.4.33-150400.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-soap-7.4.33-150400.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-soap-7.4.33-150400.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-soap-7.4.33-150400.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-soap-7.4.33-150400.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sockets-7.4.33-150400.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sockets-7.4.33-150400.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sockets-7.4.33-150400.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sockets-7.4.33-150400.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sodium-7.4.33-150400.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sodium-7.4.33-150400.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sodium-7.4.33-150400.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sodium-7.4.33-150400.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sqlite-7.4.33-150400.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sqlite-7.4.33-150400.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sqlite-7.4.33-150400.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sqlite-7.4.33-150400.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sysvmsg-7.4.33-150400.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sysvmsg-7.4.33-150400.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sysvmsg-7.4.33-150400.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sysvmsg-7.4.33-150400.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sysvsem-7.4.33-150400.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sysvsem-7.4.33-150400.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sysvsem-7.4.33-150400.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sysvsem-7.4.33-150400.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sysvshm-7.4.33-150400.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sysvshm-7.4.33-150400.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sysvshm-7.4.33-150400.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sysvshm-7.4.33-150400.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-tidy-7.4.33-150400.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-tidy-7.4.33-150400.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-tidy-7.4.33-150400.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-tidy-7.4.33-150400.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-tokenizer-7.4.33-150400.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-tokenizer-7.4.33-150400.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-tokenizer-7.4.33-150400.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-tokenizer-7.4.33-150400.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xmlreader-7.4.33-150400.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xmlreader-7.4.33-150400.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xmlreader-7.4.33-150400.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xmlreader-7.4.33-150400.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xmlrpc-7.4.33-150400.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xmlrpc-7.4.33-150400.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xmlrpc-7.4.33-150400.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xmlrpc-7.4.33-150400.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xmlwriter-7.4.33-150400.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xmlwriter-7.4.33-150400.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xmlwriter-7.4.33-150400.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xmlwriter-7.4.33-150400.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xsl-7.4.33-150400.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xsl-7.4.33-150400.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xsl-7.4.33-150400.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xsl-7.4.33-150400.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-zip-7.4.33-150400.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-zip-7.4.33-150400.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-zip-7.4.33-150400.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-zip-7.4.33-150400.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-zlib-7.4.33-150400.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-zlib-7.4.33-150400.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-zlib-7.4.33-150400.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-zlib-7.4.33-150400.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP4:php7-embed-7.4.33-150400.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP4:php7-embed-7.4.33-150400.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP4:php7-embed-7.4.33-150400.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP4:php7-embed-7.4.33-150400.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP5:php7-embed-7.4.33-150400.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP5:php7-embed-7.4.33-150400.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP5:php7-embed-7.4.33-150400.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP5:php7-embed-7.4.33-150400.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:apache2-mod_php7-7.4.33-150400.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:apache2-mod_php7-7.4.33-150400.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:apache2-mod_php7-7.4.33-150400.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:apache2-mod_php7-7.4.33-150400.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php7-7.4.33-150400.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php7-7.4.33-150400.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php7-7.4.33-150400.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php7-7.4.33-150400.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php7-bcmath-7.4.33-150400.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php7-bcmath-7.4.33-150400.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php7-bcmath-7.4.33-150400.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php7-bcmath-7.4.33-150400.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php7-bz2-7.4.33-150400.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php7-bz2-7.4.33-150400.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php7-bz2-7.4.33-150400.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php7-bz2-7.4.33-150400.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php7-calendar-7.4.33-150400.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php7-calendar-7.4.33-150400.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php7-calendar-7.4.33-150400.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php7-calendar-7.4.33-150400.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php7-cli-7.4.33-150400.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php7-cli-7.4.33-150400.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php7-cli-7.4.33-150400.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php7-cli-7.4.33-150400.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php7-ctype-7.4.33-150400.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php7-ctype-7.4.33-150400.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php7-ctype-7.4.33-150400.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php7-ctype-7.4.33-150400.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php7-curl-7.4.33-150400.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php7-curl-7.4.33-150400.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php7-curl-7.4.33-150400.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php7-curl-7.4.33-150400.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php7-dba-7.4.33-150400.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php7-dba-7.4.33-150400.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php7-dba-7.4.33-150400.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php7-dba-7.4.33-150400.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php7-devel-7.4.33-150400.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php7-devel-7.4.33-150400.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php7-devel-7.4.33-150400.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php7-devel-7.4.33-150400.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php7-dom-7.4.33-150400.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php7-dom-7.4.33-150400.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php7-dom-7.4.33-150400.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php7-dom-7.4.33-150400.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php7-embed-7.4.33-150400.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php7-embed-7.4.33-150400.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php7-embed-7.4.33-150400.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php7-embed-7.4.33-150400.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php7-enchant-7.4.33-150400.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php7-enchant-7.4.33-150400.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php7-enchant-7.4.33-150400.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php7-enchant-7.4.33-150400.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php7-exif-7.4.33-150400.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php7-exif-7.4.33-150400.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php7-exif-7.4.33-150400.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php7-exif-7.4.33-150400.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php7-fastcgi-7.4.33-150400.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php7-fastcgi-7.4.33-150400.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php7-fastcgi-7.4.33-150400.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php7-fastcgi-7.4.33-150400.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php7-fileinfo-7.4.33-150400.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php7-fileinfo-7.4.33-150400.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php7-fileinfo-7.4.33-150400.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php7-fileinfo-7.4.33-150400.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php7-fpm-7.4.33-150400.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php7-fpm-7.4.33-150400.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php7-fpm-7.4.33-150400.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php7-fpm-7.4.33-150400.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php7-ftp-7.4.33-150400.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php7-ftp-7.4.33-150400.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php7-ftp-7.4.33-150400.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php7-ftp-7.4.33-150400.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php7-gd-7.4.33-150400.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php7-gd-7.4.33-150400.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php7-gd-7.4.33-150400.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php7-gd-7.4.33-150400.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php7-gettext-7.4.33-150400.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php7-gettext-7.4.33-150400.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php7-gettext-7.4.33-150400.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php7-gettext-7.4.33-150400.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php7-gmp-7.4.33-150400.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php7-gmp-7.4.33-150400.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php7-gmp-7.4.33-150400.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php7-gmp-7.4.33-150400.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php7-iconv-7.4.33-150400.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php7-iconv-7.4.33-150400.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php7-iconv-7.4.33-150400.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php7-iconv-7.4.33-150400.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php7-intl-7.4.33-150400.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php7-intl-7.4.33-150400.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php7-intl-7.4.33-150400.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php7-intl-7.4.33-150400.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php7-json-7.4.33-150400.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php7-json-7.4.33-150400.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php7-json-7.4.33-150400.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php7-json-7.4.33-150400.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php7-ldap-7.4.33-150400.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php7-ldap-7.4.33-150400.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php7-ldap-7.4.33-150400.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php7-ldap-7.4.33-150400.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php7-mbstring-7.4.33-150400.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php7-mbstring-7.4.33-150400.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php7-mbstring-7.4.33-150400.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php7-mbstring-7.4.33-150400.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php7-mysql-7.4.33-150400.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php7-mysql-7.4.33-150400.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php7-mysql-7.4.33-150400.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php7-mysql-7.4.33-150400.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php7-odbc-7.4.33-150400.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php7-odbc-7.4.33-150400.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php7-odbc-7.4.33-150400.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php7-odbc-7.4.33-150400.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php7-opcache-7.4.33-150400.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php7-opcache-7.4.33-150400.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php7-opcache-7.4.33-150400.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php7-opcache-7.4.33-150400.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php7-openssl-7.4.33-150400.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php7-openssl-7.4.33-150400.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php7-openssl-7.4.33-150400.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php7-openssl-7.4.33-150400.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php7-pcntl-7.4.33-150400.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php7-pcntl-7.4.33-150400.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php7-pcntl-7.4.33-150400.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php7-pcntl-7.4.33-150400.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php7-pdo-7.4.33-150400.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php7-pdo-7.4.33-150400.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php7-pdo-7.4.33-150400.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php7-pdo-7.4.33-150400.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php7-pgsql-7.4.33-150400.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php7-pgsql-7.4.33-150400.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php7-pgsql-7.4.33-150400.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php7-pgsql-7.4.33-150400.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php7-phar-7.4.33-150400.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php7-phar-7.4.33-150400.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php7-phar-7.4.33-150400.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php7-phar-7.4.33-150400.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php7-posix-7.4.33-150400.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php7-posix-7.4.33-150400.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php7-posix-7.4.33-150400.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php7-posix-7.4.33-150400.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php7-readline-7.4.33-150400.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php7-readline-7.4.33-150400.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php7-readline-7.4.33-150400.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php7-readline-7.4.33-150400.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php7-shmop-7.4.33-150400.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php7-shmop-7.4.33-150400.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php7-shmop-7.4.33-150400.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php7-shmop-7.4.33-150400.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php7-snmp-7.4.33-150400.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php7-snmp-7.4.33-150400.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php7-snmp-7.4.33-150400.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php7-snmp-7.4.33-150400.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php7-soap-7.4.33-150400.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php7-soap-7.4.33-150400.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php7-soap-7.4.33-150400.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php7-soap-7.4.33-150400.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php7-sockets-7.4.33-150400.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php7-sockets-7.4.33-150400.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php7-sockets-7.4.33-150400.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php7-sockets-7.4.33-150400.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php7-sodium-7.4.33-150400.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php7-sodium-7.4.33-150400.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php7-sodium-7.4.33-150400.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php7-sodium-7.4.33-150400.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php7-sqlite-7.4.33-150400.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php7-sqlite-7.4.33-150400.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php7-sqlite-7.4.33-150400.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php7-sqlite-7.4.33-150400.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php7-sysvmsg-7.4.33-150400.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php7-sysvmsg-7.4.33-150400.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php7-sysvmsg-7.4.33-150400.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php7-sysvmsg-7.4.33-150400.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php7-sysvsem-7.4.33-150400.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php7-sysvsem-7.4.33-150400.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php7-sysvsem-7.4.33-150400.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php7-sysvsem-7.4.33-150400.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php7-sysvshm-7.4.33-150400.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php7-sysvshm-7.4.33-150400.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php7-sysvshm-7.4.33-150400.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php7-sysvshm-7.4.33-150400.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php7-test-7.4.33-150400.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php7-test-7.4.33-150400.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php7-test-7.4.33-150400.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php7-test-7.4.33-150400.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php7-tidy-7.4.33-150400.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php7-tidy-7.4.33-150400.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php7-tidy-7.4.33-150400.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php7-tidy-7.4.33-150400.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php7-tokenizer-7.4.33-150400.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php7-tokenizer-7.4.33-150400.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php7-tokenizer-7.4.33-150400.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php7-tokenizer-7.4.33-150400.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php7-xmlreader-7.4.33-150400.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php7-xmlreader-7.4.33-150400.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php7-xmlreader-7.4.33-150400.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php7-xmlreader-7.4.33-150400.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php7-xmlrpc-7.4.33-150400.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php7-xmlrpc-7.4.33-150400.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php7-xmlrpc-7.4.33-150400.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php7-xmlrpc-7.4.33-150400.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php7-xmlwriter-7.4.33-150400.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php7-xmlwriter-7.4.33-150400.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php7-xmlwriter-7.4.33-150400.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php7-xmlwriter-7.4.33-150400.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php7-xsl-7.4.33-150400.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php7-xsl-7.4.33-150400.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php7-xsl-7.4.33-150400.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php7-xsl-7.4.33-150400.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php7-zip-7.4.33-150400.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php7-zip-7.4.33-150400.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php7-zip-7.4.33-150400.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php7-zip-7.4.33-150400.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php7-zlib-7.4.33-150400.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php7-zlib-7.4.33-150400.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php7-zlib-7.4.33-150400.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php7-zlib-7.4.33-150400.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:apache2-mod_php7-7.4.33-150400.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:apache2-mod_php7-7.4.33-150400.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:apache2-mod_php7-7.4.33-150400.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:apache2-mod_php7-7.4.33-150400.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-7.4.33-150400.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-7.4.33-150400.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-7.4.33-150400.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-7.4.33-150400.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-bcmath-7.4.33-150400.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-bcmath-7.4.33-150400.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-bcmath-7.4.33-150400.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-bcmath-7.4.33-150400.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-bz2-7.4.33-150400.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-bz2-7.4.33-150400.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-bz2-7.4.33-150400.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-bz2-7.4.33-150400.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-calendar-7.4.33-150400.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-calendar-7.4.33-150400.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-calendar-7.4.33-150400.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-calendar-7.4.33-150400.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-cli-7.4.33-150400.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-cli-7.4.33-150400.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-cli-7.4.33-150400.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-cli-7.4.33-150400.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-ctype-7.4.33-150400.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-ctype-7.4.33-150400.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-ctype-7.4.33-150400.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-ctype-7.4.33-150400.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-curl-7.4.33-150400.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-curl-7.4.33-150400.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-curl-7.4.33-150400.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-curl-7.4.33-150400.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-dba-7.4.33-150400.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-dba-7.4.33-150400.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-dba-7.4.33-150400.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-dba-7.4.33-150400.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-devel-7.4.33-150400.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-devel-7.4.33-150400.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-devel-7.4.33-150400.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-devel-7.4.33-150400.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-dom-7.4.33-150400.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-dom-7.4.33-150400.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-dom-7.4.33-150400.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-dom-7.4.33-150400.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-embed-7.4.33-150400.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-embed-7.4.33-150400.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-embed-7.4.33-150400.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-embed-7.4.33-150400.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-enchant-7.4.33-150400.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-enchant-7.4.33-150400.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-enchant-7.4.33-150400.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-enchant-7.4.33-150400.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-exif-7.4.33-150400.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-exif-7.4.33-150400.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-exif-7.4.33-150400.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-exif-7.4.33-150400.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-fastcgi-7.4.33-150400.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-fastcgi-7.4.33-150400.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-fastcgi-7.4.33-150400.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-fastcgi-7.4.33-150400.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-fileinfo-7.4.33-150400.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-fileinfo-7.4.33-150400.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-fileinfo-7.4.33-150400.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-fileinfo-7.4.33-150400.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-fpm-7.4.33-150400.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-fpm-7.4.33-150400.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-fpm-7.4.33-150400.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-fpm-7.4.33-150400.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-ftp-7.4.33-150400.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-ftp-7.4.33-150400.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-ftp-7.4.33-150400.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-ftp-7.4.33-150400.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-gd-7.4.33-150400.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-gd-7.4.33-150400.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-gd-7.4.33-150400.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-gd-7.4.33-150400.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-gettext-7.4.33-150400.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-gettext-7.4.33-150400.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-gettext-7.4.33-150400.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-gettext-7.4.33-150400.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-gmp-7.4.33-150400.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-gmp-7.4.33-150400.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-gmp-7.4.33-150400.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-gmp-7.4.33-150400.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-iconv-7.4.33-150400.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-iconv-7.4.33-150400.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-iconv-7.4.33-150400.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-iconv-7.4.33-150400.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-intl-7.4.33-150400.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-intl-7.4.33-150400.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-intl-7.4.33-150400.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-intl-7.4.33-150400.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-json-7.4.33-150400.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-json-7.4.33-150400.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-json-7.4.33-150400.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-json-7.4.33-150400.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-ldap-7.4.33-150400.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-ldap-7.4.33-150400.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-ldap-7.4.33-150400.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-ldap-7.4.33-150400.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-mbstring-7.4.33-150400.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-mbstring-7.4.33-150400.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-mbstring-7.4.33-150400.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-mbstring-7.4.33-150400.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-mysql-7.4.33-150400.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-mysql-7.4.33-150400.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-mysql-7.4.33-150400.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-mysql-7.4.33-150400.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-odbc-7.4.33-150400.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-odbc-7.4.33-150400.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-odbc-7.4.33-150400.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-odbc-7.4.33-150400.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-opcache-7.4.33-150400.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-opcache-7.4.33-150400.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-opcache-7.4.33-150400.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-opcache-7.4.33-150400.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-openssl-7.4.33-150400.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-openssl-7.4.33-150400.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-openssl-7.4.33-150400.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-openssl-7.4.33-150400.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-pcntl-7.4.33-150400.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-pcntl-7.4.33-150400.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-pcntl-7.4.33-150400.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-pcntl-7.4.33-150400.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-pdo-7.4.33-150400.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-pdo-7.4.33-150400.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-pdo-7.4.33-150400.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-pdo-7.4.33-150400.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-pgsql-7.4.33-150400.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-pgsql-7.4.33-150400.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-pgsql-7.4.33-150400.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-pgsql-7.4.33-150400.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-phar-7.4.33-150400.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-phar-7.4.33-150400.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-phar-7.4.33-150400.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-phar-7.4.33-150400.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-posix-7.4.33-150400.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-posix-7.4.33-150400.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-posix-7.4.33-150400.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-posix-7.4.33-150400.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-readline-7.4.33-150400.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-readline-7.4.33-150400.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-readline-7.4.33-150400.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-readline-7.4.33-150400.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-shmop-7.4.33-150400.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-shmop-7.4.33-150400.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-shmop-7.4.33-150400.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-shmop-7.4.33-150400.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-snmp-7.4.33-150400.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-snmp-7.4.33-150400.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-snmp-7.4.33-150400.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-snmp-7.4.33-150400.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-soap-7.4.33-150400.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-soap-7.4.33-150400.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-soap-7.4.33-150400.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-soap-7.4.33-150400.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-sockets-7.4.33-150400.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-sockets-7.4.33-150400.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-sockets-7.4.33-150400.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-sockets-7.4.33-150400.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-sodium-7.4.33-150400.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-sodium-7.4.33-150400.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-sodium-7.4.33-150400.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-sodium-7.4.33-150400.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-sqlite-7.4.33-150400.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-sqlite-7.4.33-150400.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-sqlite-7.4.33-150400.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-sqlite-7.4.33-150400.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-sysvmsg-7.4.33-150400.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-sysvmsg-7.4.33-150400.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-sysvmsg-7.4.33-150400.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-sysvmsg-7.4.33-150400.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-sysvsem-7.4.33-150400.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-sysvsem-7.4.33-150400.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-sysvsem-7.4.33-150400.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-sysvsem-7.4.33-150400.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-sysvshm-7.4.33-150400.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-sysvshm-7.4.33-150400.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-sysvshm-7.4.33-150400.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-sysvshm-7.4.33-150400.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-test-7.4.33-150400.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-test-7.4.33-150400.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-test-7.4.33-150400.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-test-7.4.33-150400.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-tidy-7.4.33-150400.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-tidy-7.4.33-150400.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-tidy-7.4.33-150400.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-tidy-7.4.33-150400.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-tokenizer-7.4.33-150400.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-tokenizer-7.4.33-150400.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-tokenizer-7.4.33-150400.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-tokenizer-7.4.33-150400.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-xmlreader-7.4.33-150400.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-xmlreader-7.4.33-150400.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-xmlreader-7.4.33-150400.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-xmlreader-7.4.33-150400.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-xmlrpc-7.4.33-150400.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-xmlrpc-7.4.33-150400.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-xmlrpc-7.4.33-150400.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-xmlrpc-7.4.33-150400.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-xmlwriter-7.4.33-150400.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-xmlwriter-7.4.33-150400.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-xmlwriter-7.4.33-150400.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-xmlwriter-7.4.33-150400.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-xsl-7.4.33-150400.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-xsl-7.4.33-150400.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-xsl-7.4.33-150400.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-xsl-7.4.33-150400.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-zip-7.4.33-150400.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-zip-7.4.33-150400.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-zip-7.4.33-150400.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-zip-7.4.33-150400.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-zlib-7.4.33-150400.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-zlib-7.4.33-150400.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-zlib-7.4.33-150400.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-zlib-7.4.33-150400.4.28.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
7.8 (High)
Affected products
Recommended
856 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:apache2-mod_php7-7.4.33-150400.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:apache2-mod_php7-7.4.33-150400.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:apache2-mod_php7-7.4.33-150400.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:apache2-mod_php7-7.4.33-150400.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:php7-7.4.33-150400.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:php7-7.4.33-150400.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:php7-7.4.33-150400.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:php7-7.4.33-150400.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:php7-bcmath-7.4.33-150400.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:php7-bcmath-7.4.33-150400.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:php7-bcmath-7.4.33-150400.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:php7-bcmath-7.4.33-150400.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:php7-bz2-7.4.33-150400.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:php7-bz2-7.4.33-150400.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:php7-bz2-7.4.33-150400.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:php7-bz2-7.4.33-150400.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:php7-calendar-7.4.33-150400.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:php7-calendar-7.4.33-150400.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:php7-calendar-7.4.33-150400.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:php7-calendar-7.4.33-150400.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:php7-cli-7.4.33-150400.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:php7-cli-7.4.33-150400.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:php7-cli-7.4.33-150400.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:php7-cli-7.4.33-150400.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ctype-7.4.33-150400.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ctype-7.4.33-150400.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ctype-7.4.33-150400.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ctype-7.4.33-150400.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:php7-curl-7.4.33-150400.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:php7-curl-7.4.33-150400.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:php7-curl-7.4.33-150400.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:php7-curl-7.4.33-150400.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:php7-dba-7.4.33-150400.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:php7-dba-7.4.33-150400.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:php7-dba-7.4.33-150400.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:php7-dba-7.4.33-150400.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:php7-devel-7.4.33-150400.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:php7-devel-7.4.33-150400.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:php7-devel-7.4.33-150400.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:php7-devel-7.4.33-150400.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:php7-dom-7.4.33-150400.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:php7-dom-7.4.33-150400.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:php7-dom-7.4.33-150400.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:php7-dom-7.4.33-150400.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:php7-enchant-7.4.33-150400.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:php7-enchant-7.4.33-150400.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:php7-enchant-7.4.33-150400.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:php7-enchant-7.4.33-150400.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:php7-exif-7.4.33-150400.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:php7-exif-7.4.33-150400.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:php7-exif-7.4.33-150400.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:php7-exif-7.4.33-150400.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fastcgi-7.4.33-150400.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fastcgi-7.4.33-150400.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fastcgi-7.4.33-150400.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fastcgi-7.4.33-150400.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fileinfo-7.4.33-150400.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fileinfo-7.4.33-150400.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fileinfo-7.4.33-150400.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fileinfo-7.4.33-150400.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fpm-7.4.33-150400.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fpm-7.4.33-150400.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fpm-7.4.33-150400.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fpm-7.4.33-150400.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ftp-7.4.33-150400.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ftp-7.4.33-150400.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ftp-7.4.33-150400.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ftp-7.4.33-150400.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gd-7.4.33-150400.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gd-7.4.33-150400.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gd-7.4.33-150400.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gd-7.4.33-150400.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gettext-7.4.33-150400.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gettext-7.4.33-150400.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gettext-7.4.33-150400.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gettext-7.4.33-150400.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gmp-7.4.33-150400.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gmp-7.4.33-150400.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gmp-7.4.33-150400.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gmp-7.4.33-150400.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:php7-iconv-7.4.33-150400.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:php7-iconv-7.4.33-150400.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:php7-iconv-7.4.33-150400.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:php7-iconv-7.4.33-150400.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:php7-intl-7.4.33-150400.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:php7-intl-7.4.33-150400.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:php7-intl-7.4.33-150400.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:php7-intl-7.4.33-150400.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:php7-json-7.4.33-150400.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:php7-json-7.4.33-150400.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:php7-json-7.4.33-150400.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:php7-json-7.4.33-150400.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ldap-7.4.33-150400.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ldap-7.4.33-150400.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ldap-7.4.33-150400.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ldap-7.4.33-150400.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:php7-mbstring-7.4.33-150400.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:php7-mbstring-7.4.33-150400.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:php7-mbstring-7.4.33-150400.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:php7-mbstring-7.4.33-150400.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:php7-mysql-7.4.33-150400.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:php7-mysql-7.4.33-150400.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:php7-mysql-7.4.33-150400.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:php7-mysql-7.4.33-150400.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:php7-odbc-7.4.33-150400.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:php7-odbc-7.4.33-150400.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:php7-odbc-7.4.33-150400.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:php7-odbc-7.4.33-150400.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:php7-opcache-7.4.33-150400.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:php7-opcache-7.4.33-150400.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:php7-opcache-7.4.33-150400.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:php7-opcache-7.4.33-150400.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:php7-openssl-7.4.33-150400.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:php7-openssl-7.4.33-150400.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:php7-openssl-7.4.33-150400.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:php7-openssl-7.4.33-150400.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pcntl-7.4.33-150400.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pcntl-7.4.33-150400.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pcntl-7.4.33-150400.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pcntl-7.4.33-150400.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pdo-7.4.33-150400.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pdo-7.4.33-150400.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pdo-7.4.33-150400.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pdo-7.4.33-150400.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pgsql-7.4.33-150400.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pgsql-7.4.33-150400.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pgsql-7.4.33-150400.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pgsql-7.4.33-150400.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:php7-phar-7.4.33-150400.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:php7-phar-7.4.33-150400.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:php7-phar-7.4.33-150400.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:php7-phar-7.4.33-150400.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:php7-posix-7.4.33-150400.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:php7-posix-7.4.33-150400.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:php7-posix-7.4.33-150400.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:php7-posix-7.4.33-150400.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:php7-readline-7.4.33-150400.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:php7-readline-7.4.33-150400.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:php7-readline-7.4.33-150400.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:php7-readline-7.4.33-150400.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:php7-shmop-7.4.33-150400.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:php7-shmop-7.4.33-150400.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:php7-shmop-7.4.33-150400.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:php7-shmop-7.4.33-150400.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:php7-snmp-7.4.33-150400.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:php7-snmp-7.4.33-150400.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:php7-snmp-7.4.33-150400.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:php7-snmp-7.4.33-150400.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:php7-soap-7.4.33-150400.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:php7-soap-7.4.33-150400.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:php7-soap-7.4.33-150400.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:php7-soap-7.4.33-150400.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sockets-7.4.33-150400.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sockets-7.4.33-150400.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sockets-7.4.33-150400.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sockets-7.4.33-150400.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sodium-7.4.33-150400.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sodium-7.4.33-150400.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sodium-7.4.33-150400.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sodium-7.4.33-150400.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sqlite-7.4.33-150400.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sqlite-7.4.33-150400.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sqlite-7.4.33-150400.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sqlite-7.4.33-150400.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvmsg-7.4.33-150400.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvmsg-7.4.33-150400.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvmsg-7.4.33-150400.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvmsg-7.4.33-150400.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvsem-7.4.33-150400.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvsem-7.4.33-150400.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvsem-7.4.33-150400.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvsem-7.4.33-150400.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvshm-7.4.33-150400.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvshm-7.4.33-150400.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvshm-7.4.33-150400.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvshm-7.4.33-150400.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:php7-tidy-7.4.33-150400.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:php7-tidy-7.4.33-150400.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:php7-tidy-7.4.33-150400.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:php7-tidy-7.4.33-150400.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:php7-tokenizer-7.4.33-150400.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:php7-tokenizer-7.4.33-150400.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:php7-tokenizer-7.4.33-150400.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:php7-tokenizer-7.4.33-150400.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlreader-7.4.33-150400.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlreader-7.4.33-150400.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlreader-7.4.33-150400.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlreader-7.4.33-150400.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlrpc-7.4.33-150400.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlrpc-7.4.33-150400.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlrpc-7.4.33-150400.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlrpc-7.4.33-150400.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlwriter-7.4.33-150400.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlwriter-7.4.33-150400.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlwriter-7.4.33-150400.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlwriter-7.4.33-150400.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xsl-7.4.33-150400.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xsl-7.4.33-150400.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xsl-7.4.33-150400.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xsl-7.4.33-150400.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:php7-zip-7.4.33-150400.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:php7-zip-7.4.33-150400.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:php7-zip-7.4.33-150400.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:php7-zip-7.4.33-150400.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:php7-zlib-7.4.33-150400.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:php7-zlib-7.4.33-150400.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:php7-zlib-7.4.33-150400.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:php7-zlib-7.4.33-150400.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:apache2-mod_php7-7.4.33-150400.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:apache2-mod_php7-7.4.33-150400.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:apache2-mod_php7-7.4.33-150400.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:apache2-mod_php7-7.4.33-150400.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-7.4.33-150400.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-7.4.33-150400.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-7.4.33-150400.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-7.4.33-150400.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-bcmath-7.4.33-150400.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-bcmath-7.4.33-150400.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-bcmath-7.4.33-150400.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-bcmath-7.4.33-150400.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-bz2-7.4.33-150400.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-bz2-7.4.33-150400.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-bz2-7.4.33-150400.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-bz2-7.4.33-150400.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-calendar-7.4.33-150400.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-calendar-7.4.33-150400.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-calendar-7.4.33-150400.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-calendar-7.4.33-150400.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-cli-7.4.33-150400.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-cli-7.4.33-150400.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-cli-7.4.33-150400.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-cli-7.4.33-150400.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-ctype-7.4.33-150400.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-ctype-7.4.33-150400.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-ctype-7.4.33-150400.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-ctype-7.4.33-150400.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-curl-7.4.33-150400.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-curl-7.4.33-150400.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-curl-7.4.33-150400.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-curl-7.4.33-150400.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-dba-7.4.33-150400.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-dba-7.4.33-150400.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-dba-7.4.33-150400.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-dba-7.4.33-150400.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-devel-7.4.33-150400.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-devel-7.4.33-150400.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-devel-7.4.33-150400.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-devel-7.4.33-150400.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-dom-7.4.33-150400.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-dom-7.4.33-150400.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-dom-7.4.33-150400.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-dom-7.4.33-150400.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-enchant-7.4.33-150400.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-enchant-7.4.33-150400.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-enchant-7.4.33-150400.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-enchant-7.4.33-150400.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-exif-7.4.33-150400.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-exif-7.4.33-150400.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-exif-7.4.33-150400.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-exif-7.4.33-150400.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-fastcgi-7.4.33-150400.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-fastcgi-7.4.33-150400.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-fastcgi-7.4.33-150400.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-fastcgi-7.4.33-150400.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-fileinfo-7.4.33-150400.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-fileinfo-7.4.33-150400.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-fileinfo-7.4.33-150400.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-fileinfo-7.4.33-150400.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-fpm-7.4.33-150400.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-fpm-7.4.33-150400.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-fpm-7.4.33-150400.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-fpm-7.4.33-150400.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-ftp-7.4.33-150400.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-ftp-7.4.33-150400.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-ftp-7.4.33-150400.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-ftp-7.4.33-150400.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-gd-7.4.33-150400.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-gd-7.4.33-150400.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-gd-7.4.33-150400.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-gd-7.4.33-150400.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-gettext-7.4.33-150400.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-gettext-7.4.33-150400.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-gettext-7.4.33-150400.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-gettext-7.4.33-150400.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-gmp-7.4.33-150400.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-gmp-7.4.33-150400.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-gmp-7.4.33-150400.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-gmp-7.4.33-150400.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-iconv-7.4.33-150400.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-iconv-7.4.33-150400.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-iconv-7.4.33-150400.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-iconv-7.4.33-150400.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-intl-7.4.33-150400.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-intl-7.4.33-150400.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-intl-7.4.33-150400.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-intl-7.4.33-150400.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-json-7.4.33-150400.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-json-7.4.33-150400.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-json-7.4.33-150400.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-json-7.4.33-150400.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-ldap-7.4.33-150400.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-ldap-7.4.33-150400.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-ldap-7.4.33-150400.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-ldap-7.4.33-150400.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-mbstring-7.4.33-150400.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-mbstring-7.4.33-150400.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-mbstring-7.4.33-150400.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-mbstring-7.4.33-150400.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-mysql-7.4.33-150400.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-mysql-7.4.33-150400.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-mysql-7.4.33-150400.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-mysql-7.4.33-150400.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-odbc-7.4.33-150400.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-odbc-7.4.33-150400.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-odbc-7.4.33-150400.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-odbc-7.4.33-150400.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-opcache-7.4.33-150400.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-opcache-7.4.33-150400.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-opcache-7.4.33-150400.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-opcache-7.4.33-150400.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-openssl-7.4.33-150400.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-openssl-7.4.33-150400.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-openssl-7.4.33-150400.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-openssl-7.4.33-150400.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-pcntl-7.4.33-150400.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-pcntl-7.4.33-150400.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-pcntl-7.4.33-150400.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-pcntl-7.4.33-150400.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-pdo-7.4.33-150400.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-pdo-7.4.33-150400.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-pdo-7.4.33-150400.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-pdo-7.4.33-150400.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-pgsql-7.4.33-150400.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-pgsql-7.4.33-150400.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-pgsql-7.4.33-150400.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-pgsql-7.4.33-150400.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-phar-7.4.33-150400.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-phar-7.4.33-150400.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-phar-7.4.33-150400.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-phar-7.4.33-150400.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-posix-7.4.33-150400.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-posix-7.4.33-150400.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-posix-7.4.33-150400.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-posix-7.4.33-150400.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-readline-7.4.33-150400.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-readline-7.4.33-150400.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-readline-7.4.33-150400.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-readline-7.4.33-150400.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-shmop-7.4.33-150400.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-shmop-7.4.33-150400.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-shmop-7.4.33-150400.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-shmop-7.4.33-150400.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-snmp-7.4.33-150400.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-snmp-7.4.33-150400.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-snmp-7.4.33-150400.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-snmp-7.4.33-150400.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-soap-7.4.33-150400.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-soap-7.4.33-150400.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-soap-7.4.33-150400.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-soap-7.4.33-150400.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sockets-7.4.33-150400.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sockets-7.4.33-150400.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sockets-7.4.33-150400.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sockets-7.4.33-150400.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sodium-7.4.33-150400.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sodium-7.4.33-150400.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sodium-7.4.33-150400.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sodium-7.4.33-150400.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sqlite-7.4.33-150400.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sqlite-7.4.33-150400.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sqlite-7.4.33-150400.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sqlite-7.4.33-150400.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sysvmsg-7.4.33-150400.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sysvmsg-7.4.33-150400.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sysvmsg-7.4.33-150400.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sysvmsg-7.4.33-150400.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sysvsem-7.4.33-150400.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sysvsem-7.4.33-150400.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sysvsem-7.4.33-150400.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sysvsem-7.4.33-150400.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sysvshm-7.4.33-150400.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sysvshm-7.4.33-150400.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sysvshm-7.4.33-150400.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sysvshm-7.4.33-150400.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-tidy-7.4.33-150400.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-tidy-7.4.33-150400.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-tidy-7.4.33-150400.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-tidy-7.4.33-150400.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-tokenizer-7.4.33-150400.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-tokenizer-7.4.33-150400.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-tokenizer-7.4.33-150400.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-tokenizer-7.4.33-150400.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xmlreader-7.4.33-150400.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xmlreader-7.4.33-150400.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xmlreader-7.4.33-150400.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xmlreader-7.4.33-150400.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xmlrpc-7.4.33-150400.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xmlrpc-7.4.33-150400.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xmlrpc-7.4.33-150400.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xmlrpc-7.4.33-150400.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xmlwriter-7.4.33-150400.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xmlwriter-7.4.33-150400.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xmlwriter-7.4.33-150400.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xmlwriter-7.4.33-150400.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xsl-7.4.33-150400.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xsl-7.4.33-150400.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xsl-7.4.33-150400.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xsl-7.4.33-150400.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-zip-7.4.33-150400.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-zip-7.4.33-150400.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-zip-7.4.33-150400.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-zip-7.4.33-150400.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-zlib-7.4.33-150400.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-zlib-7.4.33-150400.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-zlib-7.4.33-150400.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-zlib-7.4.33-150400.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP4:php7-embed-7.4.33-150400.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP4:php7-embed-7.4.33-150400.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP4:php7-embed-7.4.33-150400.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP4:php7-embed-7.4.33-150400.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP5:php7-embed-7.4.33-150400.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP5:php7-embed-7.4.33-150400.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP5:php7-embed-7.4.33-150400.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP5:php7-embed-7.4.33-150400.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:apache2-mod_php7-7.4.33-150400.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:apache2-mod_php7-7.4.33-150400.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:apache2-mod_php7-7.4.33-150400.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:apache2-mod_php7-7.4.33-150400.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php7-7.4.33-150400.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php7-7.4.33-150400.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php7-7.4.33-150400.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php7-7.4.33-150400.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php7-bcmath-7.4.33-150400.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php7-bcmath-7.4.33-150400.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php7-bcmath-7.4.33-150400.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php7-bcmath-7.4.33-150400.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php7-bz2-7.4.33-150400.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php7-bz2-7.4.33-150400.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php7-bz2-7.4.33-150400.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php7-bz2-7.4.33-150400.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php7-calendar-7.4.33-150400.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php7-calendar-7.4.33-150400.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php7-calendar-7.4.33-150400.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php7-calendar-7.4.33-150400.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php7-cli-7.4.33-150400.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php7-cli-7.4.33-150400.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php7-cli-7.4.33-150400.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php7-cli-7.4.33-150400.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php7-ctype-7.4.33-150400.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php7-ctype-7.4.33-150400.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php7-ctype-7.4.33-150400.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php7-ctype-7.4.33-150400.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php7-curl-7.4.33-150400.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php7-curl-7.4.33-150400.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php7-curl-7.4.33-150400.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php7-curl-7.4.33-150400.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php7-dba-7.4.33-150400.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php7-dba-7.4.33-150400.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php7-dba-7.4.33-150400.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php7-dba-7.4.33-150400.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php7-devel-7.4.33-150400.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php7-devel-7.4.33-150400.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php7-devel-7.4.33-150400.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php7-devel-7.4.33-150400.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php7-dom-7.4.33-150400.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php7-dom-7.4.33-150400.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php7-dom-7.4.33-150400.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php7-dom-7.4.33-150400.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php7-embed-7.4.33-150400.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php7-embed-7.4.33-150400.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php7-embed-7.4.33-150400.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php7-embed-7.4.33-150400.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php7-enchant-7.4.33-150400.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php7-enchant-7.4.33-150400.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php7-enchant-7.4.33-150400.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php7-enchant-7.4.33-150400.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php7-exif-7.4.33-150400.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php7-exif-7.4.33-150400.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php7-exif-7.4.33-150400.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php7-exif-7.4.33-150400.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php7-fastcgi-7.4.33-150400.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php7-fastcgi-7.4.33-150400.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php7-fastcgi-7.4.33-150400.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php7-fastcgi-7.4.33-150400.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php7-fileinfo-7.4.33-150400.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php7-fileinfo-7.4.33-150400.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php7-fileinfo-7.4.33-150400.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php7-fileinfo-7.4.33-150400.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php7-fpm-7.4.33-150400.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php7-fpm-7.4.33-150400.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php7-fpm-7.4.33-150400.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php7-fpm-7.4.33-150400.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php7-ftp-7.4.33-150400.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php7-ftp-7.4.33-150400.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php7-ftp-7.4.33-150400.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php7-ftp-7.4.33-150400.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php7-gd-7.4.33-150400.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php7-gd-7.4.33-150400.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php7-gd-7.4.33-150400.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php7-gd-7.4.33-150400.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php7-gettext-7.4.33-150400.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php7-gettext-7.4.33-150400.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php7-gettext-7.4.33-150400.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php7-gettext-7.4.33-150400.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php7-gmp-7.4.33-150400.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php7-gmp-7.4.33-150400.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php7-gmp-7.4.33-150400.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php7-gmp-7.4.33-150400.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php7-iconv-7.4.33-150400.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php7-iconv-7.4.33-150400.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php7-iconv-7.4.33-150400.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php7-iconv-7.4.33-150400.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php7-intl-7.4.33-150400.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php7-intl-7.4.33-150400.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php7-intl-7.4.33-150400.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php7-intl-7.4.33-150400.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php7-json-7.4.33-150400.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php7-json-7.4.33-150400.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php7-json-7.4.33-150400.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php7-json-7.4.33-150400.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php7-ldap-7.4.33-150400.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php7-ldap-7.4.33-150400.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php7-ldap-7.4.33-150400.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php7-ldap-7.4.33-150400.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php7-mbstring-7.4.33-150400.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php7-mbstring-7.4.33-150400.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php7-mbstring-7.4.33-150400.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php7-mbstring-7.4.33-150400.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php7-mysql-7.4.33-150400.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php7-mysql-7.4.33-150400.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php7-mysql-7.4.33-150400.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php7-mysql-7.4.33-150400.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php7-odbc-7.4.33-150400.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php7-odbc-7.4.33-150400.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php7-odbc-7.4.33-150400.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php7-odbc-7.4.33-150400.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php7-opcache-7.4.33-150400.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php7-opcache-7.4.33-150400.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php7-opcache-7.4.33-150400.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php7-opcache-7.4.33-150400.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php7-openssl-7.4.33-150400.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php7-openssl-7.4.33-150400.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php7-openssl-7.4.33-150400.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php7-openssl-7.4.33-150400.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php7-pcntl-7.4.33-150400.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php7-pcntl-7.4.33-150400.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php7-pcntl-7.4.33-150400.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php7-pcntl-7.4.33-150400.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php7-pdo-7.4.33-150400.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php7-pdo-7.4.33-150400.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php7-pdo-7.4.33-150400.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php7-pdo-7.4.33-150400.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php7-pgsql-7.4.33-150400.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php7-pgsql-7.4.33-150400.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php7-pgsql-7.4.33-150400.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php7-pgsql-7.4.33-150400.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php7-phar-7.4.33-150400.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php7-phar-7.4.33-150400.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php7-phar-7.4.33-150400.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php7-phar-7.4.33-150400.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php7-posix-7.4.33-150400.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php7-posix-7.4.33-150400.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php7-posix-7.4.33-150400.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php7-posix-7.4.33-150400.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php7-readline-7.4.33-150400.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php7-readline-7.4.33-150400.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php7-readline-7.4.33-150400.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php7-readline-7.4.33-150400.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php7-shmop-7.4.33-150400.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php7-shmop-7.4.33-150400.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php7-shmop-7.4.33-150400.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php7-shmop-7.4.33-150400.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php7-snmp-7.4.33-150400.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php7-snmp-7.4.33-150400.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php7-snmp-7.4.33-150400.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php7-snmp-7.4.33-150400.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php7-soap-7.4.33-150400.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php7-soap-7.4.33-150400.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php7-soap-7.4.33-150400.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php7-soap-7.4.33-150400.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php7-sockets-7.4.33-150400.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php7-sockets-7.4.33-150400.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php7-sockets-7.4.33-150400.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php7-sockets-7.4.33-150400.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php7-sodium-7.4.33-150400.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php7-sodium-7.4.33-150400.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php7-sodium-7.4.33-150400.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php7-sodium-7.4.33-150400.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php7-sqlite-7.4.33-150400.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php7-sqlite-7.4.33-150400.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php7-sqlite-7.4.33-150400.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php7-sqlite-7.4.33-150400.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php7-sysvmsg-7.4.33-150400.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php7-sysvmsg-7.4.33-150400.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php7-sysvmsg-7.4.33-150400.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php7-sysvmsg-7.4.33-150400.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php7-sysvsem-7.4.33-150400.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php7-sysvsem-7.4.33-150400.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php7-sysvsem-7.4.33-150400.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php7-sysvsem-7.4.33-150400.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php7-sysvshm-7.4.33-150400.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php7-sysvshm-7.4.33-150400.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php7-sysvshm-7.4.33-150400.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php7-sysvshm-7.4.33-150400.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php7-test-7.4.33-150400.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php7-test-7.4.33-150400.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php7-test-7.4.33-150400.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php7-test-7.4.33-150400.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php7-tidy-7.4.33-150400.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php7-tidy-7.4.33-150400.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php7-tidy-7.4.33-150400.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php7-tidy-7.4.33-150400.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php7-tokenizer-7.4.33-150400.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php7-tokenizer-7.4.33-150400.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php7-tokenizer-7.4.33-150400.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php7-tokenizer-7.4.33-150400.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php7-xmlreader-7.4.33-150400.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php7-xmlreader-7.4.33-150400.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php7-xmlreader-7.4.33-150400.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php7-xmlreader-7.4.33-150400.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php7-xmlrpc-7.4.33-150400.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php7-xmlrpc-7.4.33-150400.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php7-xmlrpc-7.4.33-150400.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php7-xmlrpc-7.4.33-150400.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php7-xmlwriter-7.4.33-150400.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php7-xmlwriter-7.4.33-150400.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php7-xmlwriter-7.4.33-150400.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php7-xmlwriter-7.4.33-150400.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php7-xsl-7.4.33-150400.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php7-xsl-7.4.33-150400.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php7-xsl-7.4.33-150400.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php7-xsl-7.4.33-150400.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php7-zip-7.4.33-150400.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php7-zip-7.4.33-150400.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php7-zip-7.4.33-150400.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php7-zip-7.4.33-150400.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php7-zlib-7.4.33-150400.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php7-zlib-7.4.33-150400.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php7-zlib-7.4.33-150400.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:php7-zlib-7.4.33-150400.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:apache2-mod_php7-7.4.33-150400.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:apache2-mod_php7-7.4.33-150400.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:apache2-mod_php7-7.4.33-150400.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:apache2-mod_php7-7.4.33-150400.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-7.4.33-150400.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-7.4.33-150400.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-7.4.33-150400.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-7.4.33-150400.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-bcmath-7.4.33-150400.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-bcmath-7.4.33-150400.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-bcmath-7.4.33-150400.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-bcmath-7.4.33-150400.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-bz2-7.4.33-150400.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-bz2-7.4.33-150400.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-bz2-7.4.33-150400.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-bz2-7.4.33-150400.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-calendar-7.4.33-150400.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-calendar-7.4.33-150400.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-calendar-7.4.33-150400.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-calendar-7.4.33-150400.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-cli-7.4.33-150400.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-cli-7.4.33-150400.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-cli-7.4.33-150400.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-cli-7.4.33-150400.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-ctype-7.4.33-150400.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-ctype-7.4.33-150400.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-ctype-7.4.33-150400.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-ctype-7.4.33-150400.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-curl-7.4.33-150400.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-curl-7.4.33-150400.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-curl-7.4.33-150400.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-curl-7.4.33-150400.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-dba-7.4.33-150400.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-dba-7.4.33-150400.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-dba-7.4.33-150400.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-dba-7.4.33-150400.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-devel-7.4.33-150400.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-devel-7.4.33-150400.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-devel-7.4.33-150400.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-devel-7.4.33-150400.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-dom-7.4.33-150400.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-dom-7.4.33-150400.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-dom-7.4.33-150400.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-dom-7.4.33-150400.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-embed-7.4.33-150400.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-embed-7.4.33-150400.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-embed-7.4.33-150400.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-embed-7.4.33-150400.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-enchant-7.4.33-150400.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-enchant-7.4.33-150400.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-enchant-7.4.33-150400.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-enchant-7.4.33-150400.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-exif-7.4.33-150400.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-exif-7.4.33-150400.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-exif-7.4.33-150400.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-exif-7.4.33-150400.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-fastcgi-7.4.33-150400.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-fastcgi-7.4.33-150400.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-fastcgi-7.4.33-150400.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-fastcgi-7.4.33-150400.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-fileinfo-7.4.33-150400.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-fileinfo-7.4.33-150400.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-fileinfo-7.4.33-150400.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-fileinfo-7.4.33-150400.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-fpm-7.4.33-150400.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-fpm-7.4.33-150400.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-fpm-7.4.33-150400.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-fpm-7.4.33-150400.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-ftp-7.4.33-150400.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-ftp-7.4.33-150400.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-ftp-7.4.33-150400.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-ftp-7.4.33-150400.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-gd-7.4.33-150400.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-gd-7.4.33-150400.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-gd-7.4.33-150400.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-gd-7.4.33-150400.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-gettext-7.4.33-150400.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-gettext-7.4.33-150400.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-gettext-7.4.33-150400.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-gettext-7.4.33-150400.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-gmp-7.4.33-150400.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-gmp-7.4.33-150400.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-gmp-7.4.33-150400.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-gmp-7.4.33-150400.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-iconv-7.4.33-150400.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-iconv-7.4.33-150400.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-iconv-7.4.33-150400.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-iconv-7.4.33-150400.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-intl-7.4.33-150400.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-intl-7.4.33-150400.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-intl-7.4.33-150400.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-intl-7.4.33-150400.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-json-7.4.33-150400.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-json-7.4.33-150400.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-json-7.4.33-150400.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-json-7.4.33-150400.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-ldap-7.4.33-150400.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-ldap-7.4.33-150400.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-ldap-7.4.33-150400.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-ldap-7.4.33-150400.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-mbstring-7.4.33-150400.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-mbstring-7.4.33-150400.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-mbstring-7.4.33-150400.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-mbstring-7.4.33-150400.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-mysql-7.4.33-150400.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-mysql-7.4.33-150400.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-mysql-7.4.33-150400.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-mysql-7.4.33-150400.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-odbc-7.4.33-150400.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-odbc-7.4.33-150400.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-odbc-7.4.33-150400.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-odbc-7.4.33-150400.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-opcache-7.4.33-150400.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-opcache-7.4.33-150400.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-opcache-7.4.33-150400.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-opcache-7.4.33-150400.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-openssl-7.4.33-150400.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-openssl-7.4.33-150400.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-openssl-7.4.33-150400.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-openssl-7.4.33-150400.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-pcntl-7.4.33-150400.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-pcntl-7.4.33-150400.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-pcntl-7.4.33-150400.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-pcntl-7.4.33-150400.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-pdo-7.4.33-150400.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-pdo-7.4.33-150400.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-pdo-7.4.33-150400.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-pdo-7.4.33-150400.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-pgsql-7.4.33-150400.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-pgsql-7.4.33-150400.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-pgsql-7.4.33-150400.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-pgsql-7.4.33-150400.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-phar-7.4.33-150400.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-phar-7.4.33-150400.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-phar-7.4.33-150400.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-phar-7.4.33-150400.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-posix-7.4.33-150400.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-posix-7.4.33-150400.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-posix-7.4.33-150400.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-posix-7.4.33-150400.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-readline-7.4.33-150400.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-readline-7.4.33-150400.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-readline-7.4.33-150400.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-readline-7.4.33-150400.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-shmop-7.4.33-150400.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-shmop-7.4.33-150400.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-shmop-7.4.33-150400.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-shmop-7.4.33-150400.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-snmp-7.4.33-150400.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-snmp-7.4.33-150400.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-snmp-7.4.33-150400.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-snmp-7.4.33-150400.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-soap-7.4.33-150400.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-soap-7.4.33-150400.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-soap-7.4.33-150400.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-soap-7.4.33-150400.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-sockets-7.4.33-150400.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-sockets-7.4.33-150400.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-sockets-7.4.33-150400.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-sockets-7.4.33-150400.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-sodium-7.4.33-150400.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-sodium-7.4.33-150400.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-sodium-7.4.33-150400.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-sodium-7.4.33-150400.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-sqlite-7.4.33-150400.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-sqlite-7.4.33-150400.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-sqlite-7.4.33-150400.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-sqlite-7.4.33-150400.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-sysvmsg-7.4.33-150400.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-sysvmsg-7.4.33-150400.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-sysvmsg-7.4.33-150400.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-sysvmsg-7.4.33-150400.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-sysvsem-7.4.33-150400.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-sysvsem-7.4.33-150400.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-sysvsem-7.4.33-150400.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-sysvsem-7.4.33-150400.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-sysvshm-7.4.33-150400.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-sysvshm-7.4.33-150400.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-sysvshm-7.4.33-150400.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-sysvshm-7.4.33-150400.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-test-7.4.33-150400.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-test-7.4.33-150400.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-test-7.4.33-150400.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-test-7.4.33-150400.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-tidy-7.4.33-150400.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-tidy-7.4.33-150400.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-tidy-7.4.33-150400.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-tidy-7.4.33-150400.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-tokenizer-7.4.33-150400.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-tokenizer-7.4.33-150400.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-tokenizer-7.4.33-150400.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-tokenizer-7.4.33-150400.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-xmlreader-7.4.33-150400.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-xmlreader-7.4.33-150400.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-xmlreader-7.4.33-150400.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-xmlreader-7.4.33-150400.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-xmlrpc-7.4.33-150400.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-xmlrpc-7.4.33-150400.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-xmlrpc-7.4.33-150400.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-xmlrpc-7.4.33-150400.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-xmlwriter-7.4.33-150400.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-xmlwriter-7.4.33-150400.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-xmlwriter-7.4.33-150400.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-xmlwriter-7.4.33-150400.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-xsl-7.4.33-150400.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-xsl-7.4.33-150400.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-xsl-7.4.33-150400.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-xsl-7.4.33-150400.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-zip-7.4.33-150400.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-zip-7.4.33-150400.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-zip-7.4.33-150400.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-zip-7.4.33-150400.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-zlib-7.4.33-150400.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-zlib-7.4.33-150400.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-zlib-7.4.33-150400.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-zlib-7.4.33-150400.4.28.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
References
12 references
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Security update for php7",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for php7 fixes the following issues:\n\n- CVE-2023-3823: Fixed an issue with external entity loading in XML without enabling it. (bsc#1214106)\n- CVE-2023-3824: Fixed a buffer overflow in phar_dir_read(). (bsc#1214103)\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2023-3541,SUSE-SLE-Module-Legacy-15-SP4-2023-3541,SUSE-SLE-Module-Legacy-15-SP5-2023-3541,SUSE-SLE-Module-Packagehub-Subpackages-15-SP4-2023-3541,SUSE-SLE-Module-Packagehub-Subpackages-15-SP5-2023-3541,openSUSE-SLE-15.4-2023-3541,openSUSE-SLE-15.5-2023-3541",
"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-2023_3541-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2023:3541-1",
"url": "https://www.suse.com/support/update/announcement/2023/suse-su-20233541-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2023:3541-1",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2023-September/016097.html"
},
{
"category": "self",
"summary": "SUSE Bug 1214103",
"url": "https://bugzilla.suse.com/1214103"
},
{
"category": "self",
"summary": "SUSE Bug 1214106",
"url": "https://bugzilla.suse.com/1214106"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-3823 page",
"url": "https://www.suse.com/security/cve/CVE-2023-3823/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-3824 page",
"url": "https://www.suse.com/security/cve/CVE-2023-3824/"
}
],
"title": "Security update for php7",
"tracking": {
"current_release_date": "2023-09-05T15:30:46Z",
"generator": {
"date": "2023-09-05T15:30:46Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2023:3541-1",
"initial_release_date": "2023-09-05T15:30:46Z",
"revision_history": [
{
"date": "2023-09-05T15:30:46Z",
"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.28.1.aarch64",
"product": {
"name": "apache2-mod_php7-7.4.33-150400.4.28.1.aarch64",
"product_id": "apache2-mod_php7-7.4.33-150400.4.28.1.aarch64"
}
},
{
"category": "product_version",
"name": "php7-7.4.33-150400.4.28.1.aarch64",
"product": {
"name": "php7-7.4.33-150400.4.28.1.aarch64",
"product_id": "php7-7.4.33-150400.4.28.1.aarch64"
}
},
{
"category": "product_version",
"name": "php7-bcmath-7.4.33-150400.4.28.1.aarch64",
"product": {
"name": "php7-bcmath-7.4.33-150400.4.28.1.aarch64",
"product_id": "php7-bcmath-7.4.33-150400.4.28.1.aarch64"
}
},
{
"category": "product_version",
"name": "php7-bz2-7.4.33-150400.4.28.1.aarch64",
"product": {
"name": "php7-bz2-7.4.33-150400.4.28.1.aarch64",
"product_id": "php7-bz2-7.4.33-150400.4.28.1.aarch64"
}
},
{
"category": "product_version",
"name": "php7-calendar-7.4.33-150400.4.28.1.aarch64",
"product": {
"name": "php7-calendar-7.4.33-150400.4.28.1.aarch64",
"product_id": "php7-calendar-7.4.33-150400.4.28.1.aarch64"
}
},
{
"category": "product_version",
"name": "php7-cli-7.4.33-150400.4.28.1.aarch64",
"product": {
"name": "php7-cli-7.4.33-150400.4.28.1.aarch64",
"product_id": "php7-cli-7.4.33-150400.4.28.1.aarch64"
}
},
{
"category": "product_version",
"name": "php7-ctype-7.4.33-150400.4.28.1.aarch64",
"product": {
"name": "php7-ctype-7.4.33-150400.4.28.1.aarch64",
"product_id": "php7-ctype-7.4.33-150400.4.28.1.aarch64"
}
},
{
"category": "product_version",
"name": "php7-curl-7.4.33-150400.4.28.1.aarch64",
"product": {
"name": "php7-curl-7.4.33-150400.4.28.1.aarch64",
"product_id": "php7-curl-7.4.33-150400.4.28.1.aarch64"
}
},
{
"category": "product_version",
"name": "php7-dba-7.4.33-150400.4.28.1.aarch64",
"product": {
"name": "php7-dba-7.4.33-150400.4.28.1.aarch64",
"product_id": "php7-dba-7.4.33-150400.4.28.1.aarch64"
}
},
{
"category": "product_version",
"name": "php7-devel-7.4.33-150400.4.28.1.aarch64",
"product": {
"name": "php7-devel-7.4.33-150400.4.28.1.aarch64",
"product_id": "php7-devel-7.4.33-150400.4.28.1.aarch64"
}
},
{
"category": "product_version",
"name": "php7-dom-7.4.33-150400.4.28.1.aarch64",
"product": {
"name": "php7-dom-7.4.33-150400.4.28.1.aarch64",
"product_id": "php7-dom-7.4.33-150400.4.28.1.aarch64"
}
},
{
"category": "product_version",
"name": "php7-embed-7.4.33-150400.4.28.1.aarch64",
"product": {
"name": "php7-embed-7.4.33-150400.4.28.1.aarch64",
"product_id": "php7-embed-7.4.33-150400.4.28.1.aarch64"
}
},
{
"category": "product_version",
"name": "php7-enchant-7.4.33-150400.4.28.1.aarch64",
"product": {
"name": "php7-enchant-7.4.33-150400.4.28.1.aarch64",
"product_id": "php7-enchant-7.4.33-150400.4.28.1.aarch64"
}
},
{
"category": "product_version",
"name": "php7-exif-7.4.33-150400.4.28.1.aarch64",
"product": {
"name": "php7-exif-7.4.33-150400.4.28.1.aarch64",
"product_id": "php7-exif-7.4.33-150400.4.28.1.aarch64"
}
},
{
"category": "product_version",
"name": "php7-fastcgi-7.4.33-150400.4.28.1.aarch64",
"product": {
"name": "php7-fastcgi-7.4.33-150400.4.28.1.aarch64",
"product_id": "php7-fastcgi-7.4.33-150400.4.28.1.aarch64"
}
},
{
"category": "product_version",
"name": "php7-fileinfo-7.4.33-150400.4.28.1.aarch64",
"product": {
"name": "php7-fileinfo-7.4.33-150400.4.28.1.aarch64",
"product_id": "php7-fileinfo-7.4.33-150400.4.28.1.aarch64"
}
},
{
"category": "product_version",
"name": "php7-fpm-7.4.33-150400.4.28.1.aarch64",
"product": {
"name": "php7-fpm-7.4.33-150400.4.28.1.aarch64",
"product_id": "php7-fpm-7.4.33-150400.4.28.1.aarch64"
}
},
{
"category": "product_version",
"name": "php7-ftp-7.4.33-150400.4.28.1.aarch64",
"product": {
"name": "php7-ftp-7.4.33-150400.4.28.1.aarch64",
"product_id": "php7-ftp-7.4.33-150400.4.28.1.aarch64"
}
},
{
"category": "product_version",
"name": "php7-gd-7.4.33-150400.4.28.1.aarch64",
"product": {
"name": "php7-gd-7.4.33-150400.4.28.1.aarch64",
"product_id": "php7-gd-7.4.33-150400.4.28.1.aarch64"
}
},
{
"category": "product_version",
"name": "php7-gettext-7.4.33-150400.4.28.1.aarch64",
"product": {
"name": "php7-gettext-7.4.33-150400.4.28.1.aarch64",
"product_id": "php7-gettext-7.4.33-150400.4.28.1.aarch64"
}
},
{
"category": "product_version",
"name": "php7-gmp-7.4.33-150400.4.28.1.aarch64",
"product": {
"name": "php7-gmp-7.4.33-150400.4.28.1.aarch64",
"product_id": "php7-gmp-7.4.33-150400.4.28.1.aarch64"
}
},
{
"category": "product_version",
"name": "php7-iconv-7.4.33-150400.4.28.1.aarch64",
"product": {
"name": "php7-iconv-7.4.33-150400.4.28.1.aarch64",
"product_id": "php7-iconv-7.4.33-150400.4.28.1.aarch64"
}
},
{
"category": "product_version",
"name": "php7-intl-7.4.33-150400.4.28.1.aarch64",
"product": {
"name": "php7-intl-7.4.33-150400.4.28.1.aarch64",
"product_id": "php7-intl-7.4.33-150400.4.28.1.aarch64"
}
},
{
"category": "product_version",
"name": "php7-json-7.4.33-150400.4.28.1.aarch64",
"product": {
"name": "php7-json-7.4.33-150400.4.28.1.aarch64",
"product_id": "php7-json-7.4.33-150400.4.28.1.aarch64"
}
},
{
"category": "product_version",
"name": "php7-ldap-7.4.33-150400.4.28.1.aarch64",
"product": {
"name": "php7-ldap-7.4.33-150400.4.28.1.aarch64",
"product_id": "php7-ldap-7.4.33-150400.4.28.1.aarch64"
}
},
{
"category": "product_version",
"name": "php7-mbstring-7.4.33-150400.4.28.1.aarch64",
"product": {
"name": "php7-mbstring-7.4.33-150400.4.28.1.aarch64",
"product_id": "php7-mbstring-7.4.33-150400.4.28.1.aarch64"
}
},
{
"category": "product_version",
"name": "php7-mysql-7.4.33-150400.4.28.1.aarch64",
"product": {
"name": "php7-mysql-7.4.33-150400.4.28.1.aarch64",
"product_id": "php7-mysql-7.4.33-150400.4.28.1.aarch64"
}
},
{
"category": "product_version",
"name": "php7-odbc-7.4.33-150400.4.28.1.aarch64",
"product": {
"name": "php7-odbc-7.4.33-150400.4.28.1.aarch64",
"product_id": "php7-odbc-7.4.33-150400.4.28.1.aarch64"
}
},
{
"category": "product_version",
"name": "php7-opcache-7.4.33-150400.4.28.1.aarch64",
"product": {
"name": "php7-opcache-7.4.33-150400.4.28.1.aarch64",
"product_id": "php7-opcache-7.4.33-150400.4.28.1.aarch64"
}
},
{
"category": "product_version",
"name": "php7-openssl-7.4.33-150400.4.28.1.aarch64",
"product": {
"name": "php7-openssl-7.4.33-150400.4.28.1.aarch64",
"product_id": "php7-openssl-7.4.33-150400.4.28.1.aarch64"
}
},
{
"category": "product_version",
"name": "php7-pcntl-7.4.33-150400.4.28.1.aarch64",
"product": {
"name": "php7-pcntl-7.4.33-150400.4.28.1.aarch64",
"product_id": "php7-pcntl-7.4.33-150400.4.28.1.aarch64"
}
},
{
"category": "product_version",
"name": "php7-pdo-7.4.33-150400.4.28.1.aarch64",
"product": {
"name": "php7-pdo-7.4.33-150400.4.28.1.aarch64",
"product_id": "php7-pdo-7.4.33-150400.4.28.1.aarch64"
}
},
{
"category": "product_version",
"name": "php7-pgsql-7.4.33-150400.4.28.1.aarch64",
"product": {
"name": "php7-pgsql-7.4.33-150400.4.28.1.aarch64",
"product_id": "php7-pgsql-7.4.33-150400.4.28.1.aarch64"
}
},
{
"category": "product_version",
"name": "php7-phar-7.4.33-150400.4.28.1.aarch64",
"product": {
"name": "php7-phar-7.4.33-150400.4.28.1.aarch64",
"product_id": "php7-phar-7.4.33-150400.4.28.1.aarch64"
}
},
{
"category": "product_version",
"name": "php7-posix-7.4.33-150400.4.28.1.aarch64",
"product": {
"name": "php7-posix-7.4.33-150400.4.28.1.aarch64",
"product_id": "php7-posix-7.4.33-150400.4.28.1.aarch64"
}
},
{
"category": "product_version",
"name": "php7-readline-7.4.33-150400.4.28.1.aarch64",
"product": {
"name": "php7-readline-7.4.33-150400.4.28.1.aarch64",
"product_id": "php7-readline-7.4.33-150400.4.28.1.aarch64"
}
},
{
"category": "product_version",
"name": "php7-shmop-7.4.33-150400.4.28.1.aarch64",
"product": {
"name": "php7-shmop-7.4.33-150400.4.28.1.aarch64",
"product_id": "php7-shmop-7.4.33-150400.4.28.1.aarch64"
}
},
{
"category": "product_version",
"name": "php7-snmp-7.4.33-150400.4.28.1.aarch64",
"product": {
"name": "php7-snmp-7.4.33-150400.4.28.1.aarch64",
"product_id": "php7-snmp-7.4.33-150400.4.28.1.aarch64"
}
},
{
"category": "product_version",
"name": "php7-soap-7.4.33-150400.4.28.1.aarch64",
"product": {
"name": "php7-soap-7.4.33-150400.4.28.1.aarch64",
"product_id": "php7-soap-7.4.33-150400.4.28.1.aarch64"
}
},
{
"category": "product_version",
"name": "php7-sockets-7.4.33-150400.4.28.1.aarch64",
"product": {
"name": "php7-sockets-7.4.33-150400.4.28.1.aarch64",
"product_id": "php7-sockets-7.4.33-150400.4.28.1.aarch64"
}
},
{
"category": "product_version",
"name": "php7-sodium-7.4.33-150400.4.28.1.aarch64",
"product": {
"name": "php7-sodium-7.4.33-150400.4.28.1.aarch64",
"product_id": "php7-sodium-7.4.33-150400.4.28.1.aarch64"
}
},
{
"category": "product_version",
"name": "php7-sqlite-7.4.33-150400.4.28.1.aarch64",
"product": {
"name": "php7-sqlite-7.4.33-150400.4.28.1.aarch64",
"product_id": "php7-sqlite-7.4.33-150400.4.28.1.aarch64"
}
},
{
"category": "product_version",
"name": "php7-sysvmsg-7.4.33-150400.4.28.1.aarch64",
"product": {
"name": "php7-sysvmsg-7.4.33-150400.4.28.1.aarch64",
"product_id": "php7-sysvmsg-7.4.33-150400.4.28.1.aarch64"
}
},
{
"category": "product_version",
"name": "php7-sysvsem-7.4.33-150400.4.28.1.aarch64",
"product": {
"name": "php7-sysvsem-7.4.33-150400.4.28.1.aarch64",
"product_id": "php7-sysvsem-7.4.33-150400.4.28.1.aarch64"
}
},
{
"category": "product_version",
"name": "php7-sysvshm-7.4.33-150400.4.28.1.aarch64",
"product": {
"name": "php7-sysvshm-7.4.33-150400.4.28.1.aarch64",
"product_id": "php7-sysvshm-7.4.33-150400.4.28.1.aarch64"
}
},
{
"category": "product_version",
"name": "php7-test-7.4.33-150400.4.28.1.aarch64",
"product": {
"name": "php7-test-7.4.33-150400.4.28.1.aarch64",
"product_id": "php7-test-7.4.33-150400.4.28.1.aarch64"
}
},
{
"category": "product_version",
"name": "php7-tidy-7.4.33-150400.4.28.1.aarch64",
"product": {
"name": "php7-tidy-7.4.33-150400.4.28.1.aarch64",
"product_id": "php7-tidy-7.4.33-150400.4.28.1.aarch64"
}
},
{
"category": "product_version",
"name": "php7-tokenizer-7.4.33-150400.4.28.1.aarch64",
"product": {
"name": "php7-tokenizer-7.4.33-150400.4.28.1.aarch64",
"product_id": "php7-tokenizer-7.4.33-150400.4.28.1.aarch64"
}
},
{
"category": "product_version",
"name": "php7-xmlreader-7.4.33-150400.4.28.1.aarch64",
"product": {
"name": "php7-xmlreader-7.4.33-150400.4.28.1.aarch64",
"product_id": "php7-xmlreader-7.4.33-150400.4.28.1.aarch64"
}
},
{
"category": "product_version",
"name": "php7-xmlrpc-7.4.33-150400.4.28.1.aarch64",
"product": {
"name": "php7-xmlrpc-7.4.33-150400.4.28.1.aarch64",
"product_id": "php7-xmlrpc-7.4.33-150400.4.28.1.aarch64"
}
},
{
"category": "product_version",
"name": "php7-xmlwriter-7.4.33-150400.4.28.1.aarch64",
"product": {
"name": "php7-xmlwriter-7.4.33-150400.4.28.1.aarch64",
"product_id": "php7-xmlwriter-7.4.33-150400.4.28.1.aarch64"
}
},
{
"category": "product_version",
"name": "php7-xsl-7.4.33-150400.4.28.1.aarch64",
"product": {
"name": "php7-xsl-7.4.33-150400.4.28.1.aarch64",
"product_id": "php7-xsl-7.4.33-150400.4.28.1.aarch64"
}
},
{
"category": "product_version",
"name": "php7-zip-7.4.33-150400.4.28.1.aarch64",
"product": {
"name": "php7-zip-7.4.33-150400.4.28.1.aarch64",
"product_id": "php7-zip-7.4.33-150400.4.28.1.aarch64"
}
},
{
"category": "product_version",
"name": "php7-zlib-7.4.33-150400.4.28.1.aarch64",
"product": {
"name": "php7-zlib-7.4.33-150400.4.28.1.aarch64",
"product_id": "php7-zlib-7.4.33-150400.4.28.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "apache2-mod_php7-7.4.33-150400.4.28.1.i586",
"product": {
"name": "apache2-mod_php7-7.4.33-150400.4.28.1.i586",
"product_id": "apache2-mod_php7-7.4.33-150400.4.28.1.i586"
}
},
{
"category": "product_version",
"name": "php7-7.4.33-150400.4.28.1.i586",
"product": {
"name": "php7-7.4.33-150400.4.28.1.i586",
"product_id": "php7-7.4.33-150400.4.28.1.i586"
}
},
{
"category": "product_version",
"name": "php7-bcmath-7.4.33-150400.4.28.1.i586",
"product": {
"name": "php7-bcmath-7.4.33-150400.4.28.1.i586",
"product_id": "php7-bcmath-7.4.33-150400.4.28.1.i586"
}
},
{
"category": "product_version",
"name": "php7-bz2-7.4.33-150400.4.28.1.i586",
"product": {
"name": "php7-bz2-7.4.33-150400.4.28.1.i586",
"product_id": "php7-bz2-7.4.33-150400.4.28.1.i586"
}
},
{
"category": "product_version",
"name": "php7-calendar-7.4.33-150400.4.28.1.i586",
"product": {
"name": "php7-calendar-7.4.33-150400.4.28.1.i586",
"product_id": "php7-calendar-7.4.33-150400.4.28.1.i586"
}
},
{
"category": "product_version",
"name": "php7-cli-7.4.33-150400.4.28.1.i586",
"product": {
"name": "php7-cli-7.4.33-150400.4.28.1.i586",
"product_id": "php7-cli-7.4.33-150400.4.28.1.i586"
}
},
{
"category": "product_version",
"name": "php7-ctype-7.4.33-150400.4.28.1.i586",
"product": {
"name": "php7-ctype-7.4.33-150400.4.28.1.i586",
"product_id": "php7-ctype-7.4.33-150400.4.28.1.i586"
}
},
{
"category": "product_version",
"name": "php7-curl-7.4.33-150400.4.28.1.i586",
"product": {
"name": "php7-curl-7.4.33-150400.4.28.1.i586",
"product_id": "php7-curl-7.4.33-150400.4.28.1.i586"
}
},
{
"category": "product_version",
"name": "php7-dba-7.4.33-150400.4.28.1.i586",
"product": {
"name": "php7-dba-7.4.33-150400.4.28.1.i586",
"product_id": "php7-dba-7.4.33-150400.4.28.1.i586"
}
},
{
"category": "product_version",
"name": "php7-devel-7.4.33-150400.4.28.1.i586",
"product": {
"name": "php7-devel-7.4.33-150400.4.28.1.i586",
"product_id": "php7-devel-7.4.33-150400.4.28.1.i586"
}
},
{
"category": "product_version",
"name": "php7-dom-7.4.33-150400.4.28.1.i586",
"product": {
"name": "php7-dom-7.4.33-150400.4.28.1.i586",
"product_id": "php7-dom-7.4.33-150400.4.28.1.i586"
}
},
{
"category": "product_version",
"name": "php7-embed-7.4.33-150400.4.28.1.i586",
"product": {
"name": "php7-embed-7.4.33-150400.4.28.1.i586",
"product_id": "php7-embed-7.4.33-150400.4.28.1.i586"
}
},
{
"category": "product_version",
"name": "php7-enchant-7.4.33-150400.4.28.1.i586",
"product": {
"name": "php7-enchant-7.4.33-150400.4.28.1.i586",
"product_id": "php7-enchant-7.4.33-150400.4.28.1.i586"
}
},
{
"category": "product_version",
"name": "php7-exif-7.4.33-150400.4.28.1.i586",
"product": {
"name": "php7-exif-7.4.33-150400.4.28.1.i586",
"product_id": "php7-exif-7.4.33-150400.4.28.1.i586"
}
},
{
"category": "product_version",
"name": "php7-fastcgi-7.4.33-150400.4.28.1.i586",
"product": {
"name": "php7-fastcgi-7.4.33-150400.4.28.1.i586",
"product_id": "php7-fastcgi-7.4.33-150400.4.28.1.i586"
}
},
{
"category": "product_version",
"name": "php7-fileinfo-7.4.33-150400.4.28.1.i586",
"product": {
"name": "php7-fileinfo-7.4.33-150400.4.28.1.i586",
"product_id": "php7-fileinfo-7.4.33-150400.4.28.1.i586"
}
},
{
"category": "product_version",
"name": "php7-fpm-7.4.33-150400.4.28.1.i586",
"product": {
"name": "php7-fpm-7.4.33-150400.4.28.1.i586",
"product_id": "php7-fpm-7.4.33-150400.4.28.1.i586"
}
},
{
"category": "product_version",
"name": "php7-ftp-7.4.33-150400.4.28.1.i586",
"product": {
"name": "php7-ftp-7.4.33-150400.4.28.1.i586",
"product_id": "php7-ftp-7.4.33-150400.4.28.1.i586"
}
},
{
"category": "product_version",
"name": "php7-gd-7.4.33-150400.4.28.1.i586",
"product": {
"name": "php7-gd-7.4.33-150400.4.28.1.i586",
"product_id": "php7-gd-7.4.33-150400.4.28.1.i586"
}
},
{
"category": "product_version",
"name": "php7-gettext-7.4.33-150400.4.28.1.i586",
"product": {
"name": "php7-gettext-7.4.33-150400.4.28.1.i586",
"product_id": "php7-gettext-7.4.33-150400.4.28.1.i586"
}
},
{
"category": "product_version",
"name": "php7-gmp-7.4.33-150400.4.28.1.i586",
"product": {
"name": "php7-gmp-7.4.33-150400.4.28.1.i586",
"product_id": "php7-gmp-7.4.33-150400.4.28.1.i586"
}
},
{
"category": "product_version",
"name": "php7-iconv-7.4.33-150400.4.28.1.i586",
"product": {
"name": "php7-iconv-7.4.33-150400.4.28.1.i586",
"product_id": "php7-iconv-7.4.33-150400.4.28.1.i586"
}
},
{
"category": "product_version",
"name": "php7-intl-7.4.33-150400.4.28.1.i586",
"product": {
"name": "php7-intl-7.4.33-150400.4.28.1.i586",
"product_id": "php7-intl-7.4.33-150400.4.28.1.i586"
}
},
{
"category": "product_version",
"name": "php7-json-7.4.33-150400.4.28.1.i586",
"product": {
"name": "php7-json-7.4.33-150400.4.28.1.i586",
"product_id": "php7-json-7.4.33-150400.4.28.1.i586"
}
},
{
"category": "product_version",
"name": "php7-ldap-7.4.33-150400.4.28.1.i586",
"product": {
"name": "php7-ldap-7.4.33-150400.4.28.1.i586",
"product_id": "php7-ldap-7.4.33-150400.4.28.1.i586"
}
},
{
"category": "product_version",
"name": "php7-mbstring-7.4.33-150400.4.28.1.i586",
"product": {
"name": "php7-mbstring-7.4.33-150400.4.28.1.i586",
"product_id": "php7-mbstring-7.4.33-150400.4.28.1.i586"
}
},
{
"category": "product_version",
"name": "php7-mysql-7.4.33-150400.4.28.1.i586",
"product": {
"name": "php7-mysql-7.4.33-150400.4.28.1.i586",
"product_id": "php7-mysql-7.4.33-150400.4.28.1.i586"
}
},
{
"category": "product_version",
"name": "php7-odbc-7.4.33-150400.4.28.1.i586",
"product": {
"name": "php7-odbc-7.4.33-150400.4.28.1.i586",
"product_id": "php7-odbc-7.4.33-150400.4.28.1.i586"
}
},
{
"category": "product_version",
"name": "php7-opcache-7.4.33-150400.4.28.1.i586",
"product": {
"name": "php7-opcache-7.4.33-150400.4.28.1.i586",
"product_id": "php7-opcache-7.4.33-150400.4.28.1.i586"
}
},
{
"category": "product_version",
"name": "php7-openssl-7.4.33-150400.4.28.1.i586",
"product": {
"name": "php7-openssl-7.4.33-150400.4.28.1.i586",
"product_id": "php7-openssl-7.4.33-150400.4.28.1.i586"
}
},
{
"category": "product_version",
"name": "php7-pcntl-7.4.33-150400.4.28.1.i586",
"product": {
"name": "php7-pcntl-7.4.33-150400.4.28.1.i586",
"product_id": "php7-pcntl-7.4.33-150400.4.28.1.i586"
}
},
{
"category": "product_version",
"name": "php7-pdo-7.4.33-150400.4.28.1.i586",
"product": {
"name": "php7-pdo-7.4.33-150400.4.28.1.i586",
"product_id": "php7-pdo-7.4.33-150400.4.28.1.i586"
}
},
{
"category": "product_version",
"name": "php7-pgsql-7.4.33-150400.4.28.1.i586",
"product": {
"name": "php7-pgsql-7.4.33-150400.4.28.1.i586",
"product_id": "php7-pgsql-7.4.33-150400.4.28.1.i586"
}
},
{
"category": "product_version",
"name": "php7-phar-7.4.33-150400.4.28.1.i586",
"product": {
"name": "php7-phar-7.4.33-150400.4.28.1.i586",
"product_id": "php7-phar-7.4.33-150400.4.28.1.i586"
}
},
{
"category": "product_version",
"name": "php7-posix-7.4.33-150400.4.28.1.i586",
"product": {
"name": "php7-posix-7.4.33-150400.4.28.1.i586",
"product_id": "php7-posix-7.4.33-150400.4.28.1.i586"
}
},
{
"category": "product_version",
"name": "php7-readline-7.4.33-150400.4.28.1.i586",
"product": {
"name": "php7-readline-7.4.33-150400.4.28.1.i586",
"product_id": "php7-readline-7.4.33-150400.4.28.1.i586"
}
},
{
"category": "product_version",
"name": "php7-shmop-7.4.33-150400.4.28.1.i586",
"product": {
"name": "php7-shmop-7.4.33-150400.4.28.1.i586",
"product_id": "php7-shmop-7.4.33-150400.4.28.1.i586"
}
},
{
"category": "product_version",
"name": "php7-snmp-7.4.33-150400.4.28.1.i586",
"product": {
"name": "php7-snmp-7.4.33-150400.4.28.1.i586",
"product_id": "php7-snmp-7.4.33-150400.4.28.1.i586"
}
},
{
"category": "product_version",
"name": "php7-soap-7.4.33-150400.4.28.1.i586",
"product": {
"name": "php7-soap-7.4.33-150400.4.28.1.i586",
"product_id": "php7-soap-7.4.33-150400.4.28.1.i586"
}
},
{
"category": "product_version",
"name": "php7-sockets-7.4.33-150400.4.28.1.i586",
"product": {
"name": "php7-sockets-7.4.33-150400.4.28.1.i586",
"product_id": "php7-sockets-7.4.33-150400.4.28.1.i586"
}
},
{
"category": "product_version",
"name": "php7-sodium-7.4.33-150400.4.28.1.i586",
"product": {
"name": "php7-sodium-7.4.33-150400.4.28.1.i586",
"product_id": "php7-sodium-7.4.33-150400.4.28.1.i586"
}
},
{
"category": "product_version",
"name": "php7-sqlite-7.4.33-150400.4.28.1.i586",
"product": {
"name": "php7-sqlite-7.4.33-150400.4.28.1.i586",
"product_id": "php7-sqlite-7.4.33-150400.4.28.1.i586"
}
},
{
"category": "product_version",
"name": "php7-sysvmsg-7.4.33-150400.4.28.1.i586",
"product": {
"name": "php7-sysvmsg-7.4.33-150400.4.28.1.i586",
"product_id": "php7-sysvmsg-7.4.33-150400.4.28.1.i586"
}
},
{
"category": "product_version",
"name": "php7-sysvsem-7.4.33-150400.4.28.1.i586",
"product": {
"name": "php7-sysvsem-7.4.33-150400.4.28.1.i586",
"product_id": "php7-sysvsem-7.4.33-150400.4.28.1.i586"
}
},
{
"category": "product_version",
"name": "php7-sysvshm-7.4.33-150400.4.28.1.i586",
"product": {
"name": "php7-sysvshm-7.4.33-150400.4.28.1.i586",
"product_id": "php7-sysvshm-7.4.33-150400.4.28.1.i586"
}
},
{
"category": "product_version",
"name": "php7-test-7.4.33-150400.4.28.1.i586",
"product": {
"name": "php7-test-7.4.33-150400.4.28.1.i586",
"product_id": "php7-test-7.4.33-150400.4.28.1.i586"
}
},
{
"category": "product_version",
"name": "php7-tidy-7.4.33-150400.4.28.1.i586",
"product": {
"name": "php7-tidy-7.4.33-150400.4.28.1.i586",
"product_id": "php7-tidy-7.4.33-150400.4.28.1.i586"
}
},
{
"category": "product_version",
"name": "php7-tokenizer-7.4.33-150400.4.28.1.i586",
"product": {
"name": "php7-tokenizer-7.4.33-150400.4.28.1.i586",
"product_id": "php7-tokenizer-7.4.33-150400.4.28.1.i586"
}
},
{
"category": "product_version",
"name": "php7-xmlreader-7.4.33-150400.4.28.1.i586",
"product": {
"name": "php7-xmlreader-7.4.33-150400.4.28.1.i586",
"product_id": "php7-xmlreader-7.4.33-150400.4.28.1.i586"
}
},
{
"category": "product_version",
"name": "php7-xmlrpc-7.4.33-150400.4.28.1.i586",
"product": {
"name": "php7-xmlrpc-7.4.33-150400.4.28.1.i586",
"product_id": "php7-xmlrpc-7.4.33-150400.4.28.1.i586"
}
},
{
"category": "product_version",
"name": "php7-xmlwriter-7.4.33-150400.4.28.1.i586",
"product": {
"name": "php7-xmlwriter-7.4.33-150400.4.28.1.i586",
"product_id": "php7-xmlwriter-7.4.33-150400.4.28.1.i586"
}
},
{
"category": "product_version",
"name": "php7-xsl-7.4.33-150400.4.28.1.i586",
"product": {
"name": "php7-xsl-7.4.33-150400.4.28.1.i586",
"product_id": "php7-xsl-7.4.33-150400.4.28.1.i586"
}
},
{
"category": "product_version",
"name": "php7-zip-7.4.33-150400.4.28.1.i586",
"product": {
"name": "php7-zip-7.4.33-150400.4.28.1.i586",
"product_id": "php7-zip-7.4.33-150400.4.28.1.i586"
}
},
{
"category": "product_version",
"name": "php7-zlib-7.4.33-150400.4.28.1.i586",
"product": {
"name": "php7-zlib-7.4.33-150400.4.28.1.i586",
"product_id": "php7-zlib-7.4.33-150400.4.28.1.i586"
}
}
],
"category": "architecture",
"name": "i586"
},
{
"branches": [
{
"category": "product_version",
"name": "apache2-mod_php7-7.4.33-150400.4.28.1.ppc64le",
"product": {
"name": "apache2-mod_php7-7.4.33-150400.4.28.1.ppc64le",
"product_id": "apache2-mod_php7-7.4.33-150400.4.28.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php7-7.4.33-150400.4.28.1.ppc64le",
"product": {
"name": "php7-7.4.33-150400.4.28.1.ppc64le",
"product_id": "php7-7.4.33-150400.4.28.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php7-bcmath-7.4.33-150400.4.28.1.ppc64le",
"product": {
"name": "php7-bcmath-7.4.33-150400.4.28.1.ppc64le",
"product_id": "php7-bcmath-7.4.33-150400.4.28.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php7-bz2-7.4.33-150400.4.28.1.ppc64le",
"product": {
"name": "php7-bz2-7.4.33-150400.4.28.1.ppc64le",
"product_id": "php7-bz2-7.4.33-150400.4.28.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php7-calendar-7.4.33-150400.4.28.1.ppc64le",
"product": {
"name": "php7-calendar-7.4.33-150400.4.28.1.ppc64le",
"product_id": "php7-calendar-7.4.33-150400.4.28.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php7-cli-7.4.33-150400.4.28.1.ppc64le",
"product": {
"name": "php7-cli-7.4.33-150400.4.28.1.ppc64le",
"product_id": "php7-cli-7.4.33-150400.4.28.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php7-ctype-7.4.33-150400.4.28.1.ppc64le",
"product": {
"name": "php7-ctype-7.4.33-150400.4.28.1.ppc64le",
"product_id": "php7-ctype-7.4.33-150400.4.28.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php7-curl-7.4.33-150400.4.28.1.ppc64le",
"product": {
"name": "php7-curl-7.4.33-150400.4.28.1.ppc64le",
"product_id": "php7-curl-7.4.33-150400.4.28.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php7-dba-7.4.33-150400.4.28.1.ppc64le",
"product": {
"name": "php7-dba-7.4.33-150400.4.28.1.ppc64le",
"product_id": "php7-dba-7.4.33-150400.4.28.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php7-devel-7.4.33-150400.4.28.1.ppc64le",
"product": {
"name": "php7-devel-7.4.33-150400.4.28.1.ppc64le",
"product_id": "php7-devel-7.4.33-150400.4.28.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php7-dom-7.4.33-150400.4.28.1.ppc64le",
"product": {
"name": "php7-dom-7.4.33-150400.4.28.1.ppc64le",
"product_id": "php7-dom-7.4.33-150400.4.28.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php7-embed-7.4.33-150400.4.28.1.ppc64le",
"product": {
"name": "php7-embed-7.4.33-150400.4.28.1.ppc64le",
"product_id": "php7-embed-7.4.33-150400.4.28.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php7-enchant-7.4.33-150400.4.28.1.ppc64le",
"product": {
"name": "php7-enchant-7.4.33-150400.4.28.1.ppc64le",
"product_id": "php7-enchant-7.4.33-150400.4.28.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php7-exif-7.4.33-150400.4.28.1.ppc64le",
"product": {
"name": "php7-exif-7.4.33-150400.4.28.1.ppc64le",
"product_id": "php7-exif-7.4.33-150400.4.28.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php7-fastcgi-7.4.33-150400.4.28.1.ppc64le",
"product": {
"name": "php7-fastcgi-7.4.33-150400.4.28.1.ppc64le",
"product_id": "php7-fastcgi-7.4.33-150400.4.28.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php7-fileinfo-7.4.33-150400.4.28.1.ppc64le",
"product": {
"name": "php7-fileinfo-7.4.33-150400.4.28.1.ppc64le",
"product_id": "php7-fileinfo-7.4.33-150400.4.28.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php7-fpm-7.4.33-150400.4.28.1.ppc64le",
"product": {
"name": "php7-fpm-7.4.33-150400.4.28.1.ppc64le",
"product_id": "php7-fpm-7.4.33-150400.4.28.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php7-ftp-7.4.33-150400.4.28.1.ppc64le",
"product": {
"name": "php7-ftp-7.4.33-150400.4.28.1.ppc64le",
"product_id": "php7-ftp-7.4.33-150400.4.28.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php7-gd-7.4.33-150400.4.28.1.ppc64le",
"product": {
"name": "php7-gd-7.4.33-150400.4.28.1.ppc64le",
"product_id": "php7-gd-7.4.33-150400.4.28.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php7-gettext-7.4.33-150400.4.28.1.ppc64le",
"product": {
"name": "php7-gettext-7.4.33-150400.4.28.1.ppc64le",
"product_id": "php7-gettext-7.4.33-150400.4.28.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php7-gmp-7.4.33-150400.4.28.1.ppc64le",
"product": {
"name": "php7-gmp-7.4.33-150400.4.28.1.ppc64le",
"product_id": "php7-gmp-7.4.33-150400.4.28.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php7-iconv-7.4.33-150400.4.28.1.ppc64le",
"product": {
"name": "php7-iconv-7.4.33-150400.4.28.1.ppc64le",
"product_id": "php7-iconv-7.4.33-150400.4.28.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php7-intl-7.4.33-150400.4.28.1.ppc64le",
"product": {
"name": "php7-intl-7.4.33-150400.4.28.1.ppc64le",
"product_id": "php7-intl-7.4.33-150400.4.28.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php7-json-7.4.33-150400.4.28.1.ppc64le",
"product": {
"name": "php7-json-7.4.33-150400.4.28.1.ppc64le",
"product_id": "php7-json-7.4.33-150400.4.28.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php7-ldap-7.4.33-150400.4.28.1.ppc64le",
"product": {
"name": "php7-ldap-7.4.33-150400.4.28.1.ppc64le",
"product_id": "php7-ldap-7.4.33-150400.4.28.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php7-mbstring-7.4.33-150400.4.28.1.ppc64le",
"product": {
"name": "php7-mbstring-7.4.33-150400.4.28.1.ppc64le",
"product_id": "php7-mbstring-7.4.33-150400.4.28.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php7-mysql-7.4.33-150400.4.28.1.ppc64le",
"product": {
"name": "php7-mysql-7.4.33-150400.4.28.1.ppc64le",
"product_id": "php7-mysql-7.4.33-150400.4.28.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php7-odbc-7.4.33-150400.4.28.1.ppc64le",
"product": {
"name": "php7-odbc-7.4.33-150400.4.28.1.ppc64le",
"product_id": "php7-odbc-7.4.33-150400.4.28.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php7-opcache-7.4.33-150400.4.28.1.ppc64le",
"product": {
"name": "php7-opcache-7.4.33-150400.4.28.1.ppc64le",
"product_id": "php7-opcache-7.4.33-150400.4.28.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php7-openssl-7.4.33-150400.4.28.1.ppc64le",
"product": {
"name": "php7-openssl-7.4.33-150400.4.28.1.ppc64le",
"product_id": "php7-openssl-7.4.33-150400.4.28.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php7-pcntl-7.4.33-150400.4.28.1.ppc64le",
"product": {
"name": "php7-pcntl-7.4.33-150400.4.28.1.ppc64le",
"product_id": "php7-pcntl-7.4.33-150400.4.28.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php7-pdo-7.4.33-150400.4.28.1.ppc64le",
"product": {
"name": "php7-pdo-7.4.33-150400.4.28.1.ppc64le",
"product_id": "php7-pdo-7.4.33-150400.4.28.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php7-pgsql-7.4.33-150400.4.28.1.ppc64le",
"product": {
"name": "php7-pgsql-7.4.33-150400.4.28.1.ppc64le",
"product_id": "php7-pgsql-7.4.33-150400.4.28.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php7-phar-7.4.33-150400.4.28.1.ppc64le",
"product": {
"name": "php7-phar-7.4.33-150400.4.28.1.ppc64le",
"product_id": "php7-phar-7.4.33-150400.4.28.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php7-posix-7.4.33-150400.4.28.1.ppc64le",
"product": {
"name": "php7-posix-7.4.33-150400.4.28.1.ppc64le",
"product_id": "php7-posix-7.4.33-150400.4.28.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php7-readline-7.4.33-150400.4.28.1.ppc64le",
"product": {
"name": "php7-readline-7.4.33-150400.4.28.1.ppc64le",
"product_id": "php7-readline-7.4.33-150400.4.28.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php7-shmop-7.4.33-150400.4.28.1.ppc64le",
"product": {
"name": "php7-shmop-7.4.33-150400.4.28.1.ppc64le",
"product_id": "php7-shmop-7.4.33-150400.4.28.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php7-snmp-7.4.33-150400.4.28.1.ppc64le",
"product": {
"name": "php7-snmp-7.4.33-150400.4.28.1.ppc64le",
"product_id": "php7-snmp-7.4.33-150400.4.28.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php7-soap-7.4.33-150400.4.28.1.ppc64le",
"product": {
"name": "php7-soap-7.4.33-150400.4.28.1.ppc64le",
"product_id": "php7-soap-7.4.33-150400.4.28.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php7-sockets-7.4.33-150400.4.28.1.ppc64le",
"product": {
"name": "php7-sockets-7.4.33-150400.4.28.1.ppc64le",
"product_id": "php7-sockets-7.4.33-150400.4.28.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php7-sodium-7.4.33-150400.4.28.1.ppc64le",
"product": {
"name": "php7-sodium-7.4.33-150400.4.28.1.ppc64le",
"product_id": "php7-sodium-7.4.33-150400.4.28.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php7-sqlite-7.4.33-150400.4.28.1.ppc64le",
"product": {
"name": "php7-sqlite-7.4.33-150400.4.28.1.ppc64le",
"product_id": "php7-sqlite-7.4.33-150400.4.28.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php7-sysvmsg-7.4.33-150400.4.28.1.ppc64le",
"product": {
"name": "php7-sysvmsg-7.4.33-150400.4.28.1.ppc64le",
"product_id": "php7-sysvmsg-7.4.33-150400.4.28.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php7-sysvsem-7.4.33-150400.4.28.1.ppc64le",
"product": {
"name": "php7-sysvsem-7.4.33-150400.4.28.1.ppc64le",
"product_id": "php7-sysvsem-7.4.33-150400.4.28.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php7-sysvshm-7.4.33-150400.4.28.1.ppc64le",
"product": {
"name": "php7-sysvshm-7.4.33-150400.4.28.1.ppc64le",
"product_id": "php7-sysvshm-7.4.33-150400.4.28.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php7-test-7.4.33-150400.4.28.1.ppc64le",
"product": {
"name": "php7-test-7.4.33-150400.4.28.1.ppc64le",
"product_id": "php7-test-7.4.33-150400.4.28.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php7-tidy-7.4.33-150400.4.28.1.ppc64le",
"product": {
"name": "php7-tidy-7.4.33-150400.4.28.1.ppc64le",
"product_id": "php7-tidy-7.4.33-150400.4.28.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php7-tokenizer-7.4.33-150400.4.28.1.ppc64le",
"product": {
"name": "php7-tokenizer-7.4.33-150400.4.28.1.ppc64le",
"product_id": "php7-tokenizer-7.4.33-150400.4.28.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php7-xmlreader-7.4.33-150400.4.28.1.ppc64le",
"product": {
"name": "php7-xmlreader-7.4.33-150400.4.28.1.ppc64le",
"product_id": "php7-xmlreader-7.4.33-150400.4.28.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php7-xmlrpc-7.4.33-150400.4.28.1.ppc64le",
"product": {
"name": "php7-xmlrpc-7.4.33-150400.4.28.1.ppc64le",
"product_id": "php7-xmlrpc-7.4.33-150400.4.28.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php7-xmlwriter-7.4.33-150400.4.28.1.ppc64le",
"product": {
"name": "php7-xmlwriter-7.4.33-150400.4.28.1.ppc64le",
"product_id": "php7-xmlwriter-7.4.33-150400.4.28.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php7-xsl-7.4.33-150400.4.28.1.ppc64le",
"product": {
"name": "php7-xsl-7.4.33-150400.4.28.1.ppc64le",
"product_id": "php7-xsl-7.4.33-150400.4.28.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php7-zip-7.4.33-150400.4.28.1.ppc64le",
"product": {
"name": "php7-zip-7.4.33-150400.4.28.1.ppc64le",
"product_id": "php7-zip-7.4.33-150400.4.28.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php7-zlib-7.4.33-150400.4.28.1.ppc64le",
"product": {
"name": "php7-zlib-7.4.33-150400.4.28.1.ppc64le",
"product_id": "php7-zlib-7.4.33-150400.4.28.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "apache2-mod_php7-7.4.33-150400.4.28.1.s390x",
"product": {
"name": "apache2-mod_php7-7.4.33-150400.4.28.1.s390x",
"product_id": "apache2-mod_php7-7.4.33-150400.4.28.1.s390x"
}
},
{
"category": "product_version",
"name": "php7-7.4.33-150400.4.28.1.s390x",
"product": {
"name": "php7-7.4.33-150400.4.28.1.s390x",
"product_id": "php7-7.4.33-150400.4.28.1.s390x"
}
},
{
"category": "product_version",
"name": "php7-bcmath-7.4.33-150400.4.28.1.s390x",
"product": {
"name": "php7-bcmath-7.4.33-150400.4.28.1.s390x",
"product_id": "php7-bcmath-7.4.33-150400.4.28.1.s390x"
}
},
{
"category": "product_version",
"name": "php7-bz2-7.4.33-150400.4.28.1.s390x",
"product": {
"name": "php7-bz2-7.4.33-150400.4.28.1.s390x",
"product_id": "php7-bz2-7.4.33-150400.4.28.1.s390x"
}
},
{
"category": "product_version",
"name": "php7-calendar-7.4.33-150400.4.28.1.s390x",
"product": {
"name": "php7-calendar-7.4.33-150400.4.28.1.s390x",
"product_id": "php7-calendar-7.4.33-150400.4.28.1.s390x"
}
},
{
"category": "product_version",
"name": "php7-cli-7.4.33-150400.4.28.1.s390x",
"product": {
"name": "php7-cli-7.4.33-150400.4.28.1.s390x",
"product_id": "php7-cli-7.4.33-150400.4.28.1.s390x"
}
},
{
"category": "product_version",
"name": "php7-ctype-7.4.33-150400.4.28.1.s390x",
"product": {
"name": "php7-ctype-7.4.33-150400.4.28.1.s390x",
"product_id": "php7-ctype-7.4.33-150400.4.28.1.s390x"
}
},
{
"category": "product_version",
"name": "php7-curl-7.4.33-150400.4.28.1.s390x",
"product": {
"name": "php7-curl-7.4.33-150400.4.28.1.s390x",
"product_id": "php7-curl-7.4.33-150400.4.28.1.s390x"
}
},
{
"category": "product_version",
"name": "php7-dba-7.4.33-150400.4.28.1.s390x",
"product": {
"name": "php7-dba-7.4.33-150400.4.28.1.s390x",
"product_id": "php7-dba-7.4.33-150400.4.28.1.s390x"
}
},
{
"category": "product_version",
"name": "php7-devel-7.4.33-150400.4.28.1.s390x",
"product": {
"name": "php7-devel-7.4.33-150400.4.28.1.s390x",
"product_id": "php7-devel-7.4.33-150400.4.28.1.s390x"
}
},
{
"category": "product_version",
"name": "php7-dom-7.4.33-150400.4.28.1.s390x",
"product": {
"name": "php7-dom-7.4.33-150400.4.28.1.s390x",
"product_id": "php7-dom-7.4.33-150400.4.28.1.s390x"
}
},
{
"category": "product_version",
"name": "php7-embed-7.4.33-150400.4.28.1.s390x",
"product": {
"name": "php7-embed-7.4.33-150400.4.28.1.s390x",
"product_id": "php7-embed-7.4.33-150400.4.28.1.s390x"
}
},
{
"category": "product_version",
"name": "php7-enchant-7.4.33-150400.4.28.1.s390x",
"product": {
"name": "php7-enchant-7.4.33-150400.4.28.1.s390x",
"product_id": "php7-enchant-7.4.33-150400.4.28.1.s390x"
}
},
{
"category": "product_version",
"name": "php7-exif-7.4.33-150400.4.28.1.s390x",
"product": {
"name": "php7-exif-7.4.33-150400.4.28.1.s390x",
"product_id": "php7-exif-7.4.33-150400.4.28.1.s390x"
}
},
{
"category": "product_version",
"name": "php7-fastcgi-7.4.33-150400.4.28.1.s390x",
"product": {
"name": "php7-fastcgi-7.4.33-150400.4.28.1.s390x",
"product_id": "php7-fastcgi-7.4.33-150400.4.28.1.s390x"
}
},
{
"category": "product_version",
"name": "php7-fileinfo-7.4.33-150400.4.28.1.s390x",
"product": {
"name": "php7-fileinfo-7.4.33-150400.4.28.1.s390x",
"product_id": "php7-fileinfo-7.4.33-150400.4.28.1.s390x"
}
},
{
"category": "product_version",
"name": "php7-fpm-7.4.33-150400.4.28.1.s390x",
"product": {
"name": "php7-fpm-7.4.33-150400.4.28.1.s390x",
"product_id": "php7-fpm-7.4.33-150400.4.28.1.s390x"
}
},
{
"category": "product_version",
"name": "php7-ftp-7.4.33-150400.4.28.1.s390x",
"product": {
"name": "php7-ftp-7.4.33-150400.4.28.1.s390x",
"product_id": "php7-ftp-7.4.33-150400.4.28.1.s390x"
}
},
{
"category": "product_version",
"name": "php7-gd-7.4.33-150400.4.28.1.s390x",
"product": {
"name": "php7-gd-7.4.33-150400.4.28.1.s390x",
"product_id": "php7-gd-7.4.33-150400.4.28.1.s390x"
}
},
{
"category": "product_version",
"name": "php7-gettext-7.4.33-150400.4.28.1.s390x",
"product": {
"name": "php7-gettext-7.4.33-150400.4.28.1.s390x",
"product_id": "php7-gettext-7.4.33-150400.4.28.1.s390x"
}
},
{
"category": "product_version",
"name": "php7-gmp-7.4.33-150400.4.28.1.s390x",
"product": {
"name": "php7-gmp-7.4.33-150400.4.28.1.s390x",
"product_id": "php7-gmp-7.4.33-150400.4.28.1.s390x"
}
},
{
"category": "product_version",
"name": "php7-iconv-7.4.33-150400.4.28.1.s390x",
"product": {
"name": "php7-iconv-7.4.33-150400.4.28.1.s390x",
"product_id": "php7-iconv-7.4.33-150400.4.28.1.s390x"
}
},
{
"category": "product_version",
"name": "php7-intl-7.4.33-150400.4.28.1.s390x",
"product": {
"name": "php7-intl-7.4.33-150400.4.28.1.s390x",
"product_id": "php7-intl-7.4.33-150400.4.28.1.s390x"
}
},
{
"category": "product_version",
"name": "php7-json-7.4.33-150400.4.28.1.s390x",
"product": {
"name": "php7-json-7.4.33-150400.4.28.1.s390x",
"product_id": "php7-json-7.4.33-150400.4.28.1.s390x"
}
},
{
"category": "product_version",
"name": "php7-ldap-7.4.33-150400.4.28.1.s390x",
"product": {
"name": "php7-ldap-7.4.33-150400.4.28.1.s390x",
"product_id": "php7-ldap-7.4.33-150400.4.28.1.s390x"
}
},
{
"category": "product_version",
"name": "php7-mbstring-7.4.33-150400.4.28.1.s390x",
"product": {
"name": "php7-mbstring-7.4.33-150400.4.28.1.s390x",
"product_id": "php7-mbstring-7.4.33-150400.4.28.1.s390x"
}
},
{
"category": "product_version",
"name": "php7-mysql-7.4.33-150400.4.28.1.s390x",
"product": {
"name": "php7-mysql-7.4.33-150400.4.28.1.s390x",
"product_id": "php7-mysql-7.4.33-150400.4.28.1.s390x"
}
},
{
"category": "product_version",
"name": "php7-odbc-7.4.33-150400.4.28.1.s390x",
"product": {
"name": "php7-odbc-7.4.33-150400.4.28.1.s390x",
"product_id": "php7-odbc-7.4.33-150400.4.28.1.s390x"
}
},
{
"category": "product_version",
"name": "php7-opcache-7.4.33-150400.4.28.1.s390x",
"product": {
"name": "php7-opcache-7.4.33-150400.4.28.1.s390x",
"product_id": "php7-opcache-7.4.33-150400.4.28.1.s390x"
}
},
{
"category": "product_version",
"name": "php7-openssl-7.4.33-150400.4.28.1.s390x",
"product": {
"name": "php7-openssl-7.4.33-150400.4.28.1.s390x",
"product_id": "php7-openssl-7.4.33-150400.4.28.1.s390x"
}
},
{
"category": "product_version",
"name": "php7-pcntl-7.4.33-150400.4.28.1.s390x",
"product": {
"name": "php7-pcntl-7.4.33-150400.4.28.1.s390x",
"product_id": "php7-pcntl-7.4.33-150400.4.28.1.s390x"
}
},
{
"category": "product_version",
"name": "php7-pdo-7.4.33-150400.4.28.1.s390x",
"product": {
"name": "php7-pdo-7.4.33-150400.4.28.1.s390x",
"product_id": "php7-pdo-7.4.33-150400.4.28.1.s390x"
}
},
{
"category": "product_version",
"name": "php7-pgsql-7.4.33-150400.4.28.1.s390x",
"product": {
"name": "php7-pgsql-7.4.33-150400.4.28.1.s390x",
"product_id": "php7-pgsql-7.4.33-150400.4.28.1.s390x"
}
},
{
"category": "product_version",
"name": "php7-phar-7.4.33-150400.4.28.1.s390x",
"product": {
"name": "php7-phar-7.4.33-150400.4.28.1.s390x",
"product_id": "php7-phar-7.4.33-150400.4.28.1.s390x"
}
},
{
"category": "product_version",
"name": "php7-posix-7.4.33-150400.4.28.1.s390x",
"product": {
"name": "php7-posix-7.4.33-150400.4.28.1.s390x",
"product_id": "php7-posix-7.4.33-150400.4.28.1.s390x"
}
},
{
"category": "product_version",
"name": "php7-readline-7.4.33-150400.4.28.1.s390x",
"product": {
"name": "php7-readline-7.4.33-150400.4.28.1.s390x",
"product_id": "php7-readline-7.4.33-150400.4.28.1.s390x"
}
},
{
"category": "product_version",
"name": "php7-shmop-7.4.33-150400.4.28.1.s390x",
"product": {
"name": "php7-shmop-7.4.33-150400.4.28.1.s390x",
"product_id": "php7-shmop-7.4.33-150400.4.28.1.s390x"
}
},
{
"category": "product_version",
"name": "php7-snmp-7.4.33-150400.4.28.1.s390x",
"product": {
"name": "php7-snmp-7.4.33-150400.4.28.1.s390x",
"product_id": "php7-snmp-7.4.33-150400.4.28.1.s390x"
}
},
{
"category": "product_version",
"name": "php7-soap-7.4.33-150400.4.28.1.s390x",
"product": {
"name": "php7-soap-7.4.33-150400.4.28.1.s390x",
"product_id": "php7-soap-7.4.33-150400.4.28.1.s390x"
}
},
{
"category": "product_version",
"name": "php7-sockets-7.4.33-150400.4.28.1.s390x",
"product": {
"name": "php7-sockets-7.4.33-150400.4.28.1.s390x",
"product_id": "php7-sockets-7.4.33-150400.4.28.1.s390x"
}
},
{
"category": "product_version",
"name": "php7-sodium-7.4.33-150400.4.28.1.s390x",
"product": {
"name": "php7-sodium-7.4.33-150400.4.28.1.s390x",
"product_id": "php7-sodium-7.4.33-150400.4.28.1.s390x"
}
},
{
"category": "product_version",
"name": "php7-sqlite-7.4.33-150400.4.28.1.s390x",
"product": {
"name": "php7-sqlite-7.4.33-150400.4.28.1.s390x",
"product_id": "php7-sqlite-7.4.33-150400.4.28.1.s390x"
}
},
{
"category": "product_version",
"name": "php7-sysvmsg-7.4.33-150400.4.28.1.s390x",
"product": {
"name": "php7-sysvmsg-7.4.33-150400.4.28.1.s390x",
"product_id": "php7-sysvmsg-7.4.33-150400.4.28.1.s390x"
}
},
{
"category": "product_version",
"name": "php7-sysvsem-7.4.33-150400.4.28.1.s390x",
"product": {
"name": "php7-sysvsem-7.4.33-150400.4.28.1.s390x",
"product_id": "php7-sysvsem-7.4.33-150400.4.28.1.s390x"
}
},
{
"category": "product_version",
"name": "php7-sysvshm-7.4.33-150400.4.28.1.s390x",
"product": {
"name": "php7-sysvshm-7.4.33-150400.4.28.1.s390x",
"product_id": "php7-sysvshm-7.4.33-150400.4.28.1.s390x"
}
},
{
"category": "product_version",
"name": "php7-test-7.4.33-150400.4.28.1.s390x",
"product": {
"name": "php7-test-7.4.33-150400.4.28.1.s390x",
"product_id": "php7-test-7.4.33-150400.4.28.1.s390x"
}
},
{
"category": "product_version",
"name": "php7-tidy-7.4.33-150400.4.28.1.s390x",
"product": {
"name": "php7-tidy-7.4.33-150400.4.28.1.s390x",
"product_id": "php7-tidy-7.4.33-150400.4.28.1.s390x"
}
},
{
"category": "product_version",
"name": "php7-tokenizer-7.4.33-150400.4.28.1.s390x",
"product": {
"name": "php7-tokenizer-7.4.33-150400.4.28.1.s390x",
"product_id": "php7-tokenizer-7.4.33-150400.4.28.1.s390x"
}
},
{
"category": "product_version",
"name": "php7-xmlreader-7.4.33-150400.4.28.1.s390x",
"product": {
"name": "php7-xmlreader-7.4.33-150400.4.28.1.s390x",
"product_id": "php7-xmlreader-7.4.33-150400.4.28.1.s390x"
}
},
{
"category": "product_version",
"name": "php7-xmlrpc-7.4.33-150400.4.28.1.s390x",
"product": {
"name": "php7-xmlrpc-7.4.33-150400.4.28.1.s390x",
"product_id": "php7-xmlrpc-7.4.33-150400.4.28.1.s390x"
}
},
{
"category": "product_version",
"name": "php7-xmlwriter-7.4.33-150400.4.28.1.s390x",
"product": {
"name": "php7-xmlwriter-7.4.33-150400.4.28.1.s390x",
"product_id": "php7-xmlwriter-7.4.33-150400.4.28.1.s390x"
}
},
{
"category": "product_version",
"name": "php7-xsl-7.4.33-150400.4.28.1.s390x",
"product": {
"name": "php7-xsl-7.4.33-150400.4.28.1.s390x",
"product_id": "php7-xsl-7.4.33-150400.4.28.1.s390x"
}
},
{
"category": "product_version",
"name": "php7-zip-7.4.33-150400.4.28.1.s390x",
"product": {
"name": "php7-zip-7.4.33-150400.4.28.1.s390x",
"product_id": "php7-zip-7.4.33-150400.4.28.1.s390x"
}
},
{
"category": "product_version",
"name": "php7-zlib-7.4.33-150400.4.28.1.s390x",
"product": {
"name": "php7-zlib-7.4.33-150400.4.28.1.s390x",
"product_id": "php7-zlib-7.4.33-150400.4.28.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "apache2-mod_php7-7.4.33-150400.4.28.1.x86_64",
"product": {
"name": "apache2-mod_php7-7.4.33-150400.4.28.1.x86_64",
"product_id": "apache2-mod_php7-7.4.33-150400.4.28.1.x86_64"
}
},
{
"category": "product_version",
"name": "php7-7.4.33-150400.4.28.1.x86_64",
"product": {
"name": "php7-7.4.33-150400.4.28.1.x86_64",
"product_id": "php7-7.4.33-150400.4.28.1.x86_64"
}
},
{
"category": "product_version",
"name": "php7-bcmath-7.4.33-150400.4.28.1.x86_64",
"product": {
"name": "php7-bcmath-7.4.33-150400.4.28.1.x86_64",
"product_id": "php7-bcmath-7.4.33-150400.4.28.1.x86_64"
}
},
{
"category": "product_version",
"name": "php7-bz2-7.4.33-150400.4.28.1.x86_64",
"product": {
"name": "php7-bz2-7.4.33-150400.4.28.1.x86_64",
"product_id": "php7-bz2-7.4.33-150400.4.28.1.x86_64"
}
},
{
"category": "product_version",
"name": "php7-calendar-7.4.33-150400.4.28.1.x86_64",
"product": {
"name": "php7-calendar-7.4.33-150400.4.28.1.x86_64",
"product_id": "php7-calendar-7.4.33-150400.4.28.1.x86_64"
}
},
{
"category": "product_version",
"name": "php7-cli-7.4.33-150400.4.28.1.x86_64",
"product": {
"name": "php7-cli-7.4.33-150400.4.28.1.x86_64",
"product_id": "php7-cli-7.4.33-150400.4.28.1.x86_64"
}
},
{
"category": "product_version",
"name": "php7-ctype-7.4.33-150400.4.28.1.x86_64",
"product": {
"name": "php7-ctype-7.4.33-150400.4.28.1.x86_64",
"product_id": "php7-ctype-7.4.33-150400.4.28.1.x86_64"
}
},
{
"category": "product_version",
"name": "php7-curl-7.4.33-150400.4.28.1.x86_64",
"product": {
"name": "php7-curl-7.4.33-150400.4.28.1.x86_64",
"product_id": "php7-curl-7.4.33-150400.4.28.1.x86_64"
}
},
{
"category": "product_version",
"name": "php7-dba-7.4.33-150400.4.28.1.x86_64",
"product": {
"name": "php7-dba-7.4.33-150400.4.28.1.x86_64",
"product_id": "php7-dba-7.4.33-150400.4.28.1.x86_64"
}
},
{
"category": "product_version",
"name": "php7-devel-7.4.33-150400.4.28.1.x86_64",
"product": {
"name": "php7-devel-7.4.33-150400.4.28.1.x86_64",
"product_id": "php7-devel-7.4.33-150400.4.28.1.x86_64"
}
},
{
"category": "product_version",
"name": "php7-dom-7.4.33-150400.4.28.1.x86_64",
"product": {
"name": "php7-dom-7.4.33-150400.4.28.1.x86_64",
"product_id": "php7-dom-7.4.33-150400.4.28.1.x86_64"
}
},
{
"category": "product_version",
"name": "php7-embed-7.4.33-150400.4.28.1.x86_64",
"product": {
"name": "php7-embed-7.4.33-150400.4.28.1.x86_64",
"product_id": "php7-embed-7.4.33-150400.4.28.1.x86_64"
}
},
{
"category": "product_version",
"name": "php7-enchant-7.4.33-150400.4.28.1.x86_64",
"product": {
"name": "php7-enchant-7.4.33-150400.4.28.1.x86_64",
"product_id": "php7-enchant-7.4.33-150400.4.28.1.x86_64"
}
},
{
"category": "product_version",
"name": "php7-exif-7.4.33-150400.4.28.1.x86_64",
"product": {
"name": "php7-exif-7.4.33-150400.4.28.1.x86_64",
"product_id": "php7-exif-7.4.33-150400.4.28.1.x86_64"
}
},
{
"category": "product_version",
"name": "php7-fastcgi-7.4.33-150400.4.28.1.x86_64",
"product": {
"name": "php7-fastcgi-7.4.33-150400.4.28.1.x86_64",
"product_id": "php7-fastcgi-7.4.33-150400.4.28.1.x86_64"
}
},
{
"category": "product_version",
"name": "php7-fileinfo-7.4.33-150400.4.28.1.x86_64",
"product": {
"name": "php7-fileinfo-7.4.33-150400.4.28.1.x86_64",
"product_id": "php7-fileinfo-7.4.33-150400.4.28.1.x86_64"
}
},
{
"category": "product_version",
"name": "php7-fpm-7.4.33-150400.4.28.1.x86_64",
"product": {
"name": "php7-fpm-7.4.33-150400.4.28.1.x86_64",
"product_id": "php7-fpm-7.4.33-150400.4.28.1.x86_64"
}
},
{
"category": "product_version",
"name": "php7-ftp-7.4.33-150400.4.28.1.x86_64",
"product": {
"name": "php7-ftp-7.4.33-150400.4.28.1.x86_64",
"product_id": "php7-ftp-7.4.33-150400.4.28.1.x86_64"
}
},
{
"category": "product_version",
"name": "php7-gd-7.4.33-150400.4.28.1.x86_64",
"product": {
"name": "php7-gd-7.4.33-150400.4.28.1.x86_64",
"product_id": "php7-gd-7.4.33-150400.4.28.1.x86_64"
}
},
{
"category": "product_version",
"name": "php7-gettext-7.4.33-150400.4.28.1.x86_64",
"product": {
"name": "php7-gettext-7.4.33-150400.4.28.1.x86_64",
"product_id": "php7-gettext-7.4.33-150400.4.28.1.x86_64"
}
},
{
"category": "product_version",
"name": "php7-gmp-7.4.33-150400.4.28.1.x86_64",
"product": {
"name": "php7-gmp-7.4.33-150400.4.28.1.x86_64",
"product_id": "php7-gmp-7.4.33-150400.4.28.1.x86_64"
}
},
{
"category": "product_version",
"name": "php7-iconv-7.4.33-150400.4.28.1.x86_64",
"product": {
"name": "php7-iconv-7.4.33-150400.4.28.1.x86_64",
"product_id": "php7-iconv-7.4.33-150400.4.28.1.x86_64"
}
},
{
"category": "product_version",
"name": "php7-intl-7.4.33-150400.4.28.1.x86_64",
"product": {
"name": "php7-intl-7.4.33-150400.4.28.1.x86_64",
"product_id": "php7-intl-7.4.33-150400.4.28.1.x86_64"
}
},
{
"category": "product_version",
"name": "php7-json-7.4.33-150400.4.28.1.x86_64",
"product": {
"name": "php7-json-7.4.33-150400.4.28.1.x86_64",
"product_id": "php7-json-7.4.33-150400.4.28.1.x86_64"
}
},
{
"category": "product_version",
"name": "php7-ldap-7.4.33-150400.4.28.1.x86_64",
"product": {
"name": "php7-ldap-7.4.33-150400.4.28.1.x86_64",
"product_id": "php7-ldap-7.4.33-150400.4.28.1.x86_64"
}
},
{
"category": "product_version",
"name": "php7-mbstring-7.4.33-150400.4.28.1.x86_64",
"product": {
"name": "php7-mbstring-7.4.33-150400.4.28.1.x86_64",
"product_id": "php7-mbstring-7.4.33-150400.4.28.1.x86_64"
}
},
{
"category": "product_version",
"name": "php7-mysql-7.4.33-150400.4.28.1.x86_64",
"product": {
"name": "php7-mysql-7.4.33-150400.4.28.1.x86_64",
"product_id": "php7-mysql-7.4.33-150400.4.28.1.x86_64"
}
},
{
"category": "product_version",
"name": "php7-odbc-7.4.33-150400.4.28.1.x86_64",
"product": {
"name": "php7-odbc-7.4.33-150400.4.28.1.x86_64",
"product_id": "php7-odbc-7.4.33-150400.4.28.1.x86_64"
}
},
{
"category": "product_version",
"name": "php7-opcache-7.4.33-150400.4.28.1.x86_64",
"product": {
"name": "php7-opcache-7.4.33-150400.4.28.1.x86_64",
"product_id": "php7-opcache-7.4.33-150400.4.28.1.x86_64"
}
},
{
"category": "product_version",
"name": "php7-openssl-7.4.33-150400.4.28.1.x86_64",
"product": {
"name": "php7-openssl-7.4.33-150400.4.28.1.x86_64",
"product_id": "php7-openssl-7.4.33-150400.4.28.1.x86_64"
}
},
{
"category": "product_version",
"name": "php7-pcntl-7.4.33-150400.4.28.1.x86_64",
"product": {
"name": "php7-pcntl-7.4.33-150400.4.28.1.x86_64",
"product_id": "php7-pcntl-7.4.33-150400.4.28.1.x86_64"
}
},
{
"category": "product_version",
"name": "php7-pdo-7.4.33-150400.4.28.1.x86_64",
"product": {
"name": "php7-pdo-7.4.33-150400.4.28.1.x86_64",
"product_id": "php7-pdo-7.4.33-150400.4.28.1.x86_64"
}
},
{
"category": "product_version",
"name": "php7-pgsql-7.4.33-150400.4.28.1.x86_64",
"product": {
"name": "php7-pgsql-7.4.33-150400.4.28.1.x86_64",
"product_id": "php7-pgsql-7.4.33-150400.4.28.1.x86_64"
}
},
{
"category": "product_version",
"name": "php7-phar-7.4.33-150400.4.28.1.x86_64",
"product": {
"name": "php7-phar-7.4.33-150400.4.28.1.x86_64",
"product_id": "php7-phar-7.4.33-150400.4.28.1.x86_64"
}
},
{
"category": "product_version",
"name": "php7-posix-7.4.33-150400.4.28.1.x86_64",
"product": {
"name": "php7-posix-7.4.33-150400.4.28.1.x86_64",
"product_id": "php7-posix-7.4.33-150400.4.28.1.x86_64"
}
},
{
"category": "product_version",
"name": "php7-readline-7.4.33-150400.4.28.1.x86_64",
"product": {
"name": "php7-readline-7.4.33-150400.4.28.1.x86_64",
"product_id": "php7-readline-7.4.33-150400.4.28.1.x86_64"
}
},
{
"category": "product_version",
"name": "php7-shmop-7.4.33-150400.4.28.1.x86_64",
"product": {
"name": "php7-shmop-7.4.33-150400.4.28.1.x86_64",
"product_id": "php7-shmop-7.4.33-150400.4.28.1.x86_64"
}
},
{
"category": "product_version",
"name": "php7-snmp-7.4.33-150400.4.28.1.x86_64",
"product": {
"name": "php7-snmp-7.4.33-150400.4.28.1.x86_64",
"product_id": "php7-snmp-7.4.33-150400.4.28.1.x86_64"
}
},
{
"category": "product_version",
"name": "php7-soap-7.4.33-150400.4.28.1.x86_64",
"product": {
"name": "php7-soap-7.4.33-150400.4.28.1.x86_64",
"product_id": "php7-soap-7.4.33-150400.4.28.1.x86_64"
}
},
{
"category": "product_version",
"name": "php7-sockets-7.4.33-150400.4.28.1.x86_64",
"product": {
"name": "php7-sockets-7.4.33-150400.4.28.1.x86_64",
"product_id": "php7-sockets-7.4.33-150400.4.28.1.x86_64"
}
},
{
"category": "product_version",
"name": "php7-sodium-7.4.33-150400.4.28.1.x86_64",
"product": {
"name": "php7-sodium-7.4.33-150400.4.28.1.x86_64",
"product_id": "php7-sodium-7.4.33-150400.4.28.1.x86_64"
}
},
{
"category": "product_version",
"name": "php7-sqlite-7.4.33-150400.4.28.1.x86_64",
"product": {
"name": "php7-sqlite-7.4.33-150400.4.28.1.x86_64",
"product_id": "php7-sqlite-7.4.33-150400.4.28.1.x86_64"
}
},
{
"category": "product_version",
"name": "php7-sysvmsg-7.4.33-150400.4.28.1.x86_64",
"product": {
"name": "php7-sysvmsg-7.4.33-150400.4.28.1.x86_64",
"product_id": "php7-sysvmsg-7.4.33-150400.4.28.1.x86_64"
}
},
{
"category": "product_version",
"name": "php7-sysvsem-7.4.33-150400.4.28.1.x86_64",
"product": {
"name": "php7-sysvsem-7.4.33-150400.4.28.1.x86_64",
"product_id": "php7-sysvsem-7.4.33-150400.4.28.1.x86_64"
}
},
{
"category": "product_version",
"name": "php7-sysvshm-7.4.33-150400.4.28.1.x86_64",
"product": {
"name": "php7-sysvshm-7.4.33-150400.4.28.1.x86_64",
"product_id": "php7-sysvshm-7.4.33-150400.4.28.1.x86_64"
}
},
{
"category": "product_version",
"name": "php7-test-7.4.33-150400.4.28.1.x86_64",
"product": {
"name": "php7-test-7.4.33-150400.4.28.1.x86_64",
"product_id": "php7-test-7.4.33-150400.4.28.1.x86_64"
}
},
{
"category": "product_version",
"name": "php7-tidy-7.4.33-150400.4.28.1.x86_64",
"product": {
"name": "php7-tidy-7.4.33-150400.4.28.1.x86_64",
"product_id": "php7-tidy-7.4.33-150400.4.28.1.x86_64"
}
},
{
"category": "product_version",
"name": "php7-tokenizer-7.4.33-150400.4.28.1.x86_64",
"product": {
"name": "php7-tokenizer-7.4.33-150400.4.28.1.x86_64",
"product_id": "php7-tokenizer-7.4.33-150400.4.28.1.x86_64"
}
},
{
"category": "product_version",
"name": "php7-xmlreader-7.4.33-150400.4.28.1.x86_64",
"product": {
"name": "php7-xmlreader-7.4.33-150400.4.28.1.x86_64",
"product_id": "php7-xmlreader-7.4.33-150400.4.28.1.x86_64"
}
},
{
"category": "product_version",
"name": "php7-xmlrpc-7.4.33-150400.4.28.1.x86_64",
"product": {
"name": "php7-xmlrpc-7.4.33-150400.4.28.1.x86_64",
"product_id": "php7-xmlrpc-7.4.33-150400.4.28.1.x86_64"
}
},
{
"category": "product_version",
"name": "php7-xmlwriter-7.4.33-150400.4.28.1.x86_64",
"product": {
"name": "php7-xmlwriter-7.4.33-150400.4.28.1.x86_64",
"product_id": "php7-xmlwriter-7.4.33-150400.4.28.1.x86_64"
}
},
{
"category": "product_version",
"name": "php7-xsl-7.4.33-150400.4.28.1.x86_64",
"product": {
"name": "php7-xsl-7.4.33-150400.4.28.1.x86_64",
"product_id": "php7-xsl-7.4.33-150400.4.28.1.x86_64"
}
},
{
"category": "product_version",
"name": "php7-zip-7.4.33-150400.4.28.1.x86_64",
"product": {
"name": "php7-zip-7.4.33-150400.4.28.1.x86_64",
"product_id": "php7-zip-7.4.33-150400.4.28.1.x86_64"
}
},
{
"category": "product_version",
"name": "php7-zlib-7.4.33-150400.4.28.1.x86_64",
"product": {
"name": "php7-zlib-7.4.33-150400.4.28.1.x86_64",
"product_id": "php7-zlib-7.4.33-150400.4.28.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Enterprise Module for Legacy 15 SP4",
"product": {
"name": "SUSE Linux Enterprise Module for Legacy 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-module-legacy:15:sp4"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Module for 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 Package Hub 15 SP4",
"product": {
"name": "SUSE Linux Enterprise Module for Package Hub 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP4",
"product_identification_helper": {
"cpe": "cpe:/o:suse:packagehub:15:sp4"
}
}
},
{
"category": "product_name",
"name": "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": "openSUSE Leap 15.4",
"product": {
"name": "openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4",
"product_identification_helper": {
"cpe": "cpe:/o:opensuse:leap:15.4"
}
}
},
{
"category": "product_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_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.28.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:apache2-mod_php7-7.4.33-150400.4.28.1.aarch64"
},
"product_reference": "apache2-mod_php7-7.4.33-150400.4.28.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "apache2-mod_php7-7.4.33-150400.4.28.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:apache2-mod_php7-7.4.33-150400.4.28.1.ppc64le"
},
"product_reference": "apache2-mod_php7-7.4.33-150400.4.28.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "apache2-mod_php7-7.4.33-150400.4.28.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:apache2-mod_php7-7.4.33-150400.4.28.1.s390x"
},
"product_reference": "apache2-mod_php7-7.4.33-150400.4.28.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "apache2-mod_php7-7.4.33-150400.4.28.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:apache2-mod_php7-7.4.33-150400.4.28.1.x86_64"
},
"product_reference": "apache2-mod_php7-7.4.33-150400.4.28.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-7.4.33-150400.4.28.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-7.4.33-150400.4.28.1.aarch64"
},
"product_reference": "php7-7.4.33-150400.4.28.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-7.4.33-150400.4.28.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-7.4.33-150400.4.28.1.ppc64le"
},
"product_reference": "php7-7.4.33-150400.4.28.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-7.4.33-150400.4.28.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-7.4.33-150400.4.28.1.s390x"
},
"product_reference": "php7-7.4.33-150400.4.28.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-7.4.33-150400.4.28.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-7.4.33-150400.4.28.1.x86_64"
},
"product_reference": "php7-7.4.33-150400.4.28.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-bcmath-7.4.33-150400.4.28.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-bcmath-7.4.33-150400.4.28.1.aarch64"
},
"product_reference": "php7-bcmath-7.4.33-150400.4.28.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-bcmath-7.4.33-150400.4.28.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-bcmath-7.4.33-150400.4.28.1.ppc64le"
},
"product_reference": "php7-bcmath-7.4.33-150400.4.28.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-bcmath-7.4.33-150400.4.28.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-bcmath-7.4.33-150400.4.28.1.s390x"
},
"product_reference": "php7-bcmath-7.4.33-150400.4.28.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-bcmath-7.4.33-150400.4.28.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-bcmath-7.4.33-150400.4.28.1.x86_64"
},
"product_reference": "php7-bcmath-7.4.33-150400.4.28.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-bz2-7.4.33-150400.4.28.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-bz2-7.4.33-150400.4.28.1.aarch64"
},
"product_reference": "php7-bz2-7.4.33-150400.4.28.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-bz2-7.4.33-150400.4.28.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-bz2-7.4.33-150400.4.28.1.ppc64le"
},
"product_reference": "php7-bz2-7.4.33-150400.4.28.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-bz2-7.4.33-150400.4.28.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-bz2-7.4.33-150400.4.28.1.s390x"
},
"product_reference": "php7-bz2-7.4.33-150400.4.28.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-bz2-7.4.33-150400.4.28.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-bz2-7.4.33-150400.4.28.1.x86_64"
},
"product_reference": "php7-bz2-7.4.33-150400.4.28.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-calendar-7.4.33-150400.4.28.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-calendar-7.4.33-150400.4.28.1.aarch64"
},
"product_reference": "php7-calendar-7.4.33-150400.4.28.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-calendar-7.4.33-150400.4.28.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-calendar-7.4.33-150400.4.28.1.ppc64le"
},
"product_reference": "php7-calendar-7.4.33-150400.4.28.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-calendar-7.4.33-150400.4.28.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-calendar-7.4.33-150400.4.28.1.s390x"
},
"product_reference": "php7-calendar-7.4.33-150400.4.28.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-calendar-7.4.33-150400.4.28.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-calendar-7.4.33-150400.4.28.1.x86_64"
},
"product_reference": "php7-calendar-7.4.33-150400.4.28.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-cli-7.4.33-150400.4.28.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-cli-7.4.33-150400.4.28.1.aarch64"
},
"product_reference": "php7-cli-7.4.33-150400.4.28.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-cli-7.4.33-150400.4.28.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-cli-7.4.33-150400.4.28.1.ppc64le"
},
"product_reference": "php7-cli-7.4.33-150400.4.28.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-cli-7.4.33-150400.4.28.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-cli-7.4.33-150400.4.28.1.s390x"
},
"product_reference": "php7-cli-7.4.33-150400.4.28.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-cli-7.4.33-150400.4.28.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-cli-7.4.33-150400.4.28.1.x86_64"
},
"product_reference": "php7-cli-7.4.33-150400.4.28.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-ctype-7.4.33-150400.4.28.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ctype-7.4.33-150400.4.28.1.aarch64"
},
"product_reference": "php7-ctype-7.4.33-150400.4.28.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-ctype-7.4.33-150400.4.28.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ctype-7.4.33-150400.4.28.1.ppc64le"
},
"product_reference": "php7-ctype-7.4.33-150400.4.28.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-ctype-7.4.33-150400.4.28.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ctype-7.4.33-150400.4.28.1.s390x"
},
"product_reference": "php7-ctype-7.4.33-150400.4.28.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-ctype-7.4.33-150400.4.28.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ctype-7.4.33-150400.4.28.1.x86_64"
},
"product_reference": "php7-ctype-7.4.33-150400.4.28.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-curl-7.4.33-150400.4.28.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-curl-7.4.33-150400.4.28.1.aarch64"
},
"product_reference": "php7-curl-7.4.33-150400.4.28.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-curl-7.4.33-150400.4.28.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-curl-7.4.33-150400.4.28.1.ppc64le"
},
"product_reference": "php7-curl-7.4.33-150400.4.28.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-curl-7.4.33-150400.4.28.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-curl-7.4.33-150400.4.28.1.s390x"
},
"product_reference": "php7-curl-7.4.33-150400.4.28.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-curl-7.4.33-150400.4.28.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-curl-7.4.33-150400.4.28.1.x86_64"
},
"product_reference": "php7-curl-7.4.33-150400.4.28.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-dba-7.4.33-150400.4.28.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-dba-7.4.33-150400.4.28.1.aarch64"
},
"product_reference": "php7-dba-7.4.33-150400.4.28.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-dba-7.4.33-150400.4.28.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-dba-7.4.33-150400.4.28.1.ppc64le"
},
"product_reference": "php7-dba-7.4.33-150400.4.28.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-dba-7.4.33-150400.4.28.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-dba-7.4.33-150400.4.28.1.s390x"
},
"product_reference": "php7-dba-7.4.33-150400.4.28.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-dba-7.4.33-150400.4.28.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-dba-7.4.33-150400.4.28.1.x86_64"
},
"product_reference": "php7-dba-7.4.33-150400.4.28.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-devel-7.4.33-150400.4.28.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-devel-7.4.33-150400.4.28.1.aarch64"
},
"product_reference": "php7-devel-7.4.33-150400.4.28.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-devel-7.4.33-150400.4.28.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-devel-7.4.33-150400.4.28.1.ppc64le"
},
"product_reference": "php7-devel-7.4.33-150400.4.28.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-devel-7.4.33-150400.4.28.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-devel-7.4.33-150400.4.28.1.s390x"
},
"product_reference": "php7-devel-7.4.33-150400.4.28.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-devel-7.4.33-150400.4.28.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-devel-7.4.33-150400.4.28.1.x86_64"
},
"product_reference": "php7-devel-7.4.33-150400.4.28.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-dom-7.4.33-150400.4.28.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-dom-7.4.33-150400.4.28.1.aarch64"
},
"product_reference": "php7-dom-7.4.33-150400.4.28.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-dom-7.4.33-150400.4.28.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-dom-7.4.33-150400.4.28.1.ppc64le"
},
"product_reference": "php7-dom-7.4.33-150400.4.28.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-dom-7.4.33-150400.4.28.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-dom-7.4.33-150400.4.28.1.s390x"
},
"product_reference": "php7-dom-7.4.33-150400.4.28.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-dom-7.4.33-150400.4.28.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-dom-7.4.33-150400.4.28.1.x86_64"
},
"product_reference": "php7-dom-7.4.33-150400.4.28.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-enchant-7.4.33-150400.4.28.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-enchant-7.4.33-150400.4.28.1.aarch64"
},
"product_reference": "php7-enchant-7.4.33-150400.4.28.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-enchant-7.4.33-150400.4.28.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-enchant-7.4.33-150400.4.28.1.ppc64le"
},
"product_reference": "php7-enchant-7.4.33-150400.4.28.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-enchant-7.4.33-150400.4.28.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-enchant-7.4.33-150400.4.28.1.s390x"
},
"product_reference": "php7-enchant-7.4.33-150400.4.28.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-enchant-7.4.33-150400.4.28.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-enchant-7.4.33-150400.4.28.1.x86_64"
},
"product_reference": "php7-enchant-7.4.33-150400.4.28.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-exif-7.4.33-150400.4.28.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-exif-7.4.33-150400.4.28.1.aarch64"
},
"product_reference": "php7-exif-7.4.33-150400.4.28.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-exif-7.4.33-150400.4.28.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-exif-7.4.33-150400.4.28.1.ppc64le"
},
"product_reference": "php7-exif-7.4.33-150400.4.28.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-exif-7.4.33-150400.4.28.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-exif-7.4.33-150400.4.28.1.s390x"
},
"product_reference": "php7-exif-7.4.33-150400.4.28.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-exif-7.4.33-150400.4.28.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-exif-7.4.33-150400.4.28.1.x86_64"
},
"product_reference": "php7-exif-7.4.33-150400.4.28.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-fastcgi-7.4.33-150400.4.28.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fastcgi-7.4.33-150400.4.28.1.aarch64"
},
"product_reference": "php7-fastcgi-7.4.33-150400.4.28.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-fastcgi-7.4.33-150400.4.28.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fastcgi-7.4.33-150400.4.28.1.ppc64le"
},
"product_reference": "php7-fastcgi-7.4.33-150400.4.28.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-fastcgi-7.4.33-150400.4.28.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fastcgi-7.4.33-150400.4.28.1.s390x"
},
"product_reference": "php7-fastcgi-7.4.33-150400.4.28.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-fastcgi-7.4.33-150400.4.28.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fastcgi-7.4.33-150400.4.28.1.x86_64"
},
"product_reference": "php7-fastcgi-7.4.33-150400.4.28.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-fileinfo-7.4.33-150400.4.28.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fileinfo-7.4.33-150400.4.28.1.aarch64"
},
"product_reference": "php7-fileinfo-7.4.33-150400.4.28.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-fileinfo-7.4.33-150400.4.28.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fileinfo-7.4.33-150400.4.28.1.ppc64le"
},
"product_reference": "php7-fileinfo-7.4.33-150400.4.28.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-fileinfo-7.4.33-150400.4.28.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fileinfo-7.4.33-150400.4.28.1.s390x"
},
"product_reference": "php7-fileinfo-7.4.33-150400.4.28.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-fileinfo-7.4.33-150400.4.28.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fileinfo-7.4.33-150400.4.28.1.x86_64"
},
"product_reference": "php7-fileinfo-7.4.33-150400.4.28.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-fpm-7.4.33-150400.4.28.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fpm-7.4.33-150400.4.28.1.aarch64"
},
"product_reference": "php7-fpm-7.4.33-150400.4.28.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-fpm-7.4.33-150400.4.28.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fpm-7.4.33-150400.4.28.1.ppc64le"
},
"product_reference": "php7-fpm-7.4.33-150400.4.28.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-fpm-7.4.33-150400.4.28.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fpm-7.4.33-150400.4.28.1.s390x"
},
"product_reference": "php7-fpm-7.4.33-150400.4.28.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-fpm-7.4.33-150400.4.28.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fpm-7.4.33-150400.4.28.1.x86_64"
},
"product_reference": "php7-fpm-7.4.33-150400.4.28.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-ftp-7.4.33-150400.4.28.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ftp-7.4.33-150400.4.28.1.aarch64"
},
"product_reference": "php7-ftp-7.4.33-150400.4.28.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-ftp-7.4.33-150400.4.28.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ftp-7.4.33-150400.4.28.1.ppc64le"
},
"product_reference": "php7-ftp-7.4.33-150400.4.28.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-ftp-7.4.33-150400.4.28.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ftp-7.4.33-150400.4.28.1.s390x"
},
"product_reference": "php7-ftp-7.4.33-150400.4.28.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-ftp-7.4.33-150400.4.28.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ftp-7.4.33-150400.4.28.1.x86_64"
},
"product_reference": "php7-ftp-7.4.33-150400.4.28.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-gd-7.4.33-150400.4.28.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gd-7.4.33-150400.4.28.1.aarch64"
},
"product_reference": "php7-gd-7.4.33-150400.4.28.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-gd-7.4.33-150400.4.28.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gd-7.4.33-150400.4.28.1.ppc64le"
},
"product_reference": "php7-gd-7.4.33-150400.4.28.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-gd-7.4.33-150400.4.28.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gd-7.4.33-150400.4.28.1.s390x"
},
"product_reference": "php7-gd-7.4.33-150400.4.28.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-gd-7.4.33-150400.4.28.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gd-7.4.33-150400.4.28.1.x86_64"
},
"product_reference": "php7-gd-7.4.33-150400.4.28.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-gettext-7.4.33-150400.4.28.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gettext-7.4.33-150400.4.28.1.aarch64"
},
"product_reference": "php7-gettext-7.4.33-150400.4.28.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-gettext-7.4.33-150400.4.28.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gettext-7.4.33-150400.4.28.1.ppc64le"
},
"product_reference": "php7-gettext-7.4.33-150400.4.28.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-gettext-7.4.33-150400.4.28.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gettext-7.4.33-150400.4.28.1.s390x"
},
"product_reference": "php7-gettext-7.4.33-150400.4.28.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-gettext-7.4.33-150400.4.28.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gettext-7.4.33-150400.4.28.1.x86_64"
},
"product_reference": "php7-gettext-7.4.33-150400.4.28.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-gmp-7.4.33-150400.4.28.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gmp-7.4.33-150400.4.28.1.aarch64"
},
"product_reference": "php7-gmp-7.4.33-150400.4.28.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-gmp-7.4.33-150400.4.28.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gmp-7.4.33-150400.4.28.1.ppc64le"
},
"product_reference": "php7-gmp-7.4.33-150400.4.28.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-gmp-7.4.33-150400.4.28.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gmp-7.4.33-150400.4.28.1.s390x"
},
"product_reference": "php7-gmp-7.4.33-150400.4.28.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-gmp-7.4.33-150400.4.28.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gmp-7.4.33-150400.4.28.1.x86_64"
},
"product_reference": "php7-gmp-7.4.33-150400.4.28.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-iconv-7.4.33-150400.4.28.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-iconv-7.4.33-150400.4.28.1.aarch64"
},
"product_reference": "php7-iconv-7.4.33-150400.4.28.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-iconv-7.4.33-150400.4.28.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-iconv-7.4.33-150400.4.28.1.ppc64le"
},
"product_reference": "php7-iconv-7.4.33-150400.4.28.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-iconv-7.4.33-150400.4.28.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-iconv-7.4.33-150400.4.28.1.s390x"
},
"product_reference": "php7-iconv-7.4.33-150400.4.28.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-iconv-7.4.33-150400.4.28.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-iconv-7.4.33-150400.4.28.1.x86_64"
},
"product_reference": "php7-iconv-7.4.33-150400.4.28.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-intl-7.4.33-150400.4.28.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-intl-7.4.33-150400.4.28.1.aarch64"
},
"product_reference": "php7-intl-7.4.33-150400.4.28.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-intl-7.4.33-150400.4.28.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-intl-7.4.33-150400.4.28.1.ppc64le"
},
"product_reference": "php7-intl-7.4.33-150400.4.28.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-intl-7.4.33-150400.4.28.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-intl-7.4.33-150400.4.28.1.s390x"
},
"product_reference": "php7-intl-7.4.33-150400.4.28.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-intl-7.4.33-150400.4.28.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-intl-7.4.33-150400.4.28.1.x86_64"
},
"product_reference": "php7-intl-7.4.33-150400.4.28.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-json-7.4.33-150400.4.28.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-json-7.4.33-150400.4.28.1.aarch64"
},
"product_reference": "php7-json-7.4.33-150400.4.28.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-json-7.4.33-150400.4.28.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-json-7.4.33-150400.4.28.1.ppc64le"
},
"product_reference": "php7-json-7.4.33-150400.4.28.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-json-7.4.33-150400.4.28.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-json-7.4.33-150400.4.28.1.s390x"
},
"product_reference": "php7-json-7.4.33-150400.4.28.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-json-7.4.33-150400.4.28.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-json-7.4.33-150400.4.28.1.x86_64"
},
"product_reference": "php7-json-7.4.33-150400.4.28.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-ldap-7.4.33-150400.4.28.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ldap-7.4.33-150400.4.28.1.aarch64"
},
"product_reference": "php7-ldap-7.4.33-150400.4.28.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-ldap-7.4.33-150400.4.28.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ldap-7.4.33-150400.4.28.1.ppc64le"
},
"product_reference": "php7-ldap-7.4.33-150400.4.28.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-ldap-7.4.33-150400.4.28.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ldap-7.4.33-150400.4.28.1.s390x"
},
"product_reference": "php7-ldap-7.4.33-150400.4.28.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-ldap-7.4.33-150400.4.28.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ldap-7.4.33-150400.4.28.1.x86_64"
},
"product_reference": "php7-ldap-7.4.33-150400.4.28.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-mbstring-7.4.33-150400.4.28.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-mbstring-7.4.33-150400.4.28.1.aarch64"
},
"product_reference": "php7-mbstring-7.4.33-150400.4.28.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-mbstring-7.4.33-150400.4.28.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-mbstring-7.4.33-150400.4.28.1.ppc64le"
},
"product_reference": "php7-mbstring-7.4.33-150400.4.28.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-mbstring-7.4.33-150400.4.28.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-mbstring-7.4.33-150400.4.28.1.s390x"
},
"product_reference": "php7-mbstring-7.4.33-150400.4.28.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-mbstring-7.4.33-150400.4.28.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-mbstring-7.4.33-150400.4.28.1.x86_64"
},
"product_reference": "php7-mbstring-7.4.33-150400.4.28.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-mysql-7.4.33-150400.4.28.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-mysql-7.4.33-150400.4.28.1.aarch64"
},
"product_reference": "php7-mysql-7.4.33-150400.4.28.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-mysql-7.4.33-150400.4.28.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-mysql-7.4.33-150400.4.28.1.ppc64le"
},
"product_reference": "php7-mysql-7.4.33-150400.4.28.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-mysql-7.4.33-150400.4.28.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-mysql-7.4.33-150400.4.28.1.s390x"
},
"product_reference": "php7-mysql-7.4.33-150400.4.28.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-mysql-7.4.33-150400.4.28.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-mysql-7.4.33-150400.4.28.1.x86_64"
},
"product_reference": "php7-mysql-7.4.33-150400.4.28.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-odbc-7.4.33-150400.4.28.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-odbc-7.4.33-150400.4.28.1.aarch64"
},
"product_reference": "php7-odbc-7.4.33-150400.4.28.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-odbc-7.4.33-150400.4.28.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-odbc-7.4.33-150400.4.28.1.ppc64le"
},
"product_reference": "php7-odbc-7.4.33-150400.4.28.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-odbc-7.4.33-150400.4.28.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-odbc-7.4.33-150400.4.28.1.s390x"
},
"product_reference": "php7-odbc-7.4.33-150400.4.28.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-odbc-7.4.33-150400.4.28.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-odbc-7.4.33-150400.4.28.1.x86_64"
},
"product_reference": "php7-odbc-7.4.33-150400.4.28.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-opcache-7.4.33-150400.4.28.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-opcache-7.4.33-150400.4.28.1.aarch64"
},
"product_reference": "php7-opcache-7.4.33-150400.4.28.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-opcache-7.4.33-150400.4.28.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-opcache-7.4.33-150400.4.28.1.ppc64le"
},
"product_reference": "php7-opcache-7.4.33-150400.4.28.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-opcache-7.4.33-150400.4.28.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-opcache-7.4.33-150400.4.28.1.s390x"
},
"product_reference": "php7-opcache-7.4.33-150400.4.28.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-opcache-7.4.33-150400.4.28.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-opcache-7.4.33-150400.4.28.1.x86_64"
},
"product_reference": "php7-opcache-7.4.33-150400.4.28.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-openssl-7.4.33-150400.4.28.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-openssl-7.4.33-150400.4.28.1.aarch64"
},
"product_reference": "php7-openssl-7.4.33-150400.4.28.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-openssl-7.4.33-150400.4.28.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-openssl-7.4.33-150400.4.28.1.ppc64le"
},
"product_reference": "php7-openssl-7.4.33-150400.4.28.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-openssl-7.4.33-150400.4.28.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-openssl-7.4.33-150400.4.28.1.s390x"
},
"product_reference": "php7-openssl-7.4.33-150400.4.28.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-openssl-7.4.33-150400.4.28.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-openssl-7.4.33-150400.4.28.1.x86_64"
},
"product_reference": "php7-openssl-7.4.33-150400.4.28.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-pcntl-7.4.33-150400.4.28.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pcntl-7.4.33-150400.4.28.1.aarch64"
},
"product_reference": "php7-pcntl-7.4.33-150400.4.28.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-pcntl-7.4.33-150400.4.28.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pcntl-7.4.33-150400.4.28.1.ppc64le"
},
"product_reference": "php7-pcntl-7.4.33-150400.4.28.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-pcntl-7.4.33-150400.4.28.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pcntl-7.4.33-150400.4.28.1.s390x"
},
"product_reference": "php7-pcntl-7.4.33-150400.4.28.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-pcntl-7.4.33-150400.4.28.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pcntl-7.4.33-150400.4.28.1.x86_64"
},
"product_reference": "php7-pcntl-7.4.33-150400.4.28.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-pdo-7.4.33-150400.4.28.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pdo-7.4.33-150400.4.28.1.aarch64"
},
"product_reference": "php7-pdo-7.4.33-150400.4.28.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-pdo-7.4.33-150400.4.28.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pdo-7.4.33-150400.4.28.1.ppc64le"
},
"product_reference": "php7-pdo-7.4.33-150400.4.28.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-pdo-7.4.33-150400.4.28.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pdo-7.4.33-150400.4.28.1.s390x"
},
"product_reference": "php7-pdo-7.4.33-150400.4.28.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-pdo-7.4.33-150400.4.28.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pdo-7.4.33-150400.4.28.1.x86_64"
},
"product_reference": "php7-pdo-7.4.33-150400.4.28.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-pgsql-7.4.33-150400.4.28.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pgsql-7.4.33-150400.4.28.1.aarch64"
},
"product_reference": "php7-pgsql-7.4.33-150400.4.28.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-pgsql-7.4.33-150400.4.28.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pgsql-7.4.33-150400.4.28.1.ppc64le"
},
"product_reference": "php7-pgsql-7.4.33-150400.4.28.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-pgsql-7.4.33-150400.4.28.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pgsql-7.4.33-150400.4.28.1.s390x"
},
"product_reference": "php7-pgsql-7.4.33-150400.4.28.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-pgsql-7.4.33-150400.4.28.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pgsql-7.4.33-150400.4.28.1.x86_64"
},
"product_reference": "php7-pgsql-7.4.33-150400.4.28.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-phar-7.4.33-150400.4.28.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-phar-7.4.33-150400.4.28.1.aarch64"
},
"product_reference": "php7-phar-7.4.33-150400.4.28.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-phar-7.4.33-150400.4.28.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-phar-7.4.33-150400.4.28.1.ppc64le"
},
"product_reference": "php7-phar-7.4.33-150400.4.28.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-phar-7.4.33-150400.4.28.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-phar-7.4.33-150400.4.28.1.s390x"
},
"product_reference": "php7-phar-7.4.33-150400.4.28.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-phar-7.4.33-150400.4.28.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-phar-7.4.33-150400.4.28.1.x86_64"
},
"product_reference": "php7-phar-7.4.33-150400.4.28.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-posix-7.4.33-150400.4.28.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-posix-7.4.33-150400.4.28.1.aarch64"
},
"product_reference": "php7-posix-7.4.33-150400.4.28.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-posix-7.4.33-150400.4.28.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-posix-7.4.33-150400.4.28.1.ppc64le"
},
"product_reference": "php7-posix-7.4.33-150400.4.28.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-posix-7.4.33-150400.4.28.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-posix-7.4.33-150400.4.28.1.s390x"
},
"product_reference": "php7-posix-7.4.33-150400.4.28.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-posix-7.4.33-150400.4.28.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-posix-7.4.33-150400.4.28.1.x86_64"
},
"product_reference": "php7-posix-7.4.33-150400.4.28.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-readline-7.4.33-150400.4.28.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-readline-7.4.33-150400.4.28.1.aarch64"
},
"product_reference": "php7-readline-7.4.33-150400.4.28.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-readline-7.4.33-150400.4.28.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-readline-7.4.33-150400.4.28.1.ppc64le"
},
"product_reference": "php7-readline-7.4.33-150400.4.28.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-readline-7.4.33-150400.4.28.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-readline-7.4.33-150400.4.28.1.s390x"
},
"product_reference": "php7-readline-7.4.33-150400.4.28.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-readline-7.4.33-150400.4.28.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-readline-7.4.33-150400.4.28.1.x86_64"
},
"product_reference": "php7-readline-7.4.33-150400.4.28.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-shmop-7.4.33-150400.4.28.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-shmop-7.4.33-150400.4.28.1.aarch64"
},
"product_reference": "php7-shmop-7.4.33-150400.4.28.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-shmop-7.4.33-150400.4.28.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-shmop-7.4.33-150400.4.28.1.ppc64le"
},
"product_reference": "php7-shmop-7.4.33-150400.4.28.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-shmop-7.4.33-150400.4.28.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-shmop-7.4.33-150400.4.28.1.s390x"
},
"product_reference": "php7-shmop-7.4.33-150400.4.28.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-shmop-7.4.33-150400.4.28.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-shmop-7.4.33-150400.4.28.1.x86_64"
},
"product_reference": "php7-shmop-7.4.33-150400.4.28.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-snmp-7.4.33-150400.4.28.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-snmp-7.4.33-150400.4.28.1.aarch64"
},
"product_reference": "php7-snmp-7.4.33-150400.4.28.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-snmp-7.4.33-150400.4.28.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-snmp-7.4.33-150400.4.28.1.ppc64le"
},
"product_reference": "php7-snmp-7.4.33-150400.4.28.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-snmp-7.4.33-150400.4.28.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-snmp-7.4.33-150400.4.28.1.s390x"
},
"product_reference": "php7-snmp-7.4.33-150400.4.28.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-snmp-7.4.33-150400.4.28.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-snmp-7.4.33-150400.4.28.1.x86_64"
},
"product_reference": "php7-snmp-7.4.33-150400.4.28.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-soap-7.4.33-150400.4.28.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-soap-7.4.33-150400.4.28.1.aarch64"
},
"product_reference": "php7-soap-7.4.33-150400.4.28.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-soap-7.4.33-150400.4.28.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-soap-7.4.33-150400.4.28.1.ppc64le"
},
"product_reference": "php7-soap-7.4.33-150400.4.28.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-soap-7.4.33-150400.4.28.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-soap-7.4.33-150400.4.28.1.s390x"
},
"product_reference": "php7-soap-7.4.33-150400.4.28.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-soap-7.4.33-150400.4.28.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-soap-7.4.33-150400.4.28.1.x86_64"
},
"product_reference": "php7-soap-7.4.33-150400.4.28.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sockets-7.4.33-150400.4.28.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sockets-7.4.33-150400.4.28.1.aarch64"
},
"product_reference": "php7-sockets-7.4.33-150400.4.28.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sockets-7.4.33-150400.4.28.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sockets-7.4.33-150400.4.28.1.ppc64le"
},
"product_reference": "php7-sockets-7.4.33-150400.4.28.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sockets-7.4.33-150400.4.28.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sockets-7.4.33-150400.4.28.1.s390x"
},
"product_reference": "php7-sockets-7.4.33-150400.4.28.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sockets-7.4.33-150400.4.28.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sockets-7.4.33-150400.4.28.1.x86_64"
},
"product_reference": "php7-sockets-7.4.33-150400.4.28.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sodium-7.4.33-150400.4.28.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sodium-7.4.33-150400.4.28.1.aarch64"
},
"product_reference": "php7-sodium-7.4.33-150400.4.28.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sodium-7.4.33-150400.4.28.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sodium-7.4.33-150400.4.28.1.ppc64le"
},
"product_reference": "php7-sodium-7.4.33-150400.4.28.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sodium-7.4.33-150400.4.28.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sodium-7.4.33-150400.4.28.1.s390x"
},
"product_reference": "php7-sodium-7.4.33-150400.4.28.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sodium-7.4.33-150400.4.28.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sodium-7.4.33-150400.4.28.1.x86_64"
},
"product_reference": "php7-sodium-7.4.33-150400.4.28.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sqlite-7.4.33-150400.4.28.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sqlite-7.4.33-150400.4.28.1.aarch64"
},
"product_reference": "php7-sqlite-7.4.33-150400.4.28.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sqlite-7.4.33-150400.4.28.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sqlite-7.4.33-150400.4.28.1.ppc64le"
},
"product_reference": "php7-sqlite-7.4.33-150400.4.28.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sqlite-7.4.33-150400.4.28.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sqlite-7.4.33-150400.4.28.1.s390x"
},
"product_reference": "php7-sqlite-7.4.33-150400.4.28.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sqlite-7.4.33-150400.4.28.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sqlite-7.4.33-150400.4.28.1.x86_64"
},
"product_reference": "php7-sqlite-7.4.33-150400.4.28.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sysvmsg-7.4.33-150400.4.28.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvmsg-7.4.33-150400.4.28.1.aarch64"
},
"product_reference": "php7-sysvmsg-7.4.33-150400.4.28.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sysvmsg-7.4.33-150400.4.28.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvmsg-7.4.33-150400.4.28.1.ppc64le"
},
"product_reference": "php7-sysvmsg-7.4.33-150400.4.28.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sysvmsg-7.4.33-150400.4.28.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvmsg-7.4.33-150400.4.28.1.s390x"
},
"product_reference": "php7-sysvmsg-7.4.33-150400.4.28.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sysvmsg-7.4.33-150400.4.28.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvmsg-7.4.33-150400.4.28.1.x86_64"
},
"product_reference": "php7-sysvmsg-7.4.33-150400.4.28.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sysvsem-7.4.33-150400.4.28.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvsem-7.4.33-150400.4.28.1.aarch64"
},
"product_reference": "php7-sysvsem-7.4.33-150400.4.28.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sysvsem-7.4.33-150400.4.28.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvsem-7.4.33-150400.4.28.1.ppc64le"
},
"product_reference": "php7-sysvsem-7.4.33-150400.4.28.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sysvsem-7.4.33-150400.4.28.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvsem-7.4.33-150400.4.28.1.s390x"
},
"product_reference": "php7-sysvsem-7.4.33-150400.4.28.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sysvsem-7.4.33-150400.4.28.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvsem-7.4.33-150400.4.28.1.x86_64"
},
"product_reference": "php7-sysvsem-7.4.33-150400.4.28.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sysvshm-7.4.33-150400.4.28.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvshm-7.4.33-150400.4.28.1.aarch64"
},
"product_reference": "php7-sysvshm-7.4.33-150400.4.28.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sysvshm-7.4.33-150400.4.28.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvshm-7.4.33-150400.4.28.1.ppc64le"
},
"product_reference": "php7-sysvshm-7.4.33-150400.4.28.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sysvshm-7.4.33-150400.4.28.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvshm-7.4.33-150400.4.28.1.s390x"
},
"product_reference": "php7-sysvshm-7.4.33-150400.4.28.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sysvshm-7.4.33-150400.4.28.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvshm-7.4.33-150400.4.28.1.x86_64"
},
"product_reference": "php7-sysvshm-7.4.33-150400.4.28.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-tidy-7.4.33-150400.4.28.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-tidy-7.4.33-150400.4.28.1.aarch64"
},
"product_reference": "php7-tidy-7.4.33-150400.4.28.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-tidy-7.4.33-150400.4.28.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-tidy-7.4.33-150400.4.28.1.ppc64le"
},
"product_reference": "php7-tidy-7.4.33-150400.4.28.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-tidy-7.4.33-150400.4.28.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-tidy-7.4.33-150400.4.28.1.s390x"
},
"product_reference": "php7-tidy-7.4.33-150400.4.28.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-tidy-7.4.33-150400.4.28.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-tidy-7.4.33-150400.4.28.1.x86_64"
},
"product_reference": "php7-tidy-7.4.33-150400.4.28.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-tokenizer-7.4.33-150400.4.28.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-tokenizer-7.4.33-150400.4.28.1.aarch64"
},
"product_reference": "php7-tokenizer-7.4.33-150400.4.28.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-tokenizer-7.4.33-150400.4.28.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-tokenizer-7.4.33-150400.4.28.1.ppc64le"
},
"product_reference": "php7-tokenizer-7.4.33-150400.4.28.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-tokenizer-7.4.33-150400.4.28.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-tokenizer-7.4.33-150400.4.28.1.s390x"
},
"product_reference": "php7-tokenizer-7.4.33-150400.4.28.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-tokenizer-7.4.33-150400.4.28.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-tokenizer-7.4.33-150400.4.28.1.x86_64"
},
"product_reference": "php7-tokenizer-7.4.33-150400.4.28.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-xmlreader-7.4.33-150400.4.28.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlreader-7.4.33-150400.4.28.1.aarch64"
},
"product_reference": "php7-xmlreader-7.4.33-150400.4.28.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-xmlreader-7.4.33-150400.4.28.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlreader-7.4.33-150400.4.28.1.ppc64le"
},
"product_reference": "php7-xmlreader-7.4.33-150400.4.28.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-xmlreader-7.4.33-150400.4.28.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlreader-7.4.33-150400.4.28.1.s390x"
},
"product_reference": "php7-xmlreader-7.4.33-150400.4.28.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-xmlreader-7.4.33-150400.4.28.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlreader-7.4.33-150400.4.28.1.x86_64"
},
"product_reference": "php7-xmlreader-7.4.33-150400.4.28.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-xmlrpc-7.4.33-150400.4.28.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlrpc-7.4.33-150400.4.28.1.aarch64"
},
"product_reference": "php7-xmlrpc-7.4.33-150400.4.28.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-xmlrpc-7.4.33-150400.4.28.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlrpc-7.4.33-150400.4.28.1.ppc64le"
},
"product_reference": "php7-xmlrpc-7.4.33-150400.4.28.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-xmlrpc-7.4.33-150400.4.28.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlrpc-7.4.33-150400.4.28.1.s390x"
},
"product_reference": "php7-xmlrpc-7.4.33-150400.4.28.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-xmlrpc-7.4.33-150400.4.28.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlrpc-7.4.33-150400.4.28.1.x86_64"
},
"product_reference": "php7-xmlrpc-7.4.33-150400.4.28.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-xmlwriter-7.4.33-150400.4.28.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlwriter-7.4.33-150400.4.28.1.aarch64"
},
"product_reference": "php7-xmlwriter-7.4.33-150400.4.28.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-xmlwriter-7.4.33-150400.4.28.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlwriter-7.4.33-150400.4.28.1.ppc64le"
},
"product_reference": "php7-xmlwriter-7.4.33-150400.4.28.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-xmlwriter-7.4.33-150400.4.28.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlwriter-7.4.33-150400.4.28.1.s390x"
},
"product_reference": "php7-xmlwriter-7.4.33-150400.4.28.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-xmlwriter-7.4.33-150400.4.28.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlwriter-7.4.33-150400.4.28.1.x86_64"
},
"product_reference": "php7-xmlwriter-7.4.33-150400.4.28.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-xsl-7.4.33-150400.4.28.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xsl-7.4.33-150400.4.28.1.aarch64"
},
"product_reference": "php7-xsl-7.4.33-150400.4.28.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-xsl-7.4.33-150400.4.28.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xsl-7.4.33-150400.4.28.1.ppc64le"
},
"product_reference": "php7-xsl-7.4.33-150400.4.28.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-xsl-7.4.33-150400.4.28.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xsl-7.4.33-150400.4.28.1.s390x"
},
"product_reference": "php7-xsl-7.4.33-150400.4.28.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-xsl-7.4.33-150400.4.28.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xsl-7.4.33-150400.4.28.1.x86_64"
},
"product_reference": "php7-xsl-7.4.33-150400.4.28.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-zip-7.4.33-150400.4.28.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-zip-7.4.33-150400.4.28.1.aarch64"
},
"product_reference": "php7-zip-7.4.33-150400.4.28.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-zip-7.4.33-150400.4.28.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-zip-7.4.33-150400.4.28.1.ppc64le"
},
"product_reference": "php7-zip-7.4.33-150400.4.28.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-zip-7.4.33-150400.4.28.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-zip-7.4.33-150400.4.28.1.s390x"
},
"product_reference": "php7-zip-7.4.33-150400.4.28.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-zip-7.4.33-150400.4.28.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-zip-7.4.33-150400.4.28.1.x86_64"
},
"product_reference": "php7-zip-7.4.33-150400.4.28.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-zlib-7.4.33-150400.4.28.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-zlib-7.4.33-150400.4.28.1.aarch64"
},
"product_reference": "php7-zlib-7.4.33-150400.4.28.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-zlib-7.4.33-150400.4.28.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-zlib-7.4.33-150400.4.28.1.ppc64le"
},
"product_reference": "php7-zlib-7.4.33-150400.4.28.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-zlib-7.4.33-150400.4.28.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-zlib-7.4.33-150400.4.28.1.s390x"
},
"product_reference": "php7-zlib-7.4.33-150400.4.28.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-zlib-7.4.33-150400.4.28.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-zlib-7.4.33-150400.4.28.1.x86_64"
},
"product_reference": "php7-zlib-7.4.33-150400.4.28.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "apache2-mod_php7-7.4.33-150400.4.28.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.28.1.aarch64"
},
"product_reference": "apache2-mod_php7-7.4.33-150400.4.28.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.28.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.28.1.ppc64le"
},
"product_reference": "apache2-mod_php7-7.4.33-150400.4.28.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.28.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.28.1.s390x"
},
"product_reference": "apache2-mod_php7-7.4.33-150400.4.28.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.28.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.28.1.x86_64"
},
"product_reference": "apache2-mod_php7-7.4.33-150400.4.28.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.28.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.28.1.aarch64"
},
"product_reference": "php7-7.4.33-150400.4.28.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.28.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.28.1.ppc64le"
},
"product_reference": "php7-7.4.33-150400.4.28.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.28.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.28.1.s390x"
},
"product_reference": "php7-7.4.33-150400.4.28.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.28.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.28.1.x86_64"
},
"product_reference": "php7-7.4.33-150400.4.28.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.28.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.28.1.aarch64"
},
"product_reference": "php7-bcmath-7.4.33-150400.4.28.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.28.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.28.1.ppc64le"
},
"product_reference": "php7-bcmath-7.4.33-150400.4.28.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.28.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.28.1.s390x"
},
"product_reference": "php7-bcmath-7.4.33-150400.4.28.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.28.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.28.1.x86_64"
},
"product_reference": "php7-bcmath-7.4.33-150400.4.28.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.28.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.28.1.aarch64"
},
"product_reference": "php7-bz2-7.4.33-150400.4.28.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.28.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.28.1.ppc64le"
},
"product_reference": "php7-bz2-7.4.33-150400.4.28.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.28.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.28.1.s390x"
},
"product_reference": "php7-bz2-7.4.33-150400.4.28.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.28.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.28.1.x86_64"
},
"product_reference": "php7-bz2-7.4.33-150400.4.28.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.28.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.28.1.aarch64"
},
"product_reference": "php7-calendar-7.4.33-150400.4.28.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.28.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.28.1.ppc64le"
},
"product_reference": "php7-calendar-7.4.33-150400.4.28.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.28.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.28.1.s390x"
},
"product_reference": "php7-calendar-7.4.33-150400.4.28.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.28.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.28.1.x86_64"
},
"product_reference": "php7-calendar-7.4.33-150400.4.28.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.28.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.28.1.aarch64"
},
"product_reference": "php7-cli-7.4.33-150400.4.28.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.28.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.28.1.ppc64le"
},
"product_reference": "php7-cli-7.4.33-150400.4.28.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.28.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.28.1.s390x"
},
"product_reference": "php7-cli-7.4.33-150400.4.28.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.28.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.28.1.x86_64"
},
"product_reference": "php7-cli-7.4.33-150400.4.28.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.28.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.28.1.aarch64"
},
"product_reference": "php7-ctype-7.4.33-150400.4.28.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.28.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.28.1.ppc64le"
},
"product_reference": "php7-ctype-7.4.33-150400.4.28.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.28.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.28.1.s390x"
},
"product_reference": "php7-ctype-7.4.33-150400.4.28.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.28.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.28.1.x86_64"
},
"product_reference": "php7-ctype-7.4.33-150400.4.28.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.28.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.28.1.aarch64"
},
"product_reference": "php7-curl-7.4.33-150400.4.28.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.28.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.28.1.ppc64le"
},
"product_reference": "php7-curl-7.4.33-150400.4.28.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.28.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.28.1.s390x"
},
"product_reference": "php7-curl-7.4.33-150400.4.28.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.28.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.28.1.x86_64"
},
"product_reference": "php7-curl-7.4.33-150400.4.28.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.28.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.28.1.aarch64"
},
"product_reference": "php7-dba-7.4.33-150400.4.28.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.28.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.28.1.ppc64le"
},
"product_reference": "php7-dba-7.4.33-150400.4.28.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.28.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.28.1.s390x"
},
"product_reference": "php7-dba-7.4.33-150400.4.28.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.28.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.28.1.x86_64"
},
"product_reference": "php7-dba-7.4.33-150400.4.28.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.28.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.28.1.aarch64"
},
"product_reference": "php7-devel-7.4.33-150400.4.28.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.28.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.28.1.ppc64le"
},
"product_reference": "php7-devel-7.4.33-150400.4.28.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.28.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.28.1.s390x"
},
"product_reference": "php7-devel-7.4.33-150400.4.28.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.28.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.28.1.x86_64"
},
"product_reference": "php7-devel-7.4.33-150400.4.28.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.28.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.28.1.aarch64"
},
"product_reference": "php7-dom-7.4.33-150400.4.28.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.28.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.28.1.ppc64le"
},
"product_reference": "php7-dom-7.4.33-150400.4.28.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.28.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.28.1.s390x"
},
"product_reference": "php7-dom-7.4.33-150400.4.28.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.28.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.28.1.x86_64"
},
"product_reference": "php7-dom-7.4.33-150400.4.28.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.28.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.28.1.aarch64"
},
"product_reference": "php7-enchant-7.4.33-150400.4.28.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.28.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.28.1.ppc64le"
},
"product_reference": "php7-enchant-7.4.33-150400.4.28.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.28.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.28.1.s390x"
},
"product_reference": "php7-enchant-7.4.33-150400.4.28.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.28.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.28.1.x86_64"
},
"product_reference": "php7-enchant-7.4.33-150400.4.28.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.28.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.28.1.aarch64"
},
"product_reference": "php7-exif-7.4.33-150400.4.28.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.28.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.28.1.ppc64le"
},
"product_reference": "php7-exif-7.4.33-150400.4.28.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.28.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.28.1.s390x"
},
"product_reference": "php7-exif-7.4.33-150400.4.28.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.28.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.28.1.x86_64"
},
"product_reference": "php7-exif-7.4.33-150400.4.28.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.28.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.28.1.aarch64"
},
"product_reference": "php7-fastcgi-7.4.33-150400.4.28.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.28.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.28.1.ppc64le"
},
"product_reference": "php7-fastcgi-7.4.33-150400.4.28.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.28.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.28.1.s390x"
},
"product_reference": "php7-fastcgi-7.4.33-150400.4.28.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.28.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.28.1.x86_64"
},
"product_reference": "php7-fastcgi-7.4.33-150400.4.28.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.28.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.28.1.aarch64"
},
"product_reference": "php7-fileinfo-7.4.33-150400.4.28.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.28.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.28.1.ppc64le"
},
"product_reference": "php7-fileinfo-7.4.33-150400.4.28.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.28.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.28.1.s390x"
},
"product_reference": "php7-fileinfo-7.4.33-150400.4.28.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.28.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.28.1.x86_64"
},
"product_reference": "php7-fileinfo-7.4.33-150400.4.28.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.28.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.28.1.aarch64"
},
"product_reference": "php7-fpm-7.4.33-150400.4.28.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.28.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.28.1.ppc64le"
},
"product_reference": "php7-fpm-7.4.33-150400.4.28.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.28.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.28.1.s390x"
},
"product_reference": "php7-fpm-7.4.33-150400.4.28.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.28.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.28.1.x86_64"
},
"product_reference": "php7-fpm-7.4.33-150400.4.28.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.28.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.28.1.aarch64"
},
"product_reference": "php7-ftp-7.4.33-150400.4.28.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.28.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.28.1.ppc64le"
},
"product_reference": "php7-ftp-7.4.33-150400.4.28.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.28.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.28.1.s390x"
},
"product_reference": "php7-ftp-7.4.33-150400.4.28.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.28.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.28.1.x86_64"
},
"product_reference": "php7-ftp-7.4.33-150400.4.28.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.28.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.28.1.aarch64"
},
"product_reference": "php7-gd-7.4.33-150400.4.28.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.28.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.28.1.ppc64le"
},
"product_reference": "php7-gd-7.4.33-150400.4.28.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.28.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.28.1.s390x"
},
"product_reference": "php7-gd-7.4.33-150400.4.28.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.28.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.28.1.x86_64"
},
"product_reference": "php7-gd-7.4.33-150400.4.28.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.28.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.28.1.aarch64"
},
"product_reference": "php7-gettext-7.4.33-150400.4.28.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.28.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.28.1.ppc64le"
},
"product_reference": "php7-gettext-7.4.33-150400.4.28.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.28.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.28.1.s390x"
},
"product_reference": "php7-gettext-7.4.33-150400.4.28.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.28.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.28.1.x86_64"
},
"product_reference": "php7-gettext-7.4.33-150400.4.28.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.28.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.28.1.aarch64"
},
"product_reference": "php7-gmp-7.4.33-150400.4.28.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.28.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.28.1.ppc64le"
},
"product_reference": "php7-gmp-7.4.33-150400.4.28.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.28.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.28.1.s390x"
},
"product_reference": "php7-gmp-7.4.33-150400.4.28.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.28.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.28.1.x86_64"
},
"product_reference": "php7-gmp-7.4.33-150400.4.28.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.28.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.28.1.aarch64"
},
"product_reference": "php7-iconv-7.4.33-150400.4.28.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.28.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.28.1.ppc64le"
},
"product_reference": "php7-iconv-7.4.33-150400.4.28.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.28.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.28.1.s390x"
},
"product_reference": "php7-iconv-7.4.33-150400.4.28.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.28.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.28.1.x86_64"
},
"product_reference": "php7-iconv-7.4.33-150400.4.28.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.28.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.28.1.aarch64"
},
"product_reference": "php7-intl-7.4.33-150400.4.28.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.28.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.28.1.ppc64le"
},
"product_reference": "php7-intl-7.4.33-150400.4.28.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.28.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.28.1.s390x"
},
"product_reference": "php7-intl-7.4.33-150400.4.28.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.28.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.28.1.x86_64"
},
"product_reference": "php7-intl-7.4.33-150400.4.28.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.28.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.28.1.aarch64"
},
"product_reference": "php7-json-7.4.33-150400.4.28.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.28.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.28.1.ppc64le"
},
"product_reference": "php7-json-7.4.33-150400.4.28.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.28.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.28.1.s390x"
},
"product_reference": "php7-json-7.4.33-150400.4.28.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.28.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.28.1.x86_64"
},
"product_reference": "php7-json-7.4.33-150400.4.28.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.28.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.28.1.aarch64"
},
"product_reference": "php7-ldap-7.4.33-150400.4.28.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.28.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.28.1.ppc64le"
},
"product_reference": "php7-ldap-7.4.33-150400.4.28.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.28.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.28.1.s390x"
},
"product_reference": "php7-ldap-7.4.33-150400.4.28.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.28.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.28.1.x86_64"
},
"product_reference": "php7-ldap-7.4.33-150400.4.28.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.28.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.28.1.aarch64"
},
"product_reference": "php7-mbstring-7.4.33-150400.4.28.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.28.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.28.1.ppc64le"
},
"product_reference": "php7-mbstring-7.4.33-150400.4.28.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.28.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.28.1.s390x"
},
"product_reference": "php7-mbstring-7.4.33-150400.4.28.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.28.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.28.1.x86_64"
},
"product_reference": "php7-mbstring-7.4.33-150400.4.28.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.28.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.28.1.aarch64"
},
"product_reference": "php7-mysql-7.4.33-150400.4.28.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.28.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.28.1.ppc64le"
},
"product_reference": "php7-mysql-7.4.33-150400.4.28.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.28.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.28.1.s390x"
},
"product_reference": "php7-mysql-7.4.33-150400.4.28.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.28.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.28.1.x86_64"
},
"product_reference": "php7-mysql-7.4.33-150400.4.28.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.28.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.28.1.aarch64"
},
"product_reference": "php7-odbc-7.4.33-150400.4.28.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.28.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.28.1.ppc64le"
},
"product_reference": "php7-odbc-7.4.33-150400.4.28.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.28.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.28.1.s390x"
},
"product_reference": "php7-odbc-7.4.33-150400.4.28.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.28.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.28.1.x86_64"
},
"product_reference": "php7-odbc-7.4.33-150400.4.28.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.28.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.28.1.aarch64"
},
"product_reference": "php7-opcache-7.4.33-150400.4.28.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.28.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.28.1.ppc64le"
},
"product_reference": "php7-opcache-7.4.33-150400.4.28.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.28.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.28.1.s390x"
},
"product_reference": "php7-opcache-7.4.33-150400.4.28.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.28.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.28.1.x86_64"
},
"product_reference": "php7-opcache-7.4.33-150400.4.28.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.28.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.28.1.aarch64"
},
"product_reference": "php7-openssl-7.4.33-150400.4.28.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.28.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.28.1.ppc64le"
},
"product_reference": "php7-openssl-7.4.33-150400.4.28.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.28.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.28.1.s390x"
},
"product_reference": "php7-openssl-7.4.33-150400.4.28.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.28.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.28.1.x86_64"
},
"product_reference": "php7-openssl-7.4.33-150400.4.28.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.28.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.28.1.aarch64"
},
"product_reference": "php7-pcntl-7.4.33-150400.4.28.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.28.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.28.1.ppc64le"
},
"product_reference": "php7-pcntl-7.4.33-150400.4.28.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.28.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.28.1.s390x"
},
"product_reference": "php7-pcntl-7.4.33-150400.4.28.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.28.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.28.1.x86_64"
},
"product_reference": "php7-pcntl-7.4.33-150400.4.28.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.28.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.28.1.aarch64"
},
"product_reference": "php7-pdo-7.4.33-150400.4.28.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.28.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.28.1.ppc64le"
},
"product_reference": "php7-pdo-7.4.33-150400.4.28.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.28.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.28.1.s390x"
},
"product_reference": "php7-pdo-7.4.33-150400.4.28.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.28.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.28.1.x86_64"
},
"product_reference": "php7-pdo-7.4.33-150400.4.28.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.28.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.28.1.aarch64"
},
"product_reference": "php7-pgsql-7.4.33-150400.4.28.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.28.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.28.1.ppc64le"
},
"product_reference": "php7-pgsql-7.4.33-150400.4.28.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.28.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.28.1.s390x"
},
"product_reference": "php7-pgsql-7.4.33-150400.4.28.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.28.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.28.1.x86_64"
},
"product_reference": "php7-pgsql-7.4.33-150400.4.28.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.28.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.28.1.aarch64"
},
"product_reference": "php7-phar-7.4.33-150400.4.28.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.28.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.28.1.ppc64le"
},
"product_reference": "php7-phar-7.4.33-150400.4.28.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.28.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.28.1.s390x"
},
"product_reference": "php7-phar-7.4.33-150400.4.28.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.28.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.28.1.x86_64"
},
"product_reference": "php7-phar-7.4.33-150400.4.28.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.28.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.28.1.aarch64"
},
"product_reference": "php7-posix-7.4.33-150400.4.28.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.28.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.28.1.ppc64le"
},
"product_reference": "php7-posix-7.4.33-150400.4.28.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.28.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.28.1.s390x"
},
"product_reference": "php7-posix-7.4.33-150400.4.28.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.28.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.28.1.x86_64"
},
"product_reference": "php7-posix-7.4.33-150400.4.28.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.28.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.28.1.aarch64"
},
"product_reference": "php7-readline-7.4.33-150400.4.28.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.28.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.28.1.ppc64le"
},
"product_reference": "php7-readline-7.4.33-150400.4.28.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.28.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.28.1.s390x"
},
"product_reference": "php7-readline-7.4.33-150400.4.28.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.28.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.28.1.x86_64"
},
"product_reference": "php7-readline-7.4.33-150400.4.28.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.28.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.28.1.aarch64"
},
"product_reference": "php7-shmop-7.4.33-150400.4.28.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.28.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.28.1.ppc64le"
},
"product_reference": "php7-shmop-7.4.33-150400.4.28.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.28.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.28.1.s390x"
},
"product_reference": "php7-shmop-7.4.33-150400.4.28.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.28.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.28.1.x86_64"
},
"product_reference": "php7-shmop-7.4.33-150400.4.28.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.28.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.28.1.aarch64"
},
"product_reference": "php7-snmp-7.4.33-150400.4.28.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.28.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.28.1.ppc64le"
},
"product_reference": "php7-snmp-7.4.33-150400.4.28.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.28.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.28.1.s390x"
},
"product_reference": "php7-snmp-7.4.33-150400.4.28.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.28.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.28.1.x86_64"
},
"product_reference": "php7-snmp-7.4.33-150400.4.28.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.28.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.28.1.aarch64"
},
"product_reference": "php7-soap-7.4.33-150400.4.28.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.28.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.28.1.ppc64le"
},
"product_reference": "php7-soap-7.4.33-150400.4.28.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.28.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.28.1.s390x"
},
"product_reference": "php7-soap-7.4.33-150400.4.28.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.28.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.28.1.x86_64"
},
"product_reference": "php7-soap-7.4.33-150400.4.28.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.28.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.28.1.aarch64"
},
"product_reference": "php7-sockets-7.4.33-150400.4.28.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.28.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.28.1.ppc64le"
},
"product_reference": "php7-sockets-7.4.33-150400.4.28.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.28.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.28.1.s390x"
},
"product_reference": "php7-sockets-7.4.33-150400.4.28.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.28.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.28.1.x86_64"
},
"product_reference": "php7-sockets-7.4.33-150400.4.28.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.28.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.28.1.aarch64"
},
"product_reference": "php7-sodium-7.4.33-150400.4.28.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.28.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.28.1.ppc64le"
},
"product_reference": "php7-sodium-7.4.33-150400.4.28.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.28.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.28.1.s390x"
},
"product_reference": "php7-sodium-7.4.33-150400.4.28.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.28.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.28.1.x86_64"
},
"product_reference": "php7-sodium-7.4.33-150400.4.28.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.28.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.28.1.aarch64"
},
"product_reference": "php7-sqlite-7.4.33-150400.4.28.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.28.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.28.1.ppc64le"
},
"product_reference": "php7-sqlite-7.4.33-150400.4.28.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.28.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.28.1.s390x"
},
"product_reference": "php7-sqlite-7.4.33-150400.4.28.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.28.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.28.1.x86_64"
},
"product_reference": "php7-sqlite-7.4.33-150400.4.28.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.28.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.28.1.aarch64"
},
"product_reference": "php7-sysvmsg-7.4.33-150400.4.28.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.28.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.28.1.ppc64le"
},
"product_reference": "php7-sysvmsg-7.4.33-150400.4.28.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.28.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.28.1.s390x"
},
"product_reference": "php7-sysvmsg-7.4.33-150400.4.28.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.28.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.28.1.x86_64"
},
"product_reference": "php7-sysvmsg-7.4.33-150400.4.28.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.28.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.28.1.aarch64"
},
"product_reference": "php7-sysvsem-7.4.33-150400.4.28.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.28.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.28.1.ppc64le"
},
"product_reference": "php7-sysvsem-7.4.33-150400.4.28.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.28.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.28.1.s390x"
},
"product_reference": "php7-sysvsem-7.4.33-150400.4.28.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.28.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.28.1.x86_64"
},
"product_reference": "php7-sysvsem-7.4.33-150400.4.28.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.28.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.28.1.aarch64"
},
"product_reference": "php7-sysvshm-7.4.33-150400.4.28.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.28.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.28.1.ppc64le"
},
"product_reference": "php7-sysvshm-7.4.33-150400.4.28.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.28.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.28.1.s390x"
},
"product_reference": "php7-sysvshm-7.4.33-150400.4.28.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.28.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.28.1.x86_64"
},
"product_reference": "php7-sysvshm-7.4.33-150400.4.28.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.28.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.28.1.aarch64"
},
"product_reference": "php7-tidy-7.4.33-150400.4.28.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.28.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.28.1.ppc64le"
},
"product_reference": "php7-tidy-7.4.33-150400.4.28.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.28.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.28.1.s390x"
},
"product_reference": "php7-tidy-7.4.33-150400.4.28.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.28.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.28.1.x86_64"
},
"product_reference": "php7-tidy-7.4.33-150400.4.28.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.28.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.28.1.aarch64"
},
"product_reference": "php7-tokenizer-7.4.33-150400.4.28.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.28.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.28.1.ppc64le"
},
"product_reference": "php7-tokenizer-7.4.33-150400.4.28.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.28.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.28.1.s390x"
},
"product_reference": "php7-tokenizer-7.4.33-150400.4.28.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.28.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.28.1.x86_64"
},
"product_reference": "php7-tokenizer-7.4.33-150400.4.28.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.28.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.28.1.aarch64"
},
"product_reference": "php7-xmlreader-7.4.33-150400.4.28.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.28.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.28.1.ppc64le"
},
"product_reference": "php7-xmlreader-7.4.33-150400.4.28.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.28.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.28.1.s390x"
},
"product_reference": "php7-xmlreader-7.4.33-150400.4.28.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.28.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.28.1.x86_64"
},
"product_reference": "php7-xmlreader-7.4.33-150400.4.28.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.28.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.28.1.aarch64"
},
"product_reference": "php7-xmlrpc-7.4.33-150400.4.28.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.28.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.28.1.ppc64le"
},
"product_reference": "php7-xmlrpc-7.4.33-150400.4.28.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.28.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.28.1.s390x"
},
"product_reference": "php7-xmlrpc-7.4.33-150400.4.28.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.28.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.28.1.x86_64"
},
"product_reference": "php7-xmlrpc-7.4.33-150400.4.28.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.28.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.28.1.aarch64"
},
"product_reference": "php7-xmlwriter-7.4.33-150400.4.28.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.28.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.28.1.ppc64le"
},
"product_reference": "php7-xmlwriter-7.4.33-150400.4.28.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.28.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.28.1.s390x"
},
"product_reference": "php7-xmlwriter-7.4.33-150400.4.28.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.28.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.28.1.x86_64"
},
"product_reference": "php7-xmlwriter-7.4.33-150400.4.28.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.28.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.28.1.aarch64"
},
"product_reference": "php7-xsl-7.4.33-150400.4.28.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.28.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.28.1.ppc64le"
},
"product_reference": "php7-xsl-7.4.33-150400.4.28.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.28.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.28.1.s390x"
},
"product_reference": "php7-xsl-7.4.33-150400.4.28.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.28.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.28.1.x86_64"
},
"product_reference": "php7-xsl-7.4.33-150400.4.28.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.28.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.28.1.aarch64"
},
"product_reference": "php7-zip-7.4.33-150400.4.28.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.28.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.28.1.ppc64le"
},
"product_reference": "php7-zip-7.4.33-150400.4.28.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.28.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.28.1.s390x"
},
"product_reference": "php7-zip-7.4.33-150400.4.28.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.28.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.28.1.x86_64"
},
"product_reference": "php7-zip-7.4.33-150400.4.28.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.28.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.28.1.aarch64"
},
"product_reference": "php7-zlib-7.4.33-150400.4.28.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.28.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.28.1.ppc64le"
},
"product_reference": "php7-zlib-7.4.33-150400.4.28.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.28.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.28.1.s390x"
},
"product_reference": "php7-zlib-7.4.33-150400.4.28.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.28.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.28.1.x86_64"
},
"product_reference": "php7-zlib-7.4.33-150400.4.28.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-embed-7.4.33-150400.4.28.1.aarch64 as component of SUSE Linux Enterprise Module for Package Hub 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP4:php7-embed-7.4.33-150400.4.28.1.aarch64"
},
"product_reference": "php7-embed-7.4.33-150400.4.28.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-embed-7.4.33-150400.4.28.1.ppc64le as component of SUSE Linux Enterprise Module for Package Hub 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP4:php7-embed-7.4.33-150400.4.28.1.ppc64le"
},
"product_reference": "php7-embed-7.4.33-150400.4.28.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-embed-7.4.33-150400.4.28.1.s390x as component of SUSE Linux Enterprise Module for Package Hub 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP4:php7-embed-7.4.33-150400.4.28.1.s390x"
},
"product_reference": "php7-embed-7.4.33-150400.4.28.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-embed-7.4.33-150400.4.28.1.x86_64 as component of SUSE Linux Enterprise Module for Package Hub 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP4:php7-embed-7.4.33-150400.4.28.1.x86_64"
},
"product_reference": "php7-embed-7.4.33-150400.4.28.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-embed-7.4.33-150400.4.28.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.28.1.aarch64"
},
"product_reference": "php7-embed-7.4.33-150400.4.28.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.28.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.28.1.ppc64le"
},
"product_reference": "php7-embed-7.4.33-150400.4.28.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.28.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.28.1.s390x"
},
"product_reference": "php7-embed-7.4.33-150400.4.28.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.28.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.28.1.x86_64"
},
"product_reference": "php7-embed-7.4.33-150400.4.28.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "apache2-mod_php7-7.4.33-150400.4.28.1.aarch64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:apache2-mod_php7-7.4.33-150400.4.28.1.aarch64"
},
"product_reference": "apache2-mod_php7-7.4.33-150400.4.28.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "apache2-mod_php7-7.4.33-150400.4.28.1.ppc64le as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:apache2-mod_php7-7.4.33-150400.4.28.1.ppc64le"
},
"product_reference": "apache2-mod_php7-7.4.33-150400.4.28.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "apache2-mod_php7-7.4.33-150400.4.28.1.s390x as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:apache2-mod_php7-7.4.33-150400.4.28.1.s390x"
},
"product_reference": "apache2-mod_php7-7.4.33-150400.4.28.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "apache2-mod_php7-7.4.33-150400.4.28.1.x86_64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:apache2-mod_php7-7.4.33-150400.4.28.1.x86_64"
},
"product_reference": "apache2-mod_php7-7.4.33-150400.4.28.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-7.4.33-150400.4.28.1.aarch64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php7-7.4.33-150400.4.28.1.aarch64"
},
"product_reference": "php7-7.4.33-150400.4.28.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-7.4.33-150400.4.28.1.ppc64le as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php7-7.4.33-150400.4.28.1.ppc64le"
},
"product_reference": "php7-7.4.33-150400.4.28.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-7.4.33-150400.4.28.1.s390x as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php7-7.4.33-150400.4.28.1.s390x"
},
"product_reference": "php7-7.4.33-150400.4.28.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-7.4.33-150400.4.28.1.x86_64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php7-7.4.33-150400.4.28.1.x86_64"
},
"product_reference": "php7-7.4.33-150400.4.28.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-bcmath-7.4.33-150400.4.28.1.aarch64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php7-bcmath-7.4.33-150400.4.28.1.aarch64"
},
"product_reference": "php7-bcmath-7.4.33-150400.4.28.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-bcmath-7.4.33-150400.4.28.1.ppc64le as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php7-bcmath-7.4.33-150400.4.28.1.ppc64le"
},
"product_reference": "php7-bcmath-7.4.33-150400.4.28.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-bcmath-7.4.33-150400.4.28.1.s390x as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php7-bcmath-7.4.33-150400.4.28.1.s390x"
},
"product_reference": "php7-bcmath-7.4.33-150400.4.28.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-bcmath-7.4.33-150400.4.28.1.x86_64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php7-bcmath-7.4.33-150400.4.28.1.x86_64"
},
"product_reference": "php7-bcmath-7.4.33-150400.4.28.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-bz2-7.4.33-150400.4.28.1.aarch64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php7-bz2-7.4.33-150400.4.28.1.aarch64"
},
"product_reference": "php7-bz2-7.4.33-150400.4.28.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-bz2-7.4.33-150400.4.28.1.ppc64le as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php7-bz2-7.4.33-150400.4.28.1.ppc64le"
},
"product_reference": "php7-bz2-7.4.33-150400.4.28.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-bz2-7.4.33-150400.4.28.1.s390x as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php7-bz2-7.4.33-150400.4.28.1.s390x"
},
"product_reference": "php7-bz2-7.4.33-150400.4.28.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-bz2-7.4.33-150400.4.28.1.x86_64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php7-bz2-7.4.33-150400.4.28.1.x86_64"
},
"product_reference": "php7-bz2-7.4.33-150400.4.28.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-calendar-7.4.33-150400.4.28.1.aarch64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php7-calendar-7.4.33-150400.4.28.1.aarch64"
},
"product_reference": "php7-calendar-7.4.33-150400.4.28.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-calendar-7.4.33-150400.4.28.1.ppc64le as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php7-calendar-7.4.33-150400.4.28.1.ppc64le"
},
"product_reference": "php7-calendar-7.4.33-150400.4.28.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-calendar-7.4.33-150400.4.28.1.s390x as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php7-calendar-7.4.33-150400.4.28.1.s390x"
},
"product_reference": "php7-calendar-7.4.33-150400.4.28.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-calendar-7.4.33-150400.4.28.1.x86_64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php7-calendar-7.4.33-150400.4.28.1.x86_64"
},
"product_reference": "php7-calendar-7.4.33-150400.4.28.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-cli-7.4.33-150400.4.28.1.aarch64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php7-cli-7.4.33-150400.4.28.1.aarch64"
},
"product_reference": "php7-cli-7.4.33-150400.4.28.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-cli-7.4.33-150400.4.28.1.ppc64le as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php7-cli-7.4.33-150400.4.28.1.ppc64le"
},
"product_reference": "php7-cli-7.4.33-150400.4.28.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-cli-7.4.33-150400.4.28.1.s390x as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php7-cli-7.4.33-150400.4.28.1.s390x"
},
"product_reference": "php7-cli-7.4.33-150400.4.28.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-cli-7.4.33-150400.4.28.1.x86_64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php7-cli-7.4.33-150400.4.28.1.x86_64"
},
"product_reference": "php7-cli-7.4.33-150400.4.28.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-ctype-7.4.33-150400.4.28.1.aarch64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php7-ctype-7.4.33-150400.4.28.1.aarch64"
},
"product_reference": "php7-ctype-7.4.33-150400.4.28.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-ctype-7.4.33-150400.4.28.1.ppc64le as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php7-ctype-7.4.33-150400.4.28.1.ppc64le"
},
"product_reference": "php7-ctype-7.4.33-150400.4.28.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-ctype-7.4.33-150400.4.28.1.s390x as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php7-ctype-7.4.33-150400.4.28.1.s390x"
},
"product_reference": "php7-ctype-7.4.33-150400.4.28.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-ctype-7.4.33-150400.4.28.1.x86_64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php7-ctype-7.4.33-150400.4.28.1.x86_64"
},
"product_reference": "php7-ctype-7.4.33-150400.4.28.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-curl-7.4.33-150400.4.28.1.aarch64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php7-curl-7.4.33-150400.4.28.1.aarch64"
},
"product_reference": "php7-curl-7.4.33-150400.4.28.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-curl-7.4.33-150400.4.28.1.ppc64le as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php7-curl-7.4.33-150400.4.28.1.ppc64le"
},
"product_reference": "php7-curl-7.4.33-150400.4.28.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-curl-7.4.33-150400.4.28.1.s390x as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php7-curl-7.4.33-150400.4.28.1.s390x"
},
"product_reference": "php7-curl-7.4.33-150400.4.28.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-curl-7.4.33-150400.4.28.1.x86_64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php7-curl-7.4.33-150400.4.28.1.x86_64"
},
"product_reference": "php7-curl-7.4.33-150400.4.28.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-dba-7.4.33-150400.4.28.1.aarch64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php7-dba-7.4.33-150400.4.28.1.aarch64"
},
"product_reference": "php7-dba-7.4.33-150400.4.28.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-dba-7.4.33-150400.4.28.1.ppc64le as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php7-dba-7.4.33-150400.4.28.1.ppc64le"
},
"product_reference": "php7-dba-7.4.33-150400.4.28.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-dba-7.4.33-150400.4.28.1.s390x as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php7-dba-7.4.33-150400.4.28.1.s390x"
},
"product_reference": "php7-dba-7.4.33-150400.4.28.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-dba-7.4.33-150400.4.28.1.x86_64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php7-dba-7.4.33-150400.4.28.1.x86_64"
},
"product_reference": "php7-dba-7.4.33-150400.4.28.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-devel-7.4.33-150400.4.28.1.aarch64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php7-devel-7.4.33-150400.4.28.1.aarch64"
},
"product_reference": "php7-devel-7.4.33-150400.4.28.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-devel-7.4.33-150400.4.28.1.ppc64le as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php7-devel-7.4.33-150400.4.28.1.ppc64le"
},
"product_reference": "php7-devel-7.4.33-150400.4.28.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-devel-7.4.33-150400.4.28.1.s390x as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php7-devel-7.4.33-150400.4.28.1.s390x"
},
"product_reference": "php7-devel-7.4.33-150400.4.28.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-devel-7.4.33-150400.4.28.1.x86_64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php7-devel-7.4.33-150400.4.28.1.x86_64"
},
"product_reference": "php7-devel-7.4.33-150400.4.28.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-dom-7.4.33-150400.4.28.1.aarch64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php7-dom-7.4.33-150400.4.28.1.aarch64"
},
"product_reference": "php7-dom-7.4.33-150400.4.28.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-dom-7.4.33-150400.4.28.1.ppc64le as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php7-dom-7.4.33-150400.4.28.1.ppc64le"
},
"product_reference": "php7-dom-7.4.33-150400.4.28.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-dom-7.4.33-150400.4.28.1.s390x as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php7-dom-7.4.33-150400.4.28.1.s390x"
},
"product_reference": "php7-dom-7.4.33-150400.4.28.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-dom-7.4.33-150400.4.28.1.x86_64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php7-dom-7.4.33-150400.4.28.1.x86_64"
},
"product_reference": "php7-dom-7.4.33-150400.4.28.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-embed-7.4.33-150400.4.28.1.aarch64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php7-embed-7.4.33-150400.4.28.1.aarch64"
},
"product_reference": "php7-embed-7.4.33-150400.4.28.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-embed-7.4.33-150400.4.28.1.ppc64le as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php7-embed-7.4.33-150400.4.28.1.ppc64le"
},
"product_reference": "php7-embed-7.4.33-150400.4.28.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-embed-7.4.33-150400.4.28.1.s390x as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php7-embed-7.4.33-150400.4.28.1.s390x"
},
"product_reference": "php7-embed-7.4.33-150400.4.28.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-embed-7.4.33-150400.4.28.1.x86_64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php7-embed-7.4.33-150400.4.28.1.x86_64"
},
"product_reference": "php7-embed-7.4.33-150400.4.28.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-enchant-7.4.33-150400.4.28.1.aarch64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php7-enchant-7.4.33-150400.4.28.1.aarch64"
},
"product_reference": "php7-enchant-7.4.33-150400.4.28.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-enchant-7.4.33-150400.4.28.1.ppc64le as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php7-enchant-7.4.33-150400.4.28.1.ppc64le"
},
"product_reference": "php7-enchant-7.4.33-150400.4.28.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-enchant-7.4.33-150400.4.28.1.s390x as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php7-enchant-7.4.33-150400.4.28.1.s390x"
},
"product_reference": "php7-enchant-7.4.33-150400.4.28.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-enchant-7.4.33-150400.4.28.1.x86_64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php7-enchant-7.4.33-150400.4.28.1.x86_64"
},
"product_reference": "php7-enchant-7.4.33-150400.4.28.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-exif-7.4.33-150400.4.28.1.aarch64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php7-exif-7.4.33-150400.4.28.1.aarch64"
},
"product_reference": "php7-exif-7.4.33-150400.4.28.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-exif-7.4.33-150400.4.28.1.ppc64le as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php7-exif-7.4.33-150400.4.28.1.ppc64le"
},
"product_reference": "php7-exif-7.4.33-150400.4.28.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-exif-7.4.33-150400.4.28.1.s390x as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php7-exif-7.4.33-150400.4.28.1.s390x"
},
"product_reference": "php7-exif-7.4.33-150400.4.28.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-exif-7.4.33-150400.4.28.1.x86_64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php7-exif-7.4.33-150400.4.28.1.x86_64"
},
"product_reference": "php7-exif-7.4.33-150400.4.28.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-fastcgi-7.4.33-150400.4.28.1.aarch64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php7-fastcgi-7.4.33-150400.4.28.1.aarch64"
},
"product_reference": "php7-fastcgi-7.4.33-150400.4.28.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-fastcgi-7.4.33-150400.4.28.1.ppc64le as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php7-fastcgi-7.4.33-150400.4.28.1.ppc64le"
},
"product_reference": "php7-fastcgi-7.4.33-150400.4.28.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-fastcgi-7.4.33-150400.4.28.1.s390x as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php7-fastcgi-7.4.33-150400.4.28.1.s390x"
},
"product_reference": "php7-fastcgi-7.4.33-150400.4.28.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-fastcgi-7.4.33-150400.4.28.1.x86_64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php7-fastcgi-7.4.33-150400.4.28.1.x86_64"
},
"product_reference": "php7-fastcgi-7.4.33-150400.4.28.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-fileinfo-7.4.33-150400.4.28.1.aarch64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php7-fileinfo-7.4.33-150400.4.28.1.aarch64"
},
"product_reference": "php7-fileinfo-7.4.33-150400.4.28.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-fileinfo-7.4.33-150400.4.28.1.ppc64le as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php7-fileinfo-7.4.33-150400.4.28.1.ppc64le"
},
"product_reference": "php7-fileinfo-7.4.33-150400.4.28.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-fileinfo-7.4.33-150400.4.28.1.s390x as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php7-fileinfo-7.4.33-150400.4.28.1.s390x"
},
"product_reference": "php7-fileinfo-7.4.33-150400.4.28.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-fileinfo-7.4.33-150400.4.28.1.x86_64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php7-fileinfo-7.4.33-150400.4.28.1.x86_64"
},
"product_reference": "php7-fileinfo-7.4.33-150400.4.28.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-fpm-7.4.33-150400.4.28.1.aarch64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php7-fpm-7.4.33-150400.4.28.1.aarch64"
},
"product_reference": "php7-fpm-7.4.33-150400.4.28.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-fpm-7.4.33-150400.4.28.1.ppc64le as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php7-fpm-7.4.33-150400.4.28.1.ppc64le"
},
"product_reference": "php7-fpm-7.4.33-150400.4.28.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-fpm-7.4.33-150400.4.28.1.s390x as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php7-fpm-7.4.33-150400.4.28.1.s390x"
},
"product_reference": "php7-fpm-7.4.33-150400.4.28.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-fpm-7.4.33-150400.4.28.1.x86_64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php7-fpm-7.4.33-150400.4.28.1.x86_64"
},
"product_reference": "php7-fpm-7.4.33-150400.4.28.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-ftp-7.4.33-150400.4.28.1.aarch64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php7-ftp-7.4.33-150400.4.28.1.aarch64"
},
"product_reference": "php7-ftp-7.4.33-150400.4.28.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-ftp-7.4.33-150400.4.28.1.ppc64le as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php7-ftp-7.4.33-150400.4.28.1.ppc64le"
},
"product_reference": "php7-ftp-7.4.33-150400.4.28.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-ftp-7.4.33-150400.4.28.1.s390x as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php7-ftp-7.4.33-150400.4.28.1.s390x"
},
"product_reference": "php7-ftp-7.4.33-150400.4.28.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-ftp-7.4.33-150400.4.28.1.x86_64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php7-ftp-7.4.33-150400.4.28.1.x86_64"
},
"product_reference": "php7-ftp-7.4.33-150400.4.28.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-gd-7.4.33-150400.4.28.1.aarch64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php7-gd-7.4.33-150400.4.28.1.aarch64"
},
"product_reference": "php7-gd-7.4.33-150400.4.28.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-gd-7.4.33-150400.4.28.1.ppc64le as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php7-gd-7.4.33-150400.4.28.1.ppc64le"
},
"product_reference": "php7-gd-7.4.33-150400.4.28.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-gd-7.4.33-150400.4.28.1.s390x as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php7-gd-7.4.33-150400.4.28.1.s390x"
},
"product_reference": "php7-gd-7.4.33-150400.4.28.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-gd-7.4.33-150400.4.28.1.x86_64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php7-gd-7.4.33-150400.4.28.1.x86_64"
},
"product_reference": "php7-gd-7.4.33-150400.4.28.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-gettext-7.4.33-150400.4.28.1.aarch64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php7-gettext-7.4.33-150400.4.28.1.aarch64"
},
"product_reference": "php7-gettext-7.4.33-150400.4.28.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-gettext-7.4.33-150400.4.28.1.ppc64le as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php7-gettext-7.4.33-150400.4.28.1.ppc64le"
},
"product_reference": "php7-gettext-7.4.33-150400.4.28.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-gettext-7.4.33-150400.4.28.1.s390x as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php7-gettext-7.4.33-150400.4.28.1.s390x"
},
"product_reference": "php7-gettext-7.4.33-150400.4.28.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-gettext-7.4.33-150400.4.28.1.x86_64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php7-gettext-7.4.33-150400.4.28.1.x86_64"
},
"product_reference": "php7-gettext-7.4.33-150400.4.28.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-gmp-7.4.33-150400.4.28.1.aarch64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php7-gmp-7.4.33-150400.4.28.1.aarch64"
},
"product_reference": "php7-gmp-7.4.33-150400.4.28.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-gmp-7.4.33-150400.4.28.1.ppc64le as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php7-gmp-7.4.33-150400.4.28.1.ppc64le"
},
"product_reference": "php7-gmp-7.4.33-150400.4.28.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-gmp-7.4.33-150400.4.28.1.s390x as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php7-gmp-7.4.33-150400.4.28.1.s390x"
},
"product_reference": "php7-gmp-7.4.33-150400.4.28.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-gmp-7.4.33-150400.4.28.1.x86_64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php7-gmp-7.4.33-150400.4.28.1.x86_64"
},
"product_reference": "php7-gmp-7.4.33-150400.4.28.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-iconv-7.4.33-150400.4.28.1.aarch64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php7-iconv-7.4.33-150400.4.28.1.aarch64"
},
"product_reference": "php7-iconv-7.4.33-150400.4.28.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-iconv-7.4.33-150400.4.28.1.ppc64le as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php7-iconv-7.4.33-150400.4.28.1.ppc64le"
},
"product_reference": "php7-iconv-7.4.33-150400.4.28.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-iconv-7.4.33-150400.4.28.1.s390x as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php7-iconv-7.4.33-150400.4.28.1.s390x"
},
"product_reference": "php7-iconv-7.4.33-150400.4.28.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-iconv-7.4.33-150400.4.28.1.x86_64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php7-iconv-7.4.33-150400.4.28.1.x86_64"
},
"product_reference": "php7-iconv-7.4.33-150400.4.28.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-intl-7.4.33-150400.4.28.1.aarch64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php7-intl-7.4.33-150400.4.28.1.aarch64"
},
"product_reference": "php7-intl-7.4.33-150400.4.28.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-intl-7.4.33-150400.4.28.1.ppc64le as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php7-intl-7.4.33-150400.4.28.1.ppc64le"
},
"product_reference": "php7-intl-7.4.33-150400.4.28.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-intl-7.4.33-150400.4.28.1.s390x as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php7-intl-7.4.33-150400.4.28.1.s390x"
},
"product_reference": "php7-intl-7.4.33-150400.4.28.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-intl-7.4.33-150400.4.28.1.x86_64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php7-intl-7.4.33-150400.4.28.1.x86_64"
},
"product_reference": "php7-intl-7.4.33-150400.4.28.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-json-7.4.33-150400.4.28.1.aarch64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php7-json-7.4.33-150400.4.28.1.aarch64"
},
"product_reference": "php7-json-7.4.33-150400.4.28.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-json-7.4.33-150400.4.28.1.ppc64le as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php7-json-7.4.33-150400.4.28.1.ppc64le"
},
"product_reference": "php7-json-7.4.33-150400.4.28.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-json-7.4.33-150400.4.28.1.s390x as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php7-json-7.4.33-150400.4.28.1.s390x"
},
"product_reference": "php7-json-7.4.33-150400.4.28.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-json-7.4.33-150400.4.28.1.x86_64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php7-json-7.4.33-150400.4.28.1.x86_64"
},
"product_reference": "php7-json-7.4.33-150400.4.28.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-ldap-7.4.33-150400.4.28.1.aarch64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php7-ldap-7.4.33-150400.4.28.1.aarch64"
},
"product_reference": "php7-ldap-7.4.33-150400.4.28.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-ldap-7.4.33-150400.4.28.1.ppc64le as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php7-ldap-7.4.33-150400.4.28.1.ppc64le"
},
"product_reference": "php7-ldap-7.4.33-150400.4.28.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-ldap-7.4.33-150400.4.28.1.s390x as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php7-ldap-7.4.33-150400.4.28.1.s390x"
},
"product_reference": "php7-ldap-7.4.33-150400.4.28.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-ldap-7.4.33-150400.4.28.1.x86_64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php7-ldap-7.4.33-150400.4.28.1.x86_64"
},
"product_reference": "php7-ldap-7.4.33-150400.4.28.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-mbstring-7.4.33-150400.4.28.1.aarch64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php7-mbstring-7.4.33-150400.4.28.1.aarch64"
},
"product_reference": "php7-mbstring-7.4.33-150400.4.28.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-mbstring-7.4.33-150400.4.28.1.ppc64le as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php7-mbstring-7.4.33-150400.4.28.1.ppc64le"
},
"product_reference": "php7-mbstring-7.4.33-150400.4.28.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-mbstring-7.4.33-150400.4.28.1.s390x as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php7-mbstring-7.4.33-150400.4.28.1.s390x"
},
"product_reference": "php7-mbstring-7.4.33-150400.4.28.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-mbstring-7.4.33-150400.4.28.1.x86_64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php7-mbstring-7.4.33-150400.4.28.1.x86_64"
},
"product_reference": "php7-mbstring-7.4.33-150400.4.28.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-mysql-7.4.33-150400.4.28.1.aarch64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php7-mysql-7.4.33-150400.4.28.1.aarch64"
},
"product_reference": "php7-mysql-7.4.33-150400.4.28.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-mysql-7.4.33-150400.4.28.1.ppc64le as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php7-mysql-7.4.33-150400.4.28.1.ppc64le"
},
"product_reference": "php7-mysql-7.4.33-150400.4.28.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-mysql-7.4.33-150400.4.28.1.s390x as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php7-mysql-7.4.33-150400.4.28.1.s390x"
},
"product_reference": "php7-mysql-7.4.33-150400.4.28.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-mysql-7.4.33-150400.4.28.1.x86_64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php7-mysql-7.4.33-150400.4.28.1.x86_64"
},
"product_reference": "php7-mysql-7.4.33-150400.4.28.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-odbc-7.4.33-150400.4.28.1.aarch64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php7-odbc-7.4.33-150400.4.28.1.aarch64"
},
"product_reference": "php7-odbc-7.4.33-150400.4.28.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-odbc-7.4.33-150400.4.28.1.ppc64le as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php7-odbc-7.4.33-150400.4.28.1.ppc64le"
},
"product_reference": "php7-odbc-7.4.33-150400.4.28.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-odbc-7.4.33-150400.4.28.1.s390x as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php7-odbc-7.4.33-150400.4.28.1.s390x"
},
"product_reference": "php7-odbc-7.4.33-150400.4.28.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-odbc-7.4.33-150400.4.28.1.x86_64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php7-odbc-7.4.33-150400.4.28.1.x86_64"
},
"product_reference": "php7-odbc-7.4.33-150400.4.28.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-opcache-7.4.33-150400.4.28.1.aarch64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php7-opcache-7.4.33-150400.4.28.1.aarch64"
},
"product_reference": "php7-opcache-7.4.33-150400.4.28.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-opcache-7.4.33-150400.4.28.1.ppc64le as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php7-opcache-7.4.33-150400.4.28.1.ppc64le"
},
"product_reference": "php7-opcache-7.4.33-150400.4.28.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-opcache-7.4.33-150400.4.28.1.s390x as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php7-opcache-7.4.33-150400.4.28.1.s390x"
},
"product_reference": "php7-opcache-7.4.33-150400.4.28.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-opcache-7.4.33-150400.4.28.1.x86_64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php7-opcache-7.4.33-150400.4.28.1.x86_64"
},
"product_reference": "php7-opcache-7.4.33-150400.4.28.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-openssl-7.4.33-150400.4.28.1.aarch64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php7-openssl-7.4.33-150400.4.28.1.aarch64"
},
"product_reference": "php7-openssl-7.4.33-150400.4.28.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-openssl-7.4.33-150400.4.28.1.ppc64le as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php7-openssl-7.4.33-150400.4.28.1.ppc64le"
},
"product_reference": "php7-openssl-7.4.33-150400.4.28.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-openssl-7.4.33-150400.4.28.1.s390x as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php7-openssl-7.4.33-150400.4.28.1.s390x"
},
"product_reference": "php7-openssl-7.4.33-150400.4.28.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-openssl-7.4.33-150400.4.28.1.x86_64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php7-openssl-7.4.33-150400.4.28.1.x86_64"
},
"product_reference": "php7-openssl-7.4.33-150400.4.28.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-pcntl-7.4.33-150400.4.28.1.aarch64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php7-pcntl-7.4.33-150400.4.28.1.aarch64"
},
"product_reference": "php7-pcntl-7.4.33-150400.4.28.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-pcntl-7.4.33-150400.4.28.1.ppc64le as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php7-pcntl-7.4.33-150400.4.28.1.ppc64le"
},
"product_reference": "php7-pcntl-7.4.33-150400.4.28.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-pcntl-7.4.33-150400.4.28.1.s390x as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php7-pcntl-7.4.33-150400.4.28.1.s390x"
},
"product_reference": "php7-pcntl-7.4.33-150400.4.28.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-pcntl-7.4.33-150400.4.28.1.x86_64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php7-pcntl-7.4.33-150400.4.28.1.x86_64"
},
"product_reference": "php7-pcntl-7.4.33-150400.4.28.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-pdo-7.4.33-150400.4.28.1.aarch64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php7-pdo-7.4.33-150400.4.28.1.aarch64"
},
"product_reference": "php7-pdo-7.4.33-150400.4.28.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-pdo-7.4.33-150400.4.28.1.ppc64le as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php7-pdo-7.4.33-150400.4.28.1.ppc64le"
},
"product_reference": "php7-pdo-7.4.33-150400.4.28.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-pdo-7.4.33-150400.4.28.1.s390x as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php7-pdo-7.4.33-150400.4.28.1.s390x"
},
"product_reference": "php7-pdo-7.4.33-150400.4.28.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-pdo-7.4.33-150400.4.28.1.x86_64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php7-pdo-7.4.33-150400.4.28.1.x86_64"
},
"product_reference": "php7-pdo-7.4.33-150400.4.28.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-pgsql-7.4.33-150400.4.28.1.aarch64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php7-pgsql-7.4.33-150400.4.28.1.aarch64"
},
"product_reference": "php7-pgsql-7.4.33-150400.4.28.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-pgsql-7.4.33-150400.4.28.1.ppc64le as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php7-pgsql-7.4.33-150400.4.28.1.ppc64le"
},
"product_reference": "php7-pgsql-7.4.33-150400.4.28.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-pgsql-7.4.33-150400.4.28.1.s390x as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php7-pgsql-7.4.33-150400.4.28.1.s390x"
},
"product_reference": "php7-pgsql-7.4.33-150400.4.28.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-pgsql-7.4.33-150400.4.28.1.x86_64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php7-pgsql-7.4.33-150400.4.28.1.x86_64"
},
"product_reference": "php7-pgsql-7.4.33-150400.4.28.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-phar-7.4.33-150400.4.28.1.aarch64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php7-phar-7.4.33-150400.4.28.1.aarch64"
},
"product_reference": "php7-phar-7.4.33-150400.4.28.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-phar-7.4.33-150400.4.28.1.ppc64le as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php7-phar-7.4.33-150400.4.28.1.ppc64le"
},
"product_reference": "php7-phar-7.4.33-150400.4.28.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-phar-7.4.33-150400.4.28.1.s390x as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php7-phar-7.4.33-150400.4.28.1.s390x"
},
"product_reference": "php7-phar-7.4.33-150400.4.28.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-phar-7.4.33-150400.4.28.1.x86_64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php7-phar-7.4.33-150400.4.28.1.x86_64"
},
"product_reference": "php7-phar-7.4.33-150400.4.28.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-posix-7.4.33-150400.4.28.1.aarch64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php7-posix-7.4.33-150400.4.28.1.aarch64"
},
"product_reference": "php7-posix-7.4.33-150400.4.28.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-posix-7.4.33-150400.4.28.1.ppc64le as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php7-posix-7.4.33-150400.4.28.1.ppc64le"
},
"product_reference": "php7-posix-7.4.33-150400.4.28.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-posix-7.4.33-150400.4.28.1.s390x as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php7-posix-7.4.33-150400.4.28.1.s390x"
},
"product_reference": "php7-posix-7.4.33-150400.4.28.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-posix-7.4.33-150400.4.28.1.x86_64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php7-posix-7.4.33-150400.4.28.1.x86_64"
},
"product_reference": "php7-posix-7.4.33-150400.4.28.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-readline-7.4.33-150400.4.28.1.aarch64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php7-readline-7.4.33-150400.4.28.1.aarch64"
},
"product_reference": "php7-readline-7.4.33-150400.4.28.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-readline-7.4.33-150400.4.28.1.ppc64le as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php7-readline-7.4.33-150400.4.28.1.ppc64le"
},
"product_reference": "php7-readline-7.4.33-150400.4.28.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-readline-7.4.33-150400.4.28.1.s390x as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php7-readline-7.4.33-150400.4.28.1.s390x"
},
"product_reference": "php7-readline-7.4.33-150400.4.28.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-readline-7.4.33-150400.4.28.1.x86_64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php7-readline-7.4.33-150400.4.28.1.x86_64"
},
"product_reference": "php7-readline-7.4.33-150400.4.28.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-shmop-7.4.33-150400.4.28.1.aarch64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php7-shmop-7.4.33-150400.4.28.1.aarch64"
},
"product_reference": "php7-shmop-7.4.33-150400.4.28.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-shmop-7.4.33-150400.4.28.1.ppc64le as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php7-shmop-7.4.33-150400.4.28.1.ppc64le"
},
"product_reference": "php7-shmop-7.4.33-150400.4.28.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-shmop-7.4.33-150400.4.28.1.s390x as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php7-shmop-7.4.33-150400.4.28.1.s390x"
},
"product_reference": "php7-shmop-7.4.33-150400.4.28.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-shmop-7.4.33-150400.4.28.1.x86_64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php7-shmop-7.4.33-150400.4.28.1.x86_64"
},
"product_reference": "php7-shmop-7.4.33-150400.4.28.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-snmp-7.4.33-150400.4.28.1.aarch64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php7-snmp-7.4.33-150400.4.28.1.aarch64"
},
"product_reference": "php7-snmp-7.4.33-150400.4.28.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-snmp-7.4.33-150400.4.28.1.ppc64le as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php7-snmp-7.4.33-150400.4.28.1.ppc64le"
},
"product_reference": "php7-snmp-7.4.33-150400.4.28.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-snmp-7.4.33-150400.4.28.1.s390x as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php7-snmp-7.4.33-150400.4.28.1.s390x"
},
"product_reference": "php7-snmp-7.4.33-150400.4.28.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-snmp-7.4.33-150400.4.28.1.x86_64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php7-snmp-7.4.33-150400.4.28.1.x86_64"
},
"product_reference": "php7-snmp-7.4.33-150400.4.28.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-soap-7.4.33-150400.4.28.1.aarch64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php7-soap-7.4.33-150400.4.28.1.aarch64"
},
"product_reference": "php7-soap-7.4.33-150400.4.28.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-soap-7.4.33-150400.4.28.1.ppc64le as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php7-soap-7.4.33-150400.4.28.1.ppc64le"
},
"product_reference": "php7-soap-7.4.33-150400.4.28.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-soap-7.4.33-150400.4.28.1.s390x as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php7-soap-7.4.33-150400.4.28.1.s390x"
},
"product_reference": "php7-soap-7.4.33-150400.4.28.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-soap-7.4.33-150400.4.28.1.x86_64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php7-soap-7.4.33-150400.4.28.1.x86_64"
},
"product_reference": "php7-soap-7.4.33-150400.4.28.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sockets-7.4.33-150400.4.28.1.aarch64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php7-sockets-7.4.33-150400.4.28.1.aarch64"
},
"product_reference": "php7-sockets-7.4.33-150400.4.28.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sockets-7.4.33-150400.4.28.1.ppc64le as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php7-sockets-7.4.33-150400.4.28.1.ppc64le"
},
"product_reference": "php7-sockets-7.4.33-150400.4.28.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sockets-7.4.33-150400.4.28.1.s390x as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php7-sockets-7.4.33-150400.4.28.1.s390x"
},
"product_reference": "php7-sockets-7.4.33-150400.4.28.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sockets-7.4.33-150400.4.28.1.x86_64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php7-sockets-7.4.33-150400.4.28.1.x86_64"
},
"product_reference": "php7-sockets-7.4.33-150400.4.28.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sodium-7.4.33-150400.4.28.1.aarch64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php7-sodium-7.4.33-150400.4.28.1.aarch64"
},
"product_reference": "php7-sodium-7.4.33-150400.4.28.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sodium-7.4.33-150400.4.28.1.ppc64le as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php7-sodium-7.4.33-150400.4.28.1.ppc64le"
},
"product_reference": "php7-sodium-7.4.33-150400.4.28.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sodium-7.4.33-150400.4.28.1.s390x as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php7-sodium-7.4.33-150400.4.28.1.s390x"
},
"product_reference": "php7-sodium-7.4.33-150400.4.28.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sodium-7.4.33-150400.4.28.1.x86_64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php7-sodium-7.4.33-150400.4.28.1.x86_64"
},
"product_reference": "php7-sodium-7.4.33-150400.4.28.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sqlite-7.4.33-150400.4.28.1.aarch64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php7-sqlite-7.4.33-150400.4.28.1.aarch64"
},
"product_reference": "php7-sqlite-7.4.33-150400.4.28.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sqlite-7.4.33-150400.4.28.1.ppc64le as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php7-sqlite-7.4.33-150400.4.28.1.ppc64le"
},
"product_reference": "php7-sqlite-7.4.33-150400.4.28.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sqlite-7.4.33-150400.4.28.1.s390x as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php7-sqlite-7.4.33-150400.4.28.1.s390x"
},
"product_reference": "php7-sqlite-7.4.33-150400.4.28.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sqlite-7.4.33-150400.4.28.1.x86_64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php7-sqlite-7.4.33-150400.4.28.1.x86_64"
},
"product_reference": "php7-sqlite-7.4.33-150400.4.28.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sysvmsg-7.4.33-150400.4.28.1.aarch64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php7-sysvmsg-7.4.33-150400.4.28.1.aarch64"
},
"product_reference": "php7-sysvmsg-7.4.33-150400.4.28.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sysvmsg-7.4.33-150400.4.28.1.ppc64le as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php7-sysvmsg-7.4.33-150400.4.28.1.ppc64le"
},
"product_reference": "php7-sysvmsg-7.4.33-150400.4.28.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sysvmsg-7.4.33-150400.4.28.1.s390x as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php7-sysvmsg-7.4.33-150400.4.28.1.s390x"
},
"product_reference": "php7-sysvmsg-7.4.33-150400.4.28.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sysvmsg-7.4.33-150400.4.28.1.x86_64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php7-sysvmsg-7.4.33-150400.4.28.1.x86_64"
},
"product_reference": "php7-sysvmsg-7.4.33-150400.4.28.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sysvsem-7.4.33-150400.4.28.1.aarch64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php7-sysvsem-7.4.33-150400.4.28.1.aarch64"
},
"product_reference": "php7-sysvsem-7.4.33-150400.4.28.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sysvsem-7.4.33-150400.4.28.1.ppc64le as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php7-sysvsem-7.4.33-150400.4.28.1.ppc64le"
},
"product_reference": "php7-sysvsem-7.4.33-150400.4.28.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sysvsem-7.4.33-150400.4.28.1.s390x as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php7-sysvsem-7.4.33-150400.4.28.1.s390x"
},
"product_reference": "php7-sysvsem-7.4.33-150400.4.28.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sysvsem-7.4.33-150400.4.28.1.x86_64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php7-sysvsem-7.4.33-150400.4.28.1.x86_64"
},
"product_reference": "php7-sysvsem-7.4.33-150400.4.28.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sysvshm-7.4.33-150400.4.28.1.aarch64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php7-sysvshm-7.4.33-150400.4.28.1.aarch64"
},
"product_reference": "php7-sysvshm-7.4.33-150400.4.28.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sysvshm-7.4.33-150400.4.28.1.ppc64le as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php7-sysvshm-7.4.33-150400.4.28.1.ppc64le"
},
"product_reference": "php7-sysvshm-7.4.33-150400.4.28.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sysvshm-7.4.33-150400.4.28.1.s390x as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php7-sysvshm-7.4.33-150400.4.28.1.s390x"
},
"product_reference": "php7-sysvshm-7.4.33-150400.4.28.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sysvshm-7.4.33-150400.4.28.1.x86_64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php7-sysvshm-7.4.33-150400.4.28.1.x86_64"
},
"product_reference": "php7-sysvshm-7.4.33-150400.4.28.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-test-7.4.33-150400.4.28.1.aarch64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php7-test-7.4.33-150400.4.28.1.aarch64"
},
"product_reference": "php7-test-7.4.33-150400.4.28.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-test-7.4.33-150400.4.28.1.ppc64le as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php7-test-7.4.33-150400.4.28.1.ppc64le"
},
"product_reference": "php7-test-7.4.33-150400.4.28.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-test-7.4.33-150400.4.28.1.s390x as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php7-test-7.4.33-150400.4.28.1.s390x"
},
"product_reference": "php7-test-7.4.33-150400.4.28.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-test-7.4.33-150400.4.28.1.x86_64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php7-test-7.4.33-150400.4.28.1.x86_64"
},
"product_reference": "php7-test-7.4.33-150400.4.28.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-tidy-7.4.33-150400.4.28.1.aarch64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php7-tidy-7.4.33-150400.4.28.1.aarch64"
},
"product_reference": "php7-tidy-7.4.33-150400.4.28.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-tidy-7.4.33-150400.4.28.1.ppc64le as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php7-tidy-7.4.33-150400.4.28.1.ppc64le"
},
"product_reference": "php7-tidy-7.4.33-150400.4.28.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-tidy-7.4.33-150400.4.28.1.s390x as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php7-tidy-7.4.33-150400.4.28.1.s390x"
},
"product_reference": "php7-tidy-7.4.33-150400.4.28.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-tidy-7.4.33-150400.4.28.1.x86_64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php7-tidy-7.4.33-150400.4.28.1.x86_64"
},
"product_reference": "php7-tidy-7.4.33-150400.4.28.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-tokenizer-7.4.33-150400.4.28.1.aarch64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php7-tokenizer-7.4.33-150400.4.28.1.aarch64"
},
"product_reference": "php7-tokenizer-7.4.33-150400.4.28.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-tokenizer-7.4.33-150400.4.28.1.ppc64le as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php7-tokenizer-7.4.33-150400.4.28.1.ppc64le"
},
"product_reference": "php7-tokenizer-7.4.33-150400.4.28.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-tokenizer-7.4.33-150400.4.28.1.s390x as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php7-tokenizer-7.4.33-150400.4.28.1.s390x"
},
"product_reference": "php7-tokenizer-7.4.33-150400.4.28.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-tokenizer-7.4.33-150400.4.28.1.x86_64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php7-tokenizer-7.4.33-150400.4.28.1.x86_64"
},
"product_reference": "php7-tokenizer-7.4.33-150400.4.28.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-xmlreader-7.4.33-150400.4.28.1.aarch64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php7-xmlreader-7.4.33-150400.4.28.1.aarch64"
},
"product_reference": "php7-xmlreader-7.4.33-150400.4.28.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-xmlreader-7.4.33-150400.4.28.1.ppc64le as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php7-xmlreader-7.4.33-150400.4.28.1.ppc64le"
},
"product_reference": "php7-xmlreader-7.4.33-150400.4.28.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-xmlreader-7.4.33-150400.4.28.1.s390x as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php7-xmlreader-7.4.33-150400.4.28.1.s390x"
},
"product_reference": "php7-xmlreader-7.4.33-150400.4.28.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-xmlreader-7.4.33-150400.4.28.1.x86_64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php7-xmlreader-7.4.33-150400.4.28.1.x86_64"
},
"product_reference": "php7-xmlreader-7.4.33-150400.4.28.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-xmlrpc-7.4.33-150400.4.28.1.aarch64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php7-xmlrpc-7.4.33-150400.4.28.1.aarch64"
},
"product_reference": "php7-xmlrpc-7.4.33-150400.4.28.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-xmlrpc-7.4.33-150400.4.28.1.ppc64le as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php7-xmlrpc-7.4.33-150400.4.28.1.ppc64le"
},
"product_reference": "php7-xmlrpc-7.4.33-150400.4.28.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-xmlrpc-7.4.33-150400.4.28.1.s390x as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php7-xmlrpc-7.4.33-150400.4.28.1.s390x"
},
"product_reference": "php7-xmlrpc-7.4.33-150400.4.28.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-xmlrpc-7.4.33-150400.4.28.1.x86_64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php7-xmlrpc-7.4.33-150400.4.28.1.x86_64"
},
"product_reference": "php7-xmlrpc-7.4.33-150400.4.28.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-xmlwriter-7.4.33-150400.4.28.1.aarch64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php7-xmlwriter-7.4.33-150400.4.28.1.aarch64"
},
"product_reference": "php7-xmlwriter-7.4.33-150400.4.28.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-xmlwriter-7.4.33-150400.4.28.1.ppc64le as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php7-xmlwriter-7.4.33-150400.4.28.1.ppc64le"
},
"product_reference": "php7-xmlwriter-7.4.33-150400.4.28.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-xmlwriter-7.4.33-150400.4.28.1.s390x as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php7-xmlwriter-7.4.33-150400.4.28.1.s390x"
},
"product_reference": "php7-xmlwriter-7.4.33-150400.4.28.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-xmlwriter-7.4.33-150400.4.28.1.x86_64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php7-xmlwriter-7.4.33-150400.4.28.1.x86_64"
},
"product_reference": "php7-xmlwriter-7.4.33-150400.4.28.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-xsl-7.4.33-150400.4.28.1.aarch64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php7-xsl-7.4.33-150400.4.28.1.aarch64"
},
"product_reference": "php7-xsl-7.4.33-150400.4.28.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-xsl-7.4.33-150400.4.28.1.ppc64le as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php7-xsl-7.4.33-150400.4.28.1.ppc64le"
},
"product_reference": "php7-xsl-7.4.33-150400.4.28.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-xsl-7.4.33-150400.4.28.1.s390x as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php7-xsl-7.4.33-150400.4.28.1.s390x"
},
"product_reference": "php7-xsl-7.4.33-150400.4.28.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-xsl-7.4.33-150400.4.28.1.x86_64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php7-xsl-7.4.33-150400.4.28.1.x86_64"
},
"product_reference": "php7-xsl-7.4.33-150400.4.28.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-zip-7.4.33-150400.4.28.1.aarch64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php7-zip-7.4.33-150400.4.28.1.aarch64"
},
"product_reference": "php7-zip-7.4.33-150400.4.28.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-zip-7.4.33-150400.4.28.1.ppc64le as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php7-zip-7.4.33-150400.4.28.1.ppc64le"
},
"product_reference": "php7-zip-7.4.33-150400.4.28.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-zip-7.4.33-150400.4.28.1.s390x as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php7-zip-7.4.33-150400.4.28.1.s390x"
},
"product_reference": "php7-zip-7.4.33-150400.4.28.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-zip-7.4.33-150400.4.28.1.x86_64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php7-zip-7.4.33-150400.4.28.1.x86_64"
},
"product_reference": "php7-zip-7.4.33-150400.4.28.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-zlib-7.4.33-150400.4.28.1.aarch64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php7-zlib-7.4.33-150400.4.28.1.aarch64"
},
"product_reference": "php7-zlib-7.4.33-150400.4.28.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-zlib-7.4.33-150400.4.28.1.ppc64le as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php7-zlib-7.4.33-150400.4.28.1.ppc64le"
},
"product_reference": "php7-zlib-7.4.33-150400.4.28.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-zlib-7.4.33-150400.4.28.1.s390x as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php7-zlib-7.4.33-150400.4.28.1.s390x"
},
"product_reference": "php7-zlib-7.4.33-150400.4.28.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-zlib-7.4.33-150400.4.28.1.x86_64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php7-zlib-7.4.33-150400.4.28.1.x86_64"
},
"product_reference": "php7-zlib-7.4.33-150400.4.28.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "apache2-mod_php7-7.4.33-150400.4.28.1.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:apache2-mod_php7-7.4.33-150400.4.28.1.aarch64"
},
"product_reference": "apache2-mod_php7-7.4.33-150400.4.28.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.28.1.ppc64le as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:apache2-mod_php7-7.4.33-150400.4.28.1.ppc64le"
},
"product_reference": "apache2-mod_php7-7.4.33-150400.4.28.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.28.1.s390x as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:apache2-mod_php7-7.4.33-150400.4.28.1.s390x"
},
"product_reference": "apache2-mod_php7-7.4.33-150400.4.28.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.28.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:apache2-mod_php7-7.4.33-150400.4.28.1.x86_64"
},
"product_reference": "apache2-mod_php7-7.4.33-150400.4.28.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.28.1.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php7-7.4.33-150400.4.28.1.aarch64"
},
"product_reference": "php7-7.4.33-150400.4.28.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-7.4.33-150400.4.28.1.ppc64le as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php7-7.4.33-150400.4.28.1.ppc64le"
},
"product_reference": "php7-7.4.33-150400.4.28.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-7.4.33-150400.4.28.1.s390x as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php7-7.4.33-150400.4.28.1.s390x"
},
"product_reference": "php7-7.4.33-150400.4.28.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-7.4.33-150400.4.28.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php7-7.4.33-150400.4.28.1.x86_64"
},
"product_reference": "php7-7.4.33-150400.4.28.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.28.1.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php7-bcmath-7.4.33-150400.4.28.1.aarch64"
},
"product_reference": "php7-bcmath-7.4.33-150400.4.28.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.28.1.ppc64le as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php7-bcmath-7.4.33-150400.4.28.1.ppc64le"
},
"product_reference": "php7-bcmath-7.4.33-150400.4.28.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.28.1.s390x as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php7-bcmath-7.4.33-150400.4.28.1.s390x"
},
"product_reference": "php7-bcmath-7.4.33-150400.4.28.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.28.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php7-bcmath-7.4.33-150400.4.28.1.x86_64"
},
"product_reference": "php7-bcmath-7.4.33-150400.4.28.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.28.1.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php7-bz2-7.4.33-150400.4.28.1.aarch64"
},
"product_reference": "php7-bz2-7.4.33-150400.4.28.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.28.1.ppc64le as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php7-bz2-7.4.33-150400.4.28.1.ppc64le"
},
"product_reference": "php7-bz2-7.4.33-150400.4.28.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.28.1.s390x as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php7-bz2-7.4.33-150400.4.28.1.s390x"
},
"product_reference": "php7-bz2-7.4.33-150400.4.28.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.28.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php7-bz2-7.4.33-150400.4.28.1.x86_64"
},
"product_reference": "php7-bz2-7.4.33-150400.4.28.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.28.1.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php7-calendar-7.4.33-150400.4.28.1.aarch64"
},
"product_reference": "php7-calendar-7.4.33-150400.4.28.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.28.1.ppc64le as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php7-calendar-7.4.33-150400.4.28.1.ppc64le"
},
"product_reference": "php7-calendar-7.4.33-150400.4.28.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.28.1.s390x as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php7-calendar-7.4.33-150400.4.28.1.s390x"
},
"product_reference": "php7-calendar-7.4.33-150400.4.28.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.28.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php7-calendar-7.4.33-150400.4.28.1.x86_64"
},
"product_reference": "php7-calendar-7.4.33-150400.4.28.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.28.1.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php7-cli-7.4.33-150400.4.28.1.aarch64"
},
"product_reference": "php7-cli-7.4.33-150400.4.28.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.28.1.ppc64le as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php7-cli-7.4.33-150400.4.28.1.ppc64le"
},
"product_reference": "php7-cli-7.4.33-150400.4.28.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.28.1.s390x as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php7-cli-7.4.33-150400.4.28.1.s390x"
},
"product_reference": "php7-cli-7.4.33-150400.4.28.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.28.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php7-cli-7.4.33-150400.4.28.1.x86_64"
},
"product_reference": "php7-cli-7.4.33-150400.4.28.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.28.1.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php7-ctype-7.4.33-150400.4.28.1.aarch64"
},
"product_reference": "php7-ctype-7.4.33-150400.4.28.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.28.1.ppc64le as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php7-ctype-7.4.33-150400.4.28.1.ppc64le"
},
"product_reference": "php7-ctype-7.4.33-150400.4.28.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.28.1.s390x as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php7-ctype-7.4.33-150400.4.28.1.s390x"
},
"product_reference": "php7-ctype-7.4.33-150400.4.28.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.28.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php7-ctype-7.4.33-150400.4.28.1.x86_64"
},
"product_reference": "php7-ctype-7.4.33-150400.4.28.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.28.1.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php7-curl-7.4.33-150400.4.28.1.aarch64"
},
"product_reference": "php7-curl-7.4.33-150400.4.28.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.28.1.ppc64le as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php7-curl-7.4.33-150400.4.28.1.ppc64le"
},
"product_reference": "php7-curl-7.4.33-150400.4.28.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.28.1.s390x as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php7-curl-7.4.33-150400.4.28.1.s390x"
},
"product_reference": "php7-curl-7.4.33-150400.4.28.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.28.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php7-curl-7.4.33-150400.4.28.1.x86_64"
},
"product_reference": "php7-curl-7.4.33-150400.4.28.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.28.1.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php7-dba-7.4.33-150400.4.28.1.aarch64"
},
"product_reference": "php7-dba-7.4.33-150400.4.28.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.28.1.ppc64le as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php7-dba-7.4.33-150400.4.28.1.ppc64le"
},
"product_reference": "php7-dba-7.4.33-150400.4.28.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.28.1.s390x as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php7-dba-7.4.33-150400.4.28.1.s390x"
},
"product_reference": "php7-dba-7.4.33-150400.4.28.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.28.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php7-dba-7.4.33-150400.4.28.1.x86_64"
},
"product_reference": "php7-dba-7.4.33-150400.4.28.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.28.1.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php7-devel-7.4.33-150400.4.28.1.aarch64"
},
"product_reference": "php7-devel-7.4.33-150400.4.28.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.28.1.ppc64le as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php7-devel-7.4.33-150400.4.28.1.ppc64le"
},
"product_reference": "php7-devel-7.4.33-150400.4.28.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.28.1.s390x as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php7-devel-7.4.33-150400.4.28.1.s390x"
},
"product_reference": "php7-devel-7.4.33-150400.4.28.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.28.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php7-devel-7.4.33-150400.4.28.1.x86_64"
},
"product_reference": "php7-devel-7.4.33-150400.4.28.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.28.1.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php7-dom-7.4.33-150400.4.28.1.aarch64"
},
"product_reference": "php7-dom-7.4.33-150400.4.28.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.28.1.ppc64le as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php7-dom-7.4.33-150400.4.28.1.ppc64le"
},
"product_reference": "php7-dom-7.4.33-150400.4.28.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.28.1.s390x as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php7-dom-7.4.33-150400.4.28.1.s390x"
},
"product_reference": "php7-dom-7.4.33-150400.4.28.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.28.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php7-dom-7.4.33-150400.4.28.1.x86_64"
},
"product_reference": "php7-dom-7.4.33-150400.4.28.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.28.1.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php7-embed-7.4.33-150400.4.28.1.aarch64"
},
"product_reference": "php7-embed-7.4.33-150400.4.28.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.28.1.ppc64le as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php7-embed-7.4.33-150400.4.28.1.ppc64le"
},
"product_reference": "php7-embed-7.4.33-150400.4.28.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.28.1.s390x as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php7-embed-7.4.33-150400.4.28.1.s390x"
},
"product_reference": "php7-embed-7.4.33-150400.4.28.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.28.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php7-embed-7.4.33-150400.4.28.1.x86_64"
},
"product_reference": "php7-embed-7.4.33-150400.4.28.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.28.1.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php7-enchant-7.4.33-150400.4.28.1.aarch64"
},
"product_reference": "php7-enchant-7.4.33-150400.4.28.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.28.1.ppc64le as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php7-enchant-7.4.33-150400.4.28.1.ppc64le"
},
"product_reference": "php7-enchant-7.4.33-150400.4.28.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.28.1.s390x as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php7-enchant-7.4.33-150400.4.28.1.s390x"
},
"product_reference": "php7-enchant-7.4.33-150400.4.28.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.28.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php7-enchant-7.4.33-150400.4.28.1.x86_64"
},
"product_reference": "php7-enchant-7.4.33-150400.4.28.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.28.1.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php7-exif-7.4.33-150400.4.28.1.aarch64"
},
"product_reference": "php7-exif-7.4.33-150400.4.28.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.28.1.ppc64le as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php7-exif-7.4.33-150400.4.28.1.ppc64le"
},
"product_reference": "php7-exif-7.4.33-150400.4.28.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.28.1.s390x as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php7-exif-7.4.33-150400.4.28.1.s390x"
},
"product_reference": "php7-exif-7.4.33-150400.4.28.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.28.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php7-exif-7.4.33-150400.4.28.1.x86_64"
},
"product_reference": "php7-exif-7.4.33-150400.4.28.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.28.1.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php7-fastcgi-7.4.33-150400.4.28.1.aarch64"
},
"product_reference": "php7-fastcgi-7.4.33-150400.4.28.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.28.1.ppc64le as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php7-fastcgi-7.4.33-150400.4.28.1.ppc64le"
},
"product_reference": "php7-fastcgi-7.4.33-150400.4.28.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.28.1.s390x as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php7-fastcgi-7.4.33-150400.4.28.1.s390x"
},
"product_reference": "php7-fastcgi-7.4.33-150400.4.28.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.28.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php7-fastcgi-7.4.33-150400.4.28.1.x86_64"
},
"product_reference": "php7-fastcgi-7.4.33-150400.4.28.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.28.1.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php7-fileinfo-7.4.33-150400.4.28.1.aarch64"
},
"product_reference": "php7-fileinfo-7.4.33-150400.4.28.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.28.1.ppc64le as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php7-fileinfo-7.4.33-150400.4.28.1.ppc64le"
},
"product_reference": "php7-fileinfo-7.4.33-150400.4.28.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.28.1.s390x as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php7-fileinfo-7.4.33-150400.4.28.1.s390x"
},
"product_reference": "php7-fileinfo-7.4.33-150400.4.28.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.28.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php7-fileinfo-7.4.33-150400.4.28.1.x86_64"
},
"product_reference": "php7-fileinfo-7.4.33-150400.4.28.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.28.1.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php7-fpm-7.4.33-150400.4.28.1.aarch64"
},
"product_reference": "php7-fpm-7.4.33-150400.4.28.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.28.1.ppc64le as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php7-fpm-7.4.33-150400.4.28.1.ppc64le"
},
"product_reference": "php7-fpm-7.4.33-150400.4.28.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.28.1.s390x as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php7-fpm-7.4.33-150400.4.28.1.s390x"
},
"product_reference": "php7-fpm-7.4.33-150400.4.28.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.28.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php7-fpm-7.4.33-150400.4.28.1.x86_64"
},
"product_reference": "php7-fpm-7.4.33-150400.4.28.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.28.1.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php7-ftp-7.4.33-150400.4.28.1.aarch64"
},
"product_reference": "php7-ftp-7.4.33-150400.4.28.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.28.1.ppc64le as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php7-ftp-7.4.33-150400.4.28.1.ppc64le"
},
"product_reference": "php7-ftp-7.4.33-150400.4.28.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.28.1.s390x as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php7-ftp-7.4.33-150400.4.28.1.s390x"
},
"product_reference": "php7-ftp-7.4.33-150400.4.28.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.28.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php7-ftp-7.4.33-150400.4.28.1.x86_64"
},
"product_reference": "php7-ftp-7.4.33-150400.4.28.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.28.1.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php7-gd-7.4.33-150400.4.28.1.aarch64"
},
"product_reference": "php7-gd-7.4.33-150400.4.28.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.28.1.ppc64le as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php7-gd-7.4.33-150400.4.28.1.ppc64le"
},
"product_reference": "php7-gd-7.4.33-150400.4.28.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.28.1.s390x as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php7-gd-7.4.33-150400.4.28.1.s390x"
},
"product_reference": "php7-gd-7.4.33-150400.4.28.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.28.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php7-gd-7.4.33-150400.4.28.1.x86_64"
},
"product_reference": "php7-gd-7.4.33-150400.4.28.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.28.1.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php7-gettext-7.4.33-150400.4.28.1.aarch64"
},
"product_reference": "php7-gettext-7.4.33-150400.4.28.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.28.1.ppc64le as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php7-gettext-7.4.33-150400.4.28.1.ppc64le"
},
"product_reference": "php7-gettext-7.4.33-150400.4.28.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.28.1.s390x as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php7-gettext-7.4.33-150400.4.28.1.s390x"
},
"product_reference": "php7-gettext-7.4.33-150400.4.28.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.28.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php7-gettext-7.4.33-150400.4.28.1.x86_64"
},
"product_reference": "php7-gettext-7.4.33-150400.4.28.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.28.1.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php7-gmp-7.4.33-150400.4.28.1.aarch64"
},
"product_reference": "php7-gmp-7.4.33-150400.4.28.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.28.1.ppc64le as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php7-gmp-7.4.33-150400.4.28.1.ppc64le"
},
"product_reference": "php7-gmp-7.4.33-150400.4.28.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.28.1.s390x as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php7-gmp-7.4.33-150400.4.28.1.s390x"
},
"product_reference": "php7-gmp-7.4.33-150400.4.28.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.28.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php7-gmp-7.4.33-150400.4.28.1.x86_64"
},
"product_reference": "php7-gmp-7.4.33-150400.4.28.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.28.1.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php7-iconv-7.4.33-150400.4.28.1.aarch64"
},
"product_reference": "php7-iconv-7.4.33-150400.4.28.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.28.1.ppc64le as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php7-iconv-7.4.33-150400.4.28.1.ppc64le"
},
"product_reference": "php7-iconv-7.4.33-150400.4.28.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.28.1.s390x as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php7-iconv-7.4.33-150400.4.28.1.s390x"
},
"product_reference": "php7-iconv-7.4.33-150400.4.28.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.28.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php7-iconv-7.4.33-150400.4.28.1.x86_64"
},
"product_reference": "php7-iconv-7.4.33-150400.4.28.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.28.1.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php7-intl-7.4.33-150400.4.28.1.aarch64"
},
"product_reference": "php7-intl-7.4.33-150400.4.28.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.28.1.ppc64le as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php7-intl-7.4.33-150400.4.28.1.ppc64le"
},
"product_reference": "php7-intl-7.4.33-150400.4.28.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.28.1.s390x as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php7-intl-7.4.33-150400.4.28.1.s390x"
},
"product_reference": "php7-intl-7.4.33-150400.4.28.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.28.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php7-intl-7.4.33-150400.4.28.1.x86_64"
},
"product_reference": "php7-intl-7.4.33-150400.4.28.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.28.1.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php7-json-7.4.33-150400.4.28.1.aarch64"
},
"product_reference": "php7-json-7.4.33-150400.4.28.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.28.1.ppc64le as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php7-json-7.4.33-150400.4.28.1.ppc64le"
},
"product_reference": "php7-json-7.4.33-150400.4.28.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.28.1.s390x as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php7-json-7.4.33-150400.4.28.1.s390x"
},
"product_reference": "php7-json-7.4.33-150400.4.28.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.28.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php7-json-7.4.33-150400.4.28.1.x86_64"
},
"product_reference": "php7-json-7.4.33-150400.4.28.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.28.1.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php7-ldap-7.4.33-150400.4.28.1.aarch64"
},
"product_reference": "php7-ldap-7.4.33-150400.4.28.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.28.1.ppc64le as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php7-ldap-7.4.33-150400.4.28.1.ppc64le"
},
"product_reference": "php7-ldap-7.4.33-150400.4.28.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.28.1.s390x as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php7-ldap-7.4.33-150400.4.28.1.s390x"
},
"product_reference": "php7-ldap-7.4.33-150400.4.28.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.28.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php7-ldap-7.4.33-150400.4.28.1.x86_64"
},
"product_reference": "php7-ldap-7.4.33-150400.4.28.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.28.1.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php7-mbstring-7.4.33-150400.4.28.1.aarch64"
},
"product_reference": "php7-mbstring-7.4.33-150400.4.28.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.28.1.ppc64le as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php7-mbstring-7.4.33-150400.4.28.1.ppc64le"
},
"product_reference": "php7-mbstring-7.4.33-150400.4.28.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.28.1.s390x as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php7-mbstring-7.4.33-150400.4.28.1.s390x"
},
"product_reference": "php7-mbstring-7.4.33-150400.4.28.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.28.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php7-mbstring-7.4.33-150400.4.28.1.x86_64"
},
"product_reference": "php7-mbstring-7.4.33-150400.4.28.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.28.1.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php7-mysql-7.4.33-150400.4.28.1.aarch64"
},
"product_reference": "php7-mysql-7.4.33-150400.4.28.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.28.1.ppc64le as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php7-mysql-7.4.33-150400.4.28.1.ppc64le"
},
"product_reference": "php7-mysql-7.4.33-150400.4.28.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.28.1.s390x as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php7-mysql-7.4.33-150400.4.28.1.s390x"
},
"product_reference": "php7-mysql-7.4.33-150400.4.28.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.28.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php7-mysql-7.4.33-150400.4.28.1.x86_64"
},
"product_reference": "php7-mysql-7.4.33-150400.4.28.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.28.1.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php7-odbc-7.4.33-150400.4.28.1.aarch64"
},
"product_reference": "php7-odbc-7.4.33-150400.4.28.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.28.1.ppc64le as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php7-odbc-7.4.33-150400.4.28.1.ppc64le"
},
"product_reference": "php7-odbc-7.4.33-150400.4.28.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.28.1.s390x as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php7-odbc-7.4.33-150400.4.28.1.s390x"
},
"product_reference": "php7-odbc-7.4.33-150400.4.28.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.28.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php7-odbc-7.4.33-150400.4.28.1.x86_64"
},
"product_reference": "php7-odbc-7.4.33-150400.4.28.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.28.1.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php7-opcache-7.4.33-150400.4.28.1.aarch64"
},
"product_reference": "php7-opcache-7.4.33-150400.4.28.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.28.1.ppc64le as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php7-opcache-7.4.33-150400.4.28.1.ppc64le"
},
"product_reference": "php7-opcache-7.4.33-150400.4.28.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.28.1.s390x as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php7-opcache-7.4.33-150400.4.28.1.s390x"
},
"product_reference": "php7-opcache-7.4.33-150400.4.28.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.28.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php7-opcache-7.4.33-150400.4.28.1.x86_64"
},
"product_reference": "php7-opcache-7.4.33-150400.4.28.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.28.1.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php7-openssl-7.4.33-150400.4.28.1.aarch64"
},
"product_reference": "php7-openssl-7.4.33-150400.4.28.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.28.1.ppc64le as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php7-openssl-7.4.33-150400.4.28.1.ppc64le"
},
"product_reference": "php7-openssl-7.4.33-150400.4.28.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.28.1.s390x as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php7-openssl-7.4.33-150400.4.28.1.s390x"
},
"product_reference": "php7-openssl-7.4.33-150400.4.28.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.28.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php7-openssl-7.4.33-150400.4.28.1.x86_64"
},
"product_reference": "php7-openssl-7.4.33-150400.4.28.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.28.1.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php7-pcntl-7.4.33-150400.4.28.1.aarch64"
},
"product_reference": "php7-pcntl-7.4.33-150400.4.28.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.28.1.ppc64le as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php7-pcntl-7.4.33-150400.4.28.1.ppc64le"
},
"product_reference": "php7-pcntl-7.4.33-150400.4.28.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.28.1.s390x as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php7-pcntl-7.4.33-150400.4.28.1.s390x"
},
"product_reference": "php7-pcntl-7.4.33-150400.4.28.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.28.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php7-pcntl-7.4.33-150400.4.28.1.x86_64"
},
"product_reference": "php7-pcntl-7.4.33-150400.4.28.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.28.1.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php7-pdo-7.4.33-150400.4.28.1.aarch64"
},
"product_reference": "php7-pdo-7.4.33-150400.4.28.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.28.1.ppc64le as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php7-pdo-7.4.33-150400.4.28.1.ppc64le"
},
"product_reference": "php7-pdo-7.4.33-150400.4.28.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.28.1.s390x as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php7-pdo-7.4.33-150400.4.28.1.s390x"
},
"product_reference": "php7-pdo-7.4.33-150400.4.28.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.28.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php7-pdo-7.4.33-150400.4.28.1.x86_64"
},
"product_reference": "php7-pdo-7.4.33-150400.4.28.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.28.1.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php7-pgsql-7.4.33-150400.4.28.1.aarch64"
},
"product_reference": "php7-pgsql-7.4.33-150400.4.28.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.28.1.ppc64le as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php7-pgsql-7.4.33-150400.4.28.1.ppc64le"
},
"product_reference": "php7-pgsql-7.4.33-150400.4.28.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.28.1.s390x as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php7-pgsql-7.4.33-150400.4.28.1.s390x"
},
"product_reference": "php7-pgsql-7.4.33-150400.4.28.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.28.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php7-pgsql-7.4.33-150400.4.28.1.x86_64"
},
"product_reference": "php7-pgsql-7.4.33-150400.4.28.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.28.1.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php7-phar-7.4.33-150400.4.28.1.aarch64"
},
"product_reference": "php7-phar-7.4.33-150400.4.28.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.28.1.ppc64le as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php7-phar-7.4.33-150400.4.28.1.ppc64le"
},
"product_reference": "php7-phar-7.4.33-150400.4.28.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.28.1.s390x as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php7-phar-7.4.33-150400.4.28.1.s390x"
},
"product_reference": "php7-phar-7.4.33-150400.4.28.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.28.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php7-phar-7.4.33-150400.4.28.1.x86_64"
},
"product_reference": "php7-phar-7.4.33-150400.4.28.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.28.1.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php7-posix-7.4.33-150400.4.28.1.aarch64"
},
"product_reference": "php7-posix-7.4.33-150400.4.28.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.28.1.ppc64le as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php7-posix-7.4.33-150400.4.28.1.ppc64le"
},
"product_reference": "php7-posix-7.4.33-150400.4.28.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.28.1.s390x as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php7-posix-7.4.33-150400.4.28.1.s390x"
},
"product_reference": "php7-posix-7.4.33-150400.4.28.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.28.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php7-posix-7.4.33-150400.4.28.1.x86_64"
},
"product_reference": "php7-posix-7.4.33-150400.4.28.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.28.1.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php7-readline-7.4.33-150400.4.28.1.aarch64"
},
"product_reference": "php7-readline-7.4.33-150400.4.28.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.28.1.ppc64le as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php7-readline-7.4.33-150400.4.28.1.ppc64le"
},
"product_reference": "php7-readline-7.4.33-150400.4.28.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.28.1.s390x as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php7-readline-7.4.33-150400.4.28.1.s390x"
},
"product_reference": "php7-readline-7.4.33-150400.4.28.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.28.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php7-readline-7.4.33-150400.4.28.1.x86_64"
},
"product_reference": "php7-readline-7.4.33-150400.4.28.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.28.1.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php7-shmop-7.4.33-150400.4.28.1.aarch64"
},
"product_reference": "php7-shmop-7.4.33-150400.4.28.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.28.1.ppc64le as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php7-shmop-7.4.33-150400.4.28.1.ppc64le"
},
"product_reference": "php7-shmop-7.4.33-150400.4.28.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.28.1.s390x as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php7-shmop-7.4.33-150400.4.28.1.s390x"
},
"product_reference": "php7-shmop-7.4.33-150400.4.28.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.28.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php7-shmop-7.4.33-150400.4.28.1.x86_64"
},
"product_reference": "php7-shmop-7.4.33-150400.4.28.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.28.1.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php7-snmp-7.4.33-150400.4.28.1.aarch64"
},
"product_reference": "php7-snmp-7.4.33-150400.4.28.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.28.1.ppc64le as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php7-snmp-7.4.33-150400.4.28.1.ppc64le"
},
"product_reference": "php7-snmp-7.4.33-150400.4.28.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.28.1.s390x as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php7-snmp-7.4.33-150400.4.28.1.s390x"
},
"product_reference": "php7-snmp-7.4.33-150400.4.28.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.28.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php7-snmp-7.4.33-150400.4.28.1.x86_64"
},
"product_reference": "php7-snmp-7.4.33-150400.4.28.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.28.1.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php7-soap-7.4.33-150400.4.28.1.aarch64"
},
"product_reference": "php7-soap-7.4.33-150400.4.28.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.28.1.ppc64le as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php7-soap-7.4.33-150400.4.28.1.ppc64le"
},
"product_reference": "php7-soap-7.4.33-150400.4.28.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.28.1.s390x as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php7-soap-7.4.33-150400.4.28.1.s390x"
},
"product_reference": "php7-soap-7.4.33-150400.4.28.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.28.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php7-soap-7.4.33-150400.4.28.1.x86_64"
},
"product_reference": "php7-soap-7.4.33-150400.4.28.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.28.1.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php7-sockets-7.4.33-150400.4.28.1.aarch64"
},
"product_reference": "php7-sockets-7.4.33-150400.4.28.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.28.1.ppc64le as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php7-sockets-7.4.33-150400.4.28.1.ppc64le"
},
"product_reference": "php7-sockets-7.4.33-150400.4.28.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.28.1.s390x as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php7-sockets-7.4.33-150400.4.28.1.s390x"
},
"product_reference": "php7-sockets-7.4.33-150400.4.28.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.28.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php7-sockets-7.4.33-150400.4.28.1.x86_64"
},
"product_reference": "php7-sockets-7.4.33-150400.4.28.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.28.1.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php7-sodium-7.4.33-150400.4.28.1.aarch64"
},
"product_reference": "php7-sodium-7.4.33-150400.4.28.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.28.1.ppc64le as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php7-sodium-7.4.33-150400.4.28.1.ppc64le"
},
"product_reference": "php7-sodium-7.4.33-150400.4.28.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.28.1.s390x as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php7-sodium-7.4.33-150400.4.28.1.s390x"
},
"product_reference": "php7-sodium-7.4.33-150400.4.28.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.28.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php7-sodium-7.4.33-150400.4.28.1.x86_64"
},
"product_reference": "php7-sodium-7.4.33-150400.4.28.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.28.1.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php7-sqlite-7.4.33-150400.4.28.1.aarch64"
},
"product_reference": "php7-sqlite-7.4.33-150400.4.28.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.28.1.ppc64le as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php7-sqlite-7.4.33-150400.4.28.1.ppc64le"
},
"product_reference": "php7-sqlite-7.4.33-150400.4.28.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.28.1.s390x as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php7-sqlite-7.4.33-150400.4.28.1.s390x"
},
"product_reference": "php7-sqlite-7.4.33-150400.4.28.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.28.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php7-sqlite-7.4.33-150400.4.28.1.x86_64"
},
"product_reference": "php7-sqlite-7.4.33-150400.4.28.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.28.1.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php7-sysvmsg-7.4.33-150400.4.28.1.aarch64"
},
"product_reference": "php7-sysvmsg-7.4.33-150400.4.28.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.28.1.ppc64le as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php7-sysvmsg-7.4.33-150400.4.28.1.ppc64le"
},
"product_reference": "php7-sysvmsg-7.4.33-150400.4.28.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.28.1.s390x as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php7-sysvmsg-7.4.33-150400.4.28.1.s390x"
},
"product_reference": "php7-sysvmsg-7.4.33-150400.4.28.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.28.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php7-sysvmsg-7.4.33-150400.4.28.1.x86_64"
},
"product_reference": "php7-sysvmsg-7.4.33-150400.4.28.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.28.1.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php7-sysvsem-7.4.33-150400.4.28.1.aarch64"
},
"product_reference": "php7-sysvsem-7.4.33-150400.4.28.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.28.1.ppc64le as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php7-sysvsem-7.4.33-150400.4.28.1.ppc64le"
},
"product_reference": "php7-sysvsem-7.4.33-150400.4.28.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.28.1.s390x as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php7-sysvsem-7.4.33-150400.4.28.1.s390x"
},
"product_reference": "php7-sysvsem-7.4.33-150400.4.28.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.28.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php7-sysvsem-7.4.33-150400.4.28.1.x86_64"
},
"product_reference": "php7-sysvsem-7.4.33-150400.4.28.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.28.1.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php7-sysvshm-7.4.33-150400.4.28.1.aarch64"
},
"product_reference": "php7-sysvshm-7.4.33-150400.4.28.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.28.1.ppc64le as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php7-sysvshm-7.4.33-150400.4.28.1.ppc64le"
},
"product_reference": "php7-sysvshm-7.4.33-150400.4.28.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.28.1.s390x as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php7-sysvshm-7.4.33-150400.4.28.1.s390x"
},
"product_reference": "php7-sysvshm-7.4.33-150400.4.28.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.28.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php7-sysvshm-7.4.33-150400.4.28.1.x86_64"
},
"product_reference": "php7-sysvshm-7.4.33-150400.4.28.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.28.1.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php7-test-7.4.33-150400.4.28.1.aarch64"
},
"product_reference": "php7-test-7.4.33-150400.4.28.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.28.1.ppc64le as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php7-test-7.4.33-150400.4.28.1.ppc64le"
},
"product_reference": "php7-test-7.4.33-150400.4.28.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.28.1.s390x as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php7-test-7.4.33-150400.4.28.1.s390x"
},
"product_reference": "php7-test-7.4.33-150400.4.28.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.28.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php7-test-7.4.33-150400.4.28.1.x86_64"
},
"product_reference": "php7-test-7.4.33-150400.4.28.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.28.1.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php7-tidy-7.4.33-150400.4.28.1.aarch64"
},
"product_reference": "php7-tidy-7.4.33-150400.4.28.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.28.1.ppc64le as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php7-tidy-7.4.33-150400.4.28.1.ppc64le"
},
"product_reference": "php7-tidy-7.4.33-150400.4.28.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.28.1.s390x as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php7-tidy-7.4.33-150400.4.28.1.s390x"
},
"product_reference": "php7-tidy-7.4.33-150400.4.28.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.28.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php7-tidy-7.4.33-150400.4.28.1.x86_64"
},
"product_reference": "php7-tidy-7.4.33-150400.4.28.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.28.1.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php7-tokenizer-7.4.33-150400.4.28.1.aarch64"
},
"product_reference": "php7-tokenizer-7.4.33-150400.4.28.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.28.1.ppc64le as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php7-tokenizer-7.4.33-150400.4.28.1.ppc64le"
},
"product_reference": "php7-tokenizer-7.4.33-150400.4.28.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.28.1.s390x as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php7-tokenizer-7.4.33-150400.4.28.1.s390x"
},
"product_reference": "php7-tokenizer-7.4.33-150400.4.28.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.28.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php7-tokenizer-7.4.33-150400.4.28.1.x86_64"
},
"product_reference": "php7-tokenizer-7.4.33-150400.4.28.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.28.1.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php7-xmlreader-7.4.33-150400.4.28.1.aarch64"
},
"product_reference": "php7-xmlreader-7.4.33-150400.4.28.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.28.1.ppc64le as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php7-xmlreader-7.4.33-150400.4.28.1.ppc64le"
},
"product_reference": "php7-xmlreader-7.4.33-150400.4.28.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.28.1.s390x as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php7-xmlreader-7.4.33-150400.4.28.1.s390x"
},
"product_reference": "php7-xmlreader-7.4.33-150400.4.28.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.28.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php7-xmlreader-7.4.33-150400.4.28.1.x86_64"
},
"product_reference": "php7-xmlreader-7.4.33-150400.4.28.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.28.1.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php7-xmlrpc-7.4.33-150400.4.28.1.aarch64"
},
"product_reference": "php7-xmlrpc-7.4.33-150400.4.28.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.28.1.ppc64le as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php7-xmlrpc-7.4.33-150400.4.28.1.ppc64le"
},
"product_reference": "php7-xmlrpc-7.4.33-150400.4.28.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.28.1.s390x as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php7-xmlrpc-7.4.33-150400.4.28.1.s390x"
},
"product_reference": "php7-xmlrpc-7.4.33-150400.4.28.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.28.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php7-xmlrpc-7.4.33-150400.4.28.1.x86_64"
},
"product_reference": "php7-xmlrpc-7.4.33-150400.4.28.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.28.1.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php7-xmlwriter-7.4.33-150400.4.28.1.aarch64"
},
"product_reference": "php7-xmlwriter-7.4.33-150400.4.28.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.28.1.ppc64le as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php7-xmlwriter-7.4.33-150400.4.28.1.ppc64le"
},
"product_reference": "php7-xmlwriter-7.4.33-150400.4.28.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.28.1.s390x as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php7-xmlwriter-7.4.33-150400.4.28.1.s390x"
},
"product_reference": "php7-xmlwriter-7.4.33-150400.4.28.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.28.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php7-xmlwriter-7.4.33-150400.4.28.1.x86_64"
},
"product_reference": "php7-xmlwriter-7.4.33-150400.4.28.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.28.1.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php7-xsl-7.4.33-150400.4.28.1.aarch64"
},
"product_reference": "php7-xsl-7.4.33-150400.4.28.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.28.1.ppc64le as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php7-xsl-7.4.33-150400.4.28.1.ppc64le"
},
"product_reference": "php7-xsl-7.4.33-150400.4.28.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.28.1.s390x as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php7-xsl-7.4.33-150400.4.28.1.s390x"
},
"product_reference": "php7-xsl-7.4.33-150400.4.28.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.28.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php7-xsl-7.4.33-150400.4.28.1.x86_64"
},
"product_reference": "php7-xsl-7.4.33-150400.4.28.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.28.1.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php7-zip-7.4.33-150400.4.28.1.aarch64"
},
"product_reference": "php7-zip-7.4.33-150400.4.28.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.28.1.ppc64le as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php7-zip-7.4.33-150400.4.28.1.ppc64le"
},
"product_reference": "php7-zip-7.4.33-150400.4.28.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.28.1.s390x as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php7-zip-7.4.33-150400.4.28.1.s390x"
},
"product_reference": "php7-zip-7.4.33-150400.4.28.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.28.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php7-zip-7.4.33-150400.4.28.1.x86_64"
},
"product_reference": "php7-zip-7.4.33-150400.4.28.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.28.1.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php7-zlib-7.4.33-150400.4.28.1.aarch64"
},
"product_reference": "php7-zlib-7.4.33-150400.4.28.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.28.1.ppc64le as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php7-zlib-7.4.33-150400.4.28.1.ppc64le"
},
"product_reference": "php7-zlib-7.4.33-150400.4.28.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.28.1.s390x as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php7-zlib-7.4.33-150400.4.28.1.s390x"
},
"product_reference": "php7-zlib-7.4.33-150400.4.28.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.28.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php7-zlib-7.4.33-150400.4.28.1.x86_64"
},
"product_reference": "php7-zlib-7.4.33-150400.4.28.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.5"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2023-3823",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-3823"
}
],
"notes": [
{
"category": "general",
"text": "In PHP versions 8.0.* before 8.0.30, 8.1.* before 8.1.22, and 8.2.* before 8.2.8 various XML functions rely on libxml global state to track configuration variables, like whether external entities are loaded. This state is assumed to be unchanged unless the user explicitly changes it by calling appropriate function. However, since the state is process-global, other modules - such as ImageMagick - may also use this library within the same process, and change that global state for their internal purposes, and leave it in a state where external entities loading is enabled. This can lead to the situation where external XML is parsed with external entities loaded, which can lead to disclosure of any local files accessible to PHP. This vulnerable state may persist in the same process across many requests, until the process is shut down.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Legacy 15 SP4:apache2-mod_php7-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:apache2-mod_php7-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:apache2-mod_php7-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:apache2-mod_php7-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-bcmath-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-bcmath-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-bcmath-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-bcmath-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-bz2-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-bz2-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-bz2-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-bz2-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-calendar-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-calendar-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-calendar-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-calendar-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-cli-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-cli-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-cli-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-cli-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ctype-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ctype-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ctype-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ctype-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-curl-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-curl-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-curl-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-curl-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-dba-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-dba-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-dba-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-dba-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-devel-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-devel-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-devel-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-devel-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-dom-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-dom-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-dom-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-dom-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-enchant-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-enchant-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-enchant-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-enchant-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-exif-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-exif-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-exif-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-exif-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fastcgi-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fastcgi-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fastcgi-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fastcgi-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fileinfo-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fileinfo-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fileinfo-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fileinfo-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fpm-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fpm-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fpm-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fpm-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ftp-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ftp-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ftp-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ftp-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gd-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gd-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gd-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gd-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gettext-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gettext-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gettext-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gettext-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gmp-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gmp-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gmp-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gmp-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-iconv-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-iconv-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-iconv-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-iconv-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-intl-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-intl-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-intl-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-intl-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-json-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-json-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-json-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-json-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ldap-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ldap-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ldap-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ldap-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-mbstring-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-mbstring-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-mbstring-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-mbstring-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-mysql-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-mysql-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-mysql-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-mysql-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-odbc-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-odbc-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-odbc-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-odbc-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-opcache-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-opcache-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-opcache-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-opcache-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-openssl-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-openssl-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-openssl-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-openssl-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pcntl-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pcntl-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pcntl-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pcntl-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pdo-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pdo-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pdo-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pdo-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pgsql-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pgsql-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pgsql-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pgsql-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-phar-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-phar-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-phar-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-phar-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-posix-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-posix-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-posix-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-posix-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-readline-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-readline-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-readline-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-readline-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-shmop-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-shmop-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-shmop-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-shmop-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-snmp-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-snmp-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-snmp-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-snmp-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-soap-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-soap-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-soap-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-soap-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sockets-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sockets-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sockets-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sockets-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sodium-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sodium-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sodium-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sodium-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sqlite-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sqlite-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sqlite-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sqlite-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvmsg-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvmsg-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvmsg-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvmsg-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvsem-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvsem-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvsem-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvsem-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvshm-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvshm-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvshm-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvshm-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-tidy-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-tidy-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-tidy-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-tidy-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-tokenizer-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-tokenizer-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-tokenizer-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-tokenizer-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlreader-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlreader-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlreader-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlreader-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlrpc-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlrpc-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlrpc-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlrpc-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlwriter-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlwriter-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlwriter-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlwriter-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xsl-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xsl-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xsl-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xsl-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-zip-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-zip-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-zip-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-zip-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-zlib-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-zlib-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-zlib-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-zlib-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:apache2-mod_php7-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:apache2-mod_php7-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:apache2-mod_php7-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:apache2-mod_php7-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-bcmath-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-bcmath-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-bcmath-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-bcmath-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-bz2-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-bz2-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-bz2-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-bz2-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-calendar-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-calendar-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-calendar-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-calendar-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-cli-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-cli-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-cli-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-cli-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-ctype-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-ctype-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-ctype-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-ctype-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-curl-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-curl-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-curl-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-curl-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-dba-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-dba-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-dba-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-dba-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-devel-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-devel-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-devel-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-devel-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-dom-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-dom-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-dom-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-dom-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-enchant-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-enchant-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-enchant-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-enchant-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-exif-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-exif-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-exif-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-exif-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-fastcgi-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-fastcgi-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-fastcgi-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-fastcgi-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-fileinfo-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-fileinfo-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-fileinfo-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-fileinfo-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-fpm-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-fpm-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-fpm-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-fpm-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-ftp-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-ftp-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-ftp-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-ftp-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-gd-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-gd-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-gd-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-gd-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-gettext-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-gettext-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-gettext-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-gettext-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-gmp-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-gmp-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-gmp-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-gmp-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-iconv-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-iconv-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-iconv-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-iconv-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-intl-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-intl-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-intl-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-intl-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-json-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-json-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-json-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-json-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-ldap-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-ldap-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-ldap-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-ldap-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-mbstring-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-mbstring-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-mbstring-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-mbstring-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-mysql-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-mysql-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-mysql-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-mysql-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-odbc-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-odbc-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-odbc-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-odbc-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-opcache-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-opcache-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-opcache-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-opcache-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-openssl-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-openssl-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-openssl-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-openssl-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-pcntl-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-pcntl-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-pcntl-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-pcntl-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-pdo-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-pdo-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-pdo-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-pdo-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-pgsql-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-pgsql-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-pgsql-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-pgsql-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-phar-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-phar-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-phar-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-phar-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-posix-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-posix-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-posix-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-posix-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-readline-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-readline-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-readline-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-readline-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-shmop-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-shmop-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-shmop-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-shmop-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-snmp-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-snmp-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-snmp-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-snmp-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-soap-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-soap-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-soap-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-soap-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sockets-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sockets-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sockets-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sockets-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sodium-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sodium-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sodium-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sodium-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sqlite-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sqlite-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sqlite-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sqlite-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sysvmsg-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sysvmsg-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sysvmsg-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sysvmsg-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sysvsem-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sysvsem-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sysvsem-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sysvsem-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sysvshm-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sysvshm-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sysvshm-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sysvshm-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-tidy-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-tidy-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-tidy-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-tidy-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-tokenizer-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-tokenizer-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-tokenizer-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-tokenizer-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xmlreader-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xmlreader-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xmlreader-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xmlreader-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xmlrpc-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xmlrpc-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xmlrpc-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xmlrpc-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xmlwriter-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xmlwriter-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xmlwriter-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xmlwriter-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xsl-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xsl-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xsl-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xsl-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-zip-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-zip-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-zip-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-zip-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-zlib-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-zlib-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-zlib-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-zlib-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:php7-embed-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:php7-embed-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:php7-embed-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:php7-embed-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP5:php7-embed-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP5:php7-embed-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP5:php7-embed-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP5:php7-embed-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.4:apache2-mod_php7-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.4:apache2-mod_php7-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.4:apache2-mod_php7-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.4:apache2-mod_php7-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.4:php7-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.4:php7-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.4:php7-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.4:php7-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.4:php7-bcmath-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.4:php7-bcmath-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.4:php7-bcmath-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.4:php7-bcmath-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.4:php7-bz2-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.4:php7-bz2-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.4:php7-bz2-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.4:php7-bz2-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.4:php7-calendar-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.4:php7-calendar-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.4:php7-calendar-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.4:php7-calendar-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.4:php7-cli-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.4:php7-cli-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.4:php7-cli-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.4:php7-cli-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.4:php7-ctype-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.4:php7-ctype-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.4:php7-ctype-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.4:php7-ctype-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.4:php7-curl-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.4:php7-curl-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.4:php7-curl-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.4:php7-curl-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.4:php7-dba-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.4:php7-dba-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.4:php7-dba-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.4:php7-dba-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.4:php7-devel-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.4:php7-devel-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.4:php7-devel-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.4:php7-devel-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.4:php7-dom-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.4:php7-dom-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.4:php7-dom-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.4:php7-dom-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.4:php7-embed-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.4:php7-embed-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.4:php7-embed-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.4:php7-embed-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.4:php7-enchant-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.4:php7-enchant-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.4:php7-enchant-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.4:php7-enchant-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.4:php7-exif-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.4:php7-exif-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.4:php7-exif-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.4:php7-exif-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.4:php7-fastcgi-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.4:php7-fastcgi-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.4:php7-fastcgi-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.4:php7-fastcgi-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.4:php7-fileinfo-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.4:php7-fileinfo-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.4:php7-fileinfo-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.4:php7-fileinfo-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.4:php7-fpm-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.4:php7-fpm-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.4:php7-fpm-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.4:php7-fpm-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.4:php7-ftp-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.4:php7-ftp-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.4:php7-ftp-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.4:php7-ftp-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.4:php7-gd-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.4:php7-gd-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.4:php7-gd-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.4:php7-gd-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.4:php7-gettext-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.4:php7-gettext-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.4:php7-gettext-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.4:php7-gettext-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.4:php7-gmp-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.4:php7-gmp-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.4:php7-gmp-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.4:php7-gmp-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.4:php7-iconv-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.4:php7-iconv-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.4:php7-iconv-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.4:php7-iconv-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.4:php7-intl-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.4:php7-intl-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.4:php7-intl-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.4:php7-intl-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.4:php7-json-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.4:php7-json-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.4:php7-json-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.4:php7-json-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.4:php7-ldap-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.4:php7-ldap-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.4:php7-ldap-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.4:php7-ldap-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.4:php7-mbstring-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.4:php7-mbstring-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.4:php7-mbstring-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.4:php7-mbstring-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.4:php7-mysql-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.4:php7-mysql-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.4:php7-mysql-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.4:php7-mysql-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.4:php7-odbc-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.4:php7-odbc-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.4:php7-odbc-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.4:php7-odbc-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.4:php7-opcache-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.4:php7-opcache-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.4:php7-opcache-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.4:php7-opcache-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.4:php7-openssl-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.4:php7-openssl-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.4:php7-openssl-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.4:php7-openssl-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.4:php7-pcntl-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.4:php7-pcntl-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.4:php7-pcntl-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.4:php7-pcntl-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.4:php7-pdo-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.4:php7-pdo-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.4:php7-pdo-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.4:php7-pdo-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.4:php7-pgsql-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.4:php7-pgsql-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.4:php7-pgsql-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.4:php7-pgsql-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.4:php7-phar-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.4:php7-phar-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.4:php7-phar-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.4:php7-phar-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.4:php7-posix-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.4:php7-posix-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.4:php7-posix-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.4:php7-posix-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.4:php7-readline-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.4:php7-readline-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.4:php7-readline-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.4:php7-readline-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.4:php7-shmop-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.4:php7-shmop-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.4:php7-shmop-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.4:php7-shmop-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.4:php7-snmp-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.4:php7-snmp-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.4:php7-snmp-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.4:php7-snmp-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.4:php7-soap-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.4:php7-soap-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.4:php7-soap-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.4:php7-soap-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.4:php7-sockets-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.4:php7-sockets-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.4:php7-sockets-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.4:php7-sockets-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.4:php7-sodium-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.4:php7-sodium-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.4:php7-sodium-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.4:php7-sodium-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.4:php7-sqlite-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.4:php7-sqlite-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.4:php7-sqlite-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.4:php7-sqlite-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.4:php7-sysvmsg-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.4:php7-sysvmsg-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.4:php7-sysvmsg-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.4:php7-sysvmsg-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.4:php7-sysvsem-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.4:php7-sysvsem-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.4:php7-sysvsem-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.4:php7-sysvsem-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.4:php7-sysvshm-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.4:php7-sysvshm-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.4:php7-sysvshm-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.4:php7-sysvshm-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.4:php7-test-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.4:php7-test-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.4:php7-test-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.4:php7-test-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.4:php7-tidy-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.4:php7-tidy-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.4:php7-tidy-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.4:php7-tidy-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.4:php7-tokenizer-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.4:php7-tokenizer-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.4:php7-tokenizer-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.4:php7-tokenizer-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.4:php7-xmlreader-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.4:php7-xmlreader-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.4:php7-xmlreader-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.4:php7-xmlreader-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.4:php7-xmlrpc-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.4:php7-xmlrpc-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.4:php7-xmlrpc-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.4:php7-xmlrpc-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.4:php7-xmlwriter-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.4:php7-xmlwriter-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.4:php7-xmlwriter-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.4:php7-xmlwriter-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.4:php7-xsl-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.4:php7-xsl-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.4:php7-xsl-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.4:php7-xsl-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.4:php7-zip-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.4:php7-zip-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.4:php7-zip-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.4:php7-zip-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.4:php7-zlib-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.4:php7-zlib-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.4:php7-zlib-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.4:php7-zlib-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.5:apache2-mod_php7-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.5:apache2-mod_php7-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.5:apache2-mod_php7-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.5:apache2-mod_php7-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.5:php7-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.5:php7-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.5:php7-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.5:php7-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.5:php7-bcmath-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.5:php7-bcmath-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.5:php7-bcmath-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.5:php7-bcmath-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.5:php7-bz2-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.5:php7-bz2-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.5:php7-bz2-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.5:php7-bz2-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.5:php7-calendar-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.5:php7-calendar-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.5:php7-calendar-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.5:php7-calendar-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.5:php7-cli-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.5:php7-cli-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.5:php7-cli-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.5:php7-cli-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.5:php7-ctype-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.5:php7-ctype-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.5:php7-ctype-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.5:php7-ctype-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.5:php7-curl-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.5:php7-curl-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.5:php7-curl-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.5:php7-curl-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.5:php7-dba-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.5:php7-dba-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.5:php7-dba-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.5:php7-dba-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.5:php7-devel-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.5:php7-devel-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.5:php7-devel-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.5:php7-devel-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.5:php7-dom-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.5:php7-dom-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.5:php7-dom-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.5:php7-dom-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.5:php7-embed-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.5:php7-embed-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.5:php7-embed-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.5:php7-embed-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.5:php7-enchant-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.5:php7-enchant-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.5:php7-enchant-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.5:php7-enchant-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.5:php7-exif-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.5:php7-exif-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.5:php7-exif-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.5:php7-exif-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.5:php7-fastcgi-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.5:php7-fastcgi-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.5:php7-fastcgi-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.5:php7-fastcgi-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.5:php7-fileinfo-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.5:php7-fileinfo-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.5:php7-fileinfo-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.5:php7-fileinfo-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.5:php7-fpm-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.5:php7-fpm-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.5:php7-fpm-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.5:php7-fpm-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.5:php7-ftp-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.5:php7-ftp-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.5:php7-ftp-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.5:php7-ftp-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.5:php7-gd-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.5:php7-gd-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.5:php7-gd-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.5:php7-gd-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.5:php7-gettext-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.5:php7-gettext-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.5:php7-gettext-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.5:php7-gettext-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.5:php7-gmp-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.5:php7-gmp-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.5:php7-gmp-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.5:php7-gmp-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.5:php7-iconv-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.5:php7-iconv-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.5:php7-iconv-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.5:php7-iconv-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.5:php7-intl-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.5:php7-intl-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.5:php7-intl-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.5:php7-intl-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.5:php7-json-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.5:php7-json-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.5:php7-json-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.5:php7-json-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.5:php7-ldap-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.5:php7-ldap-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.5:php7-ldap-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.5:php7-ldap-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.5:php7-mbstring-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.5:php7-mbstring-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.5:php7-mbstring-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.5:php7-mbstring-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.5:php7-mysql-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.5:php7-mysql-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.5:php7-mysql-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.5:php7-mysql-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.5:php7-odbc-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.5:php7-odbc-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.5:php7-odbc-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.5:php7-odbc-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.5:php7-opcache-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.5:php7-opcache-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.5:php7-opcache-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.5:php7-opcache-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.5:php7-openssl-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.5:php7-openssl-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.5:php7-openssl-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.5:php7-openssl-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.5:php7-pcntl-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.5:php7-pcntl-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.5:php7-pcntl-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.5:php7-pcntl-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.5:php7-pdo-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.5:php7-pdo-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.5:php7-pdo-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.5:php7-pdo-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.5:php7-pgsql-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.5:php7-pgsql-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.5:php7-pgsql-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.5:php7-pgsql-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.5:php7-phar-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.5:php7-phar-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.5:php7-phar-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.5:php7-phar-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.5:php7-posix-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.5:php7-posix-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.5:php7-posix-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.5:php7-posix-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.5:php7-readline-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.5:php7-readline-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.5:php7-readline-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.5:php7-readline-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.5:php7-shmop-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.5:php7-shmop-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.5:php7-shmop-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.5:php7-shmop-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.5:php7-snmp-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.5:php7-snmp-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.5:php7-snmp-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.5:php7-snmp-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.5:php7-soap-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.5:php7-soap-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.5:php7-soap-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.5:php7-soap-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.5:php7-sockets-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.5:php7-sockets-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.5:php7-sockets-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.5:php7-sockets-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.5:php7-sodium-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.5:php7-sodium-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.5:php7-sodium-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.5:php7-sodium-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.5:php7-sqlite-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.5:php7-sqlite-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.5:php7-sqlite-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.5:php7-sqlite-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.5:php7-sysvmsg-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.5:php7-sysvmsg-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.5:php7-sysvmsg-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.5:php7-sysvmsg-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.5:php7-sysvsem-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.5:php7-sysvsem-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.5:php7-sysvsem-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.5:php7-sysvsem-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.5:php7-sysvshm-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.5:php7-sysvshm-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.5:php7-sysvshm-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.5:php7-sysvshm-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.5:php7-test-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.5:php7-test-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.5:php7-test-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.5:php7-test-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.5:php7-tidy-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.5:php7-tidy-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.5:php7-tidy-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.5:php7-tidy-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.5:php7-tokenizer-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.5:php7-tokenizer-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.5:php7-tokenizer-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.5:php7-tokenizer-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.5:php7-xmlreader-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.5:php7-xmlreader-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.5:php7-xmlreader-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.5:php7-xmlreader-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.5:php7-xmlrpc-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.5:php7-xmlrpc-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.5:php7-xmlrpc-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.5:php7-xmlrpc-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.5:php7-xmlwriter-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.5:php7-xmlwriter-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.5:php7-xmlwriter-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.5:php7-xmlwriter-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.5:php7-xsl-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.5:php7-xsl-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.5:php7-xsl-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.5:php7-xsl-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.5:php7-zip-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.5:php7-zip-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.5:php7-zip-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.5:php7-zip-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.5:php7-zlib-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.5:php7-zlib-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.5:php7-zlib-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.5:php7-zlib-7.4.33-150400.4.28.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-3823",
"url": "https://www.suse.com/security/cve/CVE-2023-3823"
},
{
"category": "external",
"summary": "SUSE Bug 1214106 for CVE-2023-3823",
"url": "https://bugzilla.suse.com/1214106"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Module for Legacy 15 SP4:apache2-mod_php7-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:apache2-mod_php7-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:apache2-mod_php7-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:apache2-mod_php7-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-bcmath-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-bcmath-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-bcmath-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-bcmath-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-bz2-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-bz2-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-bz2-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-bz2-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-calendar-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-calendar-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-calendar-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-calendar-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-cli-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-cli-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-cli-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-cli-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ctype-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ctype-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ctype-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ctype-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-curl-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-curl-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-curl-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-curl-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-dba-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-dba-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-dba-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-dba-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-devel-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-devel-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-devel-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-devel-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-dom-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-dom-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-dom-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-dom-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-enchant-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-enchant-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-enchant-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-enchant-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-exif-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-exif-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-exif-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-exif-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fastcgi-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fastcgi-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fastcgi-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fastcgi-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fileinfo-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fileinfo-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fileinfo-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fileinfo-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fpm-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fpm-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fpm-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fpm-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ftp-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ftp-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ftp-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ftp-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gd-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gd-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gd-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gd-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gettext-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gettext-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gettext-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gettext-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gmp-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gmp-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gmp-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gmp-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-iconv-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-iconv-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-iconv-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-iconv-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-intl-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-intl-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-intl-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-intl-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-json-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-json-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-json-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-json-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ldap-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ldap-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ldap-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ldap-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-mbstring-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-mbstring-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-mbstring-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-mbstring-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-mysql-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-mysql-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-mysql-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-mysql-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-odbc-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-odbc-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-odbc-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-odbc-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-opcache-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-opcache-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-opcache-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-opcache-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-openssl-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-openssl-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-openssl-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-openssl-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pcntl-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pcntl-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pcntl-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pcntl-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pdo-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pdo-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pdo-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pdo-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pgsql-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pgsql-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pgsql-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pgsql-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-phar-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-phar-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-phar-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-phar-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-posix-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-posix-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-posix-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-posix-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-readline-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-readline-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-readline-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-readline-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-shmop-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-shmop-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-shmop-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-shmop-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-snmp-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-snmp-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-snmp-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-snmp-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-soap-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-soap-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-soap-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-soap-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sockets-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sockets-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sockets-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sockets-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sodium-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sodium-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sodium-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sodium-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sqlite-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sqlite-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sqlite-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sqlite-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvmsg-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvmsg-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvmsg-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvmsg-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvsem-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvsem-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvsem-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvsem-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvshm-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvshm-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvshm-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvshm-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-tidy-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-tidy-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-tidy-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-tidy-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-tokenizer-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-tokenizer-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-tokenizer-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-tokenizer-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlreader-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlreader-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlreader-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlreader-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlrpc-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlrpc-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlrpc-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlrpc-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlwriter-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlwriter-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlwriter-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlwriter-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xsl-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xsl-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xsl-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xsl-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-zip-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-zip-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-zip-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-zip-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-zlib-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-zlib-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-zlib-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-zlib-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:apache2-mod_php7-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:apache2-mod_php7-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:apache2-mod_php7-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:apache2-mod_php7-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-bcmath-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-bcmath-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-bcmath-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-bcmath-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-bz2-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-bz2-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-bz2-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-bz2-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-calendar-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-calendar-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-calendar-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-calendar-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-cli-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-cli-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-cli-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-cli-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-ctype-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-ctype-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-ctype-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-ctype-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-curl-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-curl-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-curl-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-curl-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-dba-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-dba-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-dba-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-dba-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-devel-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-devel-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-devel-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-devel-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-dom-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-dom-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-dom-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-dom-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-enchant-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-enchant-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-enchant-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-enchant-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-exif-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-exif-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-exif-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-exif-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-fastcgi-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-fastcgi-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-fastcgi-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-fastcgi-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-fileinfo-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-fileinfo-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-fileinfo-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-fileinfo-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-fpm-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-fpm-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-fpm-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-fpm-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-ftp-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-ftp-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-ftp-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-ftp-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-gd-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-gd-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-gd-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-gd-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-gettext-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-gettext-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-gettext-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-gettext-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-gmp-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-gmp-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-gmp-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-gmp-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-iconv-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-iconv-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-iconv-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-iconv-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-intl-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-intl-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-intl-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-intl-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-json-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-json-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-json-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-json-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-ldap-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-ldap-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-ldap-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-ldap-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-mbstring-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-mbstring-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-mbstring-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-mbstring-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-mysql-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-mysql-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-mysql-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-mysql-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-odbc-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-odbc-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-odbc-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-odbc-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-opcache-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-opcache-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-opcache-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-opcache-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-openssl-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-openssl-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-openssl-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-openssl-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-pcntl-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-pcntl-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-pcntl-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-pcntl-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-pdo-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-pdo-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-pdo-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-pdo-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-pgsql-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-pgsql-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-pgsql-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-pgsql-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-phar-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-phar-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-phar-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-phar-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-posix-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-posix-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-posix-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-posix-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-readline-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-readline-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-readline-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-readline-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-shmop-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-shmop-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-shmop-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-shmop-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-snmp-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-snmp-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-snmp-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-snmp-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-soap-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-soap-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-soap-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-soap-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sockets-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sockets-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sockets-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sockets-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sodium-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sodium-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sodium-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sodium-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sqlite-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sqlite-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sqlite-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sqlite-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sysvmsg-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sysvmsg-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sysvmsg-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sysvmsg-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sysvsem-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sysvsem-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sysvsem-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sysvsem-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sysvshm-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sysvshm-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sysvshm-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sysvshm-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-tidy-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-tidy-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-tidy-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-tidy-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-tokenizer-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-tokenizer-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-tokenizer-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-tokenizer-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xmlreader-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xmlreader-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xmlreader-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xmlreader-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xmlrpc-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xmlrpc-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xmlrpc-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xmlrpc-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xmlwriter-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xmlwriter-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xmlwriter-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xmlwriter-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xsl-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xsl-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xsl-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xsl-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-zip-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-zip-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-zip-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-zip-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-zlib-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-zlib-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-zlib-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-zlib-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:php7-embed-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:php7-embed-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:php7-embed-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:php7-embed-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP5:php7-embed-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP5:php7-embed-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP5:php7-embed-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP5:php7-embed-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.4:apache2-mod_php7-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.4:apache2-mod_php7-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.4:apache2-mod_php7-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.4:apache2-mod_php7-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.4:php7-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.4:php7-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.4:php7-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.4:php7-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.4:php7-bcmath-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.4:php7-bcmath-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.4:php7-bcmath-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.4:php7-bcmath-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.4:php7-bz2-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.4:php7-bz2-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.4:php7-bz2-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.4:php7-bz2-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.4:php7-calendar-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.4:php7-calendar-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.4:php7-calendar-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.4:php7-calendar-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.4:php7-cli-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.4:php7-cli-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.4:php7-cli-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.4:php7-cli-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.4:php7-ctype-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.4:php7-ctype-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.4:php7-ctype-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.4:php7-ctype-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.4:php7-curl-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.4:php7-curl-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.4:php7-curl-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.4:php7-curl-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.4:php7-dba-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.4:php7-dba-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.4:php7-dba-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.4:php7-dba-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.4:php7-devel-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.4:php7-devel-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.4:php7-devel-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.4:php7-devel-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.4:php7-dom-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.4:php7-dom-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.4:php7-dom-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.4:php7-dom-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.4:php7-embed-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.4:php7-embed-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.4:php7-embed-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.4:php7-embed-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.4:php7-enchant-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.4:php7-enchant-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.4:php7-enchant-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.4:php7-enchant-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.4:php7-exif-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.4:php7-exif-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.4:php7-exif-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.4:php7-exif-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.4:php7-fastcgi-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.4:php7-fastcgi-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.4:php7-fastcgi-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.4:php7-fastcgi-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.4:php7-fileinfo-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.4:php7-fileinfo-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.4:php7-fileinfo-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.4:php7-fileinfo-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.4:php7-fpm-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.4:php7-fpm-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.4:php7-fpm-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.4:php7-fpm-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.4:php7-ftp-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.4:php7-ftp-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.4:php7-ftp-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.4:php7-ftp-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.4:php7-gd-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.4:php7-gd-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.4:php7-gd-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.4:php7-gd-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.4:php7-gettext-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.4:php7-gettext-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.4:php7-gettext-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.4:php7-gettext-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.4:php7-gmp-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.4:php7-gmp-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.4:php7-gmp-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.4:php7-gmp-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.4:php7-iconv-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.4:php7-iconv-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.4:php7-iconv-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.4:php7-iconv-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.4:php7-intl-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.4:php7-intl-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.4:php7-intl-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.4:php7-intl-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.4:php7-json-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.4:php7-json-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.4:php7-json-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.4:php7-json-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.4:php7-ldap-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.4:php7-ldap-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.4:php7-ldap-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.4:php7-ldap-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.4:php7-mbstring-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.4:php7-mbstring-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.4:php7-mbstring-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.4:php7-mbstring-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.4:php7-mysql-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.4:php7-mysql-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.4:php7-mysql-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.4:php7-mysql-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.4:php7-odbc-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.4:php7-odbc-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.4:php7-odbc-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.4:php7-odbc-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.4:php7-opcache-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.4:php7-opcache-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.4:php7-opcache-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.4:php7-opcache-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.4:php7-openssl-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.4:php7-openssl-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.4:php7-openssl-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.4:php7-openssl-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.4:php7-pcntl-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.4:php7-pcntl-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.4:php7-pcntl-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.4:php7-pcntl-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.4:php7-pdo-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.4:php7-pdo-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.4:php7-pdo-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.4:php7-pdo-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.4:php7-pgsql-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.4:php7-pgsql-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.4:php7-pgsql-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.4:php7-pgsql-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.4:php7-phar-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.4:php7-phar-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.4:php7-phar-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.4:php7-phar-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.4:php7-posix-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.4:php7-posix-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.4:php7-posix-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.4:php7-posix-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.4:php7-readline-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.4:php7-readline-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.4:php7-readline-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.4:php7-readline-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.4:php7-shmop-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.4:php7-shmop-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.4:php7-shmop-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.4:php7-shmop-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.4:php7-snmp-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.4:php7-snmp-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.4:php7-snmp-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.4:php7-snmp-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.4:php7-soap-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.4:php7-soap-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.4:php7-soap-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.4:php7-soap-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.4:php7-sockets-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.4:php7-sockets-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.4:php7-sockets-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.4:php7-sockets-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.4:php7-sodium-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.4:php7-sodium-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.4:php7-sodium-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.4:php7-sodium-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.4:php7-sqlite-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.4:php7-sqlite-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.4:php7-sqlite-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.4:php7-sqlite-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.4:php7-sysvmsg-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.4:php7-sysvmsg-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.4:php7-sysvmsg-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.4:php7-sysvmsg-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.4:php7-sysvsem-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.4:php7-sysvsem-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.4:php7-sysvsem-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.4:php7-sysvsem-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.4:php7-sysvshm-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.4:php7-sysvshm-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.4:php7-sysvshm-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.4:php7-sysvshm-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.4:php7-test-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.4:php7-test-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.4:php7-test-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.4:php7-test-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.4:php7-tidy-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.4:php7-tidy-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.4:php7-tidy-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.4:php7-tidy-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.4:php7-tokenizer-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.4:php7-tokenizer-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.4:php7-tokenizer-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.4:php7-tokenizer-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.4:php7-xmlreader-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.4:php7-xmlreader-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.4:php7-xmlreader-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.4:php7-xmlreader-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.4:php7-xmlrpc-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.4:php7-xmlrpc-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.4:php7-xmlrpc-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.4:php7-xmlrpc-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.4:php7-xmlwriter-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.4:php7-xmlwriter-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.4:php7-xmlwriter-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.4:php7-xmlwriter-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.4:php7-xsl-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.4:php7-xsl-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.4:php7-xsl-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.4:php7-xsl-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.4:php7-zip-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.4:php7-zip-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.4:php7-zip-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.4:php7-zip-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.4:php7-zlib-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.4:php7-zlib-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.4:php7-zlib-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.4:php7-zlib-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.5:apache2-mod_php7-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.5:apache2-mod_php7-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.5:apache2-mod_php7-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.5:apache2-mod_php7-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.5:php7-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.5:php7-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.5:php7-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.5:php7-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.5:php7-bcmath-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.5:php7-bcmath-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.5:php7-bcmath-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.5:php7-bcmath-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.5:php7-bz2-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.5:php7-bz2-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.5:php7-bz2-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.5:php7-bz2-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.5:php7-calendar-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.5:php7-calendar-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.5:php7-calendar-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.5:php7-calendar-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.5:php7-cli-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.5:php7-cli-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.5:php7-cli-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.5:php7-cli-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.5:php7-ctype-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.5:php7-ctype-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.5:php7-ctype-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.5:php7-ctype-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.5:php7-curl-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.5:php7-curl-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.5:php7-curl-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.5:php7-curl-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.5:php7-dba-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.5:php7-dba-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.5:php7-dba-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.5:php7-dba-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.5:php7-devel-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.5:php7-devel-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.5:php7-devel-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.5:php7-devel-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.5:php7-dom-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.5:php7-dom-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.5:php7-dom-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.5:php7-dom-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.5:php7-embed-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.5:php7-embed-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.5:php7-embed-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.5:php7-embed-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.5:php7-enchant-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.5:php7-enchant-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.5:php7-enchant-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.5:php7-enchant-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.5:php7-exif-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.5:php7-exif-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.5:php7-exif-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.5:php7-exif-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.5:php7-fastcgi-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.5:php7-fastcgi-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.5:php7-fastcgi-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.5:php7-fastcgi-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.5:php7-fileinfo-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.5:php7-fileinfo-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.5:php7-fileinfo-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.5:php7-fileinfo-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.5:php7-fpm-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.5:php7-fpm-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.5:php7-fpm-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.5:php7-fpm-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.5:php7-ftp-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.5:php7-ftp-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.5:php7-ftp-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.5:php7-ftp-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.5:php7-gd-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.5:php7-gd-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.5:php7-gd-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.5:php7-gd-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.5:php7-gettext-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.5:php7-gettext-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.5:php7-gettext-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.5:php7-gettext-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.5:php7-gmp-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.5:php7-gmp-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.5:php7-gmp-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.5:php7-gmp-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.5:php7-iconv-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.5:php7-iconv-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.5:php7-iconv-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.5:php7-iconv-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.5:php7-intl-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.5:php7-intl-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.5:php7-intl-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.5:php7-intl-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.5:php7-json-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.5:php7-json-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.5:php7-json-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.5:php7-json-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.5:php7-ldap-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.5:php7-ldap-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.5:php7-ldap-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.5:php7-ldap-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.5:php7-mbstring-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.5:php7-mbstring-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.5:php7-mbstring-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.5:php7-mbstring-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.5:php7-mysql-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.5:php7-mysql-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.5:php7-mysql-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.5:php7-mysql-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.5:php7-odbc-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.5:php7-odbc-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.5:php7-odbc-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.5:php7-odbc-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.5:php7-opcache-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.5:php7-opcache-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.5:php7-opcache-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.5:php7-opcache-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.5:php7-openssl-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.5:php7-openssl-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.5:php7-openssl-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.5:php7-openssl-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.5:php7-pcntl-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.5:php7-pcntl-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.5:php7-pcntl-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.5:php7-pcntl-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.5:php7-pdo-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.5:php7-pdo-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.5:php7-pdo-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.5:php7-pdo-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.5:php7-pgsql-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.5:php7-pgsql-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.5:php7-pgsql-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.5:php7-pgsql-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.5:php7-phar-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.5:php7-phar-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.5:php7-phar-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.5:php7-phar-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.5:php7-posix-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.5:php7-posix-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.5:php7-posix-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.5:php7-posix-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.5:php7-readline-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.5:php7-readline-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.5:php7-readline-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.5:php7-readline-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.5:php7-shmop-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.5:php7-shmop-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.5:php7-shmop-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.5:php7-shmop-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.5:php7-snmp-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.5:php7-snmp-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.5:php7-snmp-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.5:php7-snmp-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.5:php7-soap-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.5:php7-soap-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.5:php7-soap-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.5:php7-soap-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.5:php7-sockets-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.5:php7-sockets-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.5:php7-sockets-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.5:php7-sockets-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.5:php7-sodium-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.5:php7-sodium-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.5:php7-sodium-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.5:php7-sodium-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.5:php7-sqlite-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.5:php7-sqlite-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.5:php7-sqlite-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.5:php7-sqlite-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.5:php7-sysvmsg-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.5:php7-sysvmsg-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.5:php7-sysvmsg-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.5:php7-sysvmsg-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.5:php7-sysvsem-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.5:php7-sysvsem-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.5:php7-sysvsem-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.5:php7-sysvsem-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.5:php7-sysvshm-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.5:php7-sysvshm-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.5:php7-sysvshm-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.5:php7-sysvshm-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.5:php7-test-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.5:php7-test-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.5:php7-test-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.5:php7-test-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.5:php7-tidy-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.5:php7-tidy-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.5:php7-tidy-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.5:php7-tidy-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.5:php7-tokenizer-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.5:php7-tokenizer-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.5:php7-tokenizer-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.5:php7-tokenizer-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.5:php7-xmlreader-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.5:php7-xmlreader-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.5:php7-xmlreader-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.5:php7-xmlreader-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.5:php7-xmlrpc-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.5:php7-xmlrpc-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.5:php7-xmlrpc-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.5:php7-xmlrpc-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.5:php7-xmlwriter-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.5:php7-xmlwriter-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.5:php7-xmlwriter-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.5:php7-xmlwriter-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.5:php7-xsl-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.5:php7-xsl-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.5:php7-xsl-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.5:php7-xsl-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.5:php7-zip-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.5:php7-zip-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.5:php7-zip-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.5:php7-zip-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.5:php7-zlib-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.5:php7-zlib-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.5:php7-zlib-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.5:php7-zlib-7.4.33-150400.4.28.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Legacy 15 SP4:apache2-mod_php7-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:apache2-mod_php7-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:apache2-mod_php7-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:apache2-mod_php7-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-bcmath-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-bcmath-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-bcmath-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-bcmath-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-bz2-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-bz2-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-bz2-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-bz2-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-calendar-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-calendar-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-calendar-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-calendar-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-cli-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-cli-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-cli-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-cli-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ctype-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ctype-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ctype-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ctype-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-curl-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-curl-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-curl-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-curl-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-dba-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-dba-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-dba-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-dba-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-devel-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-devel-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-devel-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-devel-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-dom-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-dom-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-dom-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-dom-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-enchant-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-enchant-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-enchant-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-enchant-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-exif-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-exif-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-exif-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-exif-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fastcgi-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fastcgi-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fastcgi-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fastcgi-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fileinfo-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fileinfo-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fileinfo-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fileinfo-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fpm-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fpm-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fpm-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fpm-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ftp-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ftp-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ftp-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ftp-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gd-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gd-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gd-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gd-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gettext-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gettext-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gettext-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gettext-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gmp-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gmp-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gmp-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gmp-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-iconv-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-iconv-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-iconv-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-iconv-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-intl-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-intl-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-intl-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-intl-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-json-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-json-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-json-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-json-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ldap-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ldap-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ldap-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ldap-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-mbstring-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-mbstring-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-mbstring-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-mbstring-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-mysql-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-mysql-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-mysql-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-mysql-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-odbc-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-odbc-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-odbc-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-odbc-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-opcache-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-opcache-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-opcache-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-opcache-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-openssl-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-openssl-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-openssl-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-openssl-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pcntl-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pcntl-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pcntl-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pcntl-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pdo-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pdo-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pdo-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pdo-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pgsql-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pgsql-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pgsql-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pgsql-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-phar-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-phar-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-phar-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-phar-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-posix-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-posix-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-posix-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-posix-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-readline-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-readline-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-readline-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-readline-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-shmop-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-shmop-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-shmop-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-shmop-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-snmp-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-snmp-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-snmp-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-snmp-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-soap-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-soap-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-soap-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-soap-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sockets-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sockets-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sockets-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sockets-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sodium-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sodium-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sodium-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sodium-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sqlite-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sqlite-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sqlite-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sqlite-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvmsg-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvmsg-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvmsg-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvmsg-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvsem-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvsem-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvsem-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvsem-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvshm-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvshm-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvshm-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvshm-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-tidy-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-tidy-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-tidy-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-tidy-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-tokenizer-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-tokenizer-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-tokenizer-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-tokenizer-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlreader-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlreader-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlreader-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlreader-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlrpc-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlrpc-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlrpc-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlrpc-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlwriter-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlwriter-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlwriter-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlwriter-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xsl-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xsl-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xsl-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xsl-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-zip-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-zip-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-zip-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-zip-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-zlib-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-zlib-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-zlib-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-zlib-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:apache2-mod_php7-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:apache2-mod_php7-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:apache2-mod_php7-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:apache2-mod_php7-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-bcmath-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-bcmath-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-bcmath-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-bcmath-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-bz2-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-bz2-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-bz2-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-bz2-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-calendar-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-calendar-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-calendar-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-calendar-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-cli-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-cli-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-cli-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-cli-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-ctype-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-ctype-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-ctype-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-ctype-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-curl-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-curl-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-curl-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-curl-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-dba-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-dba-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-dba-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-dba-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-devel-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-devel-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-devel-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-devel-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-dom-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-dom-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-dom-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-dom-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-enchant-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-enchant-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-enchant-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-enchant-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-exif-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-exif-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-exif-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-exif-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-fastcgi-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-fastcgi-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-fastcgi-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-fastcgi-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-fileinfo-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-fileinfo-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-fileinfo-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-fileinfo-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-fpm-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-fpm-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-fpm-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-fpm-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-ftp-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-ftp-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-ftp-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-ftp-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-gd-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-gd-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-gd-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-gd-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-gettext-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-gettext-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-gettext-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-gettext-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-gmp-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-gmp-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-gmp-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-gmp-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-iconv-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-iconv-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-iconv-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-iconv-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-intl-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-intl-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-intl-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-intl-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-json-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-json-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-json-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-json-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-ldap-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-ldap-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-ldap-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-ldap-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-mbstring-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-mbstring-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-mbstring-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-mbstring-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-mysql-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-mysql-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-mysql-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-mysql-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-odbc-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-odbc-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-odbc-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-odbc-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-opcache-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-opcache-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-opcache-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-opcache-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-openssl-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-openssl-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-openssl-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-openssl-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-pcntl-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-pcntl-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-pcntl-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-pcntl-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-pdo-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-pdo-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-pdo-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-pdo-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-pgsql-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-pgsql-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-pgsql-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-pgsql-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-phar-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-phar-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-phar-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-phar-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-posix-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-posix-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-posix-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-posix-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-readline-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-readline-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-readline-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-readline-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-shmop-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-shmop-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-shmop-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-shmop-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-snmp-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-snmp-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-snmp-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-snmp-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-soap-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-soap-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-soap-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-soap-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sockets-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sockets-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sockets-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sockets-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sodium-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sodium-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sodium-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sodium-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sqlite-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sqlite-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sqlite-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sqlite-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sysvmsg-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sysvmsg-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sysvmsg-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sysvmsg-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sysvsem-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sysvsem-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sysvsem-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sysvsem-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sysvshm-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sysvshm-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sysvshm-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sysvshm-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-tidy-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-tidy-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-tidy-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-tidy-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-tokenizer-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-tokenizer-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-tokenizer-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-tokenizer-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xmlreader-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xmlreader-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xmlreader-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xmlreader-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xmlrpc-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xmlrpc-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xmlrpc-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xmlrpc-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xmlwriter-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xmlwriter-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xmlwriter-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xmlwriter-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xsl-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xsl-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xsl-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xsl-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-zip-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-zip-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-zip-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-zip-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-zlib-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-zlib-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-zlib-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-zlib-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:php7-embed-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:php7-embed-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:php7-embed-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:php7-embed-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP5:php7-embed-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP5:php7-embed-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP5:php7-embed-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP5:php7-embed-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.4:apache2-mod_php7-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.4:apache2-mod_php7-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.4:apache2-mod_php7-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.4:apache2-mod_php7-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.4:php7-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.4:php7-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.4:php7-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.4:php7-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.4:php7-bcmath-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.4:php7-bcmath-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.4:php7-bcmath-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.4:php7-bcmath-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.4:php7-bz2-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.4:php7-bz2-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.4:php7-bz2-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.4:php7-bz2-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.4:php7-calendar-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.4:php7-calendar-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.4:php7-calendar-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.4:php7-calendar-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.4:php7-cli-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.4:php7-cli-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.4:php7-cli-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.4:php7-cli-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.4:php7-ctype-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.4:php7-ctype-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.4:php7-ctype-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.4:php7-ctype-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.4:php7-curl-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.4:php7-curl-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.4:php7-curl-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.4:php7-curl-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.4:php7-dba-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.4:php7-dba-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.4:php7-dba-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.4:php7-dba-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.4:php7-devel-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.4:php7-devel-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.4:php7-devel-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.4:php7-devel-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.4:php7-dom-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.4:php7-dom-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.4:php7-dom-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.4:php7-dom-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.4:php7-embed-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.4:php7-embed-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.4:php7-embed-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.4:php7-embed-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.4:php7-enchant-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.4:php7-enchant-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.4:php7-enchant-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.4:php7-enchant-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.4:php7-exif-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.4:php7-exif-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.4:php7-exif-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.4:php7-exif-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.4:php7-fastcgi-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.4:php7-fastcgi-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.4:php7-fastcgi-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.4:php7-fastcgi-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.4:php7-fileinfo-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.4:php7-fileinfo-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.4:php7-fileinfo-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.4:php7-fileinfo-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.4:php7-fpm-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.4:php7-fpm-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.4:php7-fpm-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.4:php7-fpm-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.4:php7-ftp-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.4:php7-ftp-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.4:php7-ftp-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.4:php7-ftp-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.4:php7-gd-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.4:php7-gd-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.4:php7-gd-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.4:php7-gd-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.4:php7-gettext-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.4:php7-gettext-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.4:php7-gettext-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.4:php7-gettext-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.4:php7-gmp-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.4:php7-gmp-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.4:php7-gmp-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.4:php7-gmp-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.4:php7-iconv-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.4:php7-iconv-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.4:php7-iconv-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.4:php7-iconv-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.4:php7-intl-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.4:php7-intl-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.4:php7-intl-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.4:php7-intl-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.4:php7-json-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.4:php7-json-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.4:php7-json-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.4:php7-json-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.4:php7-ldap-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.4:php7-ldap-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.4:php7-ldap-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.4:php7-ldap-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.4:php7-mbstring-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.4:php7-mbstring-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.4:php7-mbstring-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.4:php7-mbstring-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.4:php7-mysql-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.4:php7-mysql-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.4:php7-mysql-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.4:php7-mysql-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.4:php7-odbc-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.4:php7-odbc-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.4:php7-odbc-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.4:php7-odbc-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.4:php7-opcache-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.4:php7-opcache-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.4:php7-opcache-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.4:php7-opcache-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.4:php7-openssl-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.4:php7-openssl-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.4:php7-openssl-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.4:php7-openssl-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.4:php7-pcntl-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.4:php7-pcntl-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.4:php7-pcntl-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.4:php7-pcntl-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.4:php7-pdo-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.4:php7-pdo-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.4:php7-pdo-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.4:php7-pdo-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.4:php7-pgsql-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.4:php7-pgsql-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.4:php7-pgsql-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.4:php7-pgsql-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.4:php7-phar-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.4:php7-phar-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.4:php7-phar-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.4:php7-phar-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.4:php7-posix-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.4:php7-posix-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.4:php7-posix-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.4:php7-posix-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.4:php7-readline-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.4:php7-readline-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.4:php7-readline-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.4:php7-readline-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.4:php7-shmop-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.4:php7-shmop-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.4:php7-shmop-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.4:php7-shmop-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.4:php7-snmp-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.4:php7-snmp-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.4:php7-snmp-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.4:php7-snmp-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.4:php7-soap-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.4:php7-soap-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.4:php7-soap-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.4:php7-soap-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.4:php7-sockets-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.4:php7-sockets-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.4:php7-sockets-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.4:php7-sockets-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.4:php7-sodium-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.4:php7-sodium-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.4:php7-sodium-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.4:php7-sodium-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.4:php7-sqlite-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.4:php7-sqlite-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.4:php7-sqlite-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.4:php7-sqlite-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.4:php7-sysvmsg-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.4:php7-sysvmsg-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.4:php7-sysvmsg-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.4:php7-sysvmsg-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.4:php7-sysvsem-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.4:php7-sysvsem-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.4:php7-sysvsem-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.4:php7-sysvsem-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.4:php7-sysvshm-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.4:php7-sysvshm-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.4:php7-sysvshm-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.4:php7-sysvshm-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.4:php7-test-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.4:php7-test-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.4:php7-test-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.4:php7-test-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.4:php7-tidy-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.4:php7-tidy-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.4:php7-tidy-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.4:php7-tidy-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.4:php7-tokenizer-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.4:php7-tokenizer-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.4:php7-tokenizer-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.4:php7-tokenizer-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.4:php7-xmlreader-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.4:php7-xmlreader-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.4:php7-xmlreader-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.4:php7-xmlreader-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.4:php7-xmlrpc-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.4:php7-xmlrpc-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.4:php7-xmlrpc-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.4:php7-xmlrpc-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.4:php7-xmlwriter-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.4:php7-xmlwriter-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.4:php7-xmlwriter-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.4:php7-xmlwriter-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.4:php7-xsl-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.4:php7-xsl-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.4:php7-xsl-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.4:php7-xsl-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.4:php7-zip-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.4:php7-zip-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.4:php7-zip-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.4:php7-zip-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.4:php7-zlib-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.4:php7-zlib-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.4:php7-zlib-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.4:php7-zlib-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.5:apache2-mod_php7-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.5:apache2-mod_php7-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.5:apache2-mod_php7-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.5:apache2-mod_php7-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.5:php7-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.5:php7-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.5:php7-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.5:php7-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.5:php7-bcmath-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.5:php7-bcmath-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.5:php7-bcmath-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.5:php7-bcmath-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.5:php7-bz2-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.5:php7-bz2-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.5:php7-bz2-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.5:php7-bz2-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.5:php7-calendar-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.5:php7-calendar-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.5:php7-calendar-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.5:php7-calendar-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.5:php7-cli-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.5:php7-cli-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.5:php7-cli-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.5:php7-cli-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.5:php7-ctype-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.5:php7-ctype-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.5:php7-ctype-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.5:php7-ctype-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.5:php7-curl-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.5:php7-curl-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.5:php7-curl-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.5:php7-curl-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.5:php7-dba-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.5:php7-dba-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.5:php7-dba-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.5:php7-dba-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.5:php7-devel-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.5:php7-devel-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.5:php7-devel-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.5:php7-devel-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.5:php7-dom-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.5:php7-dom-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.5:php7-dom-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.5:php7-dom-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.5:php7-embed-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.5:php7-embed-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.5:php7-embed-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.5:php7-embed-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.5:php7-enchant-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.5:php7-enchant-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.5:php7-enchant-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.5:php7-enchant-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.5:php7-exif-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.5:php7-exif-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.5:php7-exif-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.5:php7-exif-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.5:php7-fastcgi-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.5:php7-fastcgi-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.5:php7-fastcgi-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.5:php7-fastcgi-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.5:php7-fileinfo-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.5:php7-fileinfo-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.5:php7-fileinfo-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.5:php7-fileinfo-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.5:php7-fpm-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.5:php7-fpm-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.5:php7-fpm-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.5:php7-fpm-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.5:php7-ftp-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.5:php7-ftp-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.5:php7-ftp-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.5:php7-ftp-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.5:php7-gd-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.5:php7-gd-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.5:php7-gd-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.5:php7-gd-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.5:php7-gettext-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.5:php7-gettext-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.5:php7-gettext-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.5:php7-gettext-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.5:php7-gmp-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.5:php7-gmp-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.5:php7-gmp-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.5:php7-gmp-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.5:php7-iconv-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.5:php7-iconv-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.5:php7-iconv-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.5:php7-iconv-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.5:php7-intl-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.5:php7-intl-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.5:php7-intl-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.5:php7-intl-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.5:php7-json-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.5:php7-json-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.5:php7-json-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.5:php7-json-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.5:php7-ldap-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.5:php7-ldap-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.5:php7-ldap-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.5:php7-ldap-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.5:php7-mbstring-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.5:php7-mbstring-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.5:php7-mbstring-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.5:php7-mbstring-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.5:php7-mysql-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.5:php7-mysql-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.5:php7-mysql-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.5:php7-mysql-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.5:php7-odbc-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.5:php7-odbc-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.5:php7-odbc-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.5:php7-odbc-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.5:php7-opcache-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.5:php7-opcache-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.5:php7-opcache-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.5:php7-opcache-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.5:php7-openssl-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.5:php7-openssl-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.5:php7-openssl-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.5:php7-openssl-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.5:php7-pcntl-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.5:php7-pcntl-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.5:php7-pcntl-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.5:php7-pcntl-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.5:php7-pdo-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.5:php7-pdo-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.5:php7-pdo-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.5:php7-pdo-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.5:php7-pgsql-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.5:php7-pgsql-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.5:php7-pgsql-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.5:php7-pgsql-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.5:php7-phar-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.5:php7-phar-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.5:php7-phar-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.5:php7-phar-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.5:php7-posix-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.5:php7-posix-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.5:php7-posix-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.5:php7-posix-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.5:php7-readline-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.5:php7-readline-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.5:php7-readline-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.5:php7-readline-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.5:php7-shmop-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.5:php7-shmop-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.5:php7-shmop-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.5:php7-shmop-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.5:php7-snmp-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.5:php7-snmp-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.5:php7-snmp-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.5:php7-snmp-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.5:php7-soap-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.5:php7-soap-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.5:php7-soap-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.5:php7-soap-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.5:php7-sockets-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.5:php7-sockets-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.5:php7-sockets-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.5:php7-sockets-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.5:php7-sodium-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.5:php7-sodium-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.5:php7-sodium-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.5:php7-sodium-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.5:php7-sqlite-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.5:php7-sqlite-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.5:php7-sqlite-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.5:php7-sqlite-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.5:php7-sysvmsg-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.5:php7-sysvmsg-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.5:php7-sysvmsg-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.5:php7-sysvmsg-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.5:php7-sysvsem-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.5:php7-sysvsem-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.5:php7-sysvsem-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.5:php7-sysvsem-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.5:php7-sysvshm-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.5:php7-sysvshm-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.5:php7-sysvshm-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.5:php7-sysvshm-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.5:php7-test-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.5:php7-test-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.5:php7-test-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.5:php7-test-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.5:php7-tidy-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.5:php7-tidy-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.5:php7-tidy-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.5:php7-tidy-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.5:php7-tokenizer-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.5:php7-tokenizer-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.5:php7-tokenizer-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.5:php7-tokenizer-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.5:php7-xmlreader-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.5:php7-xmlreader-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.5:php7-xmlreader-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.5:php7-xmlreader-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.5:php7-xmlrpc-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.5:php7-xmlrpc-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.5:php7-xmlrpc-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.5:php7-xmlrpc-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.5:php7-xmlwriter-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.5:php7-xmlwriter-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.5:php7-xmlwriter-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.5:php7-xmlwriter-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.5:php7-xsl-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.5:php7-xsl-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.5:php7-xsl-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.5:php7-xsl-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.5:php7-zip-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.5:php7-zip-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.5:php7-zip-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.5:php7-zip-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.5:php7-zlib-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.5:php7-zlib-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.5:php7-zlib-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.5:php7-zlib-7.4.33-150400.4.28.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2023-09-05T15:30:46Z",
"details": "important"
}
],
"title": "CVE-2023-3823"
},
{
"cve": "CVE-2023-3824",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-3824"
}
],
"notes": [
{
"category": "general",
"text": "In PHP version 8.0.* before 8.0.30, 8.1.* before 8.1.22, and 8.2.* before 8.2.8, when loading phar file, while reading PHAR directory entries, insufficient length checking may lead to a stack buffer overflow, leading potentially to memory corruption or RCE.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Legacy 15 SP4:apache2-mod_php7-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:apache2-mod_php7-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:apache2-mod_php7-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:apache2-mod_php7-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-bcmath-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-bcmath-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-bcmath-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-bcmath-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-bz2-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-bz2-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-bz2-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-bz2-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-calendar-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-calendar-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-calendar-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-calendar-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-cli-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-cli-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-cli-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-cli-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ctype-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ctype-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ctype-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ctype-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-curl-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-curl-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-curl-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-curl-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-dba-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-dba-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-dba-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-dba-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-devel-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-devel-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-devel-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-devel-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-dom-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-dom-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-dom-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-dom-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-enchant-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-enchant-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-enchant-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-enchant-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-exif-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-exif-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-exif-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-exif-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fastcgi-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fastcgi-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fastcgi-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fastcgi-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fileinfo-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fileinfo-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fileinfo-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fileinfo-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fpm-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fpm-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fpm-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fpm-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ftp-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ftp-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ftp-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ftp-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gd-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gd-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gd-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gd-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gettext-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gettext-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gettext-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gettext-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gmp-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gmp-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gmp-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gmp-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-iconv-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-iconv-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-iconv-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-iconv-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-intl-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-intl-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-intl-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-intl-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-json-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-json-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-json-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-json-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ldap-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ldap-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ldap-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ldap-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-mbstring-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-mbstring-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-mbstring-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-mbstring-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-mysql-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-mysql-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-mysql-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-mysql-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-odbc-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-odbc-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-odbc-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-odbc-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-opcache-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-opcache-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-opcache-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-opcache-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-openssl-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-openssl-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-openssl-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-openssl-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pcntl-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pcntl-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pcntl-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pcntl-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pdo-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pdo-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pdo-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pdo-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pgsql-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pgsql-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pgsql-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pgsql-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-phar-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-phar-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-phar-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-phar-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-posix-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-posix-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-posix-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-posix-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-readline-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-readline-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-readline-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-readline-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-shmop-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-shmop-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-shmop-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-shmop-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-snmp-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-snmp-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-snmp-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-snmp-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-soap-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-soap-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-soap-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-soap-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sockets-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sockets-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sockets-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sockets-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sodium-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sodium-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sodium-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sodium-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sqlite-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sqlite-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sqlite-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sqlite-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvmsg-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvmsg-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvmsg-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvmsg-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvsem-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvsem-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvsem-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvsem-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvshm-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvshm-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvshm-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvshm-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-tidy-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-tidy-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-tidy-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-tidy-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-tokenizer-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-tokenizer-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-tokenizer-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-tokenizer-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlreader-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlreader-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlreader-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlreader-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlrpc-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlrpc-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlrpc-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlrpc-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlwriter-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlwriter-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlwriter-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlwriter-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xsl-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xsl-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xsl-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xsl-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-zip-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-zip-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-zip-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-zip-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-zlib-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-zlib-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-zlib-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-zlib-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:apache2-mod_php7-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:apache2-mod_php7-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:apache2-mod_php7-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:apache2-mod_php7-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-bcmath-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-bcmath-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-bcmath-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-bcmath-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-bz2-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-bz2-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-bz2-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-bz2-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-calendar-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-calendar-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-calendar-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-calendar-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-cli-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-cli-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-cli-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-cli-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-ctype-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-ctype-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-ctype-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-ctype-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-curl-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-curl-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-curl-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-curl-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-dba-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-dba-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-dba-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-dba-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-devel-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-devel-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-devel-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-devel-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-dom-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-dom-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-dom-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-dom-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-enchant-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-enchant-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-enchant-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-enchant-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-exif-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-exif-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-exif-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-exif-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-fastcgi-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-fastcgi-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-fastcgi-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-fastcgi-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-fileinfo-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-fileinfo-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-fileinfo-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-fileinfo-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-fpm-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-fpm-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-fpm-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-fpm-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-ftp-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-ftp-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-ftp-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-ftp-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-gd-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-gd-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-gd-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-gd-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-gettext-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-gettext-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-gettext-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-gettext-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-gmp-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-gmp-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-gmp-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-gmp-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-iconv-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-iconv-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-iconv-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-iconv-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-intl-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-intl-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-intl-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-intl-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-json-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-json-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-json-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-json-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-ldap-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-ldap-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-ldap-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-ldap-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-mbstring-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-mbstring-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-mbstring-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-mbstring-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-mysql-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-mysql-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-mysql-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-mysql-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-odbc-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-odbc-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-odbc-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-odbc-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-opcache-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-opcache-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-opcache-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-opcache-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-openssl-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-openssl-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-openssl-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-openssl-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-pcntl-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-pcntl-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-pcntl-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-pcntl-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-pdo-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-pdo-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-pdo-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-pdo-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-pgsql-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-pgsql-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-pgsql-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-pgsql-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-phar-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-phar-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-phar-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-phar-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-posix-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-posix-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-posix-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-posix-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-readline-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-readline-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-readline-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-readline-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-shmop-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-shmop-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-shmop-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-shmop-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-snmp-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-snmp-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-snmp-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-snmp-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-soap-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-soap-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-soap-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-soap-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sockets-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sockets-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sockets-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sockets-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sodium-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sodium-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sodium-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sodium-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sqlite-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sqlite-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sqlite-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sqlite-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sysvmsg-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sysvmsg-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sysvmsg-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sysvmsg-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sysvsem-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sysvsem-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sysvsem-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sysvsem-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sysvshm-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sysvshm-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sysvshm-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sysvshm-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-tidy-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-tidy-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-tidy-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-tidy-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-tokenizer-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-tokenizer-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-tokenizer-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-tokenizer-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xmlreader-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xmlreader-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xmlreader-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xmlreader-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xmlrpc-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xmlrpc-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xmlrpc-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xmlrpc-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xmlwriter-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xmlwriter-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xmlwriter-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xmlwriter-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xsl-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xsl-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xsl-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xsl-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-zip-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-zip-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-zip-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-zip-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-zlib-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-zlib-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-zlib-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-zlib-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:php7-embed-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:php7-embed-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:php7-embed-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:php7-embed-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP5:php7-embed-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP5:php7-embed-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP5:php7-embed-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP5:php7-embed-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.4:apache2-mod_php7-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.4:apache2-mod_php7-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.4:apache2-mod_php7-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.4:apache2-mod_php7-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.4:php7-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.4:php7-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.4:php7-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.4:php7-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.4:php7-bcmath-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.4:php7-bcmath-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.4:php7-bcmath-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.4:php7-bcmath-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.4:php7-bz2-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.4:php7-bz2-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.4:php7-bz2-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.4:php7-bz2-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.4:php7-calendar-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.4:php7-calendar-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.4:php7-calendar-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.4:php7-calendar-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.4:php7-cli-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.4:php7-cli-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.4:php7-cli-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.4:php7-cli-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.4:php7-ctype-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.4:php7-ctype-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.4:php7-ctype-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.4:php7-ctype-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.4:php7-curl-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.4:php7-curl-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.4:php7-curl-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.4:php7-curl-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.4:php7-dba-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.4:php7-dba-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.4:php7-dba-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.4:php7-dba-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.4:php7-devel-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.4:php7-devel-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.4:php7-devel-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.4:php7-devel-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.4:php7-dom-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.4:php7-dom-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.4:php7-dom-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.4:php7-dom-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.4:php7-embed-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.4:php7-embed-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.4:php7-embed-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.4:php7-embed-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.4:php7-enchant-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.4:php7-enchant-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.4:php7-enchant-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.4:php7-enchant-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.4:php7-exif-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.4:php7-exif-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.4:php7-exif-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.4:php7-exif-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.4:php7-fastcgi-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.4:php7-fastcgi-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.4:php7-fastcgi-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.4:php7-fastcgi-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.4:php7-fileinfo-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.4:php7-fileinfo-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.4:php7-fileinfo-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.4:php7-fileinfo-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.4:php7-fpm-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.4:php7-fpm-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.4:php7-fpm-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.4:php7-fpm-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.4:php7-ftp-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.4:php7-ftp-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.4:php7-ftp-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.4:php7-ftp-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.4:php7-gd-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.4:php7-gd-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.4:php7-gd-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.4:php7-gd-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.4:php7-gettext-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.4:php7-gettext-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.4:php7-gettext-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.4:php7-gettext-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.4:php7-gmp-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.4:php7-gmp-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.4:php7-gmp-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.4:php7-gmp-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.4:php7-iconv-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.4:php7-iconv-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.4:php7-iconv-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.4:php7-iconv-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.4:php7-intl-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.4:php7-intl-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.4:php7-intl-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.4:php7-intl-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.4:php7-json-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.4:php7-json-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.4:php7-json-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.4:php7-json-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.4:php7-ldap-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.4:php7-ldap-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.4:php7-ldap-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.4:php7-ldap-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.4:php7-mbstring-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.4:php7-mbstring-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.4:php7-mbstring-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.4:php7-mbstring-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.4:php7-mysql-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.4:php7-mysql-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.4:php7-mysql-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.4:php7-mysql-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.4:php7-odbc-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.4:php7-odbc-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.4:php7-odbc-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.4:php7-odbc-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.4:php7-opcache-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.4:php7-opcache-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.4:php7-opcache-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.4:php7-opcache-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.4:php7-openssl-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.4:php7-openssl-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.4:php7-openssl-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.4:php7-openssl-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.4:php7-pcntl-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.4:php7-pcntl-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.4:php7-pcntl-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.4:php7-pcntl-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.4:php7-pdo-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.4:php7-pdo-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.4:php7-pdo-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.4:php7-pdo-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.4:php7-pgsql-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.4:php7-pgsql-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.4:php7-pgsql-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.4:php7-pgsql-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.4:php7-phar-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.4:php7-phar-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.4:php7-phar-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.4:php7-phar-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.4:php7-posix-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.4:php7-posix-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.4:php7-posix-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.4:php7-posix-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.4:php7-readline-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.4:php7-readline-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.4:php7-readline-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.4:php7-readline-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.4:php7-shmop-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.4:php7-shmop-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.4:php7-shmop-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.4:php7-shmop-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.4:php7-snmp-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.4:php7-snmp-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.4:php7-snmp-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.4:php7-snmp-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.4:php7-soap-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.4:php7-soap-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.4:php7-soap-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.4:php7-soap-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.4:php7-sockets-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.4:php7-sockets-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.4:php7-sockets-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.4:php7-sockets-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.4:php7-sodium-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.4:php7-sodium-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.4:php7-sodium-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.4:php7-sodium-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.4:php7-sqlite-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.4:php7-sqlite-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.4:php7-sqlite-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.4:php7-sqlite-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.4:php7-sysvmsg-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.4:php7-sysvmsg-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.4:php7-sysvmsg-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.4:php7-sysvmsg-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.4:php7-sysvsem-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.4:php7-sysvsem-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.4:php7-sysvsem-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.4:php7-sysvsem-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.4:php7-sysvshm-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.4:php7-sysvshm-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.4:php7-sysvshm-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.4:php7-sysvshm-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.4:php7-test-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.4:php7-test-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.4:php7-test-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.4:php7-test-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.4:php7-tidy-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.4:php7-tidy-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.4:php7-tidy-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.4:php7-tidy-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.4:php7-tokenizer-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.4:php7-tokenizer-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.4:php7-tokenizer-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.4:php7-tokenizer-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.4:php7-xmlreader-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.4:php7-xmlreader-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.4:php7-xmlreader-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.4:php7-xmlreader-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.4:php7-xmlrpc-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.4:php7-xmlrpc-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.4:php7-xmlrpc-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.4:php7-xmlrpc-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.4:php7-xmlwriter-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.4:php7-xmlwriter-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.4:php7-xmlwriter-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.4:php7-xmlwriter-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.4:php7-xsl-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.4:php7-xsl-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.4:php7-xsl-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.4:php7-xsl-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.4:php7-zip-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.4:php7-zip-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.4:php7-zip-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.4:php7-zip-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.4:php7-zlib-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.4:php7-zlib-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.4:php7-zlib-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.4:php7-zlib-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.5:apache2-mod_php7-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.5:apache2-mod_php7-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.5:apache2-mod_php7-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.5:apache2-mod_php7-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.5:php7-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.5:php7-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.5:php7-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.5:php7-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.5:php7-bcmath-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.5:php7-bcmath-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.5:php7-bcmath-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.5:php7-bcmath-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.5:php7-bz2-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.5:php7-bz2-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.5:php7-bz2-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.5:php7-bz2-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.5:php7-calendar-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.5:php7-calendar-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.5:php7-calendar-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.5:php7-calendar-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.5:php7-cli-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.5:php7-cli-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.5:php7-cli-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.5:php7-cli-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.5:php7-ctype-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.5:php7-ctype-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.5:php7-ctype-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.5:php7-ctype-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.5:php7-curl-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.5:php7-curl-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.5:php7-curl-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.5:php7-curl-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.5:php7-dba-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.5:php7-dba-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.5:php7-dba-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.5:php7-dba-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.5:php7-devel-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.5:php7-devel-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.5:php7-devel-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.5:php7-devel-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.5:php7-dom-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.5:php7-dom-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.5:php7-dom-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.5:php7-dom-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.5:php7-embed-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.5:php7-embed-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.5:php7-embed-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.5:php7-embed-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.5:php7-enchant-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.5:php7-enchant-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.5:php7-enchant-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.5:php7-enchant-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.5:php7-exif-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.5:php7-exif-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.5:php7-exif-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.5:php7-exif-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.5:php7-fastcgi-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.5:php7-fastcgi-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.5:php7-fastcgi-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.5:php7-fastcgi-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.5:php7-fileinfo-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.5:php7-fileinfo-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.5:php7-fileinfo-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.5:php7-fileinfo-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.5:php7-fpm-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.5:php7-fpm-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.5:php7-fpm-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.5:php7-fpm-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.5:php7-ftp-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.5:php7-ftp-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.5:php7-ftp-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.5:php7-ftp-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.5:php7-gd-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.5:php7-gd-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.5:php7-gd-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.5:php7-gd-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.5:php7-gettext-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.5:php7-gettext-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.5:php7-gettext-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.5:php7-gettext-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.5:php7-gmp-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.5:php7-gmp-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.5:php7-gmp-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.5:php7-gmp-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.5:php7-iconv-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.5:php7-iconv-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.5:php7-iconv-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.5:php7-iconv-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.5:php7-intl-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.5:php7-intl-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.5:php7-intl-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.5:php7-intl-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.5:php7-json-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.5:php7-json-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.5:php7-json-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.5:php7-json-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.5:php7-ldap-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.5:php7-ldap-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.5:php7-ldap-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.5:php7-ldap-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.5:php7-mbstring-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.5:php7-mbstring-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.5:php7-mbstring-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.5:php7-mbstring-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.5:php7-mysql-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.5:php7-mysql-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.5:php7-mysql-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.5:php7-mysql-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.5:php7-odbc-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.5:php7-odbc-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.5:php7-odbc-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.5:php7-odbc-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.5:php7-opcache-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.5:php7-opcache-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.5:php7-opcache-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.5:php7-opcache-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.5:php7-openssl-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.5:php7-openssl-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.5:php7-openssl-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.5:php7-openssl-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.5:php7-pcntl-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.5:php7-pcntl-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.5:php7-pcntl-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.5:php7-pcntl-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.5:php7-pdo-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.5:php7-pdo-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.5:php7-pdo-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.5:php7-pdo-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.5:php7-pgsql-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.5:php7-pgsql-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.5:php7-pgsql-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.5:php7-pgsql-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.5:php7-phar-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.5:php7-phar-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.5:php7-phar-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.5:php7-phar-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.5:php7-posix-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.5:php7-posix-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.5:php7-posix-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.5:php7-posix-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.5:php7-readline-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.5:php7-readline-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.5:php7-readline-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.5:php7-readline-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.5:php7-shmop-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.5:php7-shmop-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.5:php7-shmop-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.5:php7-shmop-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.5:php7-snmp-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.5:php7-snmp-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.5:php7-snmp-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.5:php7-snmp-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.5:php7-soap-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.5:php7-soap-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.5:php7-soap-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.5:php7-soap-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.5:php7-sockets-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.5:php7-sockets-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.5:php7-sockets-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.5:php7-sockets-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.5:php7-sodium-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.5:php7-sodium-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.5:php7-sodium-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.5:php7-sodium-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.5:php7-sqlite-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.5:php7-sqlite-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.5:php7-sqlite-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.5:php7-sqlite-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.5:php7-sysvmsg-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.5:php7-sysvmsg-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.5:php7-sysvmsg-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.5:php7-sysvmsg-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.5:php7-sysvsem-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.5:php7-sysvsem-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.5:php7-sysvsem-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.5:php7-sysvsem-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.5:php7-sysvshm-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.5:php7-sysvshm-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.5:php7-sysvshm-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.5:php7-sysvshm-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.5:php7-test-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.5:php7-test-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.5:php7-test-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.5:php7-test-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.5:php7-tidy-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.5:php7-tidy-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.5:php7-tidy-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.5:php7-tidy-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.5:php7-tokenizer-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.5:php7-tokenizer-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.5:php7-tokenizer-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.5:php7-tokenizer-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.5:php7-xmlreader-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.5:php7-xmlreader-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.5:php7-xmlreader-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.5:php7-xmlreader-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.5:php7-xmlrpc-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.5:php7-xmlrpc-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.5:php7-xmlrpc-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.5:php7-xmlrpc-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.5:php7-xmlwriter-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.5:php7-xmlwriter-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.5:php7-xmlwriter-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.5:php7-xmlwriter-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.5:php7-xsl-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.5:php7-xsl-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.5:php7-xsl-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.5:php7-xsl-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.5:php7-zip-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.5:php7-zip-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.5:php7-zip-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.5:php7-zip-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.5:php7-zlib-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.5:php7-zlib-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.5:php7-zlib-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.5:php7-zlib-7.4.33-150400.4.28.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-3824",
"url": "https://www.suse.com/security/cve/CVE-2023-3824"
},
{
"category": "external",
"summary": "SUSE Bug 1214103 for CVE-2023-3824",
"url": "https://bugzilla.suse.com/1214103"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Module for Legacy 15 SP4:apache2-mod_php7-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:apache2-mod_php7-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:apache2-mod_php7-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:apache2-mod_php7-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-bcmath-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-bcmath-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-bcmath-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-bcmath-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-bz2-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-bz2-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-bz2-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-bz2-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-calendar-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-calendar-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-calendar-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-calendar-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-cli-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-cli-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-cli-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-cli-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ctype-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ctype-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ctype-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ctype-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-curl-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-curl-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-curl-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-curl-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-dba-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-dba-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-dba-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-dba-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-devel-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-devel-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-devel-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-devel-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-dom-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-dom-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-dom-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-dom-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-enchant-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-enchant-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-enchant-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-enchant-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-exif-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-exif-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-exif-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-exif-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fastcgi-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fastcgi-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fastcgi-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fastcgi-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fileinfo-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fileinfo-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fileinfo-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fileinfo-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fpm-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fpm-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fpm-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fpm-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ftp-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ftp-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ftp-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ftp-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gd-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gd-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gd-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gd-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gettext-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gettext-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gettext-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gettext-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gmp-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gmp-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gmp-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gmp-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-iconv-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-iconv-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-iconv-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-iconv-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-intl-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-intl-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-intl-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-intl-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-json-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-json-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-json-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-json-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ldap-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ldap-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ldap-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ldap-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-mbstring-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-mbstring-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-mbstring-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-mbstring-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-mysql-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-mysql-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-mysql-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-mysql-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-odbc-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-odbc-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-odbc-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-odbc-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-opcache-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-opcache-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-opcache-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-opcache-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-openssl-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-openssl-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-openssl-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-openssl-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pcntl-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pcntl-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pcntl-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pcntl-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pdo-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pdo-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pdo-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pdo-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pgsql-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pgsql-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pgsql-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pgsql-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-phar-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-phar-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-phar-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-phar-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-posix-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-posix-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-posix-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-posix-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-readline-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-readline-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-readline-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-readline-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-shmop-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-shmop-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-shmop-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-shmop-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-snmp-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-snmp-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-snmp-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-snmp-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-soap-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-soap-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-soap-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-soap-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sockets-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sockets-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sockets-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sockets-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sodium-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sodium-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sodium-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sodium-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sqlite-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sqlite-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sqlite-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sqlite-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvmsg-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvmsg-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvmsg-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvmsg-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvsem-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvsem-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvsem-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvsem-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvshm-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvshm-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvshm-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvshm-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-tidy-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-tidy-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-tidy-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-tidy-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-tokenizer-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-tokenizer-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-tokenizer-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-tokenizer-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlreader-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlreader-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlreader-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlreader-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlrpc-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlrpc-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlrpc-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlrpc-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlwriter-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlwriter-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlwriter-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlwriter-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xsl-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xsl-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xsl-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xsl-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-zip-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-zip-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-zip-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-zip-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-zlib-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-zlib-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-zlib-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-zlib-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:apache2-mod_php7-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:apache2-mod_php7-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:apache2-mod_php7-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:apache2-mod_php7-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-bcmath-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-bcmath-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-bcmath-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-bcmath-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-bz2-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-bz2-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-bz2-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-bz2-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-calendar-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-calendar-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-calendar-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-calendar-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-cli-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-cli-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-cli-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-cli-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-ctype-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-ctype-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-ctype-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-ctype-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-curl-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-curl-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-curl-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-curl-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-dba-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-dba-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-dba-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-dba-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-devel-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-devel-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-devel-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-devel-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-dom-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-dom-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-dom-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-dom-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-enchant-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-enchant-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-enchant-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-enchant-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-exif-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-exif-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-exif-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-exif-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-fastcgi-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-fastcgi-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-fastcgi-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-fastcgi-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-fileinfo-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-fileinfo-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-fileinfo-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-fileinfo-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-fpm-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-fpm-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-fpm-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-fpm-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-ftp-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-ftp-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-ftp-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-ftp-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-gd-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-gd-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-gd-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-gd-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-gettext-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-gettext-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-gettext-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-gettext-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-gmp-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-gmp-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-gmp-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-gmp-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-iconv-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-iconv-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-iconv-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-iconv-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-intl-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-intl-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-intl-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-intl-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-json-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-json-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-json-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-json-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-ldap-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-ldap-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-ldap-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-ldap-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-mbstring-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-mbstring-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-mbstring-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-mbstring-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-mysql-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-mysql-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-mysql-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-mysql-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-odbc-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-odbc-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-odbc-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-odbc-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-opcache-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-opcache-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-opcache-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-opcache-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-openssl-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-openssl-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-openssl-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-openssl-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-pcntl-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-pcntl-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-pcntl-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-pcntl-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-pdo-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-pdo-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-pdo-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-pdo-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-pgsql-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-pgsql-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-pgsql-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-pgsql-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-phar-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-phar-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-phar-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-phar-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-posix-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-posix-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-posix-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-posix-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-readline-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-readline-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-readline-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-readline-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-shmop-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-shmop-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-shmop-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-shmop-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-snmp-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-snmp-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-snmp-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-snmp-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-soap-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-soap-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-soap-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-soap-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sockets-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sockets-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sockets-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sockets-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sodium-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sodium-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sodium-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sodium-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sqlite-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sqlite-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sqlite-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sqlite-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sysvmsg-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sysvmsg-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sysvmsg-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sysvmsg-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sysvsem-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sysvsem-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sysvsem-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sysvsem-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sysvshm-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sysvshm-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sysvshm-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sysvshm-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-tidy-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-tidy-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-tidy-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-tidy-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-tokenizer-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-tokenizer-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-tokenizer-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-tokenizer-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xmlreader-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xmlreader-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xmlreader-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xmlreader-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xmlrpc-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xmlrpc-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xmlrpc-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xmlrpc-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xmlwriter-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xmlwriter-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xmlwriter-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xmlwriter-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xsl-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xsl-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xsl-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xsl-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-zip-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-zip-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-zip-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-zip-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-zlib-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-zlib-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-zlib-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-zlib-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:php7-embed-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:php7-embed-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:php7-embed-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:php7-embed-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP5:php7-embed-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP5:php7-embed-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP5:php7-embed-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP5:php7-embed-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.4:apache2-mod_php7-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.4:apache2-mod_php7-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.4:apache2-mod_php7-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.4:apache2-mod_php7-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.4:php7-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.4:php7-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.4:php7-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.4:php7-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.4:php7-bcmath-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.4:php7-bcmath-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.4:php7-bcmath-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.4:php7-bcmath-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.4:php7-bz2-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.4:php7-bz2-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.4:php7-bz2-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.4:php7-bz2-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.4:php7-calendar-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.4:php7-calendar-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.4:php7-calendar-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.4:php7-calendar-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.4:php7-cli-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.4:php7-cli-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.4:php7-cli-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.4:php7-cli-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.4:php7-ctype-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.4:php7-ctype-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.4:php7-ctype-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.4:php7-ctype-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.4:php7-curl-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.4:php7-curl-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.4:php7-curl-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.4:php7-curl-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.4:php7-dba-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.4:php7-dba-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.4:php7-dba-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.4:php7-dba-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.4:php7-devel-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.4:php7-devel-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.4:php7-devel-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.4:php7-devel-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.4:php7-dom-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.4:php7-dom-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.4:php7-dom-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.4:php7-dom-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.4:php7-embed-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.4:php7-embed-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.4:php7-embed-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.4:php7-embed-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.4:php7-enchant-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.4:php7-enchant-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.4:php7-enchant-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.4:php7-enchant-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.4:php7-exif-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.4:php7-exif-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.4:php7-exif-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.4:php7-exif-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.4:php7-fastcgi-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.4:php7-fastcgi-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.4:php7-fastcgi-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.4:php7-fastcgi-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.4:php7-fileinfo-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.4:php7-fileinfo-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.4:php7-fileinfo-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.4:php7-fileinfo-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.4:php7-fpm-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.4:php7-fpm-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.4:php7-fpm-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.4:php7-fpm-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.4:php7-ftp-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.4:php7-ftp-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.4:php7-ftp-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.4:php7-ftp-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.4:php7-gd-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.4:php7-gd-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.4:php7-gd-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.4:php7-gd-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.4:php7-gettext-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.4:php7-gettext-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.4:php7-gettext-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.4:php7-gettext-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.4:php7-gmp-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.4:php7-gmp-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.4:php7-gmp-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.4:php7-gmp-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.4:php7-iconv-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.4:php7-iconv-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.4:php7-iconv-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.4:php7-iconv-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.4:php7-intl-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.4:php7-intl-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.4:php7-intl-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.4:php7-intl-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.4:php7-json-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.4:php7-json-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.4:php7-json-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.4:php7-json-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.4:php7-ldap-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.4:php7-ldap-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.4:php7-ldap-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.4:php7-ldap-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.4:php7-mbstring-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.4:php7-mbstring-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.4:php7-mbstring-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.4:php7-mbstring-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.4:php7-mysql-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.4:php7-mysql-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.4:php7-mysql-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.4:php7-mysql-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.4:php7-odbc-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.4:php7-odbc-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.4:php7-odbc-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.4:php7-odbc-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.4:php7-opcache-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.4:php7-opcache-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.4:php7-opcache-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.4:php7-opcache-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.4:php7-openssl-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.4:php7-openssl-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.4:php7-openssl-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.4:php7-openssl-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.4:php7-pcntl-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.4:php7-pcntl-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.4:php7-pcntl-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.4:php7-pcntl-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.4:php7-pdo-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.4:php7-pdo-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.4:php7-pdo-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.4:php7-pdo-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.4:php7-pgsql-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.4:php7-pgsql-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.4:php7-pgsql-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.4:php7-pgsql-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.4:php7-phar-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.4:php7-phar-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.4:php7-phar-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.4:php7-phar-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.4:php7-posix-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.4:php7-posix-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.4:php7-posix-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.4:php7-posix-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.4:php7-readline-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.4:php7-readline-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.4:php7-readline-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.4:php7-readline-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.4:php7-shmop-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.4:php7-shmop-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.4:php7-shmop-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.4:php7-shmop-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.4:php7-snmp-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.4:php7-snmp-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.4:php7-snmp-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.4:php7-snmp-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.4:php7-soap-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.4:php7-soap-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.4:php7-soap-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.4:php7-soap-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.4:php7-sockets-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.4:php7-sockets-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.4:php7-sockets-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.4:php7-sockets-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.4:php7-sodium-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.4:php7-sodium-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.4:php7-sodium-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.4:php7-sodium-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.4:php7-sqlite-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.4:php7-sqlite-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.4:php7-sqlite-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.4:php7-sqlite-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.4:php7-sysvmsg-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.4:php7-sysvmsg-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.4:php7-sysvmsg-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.4:php7-sysvmsg-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.4:php7-sysvsem-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.4:php7-sysvsem-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.4:php7-sysvsem-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.4:php7-sysvsem-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.4:php7-sysvshm-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.4:php7-sysvshm-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.4:php7-sysvshm-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.4:php7-sysvshm-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.4:php7-test-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.4:php7-test-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.4:php7-test-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.4:php7-test-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.4:php7-tidy-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.4:php7-tidy-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.4:php7-tidy-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.4:php7-tidy-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.4:php7-tokenizer-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.4:php7-tokenizer-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.4:php7-tokenizer-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.4:php7-tokenizer-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.4:php7-xmlreader-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.4:php7-xmlreader-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.4:php7-xmlreader-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.4:php7-xmlreader-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.4:php7-xmlrpc-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.4:php7-xmlrpc-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.4:php7-xmlrpc-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.4:php7-xmlrpc-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.4:php7-xmlwriter-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.4:php7-xmlwriter-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.4:php7-xmlwriter-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.4:php7-xmlwriter-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.4:php7-xsl-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.4:php7-xsl-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.4:php7-xsl-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.4:php7-xsl-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.4:php7-zip-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.4:php7-zip-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.4:php7-zip-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.4:php7-zip-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.4:php7-zlib-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.4:php7-zlib-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.4:php7-zlib-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.4:php7-zlib-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.5:apache2-mod_php7-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.5:apache2-mod_php7-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.5:apache2-mod_php7-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.5:apache2-mod_php7-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.5:php7-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.5:php7-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.5:php7-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.5:php7-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.5:php7-bcmath-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.5:php7-bcmath-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.5:php7-bcmath-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.5:php7-bcmath-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.5:php7-bz2-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.5:php7-bz2-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.5:php7-bz2-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.5:php7-bz2-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.5:php7-calendar-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.5:php7-calendar-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.5:php7-calendar-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.5:php7-calendar-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.5:php7-cli-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.5:php7-cli-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.5:php7-cli-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.5:php7-cli-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.5:php7-ctype-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.5:php7-ctype-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.5:php7-ctype-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.5:php7-ctype-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.5:php7-curl-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.5:php7-curl-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.5:php7-curl-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.5:php7-curl-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.5:php7-dba-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.5:php7-dba-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.5:php7-dba-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.5:php7-dba-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.5:php7-devel-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.5:php7-devel-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.5:php7-devel-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.5:php7-devel-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.5:php7-dom-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.5:php7-dom-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.5:php7-dom-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.5:php7-dom-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.5:php7-embed-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.5:php7-embed-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.5:php7-embed-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.5:php7-embed-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.5:php7-enchant-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.5:php7-enchant-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.5:php7-enchant-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.5:php7-enchant-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.5:php7-exif-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.5:php7-exif-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.5:php7-exif-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.5:php7-exif-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.5:php7-fastcgi-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.5:php7-fastcgi-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.5:php7-fastcgi-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.5:php7-fastcgi-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.5:php7-fileinfo-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.5:php7-fileinfo-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.5:php7-fileinfo-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.5:php7-fileinfo-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.5:php7-fpm-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.5:php7-fpm-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.5:php7-fpm-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.5:php7-fpm-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.5:php7-ftp-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.5:php7-ftp-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.5:php7-ftp-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.5:php7-ftp-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.5:php7-gd-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.5:php7-gd-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.5:php7-gd-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.5:php7-gd-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.5:php7-gettext-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.5:php7-gettext-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.5:php7-gettext-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.5:php7-gettext-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.5:php7-gmp-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.5:php7-gmp-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.5:php7-gmp-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.5:php7-gmp-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.5:php7-iconv-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.5:php7-iconv-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.5:php7-iconv-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.5:php7-iconv-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.5:php7-intl-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.5:php7-intl-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.5:php7-intl-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.5:php7-intl-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.5:php7-json-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.5:php7-json-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.5:php7-json-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.5:php7-json-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.5:php7-ldap-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.5:php7-ldap-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.5:php7-ldap-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.5:php7-ldap-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.5:php7-mbstring-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.5:php7-mbstring-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.5:php7-mbstring-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.5:php7-mbstring-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.5:php7-mysql-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.5:php7-mysql-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.5:php7-mysql-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.5:php7-mysql-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.5:php7-odbc-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.5:php7-odbc-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.5:php7-odbc-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.5:php7-odbc-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.5:php7-opcache-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.5:php7-opcache-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.5:php7-opcache-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.5:php7-opcache-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.5:php7-openssl-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.5:php7-openssl-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.5:php7-openssl-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.5:php7-openssl-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.5:php7-pcntl-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.5:php7-pcntl-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.5:php7-pcntl-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.5:php7-pcntl-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.5:php7-pdo-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.5:php7-pdo-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.5:php7-pdo-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.5:php7-pdo-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.5:php7-pgsql-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.5:php7-pgsql-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.5:php7-pgsql-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.5:php7-pgsql-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.5:php7-phar-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.5:php7-phar-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.5:php7-phar-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.5:php7-phar-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.5:php7-posix-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.5:php7-posix-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.5:php7-posix-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.5:php7-posix-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.5:php7-readline-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.5:php7-readline-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.5:php7-readline-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.5:php7-readline-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.5:php7-shmop-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.5:php7-shmop-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.5:php7-shmop-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.5:php7-shmop-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.5:php7-snmp-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.5:php7-snmp-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.5:php7-snmp-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.5:php7-snmp-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.5:php7-soap-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.5:php7-soap-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.5:php7-soap-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.5:php7-soap-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.5:php7-sockets-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.5:php7-sockets-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.5:php7-sockets-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.5:php7-sockets-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.5:php7-sodium-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.5:php7-sodium-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.5:php7-sodium-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.5:php7-sodium-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.5:php7-sqlite-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.5:php7-sqlite-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.5:php7-sqlite-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.5:php7-sqlite-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.5:php7-sysvmsg-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.5:php7-sysvmsg-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.5:php7-sysvmsg-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.5:php7-sysvmsg-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.5:php7-sysvsem-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.5:php7-sysvsem-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.5:php7-sysvsem-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.5:php7-sysvsem-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.5:php7-sysvshm-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.5:php7-sysvshm-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.5:php7-sysvshm-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.5:php7-sysvshm-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.5:php7-test-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.5:php7-test-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.5:php7-test-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.5:php7-test-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.5:php7-tidy-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.5:php7-tidy-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.5:php7-tidy-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.5:php7-tidy-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.5:php7-tokenizer-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.5:php7-tokenizer-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.5:php7-tokenizer-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.5:php7-tokenizer-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.5:php7-xmlreader-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.5:php7-xmlreader-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.5:php7-xmlreader-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.5:php7-xmlreader-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.5:php7-xmlrpc-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.5:php7-xmlrpc-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.5:php7-xmlrpc-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.5:php7-xmlrpc-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.5:php7-xmlwriter-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.5:php7-xmlwriter-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.5:php7-xmlwriter-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.5:php7-xmlwriter-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.5:php7-xsl-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.5:php7-xsl-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.5:php7-xsl-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.5:php7-xsl-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.5:php7-zip-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.5:php7-zip-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.5:php7-zip-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.5:php7-zip-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.5:php7-zlib-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.5:php7-zlib-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.5:php7-zlib-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.5:php7-zlib-7.4.33-150400.4.28.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.8,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Legacy 15 SP4:apache2-mod_php7-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:apache2-mod_php7-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:apache2-mod_php7-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:apache2-mod_php7-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-bcmath-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-bcmath-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-bcmath-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-bcmath-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-bz2-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-bz2-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-bz2-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-bz2-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-calendar-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-calendar-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-calendar-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-calendar-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-cli-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-cli-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-cli-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-cli-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ctype-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ctype-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ctype-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ctype-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-curl-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-curl-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-curl-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-curl-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-dba-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-dba-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-dba-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-dba-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-devel-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-devel-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-devel-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-devel-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-dom-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-dom-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-dom-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-dom-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-enchant-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-enchant-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-enchant-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-enchant-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-exif-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-exif-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-exif-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-exif-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fastcgi-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fastcgi-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fastcgi-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fastcgi-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fileinfo-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fileinfo-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fileinfo-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fileinfo-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fpm-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fpm-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fpm-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fpm-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ftp-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ftp-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ftp-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ftp-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gd-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gd-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gd-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gd-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gettext-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gettext-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gettext-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gettext-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gmp-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gmp-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gmp-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gmp-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-iconv-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-iconv-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-iconv-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-iconv-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-intl-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-intl-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-intl-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-intl-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-json-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-json-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-json-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-json-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ldap-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ldap-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ldap-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ldap-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-mbstring-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-mbstring-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-mbstring-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-mbstring-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-mysql-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-mysql-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-mysql-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-mysql-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-odbc-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-odbc-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-odbc-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-odbc-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-opcache-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-opcache-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-opcache-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-opcache-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-openssl-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-openssl-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-openssl-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-openssl-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pcntl-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pcntl-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pcntl-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pcntl-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pdo-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pdo-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pdo-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pdo-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pgsql-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pgsql-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pgsql-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pgsql-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-phar-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-phar-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-phar-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-phar-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-posix-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-posix-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-posix-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-posix-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-readline-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-readline-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-readline-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-readline-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-shmop-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-shmop-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-shmop-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-shmop-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-snmp-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-snmp-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-snmp-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-snmp-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-soap-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-soap-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-soap-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-soap-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sockets-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sockets-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sockets-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sockets-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sodium-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sodium-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sodium-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sodium-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sqlite-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sqlite-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sqlite-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sqlite-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvmsg-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvmsg-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvmsg-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvmsg-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvsem-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvsem-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvsem-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvsem-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvshm-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvshm-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvshm-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvshm-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-tidy-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-tidy-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-tidy-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-tidy-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-tokenizer-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-tokenizer-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-tokenizer-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-tokenizer-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlreader-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlreader-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlreader-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlreader-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlrpc-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlrpc-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlrpc-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlrpc-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlwriter-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlwriter-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlwriter-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlwriter-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xsl-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xsl-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xsl-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xsl-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-zip-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-zip-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-zip-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-zip-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-zlib-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-zlib-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-zlib-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-zlib-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:apache2-mod_php7-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:apache2-mod_php7-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:apache2-mod_php7-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:apache2-mod_php7-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-bcmath-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-bcmath-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-bcmath-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-bcmath-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-bz2-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-bz2-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-bz2-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-bz2-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-calendar-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-calendar-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-calendar-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-calendar-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-cli-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-cli-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-cli-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-cli-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-ctype-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-ctype-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-ctype-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-ctype-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-curl-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-curl-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-curl-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-curl-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-dba-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-dba-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-dba-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-dba-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-devel-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-devel-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-devel-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-devel-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-dom-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-dom-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-dom-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-dom-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-enchant-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-enchant-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-enchant-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-enchant-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-exif-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-exif-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-exif-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-exif-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-fastcgi-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-fastcgi-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-fastcgi-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-fastcgi-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-fileinfo-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-fileinfo-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-fileinfo-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-fileinfo-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-fpm-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-fpm-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-fpm-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-fpm-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-ftp-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-ftp-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-ftp-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-ftp-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-gd-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-gd-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-gd-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-gd-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-gettext-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-gettext-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-gettext-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-gettext-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-gmp-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-gmp-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-gmp-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-gmp-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-iconv-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-iconv-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-iconv-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-iconv-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-intl-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-intl-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-intl-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-intl-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-json-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-json-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-json-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-json-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-ldap-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-ldap-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-ldap-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-ldap-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-mbstring-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-mbstring-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-mbstring-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-mbstring-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-mysql-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-mysql-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-mysql-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-mysql-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-odbc-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-odbc-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-odbc-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-odbc-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-opcache-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-opcache-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-opcache-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-opcache-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-openssl-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-openssl-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-openssl-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-openssl-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-pcntl-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-pcntl-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-pcntl-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-pcntl-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-pdo-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-pdo-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-pdo-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-pdo-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-pgsql-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-pgsql-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-pgsql-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-pgsql-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-phar-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-phar-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-phar-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-phar-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-posix-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-posix-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-posix-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-posix-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-readline-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-readline-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-readline-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-readline-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-shmop-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-shmop-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-shmop-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-shmop-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-snmp-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-snmp-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-snmp-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-snmp-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-soap-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-soap-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-soap-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-soap-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sockets-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sockets-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sockets-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sockets-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sodium-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sodium-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sodium-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sodium-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sqlite-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sqlite-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sqlite-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sqlite-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sysvmsg-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sysvmsg-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sysvmsg-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sysvmsg-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sysvsem-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sysvsem-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sysvsem-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sysvsem-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sysvshm-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sysvshm-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sysvshm-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sysvshm-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-tidy-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-tidy-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-tidy-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-tidy-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-tokenizer-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-tokenizer-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-tokenizer-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-tokenizer-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xmlreader-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xmlreader-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xmlreader-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xmlreader-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xmlrpc-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xmlrpc-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xmlrpc-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xmlrpc-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xmlwriter-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xmlwriter-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xmlwriter-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xmlwriter-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xsl-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xsl-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xsl-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xsl-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-zip-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-zip-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-zip-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-zip-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-zlib-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-zlib-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-zlib-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-zlib-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:php7-embed-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:php7-embed-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:php7-embed-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:php7-embed-7.4.33-150400.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP5:php7-embed-7.4.33-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP5:php7-embed-7.4.33-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP5:php7-embed-7.4.33-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP5:php7-embed-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.4:apache2-mod_php7-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.4:apache2-mod_php7-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.4:apache2-mod_php7-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.4:apache2-mod_php7-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.4:php7-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.4:php7-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.4:php7-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.4:php7-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.4:php7-bcmath-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.4:php7-bcmath-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.4:php7-bcmath-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.4:php7-bcmath-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.4:php7-bz2-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.4:php7-bz2-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.4:php7-bz2-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.4:php7-bz2-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.4:php7-calendar-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.4:php7-calendar-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.4:php7-calendar-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.4:php7-calendar-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.4:php7-cli-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.4:php7-cli-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.4:php7-cli-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.4:php7-cli-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.4:php7-ctype-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.4:php7-ctype-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.4:php7-ctype-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.4:php7-ctype-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.4:php7-curl-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.4:php7-curl-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.4:php7-curl-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.4:php7-curl-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.4:php7-dba-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.4:php7-dba-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.4:php7-dba-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.4:php7-dba-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.4:php7-devel-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.4:php7-devel-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.4:php7-devel-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.4:php7-devel-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.4:php7-dom-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.4:php7-dom-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.4:php7-dom-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.4:php7-dom-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.4:php7-embed-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.4:php7-embed-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.4:php7-embed-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.4:php7-embed-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.4:php7-enchant-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.4:php7-enchant-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.4:php7-enchant-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.4:php7-enchant-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.4:php7-exif-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.4:php7-exif-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.4:php7-exif-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.4:php7-exif-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.4:php7-fastcgi-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.4:php7-fastcgi-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.4:php7-fastcgi-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.4:php7-fastcgi-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.4:php7-fileinfo-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.4:php7-fileinfo-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.4:php7-fileinfo-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.4:php7-fileinfo-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.4:php7-fpm-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.4:php7-fpm-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.4:php7-fpm-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.4:php7-fpm-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.4:php7-ftp-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.4:php7-ftp-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.4:php7-ftp-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.4:php7-ftp-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.4:php7-gd-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.4:php7-gd-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.4:php7-gd-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.4:php7-gd-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.4:php7-gettext-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.4:php7-gettext-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.4:php7-gettext-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.4:php7-gettext-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.4:php7-gmp-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.4:php7-gmp-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.4:php7-gmp-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.4:php7-gmp-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.4:php7-iconv-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.4:php7-iconv-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.4:php7-iconv-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.4:php7-iconv-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.4:php7-intl-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.4:php7-intl-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.4:php7-intl-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.4:php7-intl-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.4:php7-json-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.4:php7-json-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.4:php7-json-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.4:php7-json-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.4:php7-ldap-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.4:php7-ldap-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.4:php7-ldap-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.4:php7-ldap-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.4:php7-mbstring-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.4:php7-mbstring-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.4:php7-mbstring-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.4:php7-mbstring-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.4:php7-mysql-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.4:php7-mysql-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.4:php7-mysql-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.4:php7-mysql-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.4:php7-odbc-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.4:php7-odbc-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.4:php7-odbc-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.4:php7-odbc-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.4:php7-opcache-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.4:php7-opcache-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.4:php7-opcache-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.4:php7-opcache-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.4:php7-openssl-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.4:php7-openssl-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.4:php7-openssl-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.4:php7-openssl-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.4:php7-pcntl-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.4:php7-pcntl-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.4:php7-pcntl-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.4:php7-pcntl-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.4:php7-pdo-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.4:php7-pdo-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.4:php7-pdo-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.4:php7-pdo-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.4:php7-pgsql-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.4:php7-pgsql-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.4:php7-pgsql-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.4:php7-pgsql-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.4:php7-phar-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.4:php7-phar-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.4:php7-phar-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.4:php7-phar-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.4:php7-posix-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.4:php7-posix-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.4:php7-posix-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.4:php7-posix-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.4:php7-readline-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.4:php7-readline-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.4:php7-readline-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.4:php7-readline-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.4:php7-shmop-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.4:php7-shmop-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.4:php7-shmop-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.4:php7-shmop-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.4:php7-snmp-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.4:php7-snmp-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.4:php7-snmp-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.4:php7-snmp-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.4:php7-soap-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.4:php7-soap-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.4:php7-soap-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.4:php7-soap-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.4:php7-sockets-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.4:php7-sockets-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.4:php7-sockets-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.4:php7-sockets-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.4:php7-sodium-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.4:php7-sodium-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.4:php7-sodium-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.4:php7-sodium-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.4:php7-sqlite-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.4:php7-sqlite-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.4:php7-sqlite-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.4:php7-sqlite-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.4:php7-sysvmsg-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.4:php7-sysvmsg-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.4:php7-sysvmsg-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.4:php7-sysvmsg-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.4:php7-sysvsem-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.4:php7-sysvsem-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.4:php7-sysvsem-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.4:php7-sysvsem-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.4:php7-sysvshm-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.4:php7-sysvshm-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.4:php7-sysvshm-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.4:php7-sysvshm-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.4:php7-test-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.4:php7-test-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.4:php7-test-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.4:php7-test-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.4:php7-tidy-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.4:php7-tidy-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.4:php7-tidy-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.4:php7-tidy-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.4:php7-tokenizer-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.4:php7-tokenizer-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.4:php7-tokenizer-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.4:php7-tokenizer-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.4:php7-xmlreader-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.4:php7-xmlreader-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.4:php7-xmlreader-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.4:php7-xmlreader-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.4:php7-xmlrpc-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.4:php7-xmlrpc-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.4:php7-xmlrpc-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.4:php7-xmlrpc-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.4:php7-xmlwriter-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.4:php7-xmlwriter-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.4:php7-xmlwriter-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.4:php7-xmlwriter-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.4:php7-xsl-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.4:php7-xsl-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.4:php7-xsl-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.4:php7-xsl-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.4:php7-zip-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.4:php7-zip-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.4:php7-zip-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.4:php7-zip-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.4:php7-zlib-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.4:php7-zlib-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.4:php7-zlib-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.4:php7-zlib-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.5:apache2-mod_php7-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.5:apache2-mod_php7-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.5:apache2-mod_php7-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.5:apache2-mod_php7-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.5:php7-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.5:php7-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.5:php7-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.5:php7-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.5:php7-bcmath-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.5:php7-bcmath-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.5:php7-bcmath-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.5:php7-bcmath-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.5:php7-bz2-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.5:php7-bz2-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.5:php7-bz2-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.5:php7-bz2-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.5:php7-calendar-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.5:php7-calendar-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.5:php7-calendar-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.5:php7-calendar-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.5:php7-cli-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.5:php7-cli-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.5:php7-cli-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.5:php7-cli-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.5:php7-ctype-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.5:php7-ctype-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.5:php7-ctype-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.5:php7-ctype-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.5:php7-curl-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.5:php7-curl-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.5:php7-curl-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.5:php7-curl-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.5:php7-dba-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.5:php7-dba-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.5:php7-dba-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.5:php7-dba-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.5:php7-devel-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.5:php7-devel-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.5:php7-devel-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.5:php7-devel-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.5:php7-dom-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.5:php7-dom-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.5:php7-dom-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.5:php7-dom-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.5:php7-embed-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.5:php7-embed-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.5:php7-embed-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.5:php7-embed-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.5:php7-enchant-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.5:php7-enchant-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.5:php7-enchant-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.5:php7-enchant-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.5:php7-exif-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.5:php7-exif-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.5:php7-exif-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.5:php7-exif-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.5:php7-fastcgi-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.5:php7-fastcgi-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.5:php7-fastcgi-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.5:php7-fastcgi-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.5:php7-fileinfo-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.5:php7-fileinfo-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.5:php7-fileinfo-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.5:php7-fileinfo-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.5:php7-fpm-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.5:php7-fpm-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.5:php7-fpm-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.5:php7-fpm-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.5:php7-ftp-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.5:php7-ftp-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.5:php7-ftp-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.5:php7-ftp-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.5:php7-gd-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.5:php7-gd-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.5:php7-gd-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.5:php7-gd-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.5:php7-gettext-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.5:php7-gettext-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.5:php7-gettext-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.5:php7-gettext-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.5:php7-gmp-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.5:php7-gmp-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.5:php7-gmp-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.5:php7-gmp-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.5:php7-iconv-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.5:php7-iconv-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.5:php7-iconv-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.5:php7-iconv-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.5:php7-intl-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.5:php7-intl-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.5:php7-intl-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.5:php7-intl-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.5:php7-json-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.5:php7-json-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.5:php7-json-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.5:php7-json-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.5:php7-ldap-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.5:php7-ldap-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.5:php7-ldap-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.5:php7-ldap-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.5:php7-mbstring-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.5:php7-mbstring-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.5:php7-mbstring-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.5:php7-mbstring-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.5:php7-mysql-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.5:php7-mysql-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.5:php7-mysql-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.5:php7-mysql-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.5:php7-odbc-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.5:php7-odbc-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.5:php7-odbc-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.5:php7-odbc-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.5:php7-opcache-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.5:php7-opcache-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.5:php7-opcache-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.5:php7-opcache-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.5:php7-openssl-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.5:php7-openssl-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.5:php7-openssl-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.5:php7-openssl-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.5:php7-pcntl-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.5:php7-pcntl-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.5:php7-pcntl-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.5:php7-pcntl-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.5:php7-pdo-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.5:php7-pdo-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.5:php7-pdo-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.5:php7-pdo-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.5:php7-pgsql-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.5:php7-pgsql-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.5:php7-pgsql-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.5:php7-pgsql-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.5:php7-phar-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.5:php7-phar-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.5:php7-phar-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.5:php7-phar-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.5:php7-posix-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.5:php7-posix-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.5:php7-posix-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.5:php7-posix-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.5:php7-readline-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.5:php7-readline-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.5:php7-readline-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.5:php7-readline-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.5:php7-shmop-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.5:php7-shmop-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.5:php7-shmop-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.5:php7-shmop-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.5:php7-snmp-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.5:php7-snmp-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.5:php7-snmp-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.5:php7-snmp-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.5:php7-soap-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.5:php7-soap-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.5:php7-soap-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.5:php7-soap-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.5:php7-sockets-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.5:php7-sockets-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.5:php7-sockets-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.5:php7-sockets-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.5:php7-sodium-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.5:php7-sodium-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.5:php7-sodium-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.5:php7-sodium-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.5:php7-sqlite-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.5:php7-sqlite-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.5:php7-sqlite-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.5:php7-sqlite-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.5:php7-sysvmsg-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.5:php7-sysvmsg-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.5:php7-sysvmsg-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.5:php7-sysvmsg-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.5:php7-sysvsem-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.5:php7-sysvsem-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.5:php7-sysvsem-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.5:php7-sysvsem-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.5:php7-sysvshm-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.5:php7-sysvshm-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.5:php7-sysvshm-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.5:php7-sysvshm-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.5:php7-test-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.5:php7-test-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.5:php7-test-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.5:php7-test-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.5:php7-tidy-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.5:php7-tidy-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.5:php7-tidy-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.5:php7-tidy-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.5:php7-tokenizer-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.5:php7-tokenizer-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.5:php7-tokenizer-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.5:php7-tokenizer-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.5:php7-xmlreader-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.5:php7-xmlreader-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.5:php7-xmlreader-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.5:php7-xmlreader-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.5:php7-xmlrpc-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.5:php7-xmlrpc-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.5:php7-xmlrpc-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.5:php7-xmlrpc-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.5:php7-xmlwriter-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.5:php7-xmlwriter-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.5:php7-xmlwriter-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.5:php7-xmlwriter-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.5:php7-xsl-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.5:php7-xsl-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.5:php7-xsl-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.5:php7-xsl-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.5:php7-zip-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.5:php7-zip-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.5:php7-zip-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.5:php7-zip-7.4.33-150400.4.28.1.x86_64",
"openSUSE Leap 15.5:php7-zlib-7.4.33-150400.4.28.1.aarch64",
"openSUSE Leap 15.5:php7-zlib-7.4.33-150400.4.28.1.ppc64le",
"openSUSE Leap 15.5:php7-zlib-7.4.33-150400.4.28.1.s390x",
"openSUSE Leap 15.5:php7-zlib-7.4.33-150400.4.28.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2023-09-05T15:30:46Z",
"details": "important"
}
],
"title": "CVE-2023-3824"
}
]
}
WID-SEC-W-2023-1970
Vulnerability from csaf_certbund - Published: 2023-08-06 22:00 - Updated: 2025-04-16 22:00Summary
PHP: Mehrere Schwachstellen
Severity
Hoch
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 Informationen offenzulegen oder beliebigen Code auszuführen.
Betroffene Betriebssysteme: - Linux
- MacOS X
- UNIX
- Windows
Affected products
Known affected
10 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:-
|
— | |
|
Open Source PHP <8.2.9
Open Source / PHP
|
<8.2.9 | ||
|
Open Source PHP <8.0.30
Open Source / PHP
|
<8.0.30 | ||
|
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:-
|
— |
Affected products
Known affected
10 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:-
|
— | |
|
Open Source PHP <8.2.9
Open Source / PHP
|
<8.2.9 | ||
|
Open Source PHP <8.0.30
Open Source / PHP
|
<8.0.30 | ||
|
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:-
|
— |
References
28 references
{
"document": {
"aggregate_severity": {
"text": "hoch"
},
"category": "csaf_base",
"csaf_version": "2.0",
"distribution": {
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "de-DE",
"notes": [
{
"category": "legal_disclaimer",
"text": "Das BSI ist als Anbieter f\u00fcr die eigenen, zur Nutzung bereitgestellten Inhalte nach den allgemeinen Gesetzen verantwortlich. Nutzerinnen und Nutzer sind jedoch daf\u00fcr verantwortlich, die Verwendung und/oder die Umsetzung der mit den Inhalten bereitgestellten Informationen sorgf\u00e4ltig im Einzelfall zu pr\u00fcfen."
},
{
"category": "description",
"text": "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 Informationen offenzulegen oder beliebigen Code auszuf\u00fchren.",
"title": "Angriff"
},
{
"category": "general",
"text": "- Linux\n- MacOS X\n- UNIX\n- Windows",
"title": "Betroffene Betriebssysteme"
}
],
"publisher": {
"category": "other",
"contact_details": "csaf-provider@cert-bund.de",
"name": "Bundesamt f\u00fcr Sicherheit in der Informationstechnik",
"namespace": "https://www.bsi.bund.de"
},
"references": [
{
"category": "self",
"summary": "WID-SEC-W-2023-1970 - CSAF Version",
"url": "https://wid.cert-bund.de/.well-known/csaf/white/2023/wid-sec-w-2023-1970.json"
},
{
"category": "self",
"summary": "WID-SEC-2023-1970 - Portal Version",
"url": "https://wid.cert-bund.de/portal/wid/securityadvisory?name=WID-SEC-2023-1970"
},
{
"category": "external",
"summary": "PHP 8 Changelog vom 2023-08-06",
"url": "https://www.php.net/ChangeLog-8.php#8.0.30"
},
{
"category": "external",
"summary": "PHP Release 8.2.9 vom 2023-08-17",
"url": "https://www.php.net/ChangeLog-8.php#8.2.9"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-6305-1 vom 2023-08-23",
"url": "https://ubuntu.com/security/notices/USN-6305-1"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2023:3445-1 vom 2023-08-28",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2023-August/016032.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2023:3498-1 vom 2023-08-31",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2023-August/016057.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2023:3528-1 vom 2023-09-05",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2023-September/016089.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2023:3541-1 vom 2023-09-05",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2023-September/016097.html"
},
{
"category": "external",
"summary": "Debian Security Advisory DLA-3555 vom 2023-09-06",
"url": "https://lists.debian.org/debian-lts-announce/2023/09/msg00002.html"
},
{
"category": "external",
"summary": "Amazon Linux Security Advisory ALASPHP8.0-2023-009 vom 2023-09-14",
"url": "https://alas.aws.amazon.com/AL2/ALASPHP8.0-2023-009.html"
},
{
"category": "external",
"summary": "Amazon Linux Security Advisory ALASPHP8.2-2023-002 vom 2023-09-14",
"url": "https://alas.aws.amazon.com/AL2/ALASPHP8.2-2023-002.html"
},
{
"category": "external",
"summary": "Amazon Linux Security Advisory ALASPHP8.1-2023-004 vom 2023-09-14",
"url": "https://alas.aws.amazon.com/AL2/ALASPHP8.1-2023-004.html"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2023:5926 vom 2023-10-19",
"url": "https://access.redhat.com/errata/RHSA-2023:5926"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2023:5927 vom 2023-10-20",
"url": "https://access.redhat.com/errata/RHSA-2023:5927"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2023-5926 vom 2023-10-23",
"url": "https://linux.oracle.com/errata/ELSA-2023-5926.html"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2023-5927 vom 2023-10-24",
"url": "https://linux.oracle.com/errata/ELSA-2023-5927.html"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2024:0387 vom 2024-01-25",
"url": "https://access.redhat.com/errata/RHSA-2024:0387"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2024-0387 vom 2024-01-25",
"url": "https://linux.oracle.com/errata/ELSA-2024-0387.html"
},
{
"category": "external",
"summary": "Rocky Linux Security Advisory RLSA-2024:0387 vom 2024-02-12",
"url": "https://errata.build.resf.org/RLSA-2024:0387"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-6305-2 vom 2024-02-27",
"url": "https://ubuntu.com/security/notices/USN-6305-2"
},
{
"category": "external",
"summary": "Debian Security Advisory DSA-5661 vom 2024-04-15",
"url": "https://lists.debian.org/debian-security-announce/2024/msg00069.html"
},
{
"category": "external",
"summary": "Debian Security Advisory DSA-5660 vom 2024-04-15",
"url": "https://lists.debian.org/debian-security-announce/2024/msg00068.html"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-6305-3 vom 2024-07-03",
"url": "https://ubuntu.com/security/notices/USN-6305-3"
},
{
"category": "external",
"summary": "Gentoo Linux Security Advisory GLSA-202408-32 vom 2024-08-12",
"url": "https://security.gentoo.org/glsa/202408-32"
},
{
"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": "Oracle Linux Security Advisory ELSA-2024-10952 vom 2024-12-13",
"url": "https://linux.oracle.com/errata/ELSA-2024-10952.html"
},
{
"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"
}
],
"source_lang": "en-US",
"title": "PHP: Mehrere Schwachstellen",
"tracking": {
"current_release_date": "2025-04-16T22:00:00.000+00:00",
"generator": {
"date": "2025-04-17T09:16:12.929+00:00",
"engine": {
"name": "BSI-WID",
"version": "1.3.12"
}
},
"id": "WID-SEC-W-2023-1970",
"initial_release_date": "2023-08-06T22:00:00.000+00:00",
"revision_history": [
{
"date": "2023-08-06T22:00:00.000+00:00",
"number": "1",
"summary": "Initiale Fassung"
},
{
"date": "2023-08-16T22:00:00.000+00:00",
"number": "2",
"summary": "Neue Updates aufgenommen"
},
{
"date": "2023-08-23T22:00:00.000+00:00",
"number": "3",
"summary": "Neue Updates von Ubuntu aufgenommen"
},
{
"date": "2023-08-28T22:00:00.000+00:00",
"number": "4",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2023-08-30T22:00:00.000+00:00",
"number": "5",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2023-09-05T22:00:00.000+00:00",
"number": "6",
"summary": "Neue Updates von SUSE und Debian aufgenommen"
},
{
"date": "2023-09-13T22:00:00.000+00:00",
"number": "7",
"summary": "Neue Updates von Amazon aufgenommen"
},
{
"date": "2023-10-19T22:00:00.000+00:00",
"number": "8",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2023-10-23T22:00:00.000+00:00",
"number": "9",
"summary": "Neue Updates von Oracle Linux aufgenommen"
},
{
"date": "2024-01-24T23:00:00.000+00:00",
"number": "10",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2024-01-25T23:00:00.000+00:00",
"number": "11",
"summary": "Neue Updates von Oracle Linux aufgenommen"
},
{
"date": "2024-02-12T23:00:00.000+00:00",
"number": "12",
"summary": "Neue Updates von Rocky Enterprise Software Foundation aufgenommen"
},
{
"date": "2024-02-27T23:00:00.000+00:00",
"number": "13",
"summary": "Neue Updates von Ubuntu aufgenommen"
},
{
"date": "2024-04-15T22:00:00.000+00:00",
"number": "14",
"summary": "Neue Updates von Debian aufgenommen"
},
{
"date": "2024-07-03T22:00:00.000+00:00",
"number": "15",
"summary": "Neue Updates von Ubuntu aufgenommen"
},
{
"date": "2024-08-11T22:00:00.000+00:00",
"number": "16",
"summary": "Neue Updates von Gentoo aufgenommen"
},
{
"date": "2024-12-10T23:00:00.000+00:00",
"number": "17",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2024-12-12T23:00:00.000+00:00",
"number": "18",
"summary": "Neue Updates von Oracle Linux aufgenommen"
},
{
"date": "2025-04-16T22:00:00.000+00:00",
"number": "19",
"summary": "Neue Updates von Amazon 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_range",
"name": "\u003c8.2.9",
"product": {
"name": "Open Source PHP \u003c8.2.9",
"product_id": "1444711"
}
},
{
"category": "product_version",
"name": "8.2.9",
"product": {
"name": "Open Source PHP 8.2.9",
"product_id": "1444711-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:php:php:8.2.9:-"
}
}
},
{
"category": "product_version_range",
"name": "\u003c8.0.30",
"product": {
"name": "Open Source PHP \u003c8.0.30",
"product_id": "T029095"
}
},
{
"category": "product_version",
"name": "8.0.30",
"product": {
"name": "Open Source PHP 8.0.30",
"product_id": "T029095-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:php:php:8.0.30"
}
}
}
],
"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-2023-3823",
"product_status": {
"known_affected": [
"2951",
"T002207",
"67646",
"T000126",
"1444711",
"T029095",
"398363",
"T012167",
"T004914",
"T032255"
]
},
"release_date": "2023-08-06T22:00:00.000+00:00",
"title": "CVE-2023-3823"
},
{
"cve": "CVE-2023-3824",
"product_status": {
"known_affected": [
"2951",
"T002207",
"67646",
"T000126",
"1444711",
"T029095",
"398363",
"T012167",
"T004914",
"T032255"
]
},
"release_date": "2023-08-06T22:00:00.000+00:00",
"title": "CVE-2023-3824"
}
]
}
WID-SEC-W-2023-2917
Vulnerability from csaf_certbund - Published: 2023-11-14 23:00 - Updated: 2025-09-03 22:00Summary
Xerox FreeFlow Print Server: Mehrere Schwachstellen
Severity
Hoch
Notes
Das BSI ist als Anbieter für die eigenen, zur Nutzung bereitgestellten Inhalte nach den allgemeinen Gesetzen verantwortlich. Nutzerinnen und Nutzer sind jedoch dafür verantwortlich, die Verwendung und/oder die Umsetzung der mit den Inhalten bereitgestellten Informationen sorgfältig im Einzelfall zu prüfen.
Produktbeschreibung: FreeFlow-Druckserver ist eine Druckserveranwendung für Xerox-Produktionsdrucker, die Flexibilität, umfangreiche Workflow-Optionen und eine Farbverwaltung bietet.
Angriff: Ein Angreifer kann mehrere Schwachstellen in Xerox FreeFlow Print Server ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
Betroffene Betriebssysteme: - Linux
- UNIX
Affected products
Known affected
7 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
v9 for Solaris | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2 / Windows 10
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2__windows_10
|
v2 / Windows 10 |
Affected products
Known affected
7 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
v9 for Solaris | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2 / Windows 10
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2__windows_10
|
v2 / Windows 10 |
Affected products
Known affected
7 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
v9 for Solaris | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2 / Windows 10
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2__windows_10
|
v2 / Windows 10 |
Affected products
Known affected
7 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
v9 for Solaris | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2 / Windows 10
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2__windows_10
|
v2 / Windows 10 |
Affected products
Known affected
7 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
v9 for Solaris | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2 / Windows 10
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2__windows_10
|
v2 / Windows 10 |
Affected products
Known affected
7 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
v9 for Solaris | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2 / Windows 10
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2__windows_10
|
v2 / Windows 10 |
Affected products
Known affected
7 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
v9 for Solaris | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2 / Windows 10
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2__windows_10
|
v2 / Windows 10 |
Affected products
Known affected
7 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
v9 for Solaris | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2 / Windows 10
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2__windows_10
|
v2 / Windows 10 |
Affected products
Known affected
7 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
v9 for Solaris | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2 / Windows 10
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2__windows_10
|
v2 / Windows 10 |
Affected products
Known affected
7 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
v9 for Solaris | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2 / Windows 10
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2__windows_10
|
v2 / Windows 10 |
Affected products
Known affected
7 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
v9 for Solaris | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2 / Windows 10
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2__windows_10
|
v2 / Windows 10 |
Affected products
Known affected
7 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
v9 for Solaris | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2 / Windows 10
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2__windows_10
|
v2 / Windows 10 |
Affected products
Known affected
7 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
v9 for Solaris | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2 / Windows 10
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2__windows_10
|
v2 / Windows 10 |
Affected products
Known affected
7 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
v9 for Solaris | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2 / Windows 10
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2__windows_10
|
v2 / Windows 10 |
Affected products
Known affected
7 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
v9 for Solaris | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2 / Windows 10
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2__windows_10
|
v2 / Windows 10 |
Affected products
Known affected
7 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
v9 for Solaris | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2 / Windows 10
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2__windows_10
|
v2 / Windows 10 |
Affected products
Known affected
7 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
v9 for Solaris | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2 / Windows 10
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2__windows_10
|
v2 / Windows 10 |
Affected products
Known affected
7 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
v9 for Solaris | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2 / Windows 10
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2__windows_10
|
v2 / Windows 10 |
Affected products
Known affected
7 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
v9 for Solaris | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2 / Windows 10
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2__windows_10
|
v2 / Windows 10 |
Affected products
Known affected
7 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
v9 for Solaris | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2 / Windows 10
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2__windows_10
|
v2 / Windows 10 |
Affected products
Known affected
7 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
v9 for Solaris | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2 / Windows 10
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2__windows_10
|
v2 / Windows 10 |
Affected products
Known affected
7 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
v9 for Solaris | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2 / Windows 10
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2__windows_10
|
v2 / Windows 10 |
Affected products
Known affected
7 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
v9 for Solaris | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2 / Windows 10
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2__windows_10
|
v2 / Windows 10 |
Affected products
Known affected
7 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
v9 for Solaris | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2 / Windows 10
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2__windows_10
|
v2 / Windows 10 |
Affected products
Known affected
7 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
v9 for Solaris | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2 / Windows 10
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2__windows_10
|
v2 / Windows 10 |
Affected products
Known affected
7 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
v9 for Solaris | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2 / Windows 10
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2__windows_10
|
v2 / Windows 10 |
Affected products
Known affected
7 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
v9 for Solaris | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2 / Windows 10
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2__windows_10
|
v2 / Windows 10 |
Affected products
Known affected
7 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
v9 for Solaris | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2 / Windows 10
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2__windows_10
|
v2 / Windows 10 |
Affected products
Known affected
7 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
v9 for Solaris | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2 / Windows 10
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2__windows_10
|
v2 / Windows 10 |
Affected products
Known affected
7 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
v9 for Solaris | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2 / Windows 10
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2__windows_10
|
v2 / Windows 10 |
Affected products
Known affected
7 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
v9 for Solaris | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2 / Windows 10
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2__windows_10
|
v2 / Windows 10 |
Affected products
Known affected
7 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
v9 for Solaris | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2 / Windows 10
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2__windows_10
|
v2 / Windows 10 |
Affected products
Known affected
7 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
v9 for Solaris | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2 / Windows 10
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2__windows_10
|
v2 / Windows 10 |
Affected products
Known affected
7 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
v9 for Solaris | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2 / Windows 10
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2__windows_10
|
v2 / Windows 10 |
Affected products
Known affected
7 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
v9 for Solaris | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2 / Windows 10
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2__windows_10
|
v2 / Windows 10 |
Affected products
Known affected
7 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
v9 for Solaris | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2 / Windows 10
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2__windows_10
|
v2 / Windows 10 |
Affected products
Known affected
7 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
v9 for Solaris | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2 / Windows 10
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2__windows_10
|
v2 / Windows 10 |
Affected products
Known affected
7 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
v9 for Solaris | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2 / Windows 10
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2__windows_10
|
v2 / Windows 10 |
Affected products
Known affected
7 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
v9 for Solaris | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2 / Windows 10
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2__windows_10
|
v2 / Windows 10 |
Affected products
Known affected
7 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
v9 for Solaris | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2 / Windows 10
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2__windows_10
|
v2 / Windows 10 |
Affected products
Known affected
7 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
v9 for Solaris | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2 / Windows 10
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2__windows_10
|
v2 / Windows 10 |
Affected products
Known affected
7 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
v9 for Solaris | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2 / Windows 10
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2__windows_10
|
v2 / Windows 10 |
Affected products
Known affected
7 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
v9 for Solaris | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2 / Windows 10
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2__windows_10
|
v2 / Windows 10 |
Affected products
Known affected
7 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
v9 for Solaris | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2 / Windows 10
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2__windows_10
|
v2 / Windows 10 |
Affected products
Known affected
7 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
v9 for Solaris | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2 / Windows 10
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2__windows_10
|
v2 / Windows 10 |
Affected products
Known affected
7 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
v9 for Solaris | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2 / Windows 10
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2__windows_10
|
v2 / Windows 10 |
Affected products
Known affected
7 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
v9 for Solaris | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2 / Windows 10
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2__windows_10
|
v2 / Windows 10 |
Affected products
Known affected
7 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
v9 for Solaris | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2 / Windows 10
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2__windows_10
|
v2 / Windows 10 |
Affected products
Known affected
7 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
v9 for Solaris | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2 / Windows 10
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2__windows_10
|
v2 / Windows 10 |
Affected products
Known affected
7 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
v9 for Solaris | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2 / Windows 10
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2__windows_10
|
v2 / Windows 10 |
Affected products
Known affected
7 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
v9 for Solaris | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2 / Windows 10
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2__windows_10
|
v2 / Windows 10 |
Affected products
Known affected
7 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
v9 for Solaris | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2 / Windows 10
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2__windows_10
|
v2 / Windows 10 |
Affected products
Known affected
7 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
v9 for Solaris | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2 / Windows 10
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2__windows_10
|
v2 / Windows 10 |
Affected products
Known affected
7 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
v9 for Solaris | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2 / Windows 10
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2__windows_10
|
v2 / Windows 10 |
Affected products
Known affected
7 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
v9 for Solaris | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2 / Windows 10
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2__windows_10
|
v2 / Windows 10 |
Affected products
Known affected
7 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
v9 for Solaris | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2 / Windows 10
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2__windows_10
|
v2 / Windows 10 |
Affected products
Known affected
7 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
v9 for Solaris | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2 / Windows 10
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2__windows_10
|
v2 / Windows 10 |
Affected products
Known affected
7 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
v9 for Solaris | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2 / Windows 10
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2__windows_10
|
v2 / Windows 10 |
Affected products
Known affected
7 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
v9 for Solaris | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2 / Windows 10
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2__windows_10
|
v2 / Windows 10 |
Affected products
Known affected
7 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
v9 for Solaris | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2 / Windows 10
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2__windows_10
|
v2 / Windows 10 |
Affected products
Known affected
7 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
v9 for Solaris | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2 / Windows 10
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2__windows_10
|
v2 / Windows 10 |
Affected products
Known affected
7 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
v9 for Solaris | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2 / Windows 10
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2__windows_10
|
v2 / Windows 10 |
Affected products
Known affected
7 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
v9 for Solaris | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2 / Windows 10
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2__windows_10
|
v2 / Windows 10 |
Affected products
Known affected
7 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
v9 for Solaris | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2 / Windows 10
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2__windows_10
|
v2 / Windows 10 |
Affected products
Known affected
7 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
v9 for Solaris | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2 / Windows 10
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2__windows_10
|
v2 / Windows 10 |
Affected products
Known affected
7 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
v9 for Solaris | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2 / Windows 10
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2__windows_10
|
v2 / Windows 10 |
Affected products
Known affected
7 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
v9 for Solaris | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2 / Windows 10
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2__windows_10
|
v2 / Windows 10 |
Affected products
Known affected
7 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
v9 for Solaris | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2 / Windows 10
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2__windows_10
|
v2 / Windows 10 |
Affected products
Known affected
7 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
v9 for Solaris | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2 / Windows 10
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2__windows_10
|
v2 / Windows 10 |
Affected products
Known affected
7 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
v9 for Solaris | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2 / Windows 10
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2__windows_10
|
v2 / Windows 10 |
Affected products
Known affected
7 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
v9 for Solaris | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2 / Windows 10
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2__windows_10
|
v2 / Windows 10 |
Affected products
Known affected
7 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
v9 for Solaris | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2 / Windows 10
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2__windows_10
|
v2 / Windows 10 |
Affected products
Known affected
7 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
v9 for Solaris | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2 / Windows 10
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2__windows_10
|
v2 / Windows 10 |
Affected products
Known affected
7 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
v9 for Solaris | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2 / Windows 10
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2__windows_10
|
v2 / Windows 10 |
Affected products
Known affected
7 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
v9 for Solaris | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2 / Windows 10
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2__windows_10
|
v2 / Windows 10 |
Affected products
Known affected
7 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
v9 for Solaris | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2 / Windows 10
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2__windows_10
|
v2 / Windows 10 |
Affected products
Known affected
7 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
v9 for Solaris | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2 / Windows 10
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2__windows_10
|
v2 / Windows 10 |
Affected products
Known affected
7 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
v9 for Solaris | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2 / Windows 10
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2__windows_10
|
v2 / Windows 10 |
Affected products
Known affected
7 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
v9 for Solaris | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2 / Windows 10
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2__windows_10
|
v2 / Windows 10 |
Affected products
Known affected
7 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
v9 for Solaris | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2 / Windows 10
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2__windows_10
|
v2 / Windows 10 |
Affected products
Known affected
7 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
v9 for Solaris | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2 / Windows 10
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2__windows_10
|
v2 / Windows 10 |
Affected products
Known affected
7 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
v9 for Solaris | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2 / Windows 10
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2__windows_10
|
v2 / Windows 10 |
Affected products
Known affected
7 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
v9 for Solaris | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2 / Windows 10
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2__windows_10
|
v2 / Windows 10 |
Affected products
Known affected
7 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
v9 for Solaris | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2 / Windows 10
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2__windows_10
|
v2 / Windows 10 |
Affected products
Known affected
7 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
v9 for Solaris | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2 / Windows 10
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2__windows_10
|
v2 / Windows 10 |
Affected products
Known affected
7 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
v9 for Solaris | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2 / Windows 10
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2__windows_10
|
v2 / Windows 10 |
Affected products
Known affected
7 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
v9 for Solaris | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2 / Windows 10
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2__windows_10
|
v2 / Windows 10 |
Affected products
Known affected
7 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
v9 for Solaris | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2 / Windows 10
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2__windows_10
|
v2 / Windows 10 |
Affected products
Known affected
7 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
v9 for Solaris | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2 / Windows 10
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2__windows_10
|
v2 / Windows 10 |
Affected products
Known affected
7 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
v9 for Solaris | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2 / Windows 10
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2__windows_10
|
v2 / Windows 10 |
Affected products
Known affected
7 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
v9 for Solaris | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2 / Windows 10
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2__windows_10
|
v2 / Windows 10 |
Affected products
Known affected
7 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
v9 for Solaris | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2 / Windows 10
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2__windows_10
|
v2 / Windows 10 |
Affected products
Known affected
7 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
v9 for Solaris | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2 / Windows 10
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2__windows_10
|
v2 / Windows 10 |
Affected products
Known affected
7 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
v9 for Solaris | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2 / Windows 10
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2__windows_10
|
v2 / Windows 10 |
Affected products
Known affected
7 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
v9 for Solaris | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2 / Windows 10
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2__windows_10
|
v2 / Windows 10 |
Affected products
Known affected
7 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
v9 for Solaris | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2 / Windows 10
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2__windows_10
|
v2 / Windows 10 |
Affected products
Known affected
7 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
v9 for Solaris | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2 / Windows 10
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2__windows_10
|
v2 / Windows 10 |
Affected products
Known affected
7 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
v9 for Solaris | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2 / Windows 10
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2__windows_10
|
v2 / Windows 10 |
Affected products
Known affected
7 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
v9 for Solaris | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2 / Windows 10
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2__windows_10
|
v2 / Windows 10 |
Affected products
Known affected
7 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
v9 for Solaris | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2 / Windows 10
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2__windows_10
|
v2 / Windows 10 |
Affected products
Known affected
7 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
v9 for Solaris | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2 / Windows 10
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2__windows_10
|
v2 / Windows 10 |
Affected products
Known affected
7 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
v9 for Solaris | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2 / Windows 10
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2__windows_10
|
v2 / Windows 10 |
Affected products
Known affected
7 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
v9 for Solaris | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2 / Windows 10
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2__windows_10
|
v2 / Windows 10 |
Affected products
Known affected
7 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
v9 for Solaris | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2 / Windows 10
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2__windows_10
|
v2 / Windows 10 |
Affected products
Known affected
7 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
v9 for Solaris | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2 / Windows 10
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2__windows_10
|
v2 / Windows 10 |
Affected products
Known affected
7 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
v9 for Solaris | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2 / Windows 10
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2__windows_10
|
v2 / Windows 10 |
Affected products
Known affected
7 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
v9 for Solaris | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2 / Windows 10
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2__windows_10
|
v2 / Windows 10 |
Affected products
Known affected
7 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
v9 for Solaris | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2 / Windows 10
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2__windows_10
|
v2 / Windows 10 |
Affected products
Known affected
7 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
v9 for Solaris | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2 / Windows 10
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2__windows_10
|
v2 / Windows 10 |
Affected products
Known affected
7 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
v9 for Solaris | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2 / Windows 10
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2__windows_10
|
v2 / Windows 10 |
Affected products
Known affected
7 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
v9 for Solaris | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2 / Windows 10
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2__windows_10
|
v2 / Windows 10 |
Affected products
Known affected
7 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
v9 for Solaris | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2 / Windows 10
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2__windows_10
|
v2 / Windows 10 |
Affected products
Known affected
7 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
v9 for Solaris | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2 / Windows 10
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2__windows_10
|
v2 / Windows 10 |
Affected products
Known affected
7 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
v9 for Solaris | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2 / Windows 10
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2__windows_10
|
v2 / Windows 10 |
Affected products
Known affected
7 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
v9 for Solaris | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2 / Windows 10
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2__windows_10
|
v2 / Windows 10 |
Affected products
Known affected
7 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
v9 for Solaris | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2 / Windows 10
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2__windows_10
|
v2 / Windows 10 |
Affected products
Known affected
7 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
v9 for Solaris | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2 / Windows 10
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2__windows_10
|
v2 / Windows 10 |
Affected products
Known affected
7 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
v9 for Solaris | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2 / Windows 10
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2__windows_10
|
v2 / Windows 10 |
Affected products
Known affected
7 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
v9 for Solaris | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2 / Windows 10
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2__windows_10
|
v2 / Windows 10 |
Affected products
Known affected
7 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
v9 for Solaris | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2 / Windows 10
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2__windows_10
|
v2 / Windows 10 |
Affected products
Known affected
7 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
v9 for Solaris | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2 / Windows 10
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2__windows_10
|
v2 / Windows 10 |
Affected products
Known affected
7 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
v9 for Solaris | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2 / Windows 10
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2__windows_10
|
v2 / Windows 10 |
Affected products
Known affected
7 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
v9 for Solaris | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2 / Windows 10
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2__windows_10
|
v2 / Windows 10 |
Affected products
Known affected
7 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
v9 for Solaris | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2 / Windows 10
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2__windows_10
|
v2 / Windows 10 |
Affected products
Known affected
7 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
v9 for Solaris | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2 / Windows 10
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2__windows_10
|
v2 / Windows 10 |
Affected products
Known affected
7 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
v9 for Solaris | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2 / Windows 10
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2__windows_10
|
v2 / Windows 10 |
Affected products
Known affected
7 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
v9 for Solaris | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2 / Windows 10
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2__windows_10
|
v2 / Windows 10 |
Affected products
Known affected
7 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
v9 for Solaris | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2 / Windows 10
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2__windows_10
|
v2 / Windows 10 |
Affected products
Known affected
7 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
v9 for Solaris | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2 / Windows 10
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2__windows_10
|
v2 / Windows 10 |
Affected products
Known affected
7 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
v9 for Solaris | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2 / Windows 10
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2__windows_10
|
v2 / Windows 10 |
Affected products
Known affected
7 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
v9 for Solaris | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2 / Windows 10
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2__windows_10
|
v2 / Windows 10 |
Affected products
Known affected
7 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
v9 for Solaris | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2 / Windows 10
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2__windows_10
|
v2 / Windows 10 |
Affected products
Known affected
7 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
v9 for Solaris | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2 / Windows 10
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2__windows_10
|
v2 / Windows 10 |
Affected products
Known affected
7 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
v9 for Solaris | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2 / Windows 10
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2__windows_10
|
v2 / Windows 10 |
Affected products
Known affected
7 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
v9 for Solaris | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2 / Windows 10
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2__windows_10
|
v2 / Windows 10 |
References
11 references
{
"document": {
"aggregate_severity": {
"text": "hoch"
},
"category": "csaf_base",
"csaf_version": "2.0",
"distribution": {
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "de-DE",
"notes": [
{
"category": "legal_disclaimer",
"text": "Das BSI ist als Anbieter f\u00fcr die eigenen, zur Nutzung bereitgestellten Inhalte nach den allgemeinen Gesetzen verantwortlich. Nutzerinnen und Nutzer sind jedoch daf\u00fcr verantwortlich, die Verwendung und/oder die Umsetzung der mit den Inhalten bereitgestellten Informationen sorgf\u00e4ltig im Einzelfall zu pr\u00fcfen."
},
{
"category": "description",
"text": "FreeFlow-Druckserver ist eine Druckserveranwendung f\u00fcr Xerox-Produktionsdrucker, die Flexibilit\u00e4t, umfangreiche Workflow-Optionen und eine Farbverwaltung bietet.",
"title": "Produktbeschreibung"
},
{
"category": "summary",
"text": "Ein Angreifer kann mehrere Schwachstellen in Xerox FreeFlow Print Server ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden.",
"title": "Angriff"
},
{
"category": "general",
"text": "- Linux\n- UNIX",
"title": "Betroffene Betriebssysteme"
}
],
"publisher": {
"category": "other",
"contact_details": "csaf-provider@cert-bund.de",
"name": "Bundesamt f\u00fcr Sicherheit in der Informationstechnik",
"namespace": "https://www.bsi.bund.de"
},
"references": [
{
"category": "self",
"summary": "WID-SEC-W-2023-2917 - CSAF Version",
"url": "https://wid.cert-bund.de/.well-known/csaf/white/2023/wid-sec-w-2023-2917.json"
},
{
"category": "self",
"summary": "WID-SEC-2023-2917 - Portal Version",
"url": "https://wid.cert-bund.de/portal/wid/securityadvisory?name=WID-SEC-2023-2917"
},
{
"category": "external",
"summary": "Xerox Security Bulletin XRX23-016 vom 2023-11-14",
"url": "https://securitydocs.business.xerox.com/wp-content/uploads/2023/11/XRX23-016_FFPSv7-S10_MediaInstall_Nov2023.pdf"
},
{
"category": "external",
"summary": "Xerox Security Bulletin XRX23-017 vom 2023-11-14",
"url": "https://securitydocs.business.xerox.com/wp-content/uploads/2023/11/XRX23-017_FFPSv7-S11_MediaInstall_Nov2023.pdf"
},
{
"category": "external",
"summary": "XEROX Security Advisory XRX23-019 vom 2023-11-16",
"url": "https://security.business.xerox.com/wp-content/uploads/2023/11/Xerox-Security-Bulletin-XRX23-019-Xerox%C2%AE-FreeFlow%C2%AE-Print-Server-v9.pdf"
},
{
"category": "external",
"summary": "Xerox Security Bulletin XRX23-021",
"url": "https://securitydocs.business.xerox.com/wp-content/uploads/2023/11/XRX23-021_FFPSv2_Win10_SecurityBulletin_Nov2023.pdf"
},
{
"category": "external",
"summary": "XEROX Security Advisory XRX23-022 vom 2023-12-01",
"url": "https://security.business.xerox.com/wp-content/uploads/2023/11/XRX23-022_FFPSv9-S11_MediaInstall_Nov2023.pdf"
},
{
"category": "external",
"summary": "XEROX Security Advisory XRX24-005 vom 2024-03-04",
"url": "https://security.business.xerox.com/wp-content/uploads/2024/03/Xerox-Security-Bulletin-XRX24-005-Xerox-FreeFlow%C2%AE-Print-Server-v9_Feb-2024.pdf"
},
{
"category": "external",
"summary": "XEROX Security Advisory XRX24-001 vom 2024-03-11",
"url": "https://security.business.xerox.com/wp-content/uploads/2024/03/Xerox%C2%AE-Security-Bulletin-XRX24-001-Xerox%C2%AE-FreeFlow%C2%AE-Print-Server-v9.pdf"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2024:3949-1 vom 2024-11-08",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2024-November/019796.html"
},
{
"category": "external",
"summary": "openSUSE Security Update OPENSUSE-SU-2024:14572-1 vom 2024-12-13",
"url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/3HI2RC7AJAHY74Q6MK7GNGWU6TITB22V/"
}
],
"source_lang": "en-US",
"title": "Xerox FreeFlow Print Server: Mehrere Schwachstellen",
"tracking": {
"current_release_date": "2025-09-03T22:00:00.000+00:00",
"generator": {
"date": "2025-09-04T06:26:09.420+00:00",
"engine": {
"name": "BSI-WID",
"version": "1.4.0"
}
},
"id": "WID-SEC-W-2023-2917",
"initial_release_date": "2023-11-14T23:00:00.000+00:00",
"revision_history": [
{
"date": "2023-11-14T23:00:00.000+00:00",
"number": "1",
"summary": "Initiale Fassung"
},
{
"date": "2023-11-16T23:00:00.000+00:00",
"number": "2",
"summary": "Neue Updates von XEROX aufgenommen"
},
{
"date": "2023-11-28T23:00:00.000+00:00",
"number": "3",
"summary": "Neue Updates von XEROX aufgenommen"
},
{
"date": "2023-11-30T23:00:00.000+00:00",
"number": "4",
"summary": "Neue Updates von XEROX aufgenommen"
},
{
"date": "2024-03-03T23:00:00.000+00:00",
"number": "5",
"summary": "Neue Updates von XEROX aufgenommen"
},
{
"date": "2024-03-11T23:00:00.000+00:00",
"number": "6",
"summary": "Neue Updates von XEROX aufgenommen"
},
{
"date": "2024-11-07T23:00:00.000+00:00",
"number": "7",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2024-12-15T23:00:00.000+00:00",
"number": "8",
"summary": "Neue Updates von openSUSE aufgenommen"
},
{
"date": "2025-09-03T22:00:00.000+00:00",
"number": "9",
"summary": "Referenz(en) aufgenommen: EUVD-2023-44310"
}
],
"status": "final",
"version": "9"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux",
"product": {
"name": "SUSE Linux",
"product_id": "T002207",
"product_identification_helper": {
"cpe": "cpe:/o:suse:suse_linux:-"
}
}
},
{
"category": "product_name",
"name": "SUSE openSUSE",
"product": {
"name": "SUSE openSUSE",
"product_id": "T027843",
"product_identification_helper": {
"cpe": "cpe:/o:suse:opensuse:-"
}
}
}
],
"category": "vendor",
"name": "SUSE"
},
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "9",
"product": {
"name": "Xerox FreeFlow Print Server 9",
"product_id": "T002977",
"product_identification_helper": {
"cpe": "cpe:/a:xerox:freeflow_print_server:9"
}
}
},
{
"category": "product_version",
"name": "v7",
"product": {
"name": "Xerox FreeFlow Print Server v7",
"product_id": "T015631",
"product_identification_helper": {
"cpe": "cpe:/a:xerox:freeflow_print_server:v7"
}
}
},
{
"category": "product_version",
"name": "v9",
"product": {
"name": "Xerox FreeFlow Print Server v9",
"product_id": "T015632",
"product_identification_helper": {
"cpe": "cpe:/a:xerox:freeflow_print_server:v9"
}
}
},
{
"category": "product_version",
"name": "v9 for Solaris",
"product": {
"name": "Xerox FreeFlow Print Server v9 for Solaris",
"product_id": "T028053",
"product_identification_helper": {
"cpe": "cpe:/a:xerox:freeflow_print_server:v9_for_solaris"
}
}
},
{
"category": "product_version",
"name": "v2 / Windows 10",
"product": {
"name": "Xerox FreeFlow Print Server v2 / Windows 10",
"product_id": "T031383",
"product_identification_helper": {
"cpe": "cpe:/a:xerox:freeflow_print_server:v2__windows_10"
}
}
}
],
"category": "product_name",
"name": "FreeFlow Print Server"
}
],
"category": "vendor",
"name": "Xerox"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2017-5715",
"product_status": {
"known_affected": [
"T028053",
"T002207",
"T027843",
"T015632",
"T002977",
"T015631",
"T031383"
]
},
"release_date": "2023-11-14T23:00:00.000+00:00",
"title": "CVE-2017-5715"
},
{
"cve": "CVE-2018-3639",
"product_status": {
"known_affected": [
"T028053",
"T002207",
"T027843",
"T015632",
"T002977",
"T015631",
"T031383"
]
},
"release_date": "2023-11-14T23:00:00.000+00:00",
"title": "CVE-2018-3639"
},
{
"cve": "CVE-2021-44917",
"product_status": {
"known_affected": [
"T028053",
"T002207",
"T027843",
"T015632",
"T002977",
"T015631",
"T031383"
]
},
"release_date": "2023-11-14T23:00:00.000+00:00",
"title": "CVE-2021-44917"
},
{
"cve": "CVE-2021-46784",
"product_status": {
"known_affected": [
"T028053",
"T002207",
"T027843",
"T015632",
"T002977",
"T015631",
"T031383"
]
},
"release_date": "2023-11-14T23:00:00.000+00:00",
"title": "CVE-2021-46784"
},
{
"cve": "CVE-2022-31008",
"product_status": {
"known_affected": [
"T028053",
"T002207",
"T027843",
"T015632",
"T002977",
"T015631",
"T031383"
]
},
"release_date": "2023-11-14T23:00:00.000+00:00",
"title": "CVE-2022-31008"
},
{
"cve": "CVE-2022-32206",
"product_status": {
"known_affected": [
"T028053",
"T002207",
"T027843",
"T015632",
"T002977",
"T015631",
"T031383"
]
},
"release_date": "2023-11-14T23:00:00.000+00:00",
"title": "CVE-2022-32206"
},
{
"cve": "CVE-2022-32221",
"product_status": {
"known_affected": [
"T028053",
"T002207",
"T027843",
"T015632",
"T002977",
"T015631",
"T031383"
]
},
"release_date": "2023-11-14T23:00:00.000+00:00",
"title": "CVE-2022-32221"
},
{
"cve": "CVE-2022-3924",
"product_status": {
"known_affected": [
"T028053",
"T002207",
"T027843",
"T015632",
"T002977",
"T015631",
"T031383"
]
},
"release_date": "2023-11-14T23:00:00.000+00:00",
"title": "CVE-2022-3924"
},
{
"cve": "CVE-2022-41409",
"product_status": {
"known_affected": [
"T028053",
"T002207",
"T027843",
"T015632",
"T002977",
"T015631",
"T031383"
]
},
"release_date": "2023-11-14T23:00:00.000+00:00",
"title": "CVE-2022-41409"
},
{
"cve": "CVE-2022-48337",
"product_status": {
"known_affected": [
"T028053",
"T002207",
"T027843",
"T015632",
"T002977",
"T015631",
"T031383"
]
},
"release_date": "2023-11-14T23:00:00.000+00:00",
"title": "CVE-2022-48337"
},
{
"cve": "CVE-2022-48338",
"product_status": {
"known_affected": [
"T028053",
"T002207",
"T027843",
"T015632",
"T002977",
"T015631",
"T031383"
]
},
"release_date": "2023-11-14T23:00:00.000+00:00",
"title": "CVE-2022-48338"
},
{
"cve": "CVE-2022-48339",
"product_status": {
"known_affected": [
"T028053",
"T002207",
"T027843",
"T015632",
"T002977",
"T015631",
"T031383"
]
},
"release_date": "2023-11-14T23:00:00.000+00:00",
"title": "CVE-2022-48339"
},
{
"cve": "CVE-2022-4899",
"product_status": {
"known_affected": [
"T028053",
"T002207",
"T027843",
"T015632",
"T002977",
"T015631",
"T031383"
]
},
"release_date": "2023-11-14T23:00:00.000+00:00",
"title": "CVE-2022-4899"
},
{
"cve": "CVE-2023-0049",
"product_status": {
"known_affected": [
"T028053",
"T002207",
"T027843",
"T015632",
"T002977",
"T015631",
"T031383"
]
},
"release_date": "2023-11-14T23:00:00.000+00:00",
"title": "CVE-2023-0049"
},
{
"cve": "CVE-2023-0051",
"product_status": {
"known_affected": [
"T028053",
"T002207",
"T027843",
"T015632",
"T002977",
"T015631",
"T031383"
]
},
"release_date": "2023-11-14T23:00:00.000+00:00",
"title": "CVE-2023-0051"
},
{
"cve": "CVE-2023-0054",
"product_status": {
"known_affected": [
"T028053",
"T002207",
"T027843",
"T015632",
"T002977",
"T015631",
"T031383"
]
},
"release_date": "2023-11-14T23:00:00.000+00:00",
"title": "CVE-2023-0054"
},
{
"cve": "CVE-2023-0288",
"product_status": {
"known_affected": [
"T028053",
"T002207",
"T027843",
"T015632",
"T002977",
"T015631",
"T031383"
]
},
"release_date": "2023-11-14T23:00:00.000+00:00",
"title": "CVE-2023-0288"
},
{
"cve": "CVE-2023-0465",
"product_status": {
"known_affected": [
"T028053",
"T002207",
"T027843",
"T015632",
"T002977",
"T015631",
"T031383"
]
},
"release_date": "2023-11-14T23:00:00.000+00:00",
"title": "CVE-2023-0465"
},
{
"cve": "CVE-2023-0466",
"product_status": {
"known_affected": [
"T028053",
"T002207",
"T027843",
"T015632",
"T002977",
"T015631",
"T031383"
]
},
"release_date": "2023-11-14T23:00:00.000+00:00",
"title": "CVE-2023-0466"
},
{
"cve": "CVE-2023-0512",
"product_status": {
"known_affected": [
"T028053",
"T002207",
"T027843",
"T015632",
"T002977",
"T015631",
"T031383"
]
},
"release_date": "2023-11-14T23:00:00.000+00:00",
"title": "CVE-2023-0512"
},
{
"cve": "CVE-2023-0666",
"product_status": {
"known_affected": [
"T028053",
"T002207",
"T027843",
"T015632",
"T002977",
"T015631",
"T031383"
]
},
"release_date": "2023-11-14T23:00:00.000+00:00",
"title": "CVE-2023-0666"
},
{
"cve": "CVE-2023-0668",
"product_status": {
"known_affected": [
"T028053",
"T002207",
"T027843",
"T015632",
"T002977",
"T015631",
"T031383"
]
},
"release_date": "2023-11-14T23:00:00.000+00:00",
"title": "CVE-2023-0668"
},
{
"cve": "CVE-2023-1127",
"product_status": {
"known_affected": [
"T028053",
"T002207",
"T027843",
"T015632",
"T002977",
"T015631",
"T031383"
]
},
"release_date": "2023-11-14T23:00:00.000+00:00",
"title": "CVE-2023-1127"
},
{
"cve": "CVE-2023-1170",
"product_status": {
"known_affected": [
"T028053",
"T002207",
"T027843",
"T015632",
"T002977",
"T015631",
"T031383"
]
},
"release_date": "2023-11-14T23:00:00.000+00:00",
"title": "CVE-2023-1170"
},
{
"cve": "CVE-2023-1175",
"product_status": {
"known_affected": [
"T028053",
"T002207",
"T027843",
"T015632",
"T002977",
"T015631",
"T031383"
]
},
"release_date": "2023-11-14T23:00:00.000+00:00",
"title": "CVE-2023-1175"
},
{
"cve": "CVE-2023-1393",
"product_status": {
"known_affected": [
"T028053",
"T002207",
"T027843",
"T015632",
"T002977",
"T015631",
"T031383"
]
},
"release_date": "2023-11-14T23:00:00.000+00:00",
"title": "CVE-2023-1393"
},
{
"cve": "CVE-2023-1906",
"product_status": {
"known_affected": [
"T028053",
"T002207",
"T027843",
"T015632",
"T002977",
"T015631",
"T031383"
]
},
"release_date": "2023-11-14T23:00:00.000+00:00",
"title": "CVE-2023-1906"
},
{
"cve": "CVE-2023-1981",
"product_status": {
"known_affected": [
"T028053",
"T002207",
"T027843",
"T015632",
"T002977",
"T015631",
"T031383"
]
},
"release_date": "2023-11-14T23:00:00.000+00:00",
"title": "CVE-2023-1981"
},
{
"cve": "CVE-2023-2004",
"product_status": {
"known_affected": [
"T028053",
"T002207",
"T027843",
"T015632",
"T002977",
"T015631",
"T031383"
]
},
"release_date": "2023-11-14T23:00:00.000+00:00",
"title": "CVE-2023-2004"
},
{
"cve": "CVE-2023-22025",
"product_status": {
"known_affected": [
"T028053",
"T002207",
"T027843",
"T015632",
"T002977",
"T015631",
"T031383"
]
},
"release_date": "2023-11-14T23:00:00.000+00:00",
"title": "CVE-2023-22025"
},
{
"cve": "CVE-2023-22043",
"product_status": {
"known_affected": [
"T028053",
"T002207",
"T027843",
"T015632",
"T002977",
"T015631",
"T031383"
]
},
"release_date": "2023-11-14T23:00:00.000+00:00",
"title": "CVE-2023-22043"
},
{
"cve": "CVE-2023-22067",
"product_status": {
"known_affected": [
"T028053",
"T002207",
"T027843",
"T015632",
"T002977",
"T015631",
"T031383"
]
},
"release_date": "2023-11-14T23:00:00.000+00:00",
"title": "CVE-2023-22067"
},
{
"cve": "CVE-2023-22081",
"product_status": {
"known_affected": [
"T028053",
"T002207",
"T027843",
"T015632",
"T002977",
"T015631",
"T031383"
]
},
"release_date": "2023-11-14T23:00:00.000+00:00",
"title": "CVE-2023-22081"
},
{
"cve": "CVE-2023-22128",
"product_status": {
"known_affected": [
"T028053",
"T002207",
"T027843",
"T015632",
"T002977",
"T015631",
"T031383"
]
},
"release_date": "2023-11-14T23:00:00.000+00:00",
"title": "CVE-2023-22128"
},
{
"cve": "CVE-2023-22129",
"product_status": {
"known_affected": [
"T028053",
"T002207",
"T027843",
"T015632",
"T002977",
"T015631",
"T031383"
]
},
"release_date": "2023-11-14T23:00:00.000+00:00",
"title": "CVE-2023-22129"
},
{
"cve": "CVE-2023-23914",
"product_status": {
"known_affected": [
"T028053",
"T002207",
"T027843",
"T015632",
"T002977",
"T015631",
"T031383"
]
},
"release_date": "2023-11-14T23:00:00.000+00:00",
"title": "CVE-2023-23914"
},
{
"cve": "CVE-2023-23915",
"product_status": {
"known_affected": [
"T028053",
"T002207",
"T027843",
"T015632",
"T002977",
"T015631",
"T031383"
]
},
"release_date": "2023-11-14T23:00:00.000+00:00",
"title": "CVE-2023-23915"
},
{
"cve": "CVE-2023-23916",
"product_status": {
"known_affected": [
"T028053",
"T002207",
"T027843",
"T015632",
"T002977",
"T015631",
"T031383"
]
},
"release_date": "2023-11-14T23:00:00.000+00:00",
"title": "CVE-2023-23916"
},
{
"cve": "CVE-2023-24329",
"product_status": {
"known_affected": [
"T028053",
"T002207",
"T027843",
"T015632",
"T002977",
"T015631",
"T031383"
]
},
"release_date": "2023-11-14T23:00:00.000+00:00",
"title": "CVE-2023-24329"
},
{
"cve": "CVE-2023-24805",
"product_status": {
"known_affected": [
"T028053",
"T002207",
"T027843",
"T015632",
"T002977",
"T015631",
"T031383"
]
},
"release_date": "2023-11-14T23:00:00.000+00:00",
"title": "CVE-2023-24805"
},
{
"cve": "CVE-2023-25193",
"product_status": {
"known_affected": [
"T028053",
"T002207",
"T027843",
"T015632",
"T002977",
"T015631",
"T031383"
]
},
"release_date": "2023-11-14T23:00:00.000+00:00",
"title": "CVE-2023-25193"
},
{
"cve": "CVE-2023-2650",
"product_status": {
"known_affected": [
"T028053",
"T002207",
"T027843",
"T015632",
"T002977",
"T015631",
"T031383"
]
},
"release_date": "2023-11-14T23:00:00.000+00:00",
"title": "CVE-2023-2650"
},
{
"cve": "CVE-2023-27985",
"product_status": {
"known_affected": [
"T028053",
"T002207",
"T027843",
"T015632",
"T002977",
"T015631",
"T031383"
]
},
"release_date": "2023-11-14T23:00:00.000+00:00",
"title": "CVE-2023-27985"
},
{
"cve": "CVE-2023-27986",
"product_status": {
"known_affected": [
"T028053",
"T002207",
"T027843",
"T015632",
"T002977",
"T015631",
"T031383"
]
},
"release_date": "2023-11-14T23:00:00.000+00:00",
"title": "CVE-2023-27986"
},
{
"cve": "CVE-2023-2828",
"product_status": {
"known_affected": [
"T028053",
"T002207",
"T027843",
"T015632",
"T002977",
"T015631",
"T031383"
]
},
"release_date": "2023-11-14T23:00:00.000+00:00",
"title": "CVE-2023-2828"
},
{
"cve": "CVE-2023-28319",
"product_status": {
"known_affected": [
"T028053",
"T002207",
"T027843",
"T015632",
"T002977",
"T015631",
"T031383"
]
},
"release_date": "2023-11-14T23:00:00.000+00:00",
"title": "CVE-2023-28319"
},
{
"cve": "CVE-2023-28320",
"product_status": {
"known_affected": [
"T028053",
"T002207",
"T027843",
"T015632",
"T002977",
"T015631",
"T031383"
]
},
"release_date": "2023-11-14T23:00:00.000+00:00",
"title": "CVE-2023-28320"
},
{
"cve": "CVE-2023-28321",
"product_status": {
"known_affected": [
"T028053",
"T002207",
"T027843",
"T015632",
"T002977",
"T015631",
"T031383"
]
},
"release_date": "2023-11-14T23:00:00.000+00:00",
"title": "CVE-2023-28321"
},
{
"cve": "CVE-2023-28322",
"product_status": {
"known_affected": [
"T028053",
"T002207",
"T027843",
"T015632",
"T002977",
"T015631",
"T031383"
]
},
"release_date": "2023-11-14T23:00:00.000+00:00",
"title": "CVE-2023-28322"
},
{
"cve": "CVE-2023-28450",
"product_status": {
"known_affected": [
"T028053",
"T002207",
"T027843",
"T015632",
"T002977",
"T015631",
"T031383"
]
},
"release_date": "2023-11-14T23:00:00.000+00:00",
"title": "CVE-2023-28450"
},
{
"cve": "CVE-2023-2854",
"product_status": {
"known_affected": [
"T028053",
"T002207",
"T027843",
"T015632",
"T002977",
"T015631",
"T031383"
]
},
"release_date": "2023-11-14T23:00:00.000+00:00",
"title": "CVE-2023-2854"
},
{
"cve": "CVE-2023-2855",
"product_status": {
"known_affected": [
"T028053",
"T002207",
"T027843",
"T015632",
"T002977",
"T015631",
"T031383"
]
},
"release_date": "2023-11-14T23:00:00.000+00:00",
"title": "CVE-2023-2855"
},
{
"cve": "CVE-2023-2857",
"product_status": {
"known_affected": [
"T028053",
"T002207",
"T027843",
"T015632",
"T002977",
"T015631",
"T031383"
]
},
"release_date": "2023-11-14T23:00:00.000+00:00",
"title": "CVE-2023-2857"
},
{
"cve": "CVE-2023-2858",
"product_status": {
"known_affected": [
"T028053",
"T002207",
"T027843",
"T015632",
"T002977",
"T015631",
"T031383"
]
},
"release_date": "2023-11-14T23:00:00.000+00:00",
"title": "CVE-2023-2858"
},
{
"cve": "CVE-2023-2879",
"product_status": {
"known_affected": [
"T028053",
"T002207",
"T027843",
"T015632",
"T002977",
"T015631",
"T031383"
]
},
"release_date": "2023-11-14T23:00:00.000+00:00",
"title": "CVE-2023-2879"
},
{
"cve": "CVE-2023-28879",
"product_status": {
"known_affected": [
"T028053",
"T002207",
"T027843",
"T015632",
"T002977",
"T015631",
"T031383"
]
},
"release_date": "2023-11-14T23:00:00.000+00:00",
"title": "CVE-2023-28879"
},
{
"cve": "CVE-2023-2911",
"product_status": {
"known_affected": [
"T028053",
"T002207",
"T027843",
"T015632",
"T002977",
"T015631",
"T031383"
]
},
"release_date": "2023-11-14T23:00:00.000+00:00",
"title": "CVE-2023-2911"
},
{
"cve": "CVE-2023-29402",
"product_status": {
"known_affected": [
"T028053",
"T002207",
"T027843",
"T015632",
"T002977",
"T015631",
"T031383"
]
},
"release_date": "2023-11-14T23:00:00.000+00:00",
"title": "CVE-2023-29402"
},
{
"cve": "CVE-2023-29403",
"product_status": {
"known_affected": [
"T028053",
"T002207",
"T027843",
"T015632",
"T002977",
"T015631",
"T031383"
]
},
"release_date": "2023-11-14T23:00:00.000+00:00",
"title": "CVE-2023-29403"
},
{
"cve": "CVE-2023-29404",
"product_status": {
"known_affected": [
"T028053",
"T002207",
"T027843",
"T015632",
"T002977",
"T015631",
"T031383"
]
},
"release_date": "2023-11-14T23:00:00.000+00:00",
"title": "CVE-2023-29404"
},
{
"cve": "CVE-2023-29405",
"product_status": {
"known_affected": [
"T028053",
"T002207",
"T027843",
"T015632",
"T002977",
"T015631",
"T031383"
]
},
"release_date": "2023-11-14T23:00:00.000+00:00",
"title": "CVE-2023-29405"
},
{
"cve": "CVE-2023-29406",
"product_status": {
"known_affected": [
"T028053",
"T002207",
"T027843",
"T015632",
"T002977",
"T015631",
"T031383"
]
},
"release_date": "2023-11-14T23:00:00.000+00:00",
"title": "CVE-2023-29406"
},
{
"cve": "CVE-2023-29409",
"product_status": {
"known_affected": [
"T028053",
"T002207",
"T027843",
"T015632",
"T002977",
"T015631",
"T031383"
]
},
"release_date": "2023-11-14T23:00:00.000+00:00",
"title": "CVE-2023-29409"
},
{
"cve": "CVE-2023-29491",
"product_status": {
"known_affected": [
"T028053",
"T002207",
"T027843",
"T015632",
"T002977",
"T015631",
"T031383"
]
},
"release_date": "2023-11-14T23:00:00.000+00:00",
"title": "CVE-2023-29491"
},
{
"cve": "CVE-2023-29499",
"product_status": {
"known_affected": [
"T028053",
"T002207",
"T027843",
"T015632",
"T002977",
"T015631",
"T031383"
]
},
"release_date": "2023-11-14T23:00:00.000+00:00",
"title": "CVE-2023-29499"
},
{
"cve": "CVE-2023-30581",
"product_status": {
"known_affected": [
"T028053",
"T002207",
"T027843",
"T015632",
"T002977",
"T015631",
"T031383"
]
},
"release_date": "2023-11-14T23:00:00.000+00:00",
"title": "CVE-2023-30581"
},
{
"cve": "CVE-2023-30582",
"product_status": {
"known_affected": [
"T028053",
"T002207",
"T027843",
"T015632",
"T002977",
"T015631",
"T031383"
]
},
"release_date": "2023-11-14T23:00:00.000+00:00",
"title": "CVE-2023-30582"
},
{
"cve": "CVE-2023-30583",
"product_status": {
"known_affected": [
"T028053",
"T002207",
"T027843",
"T015632",
"T002977",
"T015631",
"T031383"
]
},
"release_date": "2023-11-14T23:00:00.000+00:00",
"title": "CVE-2023-30583"
},
{
"cve": "CVE-2023-30584",
"product_status": {
"known_affected": [
"T028053",
"T002207",
"T027843",
"T015632",
"T002977",
"T015631",
"T031383"
]
},
"release_date": "2023-11-14T23:00:00.000+00:00",
"title": "CVE-2023-30584"
},
{
"cve": "CVE-2023-30585",
"product_status": {
"known_affected": [
"T028053",
"T002207",
"T027843",
"T015632",
"T002977",
"T015631",
"T031383"
]
},
"release_date": "2023-11-14T23:00:00.000+00:00",
"title": "CVE-2023-30585"
},
{
"cve": "CVE-2023-30586",
"product_status": {
"known_affected": [
"T028053",
"T002207",
"T027843",
"T015632",
"T002977",
"T015631",
"T031383"
]
},
"release_date": "2023-11-14T23:00:00.000+00:00",
"title": "CVE-2023-30586"
},
{
"cve": "CVE-2023-30587",
"product_status": {
"known_affected": [
"T028053",
"T002207",
"T027843",
"T015632",
"T002977",
"T015631",
"T031383"
]
},
"release_date": "2023-11-14T23:00:00.000+00:00",
"title": "CVE-2023-30587"
},
{
"cve": "CVE-2023-30588",
"product_status": {
"known_affected": [
"T028053",
"T002207",
"T027843",
"T015632",
"T002977",
"T015631",
"T031383"
]
},
"release_date": "2023-11-14T23:00:00.000+00:00",
"title": "CVE-2023-30588"
},
{
"cve": "CVE-2023-30589",
"product_status": {
"known_affected": [
"T028053",
"T002207",
"T027843",
"T015632",
"T002977",
"T015631",
"T031383"
]
},
"release_date": "2023-11-14T23:00:00.000+00:00",
"title": "CVE-2023-30589"
},
{
"cve": "CVE-2023-30590",
"product_status": {
"known_affected": [
"T028053",
"T002207",
"T027843",
"T015632",
"T002977",
"T015631",
"T031383"
]
},
"release_date": "2023-11-14T23:00:00.000+00:00",
"title": "CVE-2023-30590"
},
{
"cve": "CVE-2023-31122",
"product_status": {
"known_affected": [
"T028053",
"T002207",
"T027843",
"T015632",
"T002977",
"T015631",
"T031383"
]
},
"release_date": "2023-11-14T23:00:00.000+00:00",
"title": "CVE-2023-31122"
},
{
"cve": "CVE-2023-31124",
"product_status": {
"known_affected": [
"T028053",
"T002207",
"T027843",
"T015632",
"T002977",
"T015631",
"T031383"
]
},
"release_date": "2023-11-14T23:00:00.000+00:00",
"title": "CVE-2023-31124"
},
{
"cve": "CVE-2023-31130",
"product_status": {
"known_affected": [
"T028053",
"T002207",
"T027843",
"T015632",
"T002977",
"T015631",
"T031383"
]
},
"release_date": "2023-11-14T23:00:00.000+00:00",
"title": "CVE-2023-31130"
},
{
"cve": "CVE-2023-31147",
"product_status": {
"known_affected": [
"T028053",
"T002207",
"T027843",
"T015632",
"T002977",
"T015631",
"T031383"
]
},
"release_date": "2023-11-14T23:00:00.000+00:00",
"title": "CVE-2023-31147"
},
{
"cve": "CVE-2023-3138",
"product_status": {
"known_affected": [
"T028053",
"T002207",
"T027843",
"T015632",
"T002977",
"T015631",
"T031383"
]
},
"release_date": "2023-11-14T23:00:00.000+00:00",
"title": "CVE-2023-3138"
},
{
"cve": "CVE-2023-31484",
"product_status": {
"known_affected": [
"T028053",
"T002207",
"T027843",
"T015632",
"T002977",
"T015631",
"T031383"
]
},
"release_date": "2023-11-14T23:00:00.000+00:00",
"title": "CVE-2023-31484"
},
{
"cve": "CVE-2023-31486",
"product_status": {
"known_affected": [
"T028053",
"T002207",
"T027843",
"T015632",
"T002977",
"T015631",
"T031383"
]
},
"release_date": "2023-11-14T23:00:00.000+00:00",
"title": "CVE-2023-31486"
},
{
"cve": "CVE-2023-3195",
"product_status": {
"known_affected": [
"T028053",
"T002207",
"T027843",
"T015632",
"T002977",
"T015631",
"T031383"
]
},
"release_date": "2023-11-14T23:00:00.000+00:00",
"title": "CVE-2023-3195"
},
{
"cve": "CVE-2023-32002",
"product_status": {
"known_affected": [
"T028053",
"T002207",
"T027843",
"T015632",
"T002977",
"T015631",
"T031383"
]
},
"release_date": "2023-11-14T23:00:00.000+00:00",
"title": "CVE-2023-32002"
},
{
"cve": "CVE-2023-32003",
"product_status": {
"known_affected": [
"T028053",
"T002207",
"T027843",
"T015632",
"T002977",
"T015631",
"T031383"
]
},
"release_date": "2023-11-14T23:00:00.000+00:00",
"title": "CVE-2023-32003"
},
{
"cve": "CVE-2023-32004",
"product_status": {
"known_affected": [
"T028053",
"T002207",
"T027843",
"T015632",
"T002977",
"T015631",
"T031383"
]
},
"release_date": "2023-11-14T23:00:00.000+00:00",
"title": "CVE-2023-32004"
},
{
"cve": "CVE-2023-32005",
"product_status": {
"known_affected": [
"T028053",
"T002207",
"T027843",
"T015632",
"T002977",
"T015631",
"T031383"
]
},
"release_date": "2023-11-14T23:00:00.000+00:00",
"title": "CVE-2023-32005"
},
{
"cve": "CVE-2023-32006",
"product_status": {
"known_affected": [
"T028053",
"T002207",
"T027843",
"T015632",
"T002977",
"T015631",
"T031383"
]
},
"release_date": "2023-11-14T23:00:00.000+00:00",
"title": "CVE-2023-32006"
},
{
"cve": "CVE-2023-32067",
"product_status": {
"known_affected": [
"T028053",
"T002207",
"T027843",
"T015632",
"T002977",
"T015631",
"T031383"
]
},
"release_date": "2023-11-14T23:00:00.000+00:00",
"title": "CVE-2023-32067"
},
{
"cve": "CVE-2023-3247",
"product_status": {
"known_affected": [
"T028053",
"T002207",
"T027843",
"T015632",
"T002977",
"T015631",
"T031383"
]
},
"release_date": "2023-11-14T23:00:00.000+00:00",
"title": "CVE-2023-3247"
},
{
"cve": "CVE-2023-32558",
"product_status": {
"known_affected": [
"T028053",
"T002207",
"T027843",
"T015632",
"T002977",
"T015631",
"T031383"
]
},
"release_date": "2023-11-14T23:00:00.000+00:00",
"title": "CVE-2023-32558"
},
{
"cve": "CVE-2023-32559",
"product_status": {
"known_affected": [
"T028053",
"T002207",
"T027843",
"T015632",
"T002977",
"T015631",
"T031383"
]
},
"release_date": "2023-11-14T23:00:00.000+00:00",
"title": "CVE-2023-32559"
},
{
"cve": "CVE-2023-32573",
"product_status": {
"known_affected": [
"T028053",
"T002207",
"T027843",
"T015632",
"T002977",
"T015631",
"T031383"
]
},
"release_date": "2023-11-14T23:00:00.000+00:00",
"title": "CVE-2023-32573"
},
{
"cve": "CVE-2023-32611",
"product_status": {
"known_affected": [
"T028053",
"T002207",
"T027843",
"T015632",
"T002977",
"T015631",
"T031383"
]
},
"release_date": "2023-11-14T23:00:00.000+00:00",
"title": "CVE-2023-32611"
},
{
"cve": "CVE-2023-32636",
"product_status": {
"known_affected": [
"T028053",
"T002207",
"T027843",
"T015632",
"T002977",
"T015631",
"T031383"
]
},
"release_date": "2023-11-14T23:00:00.000+00:00",
"title": "CVE-2023-32636"
},
{
"cve": "CVE-2023-32643",
"product_status": {
"known_affected": [
"T028053",
"T002207",
"T027843",
"T015632",
"T002977",
"T015631",
"T031383"
]
},
"release_date": "2023-11-14T23:00:00.000+00:00",
"title": "CVE-2023-32643"
},
{
"cve": "CVE-2023-32665",
"product_status": {
"known_affected": [
"T028053",
"T002207",
"T027843",
"T015632",
"T002977",
"T015631",
"T031383"
]
},
"release_date": "2023-11-14T23:00:00.000+00:00",
"title": "CVE-2023-32665"
},
{
"cve": "CVE-2023-32681",
"product_status": {
"known_affected": [
"T028053",
"T002207",
"T027843",
"T015632",
"T002977",
"T015631",
"T031383"
]
},
"release_date": "2023-11-14T23:00:00.000+00:00",
"title": "CVE-2023-32681"
},
{
"cve": "CVE-2023-32762",
"product_status": {
"known_affected": [
"T028053",
"T002207",
"T027843",
"T015632",
"T002977",
"T015631",
"T031383"
]
},
"release_date": "2023-11-14T23:00:00.000+00:00",
"title": "CVE-2023-32762"
},
{
"cve": "CVE-2023-32763",
"product_status": {
"known_affected": [
"T028053",
"T002207",
"T027843",
"T015632",
"T002977",
"T015631",
"T031383"
]
},
"release_date": "2023-11-14T23:00:00.000+00:00",
"title": "CVE-2023-32763"
},
{
"cve": "CVE-2023-34241",
"product_status": {
"known_affected": [
"T028053",
"T002207",
"T027843",
"T015632",
"T002977",
"T015631",
"T031383"
]
},
"release_date": "2023-11-14T23:00:00.000+00:00",
"title": "CVE-2023-34241"
},
{
"cve": "CVE-2023-34969",
"product_status": {
"known_affected": [
"T028053",
"T002207",
"T027843",
"T015632",
"T002977",
"T015631",
"T031383"
]
},
"release_date": "2023-11-14T23:00:00.000+00:00",
"title": "CVE-2023-34969"
},
{
"cve": "CVE-2023-36053",
"product_status": {
"known_affected": [
"T028053",
"T002207",
"T027843",
"T015632",
"T002977",
"T015631",
"T031383"
]
},
"release_date": "2023-11-14T23:00:00.000+00:00",
"title": "CVE-2023-36053"
},
{
"cve": "CVE-2023-36191",
"product_status": {
"known_affected": [
"T028053",
"T002207",
"T027843",
"T015632",
"T002977",
"T015631",
"T031383"
]
},
"release_date": "2023-11-14T23:00:00.000+00:00",
"title": "CVE-2023-36191"
},
{
"cve": "CVE-2023-3666",
"product_status": {
"known_affected": [
"T028053",
"T002207",
"T027843",
"T015632",
"T002977",
"T015631",
"T031383"
]
},
"release_date": "2023-11-14T23:00:00.000+00:00",
"title": "CVE-2023-3666"
},
{
"cve": "CVE-2023-36664",
"product_status": {
"known_affected": [
"T028053",
"T002207",
"T027843",
"T015632",
"T002977",
"T015631",
"T031383"
]
},
"release_date": "2023-11-14T23:00:00.000+00:00",
"title": "CVE-2023-36664"
},
{
"cve": "CVE-2023-37201",
"product_status": {
"known_affected": [
"T028053",
"T002207",
"T027843",
"T015632",
"T002977",
"T015631",
"T031383"
]
},
"release_date": "2023-11-14T23:00:00.000+00:00",
"title": "CVE-2023-37201"
},
{
"cve": "CVE-2023-37202",
"product_status": {
"known_affected": [
"T028053",
"T002207",
"T027843",
"T015632",
"T002977",
"T015631",
"T031383"
]
},
"release_date": "2023-11-14T23:00:00.000+00:00",
"title": "CVE-2023-37202"
},
{
"cve": "CVE-2023-37207",
"product_status": {
"known_affected": [
"T028053",
"T002207",
"T027843",
"T015632",
"T002977",
"T015631",
"T031383"
]
},
"release_date": "2023-11-14T23:00:00.000+00:00",
"title": "CVE-2023-37207"
},
{
"cve": "CVE-2023-37208",
"product_status": {
"known_affected": [
"T028053",
"T002207",
"T027843",
"T015632",
"T002977",
"T015631",
"T031383"
]
},
"release_date": "2023-11-14T23:00:00.000+00:00",
"title": "CVE-2023-37208"
},
{
"cve": "CVE-2023-37211",
"product_status": {
"known_affected": [
"T028053",
"T002207",
"T027843",
"T015632",
"T002977",
"T015631",
"T031383"
]
},
"release_date": "2023-11-14T23:00:00.000+00:00",
"title": "CVE-2023-37211"
},
{
"cve": "CVE-2023-3823",
"product_status": {
"known_affected": [
"T028053",
"T002207",
"T027843",
"T015632",
"T002977",
"T015631",
"T031383"
]
},
"release_date": "2023-11-14T23:00:00.000+00:00",
"title": "CVE-2023-3823"
},
{
"cve": "CVE-2023-3824",
"product_status": {
"known_affected": [
"T028053",
"T002207",
"T027843",
"T015632",
"T002977",
"T015631",
"T031383"
]
},
"release_date": "2023-11-14T23:00:00.000+00:00",
"title": "CVE-2023-3824"
},
{
"cve": "CVE-2023-38403",
"product_status": {
"known_affected": [
"T028053",
"T002207",
"T027843",
"T015632",
"T002977",
"T015631",
"T031383"
]
},
"release_date": "2023-11-14T23:00:00.000+00:00",
"title": "CVE-2023-38403"
},
{
"cve": "CVE-2023-4045",
"product_status": {
"known_affected": [
"T028053",
"T002207",
"T027843",
"T015632",
"T002977",
"T015631",
"T031383"
]
},
"release_date": "2023-11-14T23:00:00.000+00:00",
"title": "CVE-2023-4045"
},
{
"cve": "CVE-2023-4046",
"product_status": {
"known_affected": [
"T028053",
"T002207",
"T027843",
"T015632",
"T002977",
"T015631",
"T031383"
]
},
"release_date": "2023-11-14T23:00:00.000+00:00",
"title": "CVE-2023-4046"
},
{
"cve": "CVE-2023-4047",
"product_status": {
"known_affected": [
"T028053",
"T002207",
"T027843",
"T015632",
"T002977",
"T015631",
"T031383"
]
},
"release_date": "2023-11-14T23:00:00.000+00:00",
"title": "CVE-2023-4047"
},
{
"cve": "CVE-2023-40477",
"product_status": {
"known_affected": [
"T028053",
"T002207",
"T027843",
"T015632",
"T002977",
"T015631",
"T031383"
]
},
"release_date": "2023-11-14T23:00:00.000+00:00",
"title": "CVE-2023-40477"
},
{
"cve": "CVE-2023-4048",
"product_status": {
"known_affected": [
"T028053",
"T002207",
"T027843",
"T015632",
"T002977",
"T015631",
"T031383"
]
},
"release_date": "2023-11-14T23:00:00.000+00:00",
"title": "CVE-2023-4048"
},
{
"cve": "CVE-2023-4049",
"product_status": {
"known_affected": [
"T028053",
"T002207",
"T027843",
"T015632",
"T002977",
"T015631",
"T031383"
]
},
"release_date": "2023-11-14T23:00:00.000+00:00",
"title": "CVE-2023-4049"
},
{
"cve": "CVE-2023-4050",
"product_status": {
"known_affected": [
"T028053",
"T002207",
"T027843",
"T015632",
"T002977",
"T015631",
"T031383"
]
},
"release_date": "2023-11-14T23:00:00.000+00:00",
"title": "CVE-2023-4050"
},
{
"cve": "CVE-2023-4054",
"product_status": {
"known_affected": [
"T028053",
"T002207",
"T027843",
"T015632",
"T002977",
"T015631",
"T031383"
]
},
"release_date": "2023-11-14T23:00:00.000+00:00",
"title": "CVE-2023-4054"
},
{
"cve": "CVE-2023-4055",
"product_status": {
"known_affected": [
"T028053",
"T002207",
"T027843",
"T015632",
"T002977",
"T015631",
"T031383"
]
},
"release_date": "2023-11-14T23:00:00.000+00:00",
"title": "CVE-2023-4055"
},
{
"cve": "CVE-2023-4056",
"product_status": {
"known_affected": [
"T028053",
"T002207",
"T027843",
"T015632",
"T002977",
"T015631",
"T031383"
]
},
"release_date": "2023-11-14T23:00:00.000+00:00",
"title": "CVE-2023-4056"
},
{
"cve": "CVE-2023-41080",
"product_status": {
"known_affected": [
"T028053",
"T002207",
"T027843",
"T015632",
"T002977",
"T015631",
"T031383"
]
},
"release_date": "2023-11-14T23:00:00.000+00:00",
"title": "CVE-2023-41080"
},
{
"cve": "CVE-2023-41081",
"product_status": {
"known_affected": [
"T028053",
"T002207",
"T027843",
"T015632",
"T002977",
"T015631",
"T031383"
]
},
"release_date": "2023-11-14T23:00:00.000+00:00",
"title": "CVE-2023-41081"
},
{
"cve": "CVE-2023-43622",
"product_status": {
"known_affected": [
"T028053",
"T002207",
"T027843",
"T015632",
"T002977",
"T015631",
"T031383"
]
},
"release_date": "2023-11-14T23:00:00.000+00:00",
"title": "CVE-2023-43622"
},
{
"cve": "CVE-2023-4504",
"product_status": {
"known_affected": [
"T028053",
"T002207",
"T027843",
"T015632",
"T002977",
"T015631",
"T031383"
]
},
"release_date": "2023-11-14T23:00:00.000+00:00",
"title": "CVE-2023-4504"
},
{
"cve": "CVE-2023-4573",
"product_status": {
"known_affected": [
"T028053",
"T002207",
"T027843",
"T015632",
"T002977",
"T015631",
"T031383"
]
},
"release_date": "2023-11-14T23:00:00.000+00:00",
"title": "CVE-2023-4573"
},
{
"cve": "CVE-2023-4574",
"product_status": {
"known_affected": [
"T028053",
"T002207",
"T027843",
"T015632",
"T002977",
"T015631",
"T031383"
]
},
"release_date": "2023-11-14T23:00:00.000+00:00",
"title": "CVE-2023-4574"
},
{
"cve": "CVE-2023-4575",
"product_status": {
"known_affected": [
"T028053",
"T002207",
"T027843",
"T015632",
"T002977",
"T015631",
"T031383"
]
},
"release_date": "2023-11-14T23:00:00.000+00:00",
"title": "CVE-2023-4575"
},
{
"cve": "CVE-2023-4576",
"product_status": {
"known_affected": [
"T028053",
"T002207",
"T027843",
"T015632",
"T002977",
"T015631",
"T031383"
]
},
"release_date": "2023-11-14T23:00:00.000+00:00",
"title": "CVE-2023-4576"
},
{
"cve": "CVE-2023-45802",
"product_status": {
"known_affected": [
"T028053",
"T002207",
"T027843",
"T015632",
"T002977",
"T015631",
"T031383"
]
},
"release_date": "2023-11-14T23:00:00.000+00:00",
"title": "CVE-2023-45802"
},
{
"cve": "CVE-2023-4581",
"product_status": {
"known_affected": [
"T028053",
"T002207",
"T027843",
"T015632",
"T002977",
"T015631",
"T031383"
]
},
"release_date": "2023-11-14T23:00:00.000+00:00",
"title": "CVE-2023-4581"
},
{
"cve": "CVE-2023-4584",
"product_status": {
"known_affected": [
"T028053",
"T002207",
"T027843",
"T015632",
"T002977",
"T015631",
"T031383"
]
},
"release_date": "2023-11-14T23:00:00.000+00:00",
"title": "CVE-2023-4584"
}
]
}
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…