Action not permitted
Modal body text goes here.
Modal Title
Modal Body
CVE-2018-19518 (GCVE-0-2018-19518)
Vulnerability from cvelistv5
Published
2018-11-25 10:00
Modified
2024-08-05 11:37
Severity ?
VLAI Severity ?
EPSS score ?
CWE
- n/a
Summary
University of Washington IMAP Toolkit 2007f on UNIX, as used in imap_open() in PHP and other products, launches an rsh command (by means of the imap_rimap function in c-client/imap4r1.c and the tcp_aopen function in osdep/unix/tcp_unix.c) without preventing argument injection, which might allow remote attackers to execute arbitrary OS commands if the IMAP server name is untrusted input (e.g., entered by a user of a web application) and if rsh has been replaced by a program with different argument semantics. For example, if rsh is a link to ssh (as seen on Debian and Ubuntu systems), then the attack can use an IMAP server name containing a "-oProxyCommand" argument.
References
{ "containers": { "adp": [ { "providerMetadata": { "dateUpdated": "2024-08-05T11:37:11.529Z", "orgId": "af854a3a-2127-422b-91ae-364da2661108", "shortName": "CVE" }, "references": [ { "tags": [ "x_refsource_MISC", "x_transferred" ], "url": "https://bugs.php.net/bug.php?id=77160" }, { "name": "45914", "tags": [ "exploit", "x_refsource_EXPLOIT-DB", "x_transferred" ], "url": "https://www.exploit-db.com/exploits/45914/" }, { "name": "[debian-lts-announce] 20190301 [SECURITY] [DLA 1700-1] uw-imap security update", "tags": [ "mailing-list", "x_refsource_MLIST", "x_transferred" ], "url": "https://lists.debian.org/debian-lts-announce/2019/03/msg00001.html" }, { "tags": [ "x_refsource_CONFIRM", "x_transferred" ], "url": "https://security.netapp.com/advisory/ntap-20181221-0004/" }, { "name": "1042157", "tags": [ "vdb-entry", "x_refsource_SECTRACK", "x_transferred" ], "url": "http://www.securitytracker.com/id/1042157" }, { "name": "DSA-4353", "tags": [ "vendor-advisory", "x_refsource_DEBIAN", "x_transferred" ], "url": "https://www.debian.org/security/2018/dsa-4353" }, { "tags": [ "x_refsource_MISC", "x_transferred" ], "url": "https://github.com/Bo0oM/PHP_imap_open_exploit/blob/master/exploit.php" }, { "tags": [ "x_refsource_MISC", "x_transferred" ], "url": "https://bugs.debian.org/913835" }, { "tags": [ "x_refsource_MISC", "x_transferred" ], "url": "https://www.openwall.com/lists/oss-security/2018/11/22/3" }, { "tags": [ "x_refsource_CONFIRM", "x_transferred" ], "url": "https://git.php.net/?p=php-src.git%3Ba=commit%3Bh=e5bfea64c81ae34816479bb05d17cdffe45adddb" }, { "name": "106018", "tags": [ "vdb-entry", "x_refsource_BID", "x_transferred" ], "url": "http://www.securityfocus.com/bid/106018" }, { "tags": [ "x_refsource_MISC", "x_transferred" ], "url": "https://bugs.php.net/bug.php?id=76428" }, { "tags": [ "x_refsource_MISC", "x_transferred" ], "url": "https://bugs.debian.org/913775" }, { "tags": [ "x_refsource_MISC", "x_transferred" ], "url": "https://bugs.debian.org/913836" }, { "tags": [ "x_refsource_MISC", "x_transferred" ], "url": "https://antichat.com/threads/463395/#post-4254681" }, { "tags": [ "x_refsource_MISC", "x_transferred" ], "url": "https://bugs.php.net/bug.php?id=77153" }, { "name": "[debian-lts-announce] 20181217 [SECURITY] [DLA 1608-1] php5 security update", "tags": [ "mailing-list", "x_refsource_MLIST", "x_transferred" ], "url": "https://lists.debian.org/debian-lts-announce/2018/12/msg00006.html" }, { "name": "USN-4160-1", "tags": [ "vendor-advisory", "x_refsource_UBUNTU", "x_transferred" ], "url": "https://usn.ubuntu.com/4160-1/" }, { "name": "GLSA-202003-57", "tags": [ "vendor-advisory", "x_refsource_GENTOO", "x_transferred" ], "url": "https://security.gentoo.org/glsa/202003-57" }, { "name": "[debian-lts-announce] 20211229 [SECURITY] [DLA 2866-1] uw-imap security update", "tags": [ "mailing-list", "x_refsource_MLIST", "x_transferred" ], "url": "https://lists.debian.org/debian-lts-announce/2021/12/msg00031.html" } ], "title": "CVE Program Container" } ], "cna": { "affected": [ { "product": "n/a", "vendor": "n/a", "versions": [ { "status": "affected", "version": "n/a" } ] } ], "datePublic": "2018-11-25T00:00:00", "descriptions": [ { "lang": "en", "value": "University of Washington IMAP Toolkit 2007f on UNIX, as used in imap_open() in PHP and other products, launches an rsh command (by means of the imap_rimap function in c-client/imap4r1.c and the tcp_aopen function in osdep/unix/tcp_unix.c) without preventing argument injection, which might allow remote attackers to execute arbitrary OS commands if the IMAP server name is untrusted input (e.g., entered by a user of a web application) and if rsh has been replaced by a program with different argument semantics. For example, if rsh is a link to ssh (as seen on Debian and Ubuntu systems), then the attack can use an IMAP server name containing a \"-oProxyCommand\" argument." } ], "problemTypes": [ { "descriptions": [ { "description": "n/a", "lang": "en", "type": "text" } ] } ], "providerMetadata": { "dateUpdated": "2021-12-29T18:06:37", "orgId": "8254265b-2729-46b6-b9e3-3dfca2d5bfca", "shortName": "mitre" }, "references": [ { "tags": [ "x_refsource_MISC" ], "url": "https://bugs.php.net/bug.php?id=77160" }, { "name": "45914", "tags": [ "exploit", "x_refsource_EXPLOIT-DB" ], "url": "https://www.exploit-db.com/exploits/45914/" }, { "name": "[debian-lts-announce] 20190301 [SECURITY] [DLA 1700-1] uw-imap security update", "tags": [ "mailing-list", "x_refsource_MLIST" ], "url": "https://lists.debian.org/debian-lts-announce/2019/03/msg00001.html" }, { "tags": [ "x_refsource_CONFIRM" ], "url": "https://security.netapp.com/advisory/ntap-20181221-0004/" }, { "name": "1042157", "tags": [ "vdb-entry", "x_refsource_SECTRACK" ], "url": "http://www.securitytracker.com/id/1042157" }, { "name": "DSA-4353", "tags": [ "vendor-advisory", "x_refsource_DEBIAN" ], "url": "https://www.debian.org/security/2018/dsa-4353" }, { "tags": [ "x_refsource_MISC" ], "url": "https://github.com/Bo0oM/PHP_imap_open_exploit/blob/master/exploit.php" }, { "tags": [ "x_refsource_MISC" ], "url": "https://bugs.debian.org/913835" }, { "tags": [ "x_refsource_MISC" ], "url": "https://www.openwall.com/lists/oss-security/2018/11/22/3" }, { "tags": [ "x_refsource_CONFIRM" ], "url": "https://git.php.net/?p=php-src.git%3Ba=commit%3Bh=e5bfea64c81ae34816479bb05d17cdffe45adddb" }, { "name": "106018", "tags": [ "vdb-entry", "x_refsource_BID" ], "url": "http://www.securityfocus.com/bid/106018" }, { "tags": [ "x_refsource_MISC" ], "url": "https://bugs.php.net/bug.php?id=76428" }, { "tags": [ "x_refsource_MISC" ], "url": "https://bugs.debian.org/913775" }, { "tags": [ "x_refsource_MISC" ], "url": "https://bugs.debian.org/913836" }, { "tags": [ "x_refsource_MISC" ], "url": "https://antichat.com/threads/463395/#post-4254681" }, { "tags": [ "x_refsource_MISC" ], "url": "https://bugs.php.net/bug.php?id=77153" }, { "name": "[debian-lts-announce] 20181217 [SECURITY] [DLA 1608-1] php5 security update", "tags": [ "mailing-list", "x_refsource_MLIST" ], "url": "https://lists.debian.org/debian-lts-announce/2018/12/msg00006.html" }, { "name": "USN-4160-1", "tags": [ "vendor-advisory", "x_refsource_UBUNTU" ], "url": "https://usn.ubuntu.com/4160-1/" }, { "name": "GLSA-202003-57", "tags": [ "vendor-advisory", "x_refsource_GENTOO" ], "url": "https://security.gentoo.org/glsa/202003-57" }, { "name": "[debian-lts-announce] 20211229 [SECURITY] [DLA 2866-1] uw-imap security update", "tags": [ "mailing-list", "x_refsource_MLIST" ], "url": "https://lists.debian.org/debian-lts-announce/2021/12/msg00031.html" } ], "x_legacyV4Record": { "CVE_data_meta": { "ASSIGNER": "cve@mitre.org", "ID": "CVE-2018-19518", "STATE": "PUBLIC" }, "affects": { "vendor": { "vendor_data": [ { "product": { "product_data": [ { "product_name": "n/a", "version": { "version_data": [ { "version_value": "n/a" } ] } } ] }, "vendor_name": "n/a" } ] } }, "data_format": "MITRE", "data_type": "CVE", "data_version": "4.0", "description": { "description_data": [ { "lang": "eng", "value": "University of Washington IMAP Toolkit 2007f on UNIX, as used in imap_open() in PHP and other products, launches an rsh command (by means of the imap_rimap function in c-client/imap4r1.c and the tcp_aopen function in osdep/unix/tcp_unix.c) without preventing argument injection, which might allow remote attackers to execute arbitrary OS commands if the IMAP server name is untrusted input (e.g., entered by a user of a web application) and if rsh has been replaced by a program with different argument semantics. For example, if rsh is a link to ssh (as seen on Debian and Ubuntu systems), then the attack can use an IMAP server name containing a \"-oProxyCommand\" argument." } ] }, "problemtype": { "problemtype_data": [ { "description": [ { "lang": "eng", "value": "n/a" } ] } ] }, "references": { "reference_data": [ { "name": "https://bugs.php.net/bug.php?id=77160", "refsource": "MISC", "url": "https://bugs.php.net/bug.php?id=77160" }, { "name": "45914", "refsource": "EXPLOIT-DB", "url": "https://www.exploit-db.com/exploits/45914/" }, { "name": "[debian-lts-announce] 20190301 [SECURITY] [DLA 1700-1] uw-imap security update", "refsource": "MLIST", "url": "https://lists.debian.org/debian-lts-announce/2019/03/msg00001.html" }, { "name": "https://security.netapp.com/advisory/ntap-20181221-0004/", "refsource": "CONFIRM", "url": "https://security.netapp.com/advisory/ntap-20181221-0004/" }, { "name": "1042157", "refsource": "SECTRACK", "url": "http://www.securitytracker.com/id/1042157" }, { "name": "DSA-4353", "refsource": "DEBIAN", "url": "https://www.debian.org/security/2018/dsa-4353" }, { "name": "https://github.com/Bo0oM/PHP_imap_open_exploit/blob/master/exploit.php", "refsource": "MISC", "url": "https://github.com/Bo0oM/PHP_imap_open_exploit/blob/master/exploit.php" }, { "name": "https://bugs.debian.org/913835", "refsource": "MISC", "url": "https://bugs.debian.org/913835" }, { "name": "https://www.openwall.com/lists/oss-security/2018/11/22/3", "refsource": "MISC", "url": "https://www.openwall.com/lists/oss-security/2018/11/22/3" }, { "name": "https://git.php.net/?p=php-src.git;a=commit;h=e5bfea64c81ae34816479bb05d17cdffe45adddb", "refsource": "CONFIRM", "url": "https://git.php.net/?p=php-src.git;a=commit;h=e5bfea64c81ae34816479bb05d17cdffe45adddb" }, { "name": "106018", "refsource": "BID", "url": "http://www.securityfocus.com/bid/106018" }, { "name": "https://bugs.php.net/bug.php?id=76428", "refsource": "MISC", "url": "https://bugs.php.net/bug.php?id=76428" }, { "name": "https://bugs.debian.org/913775", "refsource": "MISC", "url": "https://bugs.debian.org/913775" }, { "name": "https://bugs.debian.org/913836", "refsource": "MISC", "url": "https://bugs.debian.org/913836" }, { "name": "https://antichat.com/threads/463395/#post-4254681", "refsource": "MISC", "url": "https://antichat.com/threads/463395/#post-4254681" }, { "name": "https://bugs.php.net/bug.php?id=77153", "refsource": "MISC", "url": "https://bugs.php.net/bug.php?id=77153" }, { "name": "[debian-lts-announce] 20181217 [SECURITY] [DLA 1608-1] php5 security update", "refsource": "MLIST", "url": "https://lists.debian.org/debian-lts-announce/2018/12/msg00006.html" }, { "name": "USN-4160-1", "refsource": "UBUNTU", "url": "https://usn.ubuntu.com/4160-1/" }, { "name": "GLSA-202003-57", "refsource": "GENTOO", "url": "https://security.gentoo.org/glsa/202003-57" }, { "name": "[debian-lts-announce] 20211229 [SECURITY] [DLA 2866-1] uw-imap security update", "refsource": "MLIST", "url": "https://lists.debian.org/debian-lts-announce/2021/12/msg00031.html" } ] } } } }, "cveMetadata": { "assignerOrgId": "8254265b-2729-46b6-b9e3-3dfca2d5bfca", "assignerShortName": "mitre", "cveId": "CVE-2018-19518", "datePublished": "2018-11-25T10:00:00", "dateReserved": "2018-11-25T00:00:00", "dateUpdated": "2024-08-05T11:37:11.529Z", "state": "PUBLISHED" }, "dataType": "CVE_RECORD", "dataVersion": "5.1", "vulnerability-lookup:meta": { "nvd": "{\"cve\":{\"id\":\"CVE-2018-19518\",\"sourceIdentifier\":\"cve@mitre.org\",\"published\":\"2018-11-25T10:29:00.250\",\"lastModified\":\"2024-11-21T03:58:04.993\",\"vulnStatus\":\"Modified\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"University of Washington IMAP Toolkit 2007f on UNIX, as used in imap_open() in PHP and other products, launches an rsh command (by means of the imap_rimap function in c-client/imap4r1.c and the tcp_aopen function in osdep/unix/tcp_unix.c) without preventing argument injection, which might allow remote attackers to execute arbitrary OS commands if the IMAP server name is untrusted input (e.g., entered by a user of a web application) and if rsh has been replaced by a program with different argument semantics. For example, if rsh is a link to ssh (as seen on Debian and Ubuntu systems), then the attack can use an IMAP server name containing a \\\"-oProxyCommand\\\" argument.\"},{\"lang\":\"es\",\"value\":\"La versi\u00f3n 2007f de University of Washington IMAP Toolkit en UNIX, tal y como se utiliza en imap_open() en PHP y otros productos, lanza un comando rsh (por medio de la funci\u00f3n imap_rimap en c-client/imap4r1.c y la funci\u00f3n tcp_aopen en osdep/unix/tcp_unix.c) sin prevenir una inyecci\u00f3n de argumentos. Esto podr\u00eda permitir a los atacantes remotos ejecutar comandos arbitrarios del sistema operativo si el nombre del servidor IMAP son entradas no fiables (por ejemplo, si son introducidos por un usuario de una aplicaci\u00f3n web) y si rsh ha sido reemplazado por un programa con sem\u00e1nticas de argumentos diversas. Por ejemplo, si rsh es un enlace a ssh (como es el caso de los sistemas Debian y Ubuntu), el ataque puede utilizar un nombre del servidor IMAP que contenga un argumento \\\"-oProxyCommand\\\".\"}],\"metrics\":{\"cvssMetricV31\":[{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H\",\"baseScore\":7.5,\"baseSeverity\":\"HIGH\",\"attackVector\":\"NETWORK\",\"attackComplexity\":\"HIGH\",\"privilegesRequired\":\"LOW\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"HIGH\",\"integrityImpact\":\"HIGH\",\"availabilityImpact\":\"HIGH\"},\"exploitabilityScore\":1.6,\"impactScore\":5.9}],\"cvssMetricV2\":[{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"cvssData\":{\"version\":\"2.0\",\"vectorString\":\"AV:N/AC:M/Au:S/C:C/I:C/A:C\",\"baseScore\":8.5,\"accessVector\":\"NETWORK\",\"accessComplexity\":\"MEDIUM\",\"authentication\":\"SINGLE\",\"confidentialityImpact\":\"COMPLETE\",\"integrityImpact\":\"COMPLETE\",\"availabilityImpact\":\"COMPLETE\"},\"baseSeverity\":\"HIGH\",\"exploitabilityScore\":6.8,\"impactScore\":10.0,\"acInsufInfo\":false,\"obtainAllPrivilege\":false,\"obtainUserPrivilege\":false,\"obtainOtherPrivilege\":false,\"userInteractionRequired\":false}]},\"weaknesses\":[{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-88\"}]}],\"configurations\":[{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:php:php:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"5.6.0\",\"versionEndIncluding\":\"5.6.38\",\"matchCriteriaId\":\"8ADD47D0-0706-44E2-AE36-13AC54F5D768\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:php:php:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"7.0.0\",\"versionEndIncluding\":\"7.0.32\",\"matchCriteriaId\":\"2B38E1D2-5264-472A-AD02-D65F0B0D94E7\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:php:php:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"7.1.0\",\"versionEndIncluding\":\"7.1.24\",\"matchCriteriaId\":\"C7D7FA44-5FC6-4EBE-982C-DAA32F543156\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:php:php:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"7.2.0\",\"versionEndIncluding\":\"7.2.12\",\"matchCriteriaId\":\"97D33246-3D83-4BFD-9149-62188C355DAB\"}]}]},{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:debian:debian_linux:8.0:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"C11E6FB0-C8C0-4527-9AA0-CB9B316F8F43\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:debian:debian_linux:9.0:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"DEECE5FC-CACF-4496-A3E7-164736409252\"}]}]},{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:uw-imap_project:uw-imap:2007f:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"E72605F6-53DB-4D26-B0E6-EFF7C772AA52\"}]}]},{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:canonical:ubuntu_linux:16.04:*:*:*:esm:*:*:*\",\"matchCriteriaId\":\"7A5301BF-1402-4BE0-A0F8-69FBE79BC6D6\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:canonical:ubuntu_linux:18.04:*:*:*:lts:*:*:*\",\"matchCriteriaId\":\"23A7C53F-B80F-4E6A-AFA9-58EEA84BE11D\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:canonical:ubuntu_linux:19.04:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"CD783B0C-9246-47D9-A937-6144FE8BFF0F\"}]}]}],\"references\":[{\"url\":\"http://www.securityfocus.com/bid/106018\",\"source\":\"cve@mitre.org\",\"tags\":[\"Broken Link\"]},{\"url\":\"http://www.securitytracker.com/id/1042157\",\"source\":\"cve@mitre.org\",\"tags\":[\"Broken Link\"]},{\"url\":\"https://antichat.com/threads/463395/#post-4254681\",\"source\":\"cve@mitre.org\",\"tags\":[\"Exploit\",\"Third Party Advisory\"]},{\"url\":\"https://bugs.debian.org/913775\",\"source\":\"cve@mitre.org\",\"tags\":[\"Mailing List\",\"Third Party Advisory\"]},{\"url\":\"https://bugs.debian.org/913835\",\"source\":\"cve@mitre.org\",\"tags\":[\"Mailing List\",\"Third Party Advisory\"]},{\"url\":\"https://bugs.debian.org/913836\",\"source\":\"cve@mitre.org\",\"tags\":[\"Mailing List\",\"Third Party Advisory\"]},{\"url\":\"https://bugs.php.net/bug.php?id=76428\",\"source\":\"cve@mitre.org\",\"tags\":[\"Exploit\",\"Mailing List\",\"Vendor Advisory\"]},{\"url\":\"https://bugs.php.net/bug.php?id=77153\",\"source\":\"cve@mitre.org\",\"tags\":[\"Exploit\",\"Mailing List\",\"Vendor Advisory\"]},{\"url\":\"https://bugs.php.net/bug.php?id=77160\",\"source\":\"cve@mitre.org\",\"tags\":[\"Vendor Advisory\"]},{\"url\":\"https://git.php.net/?p=php-src.git%3Ba=commit%3Bh=e5bfea64c81ae34816479bb05d17cdffe45adddb\",\"source\":\"cve@mitre.org\"},{\"url\":\"https://github.com/Bo0oM/PHP_imap_open_exploit/blob/master/exploit.php\",\"source\":\"cve@mitre.org\",\"tags\":[\"Exploit\",\"Third Party Advisory\"]},{\"url\":\"https://lists.debian.org/debian-lts-announce/2018/12/msg00006.html\",\"source\":\"cve@mitre.org\",\"tags\":[\"Mailing List\",\"Third Party Advisory\"]},{\"url\":\"https://lists.debian.org/debian-lts-announce/2019/03/msg00001.html\",\"source\":\"cve@mitre.org\",\"tags\":[\"Mailing List\",\"Third Party Advisory\"]},{\"url\":\"https://lists.debian.org/debian-lts-announce/2021/12/msg00031.html\",\"source\":\"cve@mitre.org\",\"tags\":[\"Mailing List\",\"Third Party Advisory\"]},{\"url\":\"https://security.gentoo.org/glsa/202003-57\",\"source\":\"cve@mitre.org\",\"tags\":[\"Third Party Advisory\"]},{\"url\":\"https://security.netapp.com/advisory/ntap-20181221-0004/\",\"source\":\"cve@mitre.org\",\"tags\":[\"Third Party Advisory\"]},{\"url\":\"https://usn.ubuntu.com/4160-1/\",\"source\":\"cve@mitre.org\",\"tags\":[\"Third Party Advisory\"]},{\"url\":\"https://www.debian.org/security/2018/dsa-4353\",\"source\":\"cve@mitre.org\",\"tags\":[\"Third Party Advisory\"]},{\"url\":\"https://www.exploit-db.com/exploits/45914/\",\"source\":\"cve@mitre.org\",\"tags\":[\"Exploit\",\"Third Party Advisory\",\"VDB Entry\"]},{\"url\":\"https://www.openwall.com/lists/oss-security/2018/11/22/3\",\"source\":\"cve@mitre.org\",\"tags\":[\"Exploit\",\"Mailing List\",\"Third Party Advisory\"]},{\"url\":\"http://www.securityfocus.com/bid/106018\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Broken Link\"]},{\"url\":\"http://www.securitytracker.com/id/1042157\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Broken Link\"]},{\"url\":\"https://antichat.com/threads/463395/#post-4254681\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Exploit\",\"Third Party Advisory\"]},{\"url\":\"https://bugs.debian.org/913775\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Mailing List\",\"Third Party Advisory\"]},{\"url\":\"https://bugs.debian.org/913835\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Mailing List\",\"Third Party Advisory\"]},{\"url\":\"https://bugs.debian.org/913836\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Mailing List\",\"Third Party Advisory\"]},{\"url\":\"https://bugs.php.net/bug.php?id=76428\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Exploit\",\"Mailing List\",\"Vendor Advisory\"]},{\"url\":\"https://bugs.php.net/bug.php?id=77153\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Exploit\",\"Mailing List\",\"Vendor Advisory\"]},{\"url\":\"https://bugs.php.net/bug.php?id=77160\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Vendor Advisory\"]},{\"url\":\"https://git.php.net/?p=php-src.git%3Ba=commit%3Bh=e5bfea64c81ae34816479bb05d17cdffe45adddb\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"},{\"url\":\"https://github.com/Bo0oM/PHP_imap_open_exploit/blob/master/exploit.php\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Exploit\",\"Third Party Advisory\"]},{\"url\":\"https://lists.debian.org/debian-lts-announce/2018/12/msg00006.html\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Mailing List\",\"Third Party Advisory\"]},{\"url\":\"https://lists.debian.org/debian-lts-announce/2019/03/msg00001.html\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Mailing List\",\"Third Party Advisory\"]},{\"url\":\"https://lists.debian.org/debian-lts-announce/2021/12/msg00031.html\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Mailing List\",\"Third Party Advisory\"]},{\"url\":\"https://security.gentoo.org/glsa/202003-57\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Third Party Advisory\"]},{\"url\":\"https://security.netapp.com/advisory/ntap-20181221-0004/\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Third Party Advisory\"]},{\"url\":\"https://usn.ubuntu.com/4160-1/\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Third Party Advisory\"]},{\"url\":\"https://www.debian.org/security/2018/dsa-4353\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Third Party Advisory\"]},{\"url\":\"https://www.exploit-db.com/exploits/45914/\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Exploit\",\"Third Party Advisory\",\"VDB Entry\"]},{\"url\":\"https://www.openwall.com/lists/oss-security/2018/11/22/3\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Exploit\",\"Mailing List\",\"Third Party Advisory\"]}]}}" } }
ghsa-5qmr-54g6-4256
Vulnerability from github
Published
2022-05-13 01:02
Modified
2022-05-13 01:02
Severity ?
VLAI Severity ?
Details
University of Washington IMAP Toolkit 2007f on UNIX, as used in imap_open() in PHP and other products, launches an rsh command (by means of the imap_rimap function in c-client/imap4r1.c and the tcp_aopen function in osdep/unix/tcp_unix.c) without preventing argument injection, which might allow remote attackers to execute arbitrary OS commands if the IMAP server name is untrusted input (e.g., entered by a user of a web application) and if rsh has been replaced by a program with different argument semantics. For example, if rsh is a link to ssh (as seen on Debian and Ubuntu systems), then the attack can use an IMAP server name containing a "-oProxyCommand" argument.
{ "affected": [], "aliases": [ "CVE-2018-19518" ], "database_specific": { "cwe_ids": [ "CWE-88" ], "github_reviewed": false, "github_reviewed_at": null, "nvd_published_at": "2018-11-25T10:29:00Z", "severity": "HIGH" }, "details": "University of Washington IMAP Toolkit 2007f on UNIX, as used in imap_open() in PHP and other products, launches an rsh command (by means of the imap_rimap function in c-client/imap4r1.c and the tcp_aopen function in osdep/unix/tcp_unix.c) without preventing argument injection, which might allow remote attackers to execute arbitrary OS commands if the IMAP server name is untrusted input (e.g., entered by a user of a web application) and if rsh has been replaced by a program with different argument semantics. For example, if rsh is a link to ssh (as seen on Debian and Ubuntu systems), then the attack can use an IMAP server name containing a \"-oProxyCommand\" argument.", "id": "GHSA-5qmr-54g6-4256", "modified": "2022-05-13T01:02:14Z", "published": "2022-05-13T01:02:14Z", "references": [ { "type": "ADVISORY", "url": "https://nvd.nist.gov/vuln/detail/CVE-2018-19518" }, { "type": "WEB", "url": "https://www.openwall.com/lists/oss-security/2018/11/22/3" }, { "type": "WEB", "url": "https://www.exploit-db.com/exploits/45914" }, { "type": "WEB", "url": "https://www.debian.org/security/2018/dsa-4353" }, { "type": "WEB", "url": "https://usn.ubuntu.com/4160-1" }, { "type": "WEB", "url": "https://security.netapp.com/advisory/ntap-20181221-0004" }, { "type": "WEB", "url": "https://security.gentoo.org/glsa/202003-57" }, { "type": "WEB", "url": "https://lists.debian.org/debian-lts-announce/2021/12/msg00031.html" }, { "type": "WEB", "url": "https://lists.debian.org/debian-lts-announce/2019/03/msg00001.html" }, { "type": "WEB", "url": "https://lists.debian.org/debian-lts-announce/2018/12/msg00006.html" }, { "type": "WEB", "url": "https://github.com/Bo0oM/PHP_imap_open_exploit/blob/master/exploit.php" }, { "type": "WEB", "url": "https://git.php.net/?p=php-src.git;a=commit;h=e5bfea64c81ae34816479bb05d17cdffe45adddb" }, { "type": "WEB", "url": "https://bugs.php.net/bug.php?id=77160" }, { "type": "WEB", "url": "https://bugs.php.net/bug.php?id=77153" }, { "type": "WEB", "url": "https://bugs.php.net/bug.php?id=76428" }, { "type": "WEB", "url": "https://bugs.debian.org/913836" }, { "type": "WEB", "url": "https://bugs.debian.org/913835" }, { "type": "WEB", "url": "https://bugs.debian.org/913775" }, { "type": "WEB", "url": "https://antichat.com/threads/463395/#post-4254681" }, { "type": "WEB", "url": "http://www.securityfocus.com/bid/106018" }, { "type": "WEB", "url": "http://www.securitytracker.com/id/1042157" } ], "schema_version": "1.4.0", "severity": [ { "score": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H", "type": "CVSS_V3" } ] }
suse-su-2018:3995-1
Vulnerability from csaf_suse
Published
2018-12-06 08:41
Modified
2018-12-06 08:41
Summary
Recommended update for php5
Notes
Title of the patch
Recommended update for php5
Description of the patch
This update for php5 fixes the following issues:
Security issue fixed:
- CVE-2018-19518: Fixed imap_open script injection flaw (bsc#1117107).
Patchnames
SUSE-SLE-Module-Web-Scripting-12-2018-2859,SUSE-SLE-SDK-12-SP3-2018-2859,SUSE-SLE-SDK-12-SP4-2018-2859
Terms of use
CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
{ "document": { "aggregate_severity": { "namespace": "https://www.suse.com/support/security/rating/", "text": "moderate" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright 2024 SUSE LLC. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "Recommended update for php5", "title": "Title of the patch" }, { "category": "description", "text": "This update for php5 fixes the following issues:\n\nSecurity issue fixed:\n \n- CVE-2018-19518: Fixed imap_open script injection flaw (bsc#1117107).\n", "title": "Description of the patch" }, { "category": "details", "text": "SUSE-SLE-Module-Web-Scripting-12-2018-2859,SUSE-SLE-SDK-12-SP3-2018-2859,SUSE-SLE-SDK-12-SP4-2018-2859", "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-2018_3995-1.json" }, { "category": "self", "summary": "URL for SUSE-SU-2018:3995-1", "url": "https://www.suse.com/support/update/announcement/2018/suse-su-20183995-1/" }, { "category": "self", "summary": "E-Mail link for SUSE-SU-2018:3995-1", "url": "https://lists.suse.com/pipermail/sle-security-updates/2018-December/004925.html" }, { "category": "self", "summary": "SUSE Bug 1117107", "url": "https://bugzilla.suse.com/1117107" }, { "category": "self", "summary": "SUSE CVE CVE-2018-19518 page", "url": "https://www.suse.com/security/cve/CVE-2018-19518/" } ], "title": "Recommended update for php5", "tracking": { "current_release_date": "2018-12-06T08:41:04Z", "generator": { "date": "2018-12-06T08:41:04Z", "engine": { "name": "cve-database.git:bin/generate-csaf.pl", "version": "1" } }, "id": "SUSE-SU-2018:3995-1", "initial_release_date": "2018-12-06T08:41:04Z", "revision_history": [ { "date": "2018-12-06T08:41:04Z", "number": "1", "summary": "Current version" } ], "status": "final", "version": "1" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_version", "name": "apache2-mod_php5-5.5.14-109.45.2.aarch64", "product": { "name": "apache2-mod_php5-5.5.14-109.45.2.aarch64", "product_id": "apache2-mod_php5-5.5.14-109.45.2.aarch64" } }, { "category": "product_version", "name": "php5-5.5.14-109.45.2.aarch64", "product": { "name": "php5-5.5.14-109.45.2.aarch64", "product_id": "php5-5.5.14-109.45.2.aarch64" } }, { "category": "product_version", "name": "php5-bcmath-5.5.14-109.45.2.aarch64", "product": { "name": "php5-bcmath-5.5.14-109.45.2.aarch64", "product_id": "php5-bcmath-5.5.14-109.45.2.aarch64" } }, { "category": "product_version", "name": "php5-bz2-5.5.14-109.45.2.aarch64", "product": { "name": "php5-bz2-5.5.14-109.45.2.aarch64", "product_id": "php5-bz2-5.5.14-109.45.2.aarch64" } }, { "category": "product_version", "name": "php5-calendar-5.5.14-109.45.2.aarch64", "product": { "name": "php5-calendar-5.5.14-109.45.2.aarch64", "product_id": "php5-calendar-5.5.14-109.45.2.aarch64" } }, { "category": "product_version", "name": "php5-ctype-5.5.14-109.45.2.aarch64", "product": { "name": "php5-ctype-5.5.14-109.45.2.aarch64", "product_id": "php5-ctype-5.5.14-109.45.2.aarch64" } }, { "category": "product_version", "name": "php5-curl-5.5.14-109.45.2.aarch64", "product": { "name": "php5-curl-5.5.14-109.45.2.aarch64", "product_id": "php5-curl-5.5.14-109.45.2.aarch64" } }, { "category": "product_version", "name": "php5-dba-5.5.14-109.45.2.aarch64", "product": { "name": "php5-dba-5.5.14-109.45.2.aarch64", "product_id": "php5-dba-5.5.14-109.45.2.aarch64" } }, { "category": "product_version", "name": "php5-dom-5.5.14-109.45.2.aarch64", "product": { "name": "php5-dom-5.5.14-109.45.2.aarch64", "product_id": "php5-dom-5.5.14-109.45.2.aarch64" } }, { "category": "product_version", "name": "php5-enchant-5.5.14-109.45.2.aarch64", "product": { "name": "php5-enchant-5.5.14-109.45.2.aarch64", "product_id": "php5-enchant-5.5.14-109.45.2.aarch64" } }, { "category": "product_version", "name": "php5-exif-5.5.14-109.45.2.aarch64", "product": { "name": "php5-exif-5.5.14-109.45.2.aarch64", "product_id": "php5-exif-5.5.14-109.45.2.aarch64" } }, { "category": "product_version", "name": "php5-fastcgi-5.5.14-109.45.2.aarch64", "product": { "name": "php5-fastcgi-5.5.14-109.45.2.aarch64", "product_id": "php5-fastcgi-5.5.14-109.45.2.aarch64" } }, { "category": "product_version", "name": "php5-fileinfo-5.5.14-109.45.2.aarch64", "product": { "name": "php5-fileinfo-5.5.14-109.45.2.aarch64", "product_id": "php5-fileinfo-5.5.14-109.45.2.aarch64" } }, { "category": "product_version", "name": "php5-fpm-5.5.14-109.45.2.aarch64", "product": { "name": "php5-fpm-5.5.14-109.45.2.aarch64", "product_id": "php5-fpm-5.5.14-109.45.2.aarch64" } }, { "category": "product_version", "name": "php5-ftp-5.5.14-109.45.2.aarch64", "product": { "name": "php5-ftp-5.5.14-109.45.2.aarch64", "product_id": "php5-ftp-5.5.14-109.45.2.aarch64" } }, { "category": "product_version", "name": "php5-gd-5.5.14-109.45.2.aarch64", "product": { "name": "php5-gd-5.5.14-109.45.2.aarch64", "product_id": "php5-gd-5.5.14-109.45.2.aarch64" } }, { "category": "product_version", "name": "php5-gettext-5.5.14-109.45.2.aarch64", "product": { "name": "php5-gettext-5.5.14-109.45.2.aarch64", "product_id": "php5-gettext-5.5.14-109.45.2.aarch64" } }, { "category": "product_version", "name": "php5-gmp-5.5.14-109.45.2.aarch64", "product": { "name": "php5-gmp-5.5.14-109.45.2.aarch64", "product_id": "php5-gmp-5.5.14-109.45.2.aarch64" } }, { "category": "product_version", "name": "php5-iconv-5.5.14-109.45.2.aarch64", "product": { "name": "php5-iconv-5.5.14-109.45.2.aarch64", "product_id": "php5-iconv-5.5.14-109.45.2.aarch64" } }, { "category": "product_version", "name": "php5-imap-5.5.14-109.45.2.aarch64", "product": { "name": "php5-imap-5.5.14-109.45.2.aarch64", "product_id": "php5-imap-5.5.14-109.45.2.aarch64" } }, { "category": "product_version", "name": "php5-intl-5.5.14-109.45.2.aarch64", "product": { "name": "php5-intl-5.5.14-109.45.2.aarch64", "product_id": "php5-intl-5.5.14-109.45.2.aarch64" } }, { "category": "product_version", "name": "php5-json-5.5.14-109.45.2.aarch64", "product": { "name": "php5-json-5.5.14-109.45.2.aarch64", "product_id": "php5-json-5.5.14-109.45.2.aarch64" } }, { "category": "product_version", "name": "php5-ldap-5.5.14-109.45.2.aarch64", "product": { "name": "php5-ldap-5.5.14-109.45.2.aarch64", "product_id": "php5-ldap-5.5.14-109.45.2.aarch64" } }, { "category": "product_version", "name": "php5-mbstring-5.5.14-109.45.2.aarch64", "product": { "name": "php5-mbstring-5.5.14-109.45.2.aarch64", "product_id": "php5-mbstring-5.5.14-109.45.2.aarch64" } }, { "category": "product_version", "name": "php5-mcrypt-5.5.14-109.45.2.aarch64", "product": { "name": "php5-mcrypt-5.5.14-109.45.2.aarch64", "product_id": "php5-mcrypt-5.5.14-109.45.2.aarch64" } }, { "category": "product_version", "name": "php5-mysql-5.5.14-109.45.2.aarch64", "product": { "name": "php5-mysql-5.5.14-109.45.2.aarch64", "product_id": "php5-mysql-5.5.14-109.45.2.aarch64" } }, { "category": "product_version", "name": "php5-odbc-5.5.14-109.45.2.aarch64", "product": { "name": "php5-odbc-5.5.14-109.45.2.aarch64", "product_id": "php5-odbc-5.5.14-109.45.2.aarch64" } }, { "category": "product_version", "name": "php5-opcache-5.5.14-109.45.2.aarch64", "product": { "name": "php5-opcache-5.5.14-109.45.2.aarch64", "product_id": "php5-opcache-5.5.14-109.45.2.aarch64" } }, { "category": "product_version", "name": "php5-openssl-5.5.14-109.45.2.aarch64", "product": { "name": "php5-openssl-5.5.14-109.45.2.aarch64", "product_id": "php5-openssl-5.5.14-109.45.2.aarch64" } }, { "category": "product_version", "name": "php5-pcntl-5.5.14-109.45.2.aarch64", "product": { "name": "php5-pcntl-5.5.14-109.45.2.aarch64", "product_id": "php5-pcntl-5.5.14-109.45.2.aarch64" } }, { "category": "product_version", "name": "php5-pdo-5.5.14-109.45.2.aarch64", "product": { "name": "php5-pdo-5.5.14-109.45.2.aarch64", "product_id": "php5-pdo-5.5.14-109.45.2.aarch64" } }, { "category": "product_version", "name": "php5-pgsql-5.5.14-109.45.2.aarch64", "product": { "name": "php5-pgsql-5.5.14-109.45.2.aarch64", "product_id": "php5-pgsql-5.5.14-109.45.2.aarch64" } }, { "category": "product_version", "name": "php5-phar-5.5.14-109.45.2.aarch64", "product": { "name": "php5-phar-5.5.14-109.45.2.aarch64", "product_id": "php5-phar-5.5.14-109.45.2.aarch64" } }, { "category": "product_version", "name": "php5-posix-5.5.14-109.45.2.aarch64", "product": { "name": "php5-posix-5.5.14-109.45.2.aarch64", "product_id": "php5-posix-5.5.14-109.45.2.aarch64" } }, { "category": "product_version", "name": "php5-pspell-5.5.14-109.45.2.aarch64", "product": { "name": "php5-pspell-5.5.14-109.45.2.aarch64", "product_id": "php5-pspell-5.5.14-109.45.2.aarch64" } }, { "category": "product_version", "name": "php5-shmop-5.5.14-109.45.2.aarch64", "product": { "name": "php5-shmop-5.5.14-109.45.2.aarch64", "product_id": "php5-shmop-5.5.14-109.45.2.aarch64" } }, { "category": "product_version", "name": "php5-snmp-5.5.14-109.45.2.aarch64", "product": { "name": "php5-snmp-5.5.14-109.45.2.aarch64", "product_id": "php5-snmp-5.5.14-109.45.2.aarch64" } }, { "category": "product_version", "name": "php5-soap-5.5.14-109.45.2.aarch64", "product": { "name": "php5-soap-5.5.14-109.45.2.aarch64", "product_id": "php5-soap-5.5.14-109.45.2.aarch64" } }, { "category": "product_version", "name": "php5-sockets-5.5.14-109.45.2.aarch64", "product": { "name": "php5-sockets-5.5.14-109.45.2.aarch64", "product_id": "php5-sockets-5.5.14-109.45.2.aarch64" } }, { "category": "product_version", "name": "php5-sqlite-5.5.14-109.45.2.aarch64", "product": { "name": "php5-sqlite-5.5.14-109.45.2.aarch64", "product_id": "php5-sqlite-5.5.14-109.45.2.aarch64" } }, { "category": "product_version", "name": "php5-suhosin-5.5.14-109.45.2.aarch64", "product": { "name": "php5-suhosin-5.5.14-109.45.2.aarch64", "product_id": "php5-suhosin-5.5.14-109.45.2.aarch64" } }, { "category": "product_version", "name": "php5-sysvmsg-5.5.14-109.45.2.aarch64", "product": { "name": "php5-sysvmsg-5.5.14-109.45.2.aarch64", "product_id": "php5-sysvmsg-5.5.14-109.45.2.aarch64" } }, { "category": "product_version", "name": "php5-sysvsem-5.5.14-109.45.2.aarch64", "product": { "name": "php5-sysvsem-5.5.14-109.45.2.aarch64", "product_id": "php5-sysvsem-5.5.14-109.45.2.aarch64" } }, { "category": "product_version", "name": "php5-sysvshm-5.5.14-109.45.2.aarch64", "product": { "name": "php5-sysvshm-5.5.14-109.45.2.aarch64", "product_id": "php5-sysvshm-5.5.14-109.45.2.aarch64" } }, { "category": "product_version", "name": "php5-tokenizer-5.5.14-109.45.2.aarch64", "product": { "name": "php5-tokenizer-5.5.14-109.45.2.aarch64", "product_id": "php5-tokenizer-5.5.14-109.45.2.aarch64" } }, { "category": "product_version", "name": "php5-wddx-5.5.14-109.45.2.aarch64", "product": { "name": "php5-wddx-5.5.14-109.45.2.aarch64", "product_id": "php5-wddx-5.5.14-109.45.2.aarch64" } }, { "category": "product_version", "name": "php5-xmlreader-5.5.14-109.45.2.aarch64", "product": { "name": "php5-xmlreader-5.5.14-109.45.2.aarch64", "product_id": "php5-xmlreader-5.5.14-109.45.2.aarch64" } }, { "category": "product_version", "name": "php5-xmlrpc-5.5.14-109.45.2.aarch64", "product": { "name": "php5-xmlrpc-5.5.14-109.45.2.aarch64", "product_id": "php5-xmlrpc-5.5.14-109.45.2.aarch64" } }, { "category": "product_version", "name": "php5-xmlwriter-5.5.14-109.45.2.aarch64", "product": { "name": "php5-xmlwriter-5.5.14-109.45.2.aarch64", "product_id": "php5-xmlwriter-5.5.14-109.45.2.aarch64" } }, { "category": "product_version", "name": "php5-xsl-5.5.14-109.45.2.aarch64", "product": { "name": "php5-xsl-5.5.14-109.45.2.aarch64", "product_id": "php5-xsl-5.5.14-109.45.2.aarch64" } }, { "category": "product_version", "name": "php5-zip-5.5.14-109.45.2.aarch64", "product": { "name": "php5-zip-5.5.14-109.45.2.aarch64", "product_id": "php5-zip-5.5.14-109.45.2.aarch64" } }, { "category": "product_version", "name": "php5-zlib-5.5.14-109.45.2.aarch64", "product": { "name": "php5-zlib-5.5.14-109.45.2.aarch64", "product_id": "php5-zlib-5.5.14-109.45.2.aarch64" } }, { "category": "product_version", "name": "php5-devel-5.5.14-109.45.2.aarch64", "product": { "name": "php5-devel-5.5.14-109.45.2.aarch64", "product_id": "php5-devel-5.5.14-109.45.2.aarch64" } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "php5-pear-5.5.14-109.45.2.noarch", "product": { "name": "php5-pear-5.5.14-109.45.2.noarch", "product_id": "php5-pear-5.5.14-109.45.2.noarch" } } ], "category": "architecture", "name": "noarch" }, { "branches": [ { "category": "product_version", "name": "apache2-mod_php5-5.5.14-109.45.2.ppc64le", "product": { "name": "apache2-mod_php5-5.5.14-109.45.2.ppc64le", "product_id": "apache2-mod_php5-5.5.14-109.45.2.ppc64le" } }, { "category": "product_version", "name": "php5-5.5.14-109.45.2.ppc64le", "product": { "name": "php5-5.5.14-109.45.2.ppc64le", "product_id": "php5-5.5.14-109.45.2.ppc64le" } }, { "category": "product_version", "name": "php5-bcmath-5.5.14-109.45.2.ppc64le", "product": { "name": "php5-bcmath-5.5.14-109.45.2.ppc64le", "product_id": "php5-bcmath-5.5.14-109.45.2.ppc64le" } }, { "category": "product_version", "name": "php5-bz2-5.5.14-109.45.2.ppc64le", "product": { "name": "php5-bz2-5.5.14-109.45.2.ppc64le", "product_id": "php5-bz2-5.5.14-109.45.2.ppc64le" } }, { "category": "product_version", "name": "php5-calendar-5.5.14-109.45.2.ppc64le", "product": { "name": "php5-calendar-5.5.14-109.45.2.ppc64le", "product_id": "php5-calendar-5.5.14-109.45.2.ppc64le" } }, { "category": "product_version", "name": "php5-ctype-5.5.14-109.45.2.ppc64le", "product": { "name": "php5-ctype-5.5.14-109.45.2.ppc64le", "product_id": "php5-ctype-5.5.14-109.45.2.ppc64le" } }, { "category": "product_version", "name": "php5-curl-5.5.14-109.45.2.ppc64le", "product": { "name": "php5-curl-5.5.14-109.45.2.ppc64le", "product_id": "php5-curl-5.5.14-109.45.2.ppc64le" } }, { "category": "product_version", "name": "php5-dba-5.5.14-109.45.2.ppc64le", "product": { "name": "php5-dba-5.5.14-109.45.2.ppc64le", "product_id": "php5-dba-5.5.14-109.45.2.ppc64le" } }, { "category": "product_version", "name": "php5-dom-5.5.14-109.45.2.ppc64le", "product": { "name": "php5-dom-5.5.14-109.45.2.ppc64le", "product_id": "php5-dom-5.5.14-109.45.2.ppc64le" } }, { "category": "product_version", "name": "php5-enchant-5.5.14-109.45.2.ppc64le", "product": { "name": "php5-enchant-5.5.14-109.45.2.ppc64le", "product_id": "php5-enchant-5.5.14-109.45.2.ppc64le" } }, { "category": "product_version", "name": "php5-exif-5.5.14-109.45.2.ppc64le", "product": { "name": "php5-exif-5.5.14-109.45.2.ppc64le", "product_id": "php5-exif-5.5.14-109.45.2.ppc64le" } }, { "category": "product_version", "name": "php5-fastcgi-5.5.14-109.45.2.ppc64le", "product": { "name": "php5-fastcgi-5.5.14-109.45.2.ppc64le", "product_id": "php5-fastcgi-5.5.14-109.45.2.ppc64le" } }, { "category": "product_version", "name": "php5-fileinfo-5.5.14-109.45.2.ppc64le", "product": { "name": "php5-fileinfo-5.5.14-109.45.2.ppc64le", "product_id": "php5-fileinfo-5.5.14-109.45.2.ppc64le" } }, { "category": "product_version", "name": "php5-fpm-5.5.14-109.45.2.ppc64le", "product": { "name": "php5-fpm-5.5.14-109.45.2.ppc64le", "product_id": "php5-fpm-5.5.14-109.45.2.ppc64le" } }, { "category": "product_version", "name": "php5-ftp-5.5.14-109.45.2.ppc64le", "product": { "name": "php5-ftp-5.5.14-109.45.2.ppc64le", "product_id": "php5-ftp-5.5.14-109.45.2.ppc64le" } }, { "category": "product_version", "name": "php5-gd-5.5.14-109.45.2.ppc64le", "product": { "name": "php5-gd-5.5.14-109.45.2.ppc64le", "product_id": "php5-gd-5.5.14-109.45.2.ppc64le" } }, { "category": "product_version", "name": "php5-gettext-5.5.14-109.45.2.ppc64le", "product": { "name": "php5-gettext-5.5.14-109.45.2.ppc64le", "product_id": "php5-gettext-5.5.14-109.45.2.ppc64le" } }, { "category": "product_version", "name": "php5-gmp-5.5.14-109.45.2.ppc64le", "product": { "name": "php5-gmp-5.5.14-109.45.2.ppc64le", "product_id": "php5-gmp-5.5.14-109.45.2.ppc64le" } }, { "category": "product_version", "name": "php5-iconv-5.5.14-109.45.2.ppc64le", "product": { "name": "php5-iconv-5.5.14-109.45.2.ppc64le", "product_id": "php5-iconv-5.5.14-109.45.2.ppc64le" } }, { "category": "product_version", "name": "php5-imap-5.5.14-109.45.2.ppc64le", "product": { "name": "php5-imap-5.5.14-109.45.2.ppc64le", "product_id": "php5-imap-5.5.14-109.45.2.ppc64le" } }, { "category": "product_version", "name": "php5-intl-5.5.14-109.45.2.ppc64le", "product": { "name": "php5-intl-5.5.14-109.45.2.ppc64le", "product_id": "php5-intl-5.5.14-109.45.2.ppc64le" } }, { "category": "product_version", "name": "php5-json-5.5.14-109.45.2.ppc64le", "product": { "name": "php5-json-5.5.14-109.45.2.ppc64le", "product_id": "php5-json-5.5.14-109.45.2.ppc64le" } }, { "category": "product_version", "name": "php5-ldap-5.5.14-109.45.2.ppc64le", "product": { "name": "php5-ldap-5.5.14-109.45.2.ppc64le", "product_id": "php5-ldap-5.5.14-109.45.2.ppc64le" } }, { "category": "product_version", "name": "php5-mbstring-5.5.14-109.45.2.ppc64le", "product": { "name": "php5-mbstring-5.5.14-109.45.2.ppc64le", "product_id": "php5-mbstring-5.5.14-109.45.2.ppc64le" } }, { "category": "product_version", "name": "php5-mcrypt-5.5.14-109.45.2.ppc64le", "product": { "name": "php5-mcrypt-5.5.14-109.45.2.ppc64le", "product_id": "php5-mcrypt-5.5.14-109.45.2.ppc64le" } }, { "category": "product_version", "name": "php5-mysql-5.5.14-109.45.2.ppc64le", "product": { "name": "php5-mysql-5.5.14-109.45.2.ppc64le", "product_id": "php5-mysql-5.5.14-109.45.2.ppc64le" } }, { "category": "product_version", "name": "php5-odbc-5.5.14-109.45.2.ppc64le", "product": { "name": "php5-odbc-5.5.14-109.45.2.ppc64le", "product_id": "php5-odbc-5.5.14-109.45.2.ppc64le" } }, { "category": "product_version", "name": "php5-opcache-5.5.14-109.45.2.ppc64le", "product": { "name": "php5-opcache-5.5.14-109.45.2.ppc64le", "product_id": "php5-opcache-5.5.14-109.45.2.ppc64le" } }, { "category": "product_version", "name": "php5-openssl-5.5.14-109.45.2.ppc64le", "product": { "name": "php5-openssl-5.5.14-109.45.2.ppc64le", "product_id": "php5-openssl-5.5.14-109.45.2.ppc64le" } }, { "category": "product_version", "name": "php5-pcntl-5.5.14-109.45.2.ppc64le", "product": { "name": "php5-pcntl-5.5.14-109.45.2.ppc64le", "product_id": "php5-pcntl-5.5.14-109.45.2.ppc64le" } }, { "category": "product_version", "name": "php5-pdo-5.5.14-109.45.2.ppc64le", "product": { "name": "php5-pdo-5.5.14-109.45.2.ppc64le", "product_id": "php5-pdo-5.5.14-109.45.2.ppc64le" } }, { "category": "product_version", "name": "php5-pgsql-5.5.14-109.45.2.ppc64le", "product": { "name": "php5-pgsql-5.5.14-109.45.2.ppc64le", "product_id": "php5-pgsql-5.5.14-109.45.2.ppc64le" } }, { "category": "product_version", "name": "php5-phar-5.5.14-109.45.2.ppc64le", "product": { "name": "php5-phar-5.5.14-109.45.2.ppc64le", "product_id": "php5-phar-5.5.14-109.45.2.ppc64le" } }, { "category": "product_version", "name": "php5-posix-5.5.14-109.45.2.ppc64le", "product": { "name": "php5-posix-5.5.14-109.45.2.ppc64le", "product_id": "php5-posix-5.5.14-109.45.2.ppc64le" } }, { "category": "product_version", "name": "php5-pspell-5.5.14-109.45.2.ppc64le", "product": { "name": "php5-pspell-5.5.14-109.45.2.ppc64le", "product_id": "php5-pspell-5.5.14-109.45.2.ppc64le" } }, { "category": "product_version", "name": "php5-shmop-5.5.14-109.45.2.ppc64le", "product": { "name": "php5-shmop-5.5.14-109.45.2.ppc64le", "product_id": "php5-shmop-5.5.14-109.45.2.ppc64le" } }, { "category": "product_version", "name": "php5-snmp-5.5.14-109.45.2.ppc64le", "product": { "name": "php5-snmp-5.5.14-109.45.2.ppc64le", "product_id": "php5-snmp-5.5.14-109.45.2.ppc64le" } }, { "category": "product_version", "name": "php5-soap-5.5.14-109.45.2.ppc64le", "product": { "name": "php5-soap-5.5.14-109.45.2.ppc64le", "product_id": "php5-soap-5.5.14-109.45.2.ppc64le" } }, { "category": "product_version", "name": "php5-sockets-5.5.14-109.45.2.ppc64le", "product": { "name": "php5-sockets-5.5.14-109.45.2.ppc64le", "product_id": "php5-sockets-5.5.14-109.45.2.ppc64le" } }, { "category": "product_version", "name": "php5-sqlite-5.5.14-109.45.2.ppc64le", "product": { "name": "php5-sqlite-5.5.14-109.45.2.ppc64le", "product_id": "php5-sqlite-5.5.14-109.45.2.ppc64le" } }, { "category": "product_version", "name": "php5-suhosin-5.5.14-109.45.2.ppc64le", "product": { "name": "php5-suhosin-5.5.14-109.45.2.ppc64le", "product_id": "php5-suhosin-5.5.14-109.45.2.ppc64le" } }, { "category": "product_version", "name": "php5-sysvmsg-5.5.14-109.45.2.ppc64le", "product": { "name": "php5-sysvmsg-5.5.14-109.45.2.ppc64le", "product_id": "php5-sysvmsg-5.5.14-109.45.2.ppc64le" } }, { "category": "product_version", "name": "php5-sysvsem-5.5.14-109.45.2.ppc64le", "product": { "name": "php5-sysvsem-5.5.14-109.45.2.ppc64le", "product_id": "php5-sysvsem-5.5.14-109.45.2.ppc64le" } }, { "category": "product_version", "name": "php5-sysvshm-5.5.14-109.45.2.ppc64le", "product": { "name": "php5-sysvshm-5.5.14-109.45.2.ppc64le", "product_id": "php5-sysvshm-5.5.14-109.45.2.ppc64le" } }, { "category": "product_version", "name": "php5-tokenizer-5.5.14-109.45.2.ppc64le", "product": { "name": "php5-tokenizer-5.5.14-109.45.2.ppc64le", "product_id": "php5-tokenizer-5.5.14-109.45.2.ppc64le" } }, { "category": "product_version", "name": "php5-wddx-5.5.14-109.45.2.ppc64le", "product": { "name": "php5-wddx-5.5.14-109.45.2.ppc64le", "product_id": "php5-wddx-5.5.14-109.45.2.ppc64le" } }, { "category": "product_version", "name": "php5-xmlreader-5.5.14-109.45.2.ppc64le", "product": { "name": "php5-xmlreader-5.5.14-109.45.2.ppc64le", "product_id": "php5-xmlreader-5.5.14-109.45.2.ppc64le" } }, { "category": "product_version", "name": "php5-xmlrpc-5.5.14-109.45.2.ppc64le", "product": { "name": "php5-xmlrpc-5.5.14-109.45.2.ppc64le", "product_id": "php5-xmlrpc-5.5.14-109.45.2.ppc64le" } }, { "category": "product_version", "name": "php5-xmlwriter-5.5.14-109.45.2.ppc64le", "product": { "name": "php5-xmlwriter-5.5.14-109.45.2.ppc64le", "product_id": "php5-xmlwriter-5.5.14-109.45.2.ppc64le" } }, { "category": "product_version", "name": "php5-xsl-5.5.14-109.45.2.ppc64le", "product": { "name": "php5-xsl-5.5.14-109.45.2.ppc64le", "product_id": "php5-xsl-5.5.14-109.45.2.ppc64le" } }, { "category": "product_version", "name": "php5-zip-5.5.14-109.45.2.ppc64le", "product": { "name": "php5-zip-5.5.14-109.45.2.ppc64le", "product_id": "php5-zip-5.5.14-109.45.2.ppc64le" } }, { "category": "product_version", "name": "php5-zlib-5.5.14-109.45.2.ppc64le", "product": { "name": "php5-zlib-5.5.14-109.45.2.ppc64le", "product_id": "php5-zlib-5.5.14-109.45.2.ppc64le" } }, { "category": "product_version", "name": "php5-devel-5.5.14-109.45.2.ppc64le", "product": { "name": "php5-devel-5.5.14-109.45.2.ppc64le", "product_id": "php5-devel-5.5.14-109.45.2.ppc64le" } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "apache2-mod_php5-5.5.14-109.45.2.s390x", "product": { "name": "apache2-mod_php5-5.5.14-109.45.2.s390x", "product_id": "apache2-mod_php5-5.5.14-109.45.2.s390x" } }, { "category": "product_version", "name": "php5-5.5.14-109.45.2.s390x", "product": { "name": "php5-5.5.14-109.45.2.s390x", "product_id": "php5-5.5.14-109.45.2.s390x" } }, { "category": "product_version", "name": "php5-bcmath-5.5.14-109.45.2.s390x", "product": { "name": "php5-bcmath-5.5.14-109.45.2.s390x", "product_id": "php5-bcmath-5.5.14-109.45.2.s390x" } }, { "category": "product_version", "name": "php5-bz2-5.5.14-109.45.2.s390x", "product": { "name": "php5-bz2-5.5.14-109.45.2.s390x", "product_id": "php5-bz2-5.5.14-109.45.2.s390x" } }, { "category": "product_version", "name": "php5-calendar-5.5.14-109.45.2.s390x", "product": { "name": "php5-calendar-5.5.14-109.45.2.s390x", "product_id": "php5-calendar-5.5.14-109.45.2.s390x" } }, { "category": "product_version", "name": "php5-ctype-5.5.14-109.45.2.s390x", "product": { "name": "php5-ctype-5.5.14-109.45.2.s390x", "product_id": "php5-ctype-5.5.14-109.45.2.s390x" } }, { "category": "product_version", "name": "php5-curl-5.5.14-109.45.2.s390x", "product": { "name": "php5-curl-5.5.14-109.45.2.s390x", "product_id": "php5-curl-5.5.14-109.45.2.s390x" } }, { "category": "product_version", "name": "php5-dba-5.5.14-109.45.2.s390x", "product": { "name": "php5-dba-5.5.14-109.45.2.s390x", "product_id": "php5-dba-5.5.14-109.45.2.s390x" } }, { "category": "product_version", "name": "php5-dom-5.5.14-109.45.2.s390x", "product": { "name": "php5-dom-5.5.14-109.45.2.s390x", "product_id": "php5-dom-5.5.14-109.45.2.s390x" } }, { "category": "product_version", "name": "php5-enchant-5.5.14-109.45.2.s390x", "product": { "name": "php5-enchant-5.5.14-109.45.2.s390x", "product_id": "php5-enchant-5.5.14-109.45.2.s390x" } }, { "category": "product_version", "name": "php5-exif-5.5.14-109.45.2.s390x", "product": { "name": "php5-exif-5.5.14-109.45.2.s390x", "product_id": "php5-exif-5.5.14-109.45.2.s390x" } }, { "category": "product_version", "name": "php5-fastcgi-5.5.14-109.45.2.s390x", "product": { "name": "php5-fastcgi-5.5.14-109.45.2.s390x", "product_id": "php5-fastcgi-5.5.14-109.45.2.s390x" } }, { "category": "product_version", "name": "php5-fileinfo-5.5.14-109.45.2.s390x", "product": { "name": "php5-fileinfo-5.5.14-109.45.2.s390x", "product_id": "php5-fileinfo-5.5.14-109.45.2.s390x" } }, { "category": "product_version", "name": "php5-fpm-5.5.14-109.45.2.s390x", "product": { "name": "php5-fpm-5.5.14-109.45.2.s390x", "product_id": "php5-fpm-5.5.14-109.45.2.s390x" } }, { "category": "product_version", "name": "php5-ftp-5.5.14-109.45.2.s390x", "product": { "name": "php5-ftp-5.5.14-109.45.2.s390x", "product_id": "php5-ftp-5.5.14-109.45.2.s390x" } }, { "category": "product_version", "name": "php5-gd-5.5.14-109.45.2.s390x", "product": { "name": "php5-gd-5.5.14-109.45.2.s390x", "product_id": "php5-gd-5.5.14-109.45.2.s390x" } }, { "category": "product_version", "name": "php5-gettext-5.5.14-109.45.2.s390x", "product": { "name": "php5-gettext-5.5.14-109.45.2.s390x", "product_id": "php5-gettext-5.5.14-109.45.2.s390x" } }, { "category": "product_version", "name": "php5-gmp-5.5.14-109.45.2.s390x", "product": { "name": "php5-gmp-5.5.14-109.45.2.s390x", "product_id": "php5-gmp-5.5.14-109.45.2.s390x" } }, { "category": "product_version", "name": "php5-iconv-5.5.14-109.45.2.s390x", "product": { "name": "php5-iconv-5.5.14-109.45.2.s390x", "product_id": "php5-iconv-5.5.14-109.45.2.s390x" } }, { "category": "product_version", "name": "php5-imap-5.5.14-109.45.2.s390x", "product": { "name": "php5-imap-5.5.14-109.45.2.s390x", "product_id": "php5-imap-5.5.14-109.45.2.s390x" } }, { "category": "product_version", "name": "php5-intl-5.5.14-109.45.2.s390x", "product": { "name": "php5-intl-5.5.14-109.45.2.s390x", "product_id": "php5-intl-5.5.14-109.45.2.s390x" } }, { "category": "product_version", "name": "php5-json-5.5.14-109.45.2.s390x", "product": { "name": "php5-json-5.5.14-109.45.2.s390x", "product_id": "php5-json-5.5.14-109.45.2.s390x" } }, { "category": "product_version", "name": "php5-ldap-5.5.14-109.45.2.s390x", "product": { "name": "php5-ldap-5.5.14-109.45.2.s390x", "product_id": "php5-ldap-5.5.14-109.45.2.s390x" } }, { "category": "product_version", "name": "php5-mbstring-5.5.14-109.45.2.s390x", "product": { "name": "php5-mbstring-5.5.14-109.45.2.s390x", "product_id": "php5-mbstring-5.5.14-109.45.2.s390x" } }, { "category": "product_version", "name": "php5-mcrypt-5.5.14-109.45.2.s390x", "product": { "name": "php5-mcrypt-5.5.14-109.45.2.s390x", "product_id": "php5-mcrypt-5.5.14-109.45.2.s390x" } }, { "category": "product_version", "name": "php5-mysql-5.5.14-109.45.2.s390x", "product": { "name": "php5-mysql-5.5.14-109.45.2.s390x", "product_id": "php5-mysql-5.5.14-109.45.2.s390x" } }, { "category": "product_version", "name": "php5-odbc-5.5.14-109.45.2.s390x", "product": { "name": "php5-odbc-5.5.14-109.45.2.s390x", "product_id": "php5-odbc-5.5.14-109.45.2.s390x" } }, { "category": "product_version", "name": "php5-opcache-5.5.14-109.45.2.s390x", "product": { "name": "php5-opcache-5.5.14-109.45.2.s390x", "product_id": "php5-opcache-5.5.14-109.45.2.s390x" } }, { "category": "product_version", "name": "php5-openssl-5.5.14-109.45.2.s390x", "product": { "name": "php5-openssl-5.5.14-109.45.2.s390x", "product_id": "php5-openssl-5.5.14-109.45.2.s390x" } }, { "category": "product_version", "name": "php5-pcntl-5.5.14-109.45.2.s390x", "product": { "name": "php5-pcntl-5.5.14-109.45.2.s390x", "product_id": "php5-pcntl-5.5.14-109.45.2.s390x" } }, { "category": "product_version", "name": "php5-pdo-5.5.14-109.45.2.s390x", "product": { "name": "php5-pdo-5.5.14-109.45.2.s390x", "product_id": "php5-pdo-5.5.14-109.45.2.s390x" } }, { "category": "product_version", "name": "php5-pgsql-5.5.14-109.45.2.s390x", "product": { "name": "php5-pgsql-5.5.14-109.45.2.s390x", "product_id": "php5-pgsql-5.5.14-109.45.2.s390x" } }, { "category": "product_version", "name": "php5-phar-5.5.14-109.45.2.s390x", "product": { "name": "php5-phar-5.5.14-109.45.2.s390x", "product_id": "php5-phar-5.5.14-109.45.2.s390x" } }, { "category": "product_version", "name": "php5-posix-5.5.14-109.45.2.s390x", "product": { "name": "php5-posix-5.5.14-109.45.2.s390x", "product_id": "php5-posix-5.5.14-109.45.2.s390x" } }, { "category": "product_version", "name": "php5-pspell-5.5.14-109.45.2.s390x", "product": { "name": "php5-pspell-5.5.14-109.45.2.s390x", "product_id": "php5-pspell-5.5.14-109.45.2.s390x" } }, { "category": "product_version", "name": "php5-shmop-5.5.14-109.45.2.s390x", "product": { "name": "php5-shmop-5.5.14-109.45.2.s390x", "product_id": "php5-shmop-5.5.14-109.45.2.s390x" } }, { "category": "product_version", "name": "php5-snmp-5.5.14-109.45.2.s390x", "product": { "name": "php5-snmp-5.5.14-109.45.2.s390x", "product_id": "php5-snmp-5.5.14-109.45.2.s390x" } }, { "category": "product_version", "name": "php5-soap-5.5.14-109.45.2.s390x", "product": { "name": "php5-soap-5.5.14-109.45.2.s390x", "product_id": "php5-soap-5.5.14-109.45.2.s390x" } }, { "category": "product_version", "name": "php5-sockets-5.5.14-109.45.2.s390x", "product": { "name": "php5-sockets-5.5.14-109.45.2.s390x", "product_id": "php5-sockets-5.5.14-109.45.2.s390x" } }, { "category": "product_version", "name": "php5-sqlite-5.5.14-109.45.2.s390x", "product": { "name": "php5-sqlite-5.5.14-109.45.2.s390x", "product_id": "php5-sqlite-5.5.14-109.45.2.s390x" } }, { "category": "product_version", "name": "php5-suhosin-5.5.14-109.45.2.s390x", "product": { "name": "php5-suhosin-5.5.14-109.45.2.s390x", "product_id": "php5-suhosin-5.5.14-109.45.2.s390x" } }, { "category": "product_version", "name": "php5-sysvmsg-5.5.14-109.45.2.s390x", "product": { "name": "php5-sysvmsg-5.5.14-109.45.2.s390x", "product_id": "php5-sysvmsg-5.5.14-109.45.2.s390x" } }, { "category": "product_version", "name": "php5-sysvsem-5.5.14-109.45.2.s390x", "product": { "name": "php5-sysvsem-5.5.14-109.45.2.s390x", "product_id": "php5-sysvsem-5.5.14-109.45.2.s390x" } }, { "category": "product_version", "name": "php5-sysvshm-5.5.14-109.45.2.s390x", "product": { "name": "php5-sysvshm-5.5.14-109.45.2.s390x", "product_id": "php5-sysvshm-5.5.14-109.45.2.s390x" } }, { "category": "product_version", "name": "php5-tokenizer-5.5.14-109.45.2.s390x", "product": { "name": "php5-tokenizer-5.5.14-109.45.2.s390x", "product_id": "php5-tokenizer-5.5.14-109.45.2.s390x" } }, { "category": "product_version", "name": "php5-wddx-5.5.14-109.45.2.s390x", "product": { "name": "php5-wddx-5.5.14-109.45.2.s390x", "product_id": "php5-wddx-5.5.14-109.45.2.s390x" } }, { "category": "product_version", "name": "php5-xmlreader-5.5.14-109.45.2.s390x", "product": { "name": "php5-xmlreader-5.5.14-109.45.2.s390x", "product_id": "php5-xmlreader-5.5.14-109.45.2.s390x" } }, { "category": "product_version", "name": "php5-xmlrpc-5.5.14-109.45.2.s390x", "product": { "name": "php5-xmlrpc-5.5.14-109.45.2.s390x", "product_id": "php5-xmlrpc-5.5.14-109.45.2.s390x" } }, { "category": "product_version", "name": "php5-xmlwriter-5.5.14-109.45.2.s390x", "product": { "name": "php5-xmlwriter-5.5.14-109.45.2.s390x", "product_id": "php5-xmlwriter-5.5.14-109.45.2.s390x" } }, { "category": "product_version", "name": "php5-xsl-5.5.14-109.45.2.s390x", "product": { "name": "php5-xsl-5.5.14-109.45.2.s390x", "product_id": "php5-xsl-5.5.14-109.45.2.s390x" } }, { "category": "product_version", "name": "php5-zip-5.5.14-109.45.2.s390x", "product": { "name": "php5-zip-5.5.14-109.45.2.s390x", "product_id": "php5-zip-5.5.14-109.45.2.s390x" } }, { "category": "product_version", "name": "php5-zlib-5.5.14-109.45.2.s390x", "product": { "name": "php5-zlib-5.5.14-109.45.2.s390x", "product_id": "php5-zlib-5.5.14-109.45.2.s390x" } }, { "category": "product_version", "name": "php5-devel-5.5.14-109.45.2.s390x", "product": { "name": "php5-devel-5.5.14-109.45.2.s390x", "product_id": "php5-devel-5.5.14-109.45.2.s390x" } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "apache2-mod_php5-5.5.14-109.45.2.x86_64", "product": { "name": "apache2-mod_php5-5.5.14-109.45.2.x86_64", "product_id": "apache2-mod_php5-5.5.14-109.45.2.x86_64" } }, { "category": "product_version", "name": "php5-5.5.14-109.45.2.x86_64", "product": { "name": "php5-5.5.14-109.45.2.x86_64", "product_id": "php5-5.5.14-109.45.2.x86_64" } }, { "category": "product_version", "name": "php5-bcmath-5.5.14-109.45.2.x86_64", "product": { "name": "php5-bcmath-5.5.14-109.45.2.x86_64", "product_id": "php5-bcmath-5.5.14-109.45.2.x86_64" } }, { "category": "product_version", "name": "php5-bz2-5.5.14-109.45.2.x86_64", "product": { "name": "php5-bz2-5.5.14-109.45.2.x86_64", "product_id": "php5-bz2-5.5.14-109.45.2.x86_64" } }, { "category": "product_version", "name": "php5-calendar-5.5.14-109.45.2.x86_64", "product": { "name": "php5-calendar-5.5.14-109.45.2.x86_64", "product_id": "php5-calendar-5.5.14-109.45.2.x86_64" } }, { "category": "product_version", "name": "php5-ctype-5.5.14-109.45.2.x86_64", "product": { "name": "php5-ctype-5.5.14-109.45.2.x86_64", "product_id": "php5-ctype-5.5.14-109.45.2.x86_64" } }, { "category": "product_version", "name": "php5-curl-5.5.14-109.45.2.x86_64", "product": { "name": "php5-curl-5.5.14-109.45.2.x86_64", "product_id": "php5-curl-5.5.14-109.45.2.x86_64" } }, { "category": "product_version", "name": "php5-dba-5.5.14-109.45.2.x86_64", "product": { "name": "php5-dba-5.5.14-109.45.2.x86_64", "product_id": "php5-dba-5.5.14-109.45.2.x86_64" } }, { "category": "product_version", "name": "php5-dom-5.5.14-109.45.2.x86_64", "product": { "name": "php5-dom-5.5.14-109.45.2.x86_64", "product_id": "php5-dom-5.5.14-109.45.2.x86_64" } }, { "category": "product_version", "name": "php5-enchant-5.5.14-109.45.2.x86_64", "product": { "name": "php5-enchant-5.5.14-109.45.2.x86_64", "product_id": "php5-enchant-5.5.14-109.45.2.x86_64" } }, { "category": "product_version", "name": "php5-exif-5.5.14-109.45.2.x86_64", "product": { "name": "php5-exif-5.5.14-109.45.2.x86_64", "product_id": "php5-exif-5.5.14-109.45.2.x86_64" } }, { "category": "product_version", "name": "php5-fastcgi-5.5.14-109.45.2.x86_64", "product": { "name": "php5-fastcgi-5.5.14-109.45.2.x86_64", "product_id": "php5-fastcgi-5.5.14-109.45.2.x86_64" } }, { "category": "product_version", "name": "php5-fileinfo-5.5.14-109.45.2.x86_64", "product": { "name": "php5-fileinfo-5.5.14-109.45.2.x86_64", "product_id": "php5-fileinfo-5.5.14-109.45.2.x86_64" } }, { "category": "product_version", "name": "php5-fpm-5.5.14-109.45.2.x86_64", "product": { "name": "php5-fpm-5.5.14-109.45.2.x86_64", "product_id": "php5-fpm-5.5.14-109.45.2.x86_64" } }, { "category": "product_version", "name": "php5-ftp-5.5.14-109.45.2.x86_64", "product": { "name": "php5-ftp-5.5.14-109.45.2.x86_64", "product_id": "php5-ftp-5.5.14-109.45.2.x86_64" } }, { "category": "product_version", "name": "php5-gd-5.5.14-109.45.2.x86_64", "product": { "name": "php5-gd-5.5.14-109.45.2.x86_64", "product_id": "php5-gd-5.5.14-109.45.2.x86_64" } }, { "category": "product_version", "name": "php5-gettext-5.5.14-109.45.2.x86_64", "product": { "name": "php5-gettext-5.5.14-109.45.2.x86_64", "product_id": "php5-gettext-5.5.14-109.45.2.x86_64" } }, { "category": "product_version", "name": "php5-gmp-5.5.14-109.45.2.x86_64", "product": { "name": "php5-gmp-5.5.14-109.45.2.x86_64", "product_id": "php5-gmp-5.5.14-109.45.2.x86_64" } }, { "category": "product_version", "name": "php5-iconv-5.5.14-109.45.2.x86_64", "product": { "name": "php5-iconv-5.5.14-109.45.2.x86_64", "product_id": "php5-iconv-5.5.14-109.45.2.x86_64" } }, { "category": "product_version", "name": "php5-imap-5.5.14-109.45.2.x86_64", "product": { "name": "php5-imap-5.5.14-109.45.2.x86_64", "product_id": "php5-imap-5.5.14-109.45.2.x86_64" } }, { "category": "product_version", "name": "php5-intl-5.5.14-109.45.2.x86_64", "product": { "name": "php5-intl-5.5.14-109.45.2.x86_64", "product_id": "php5-intl-5.5.14-109.45.2.x86_64" } }, { "category": "product_version", "name": "php5-json-5.5.14-109.45.2.x86_64", "product": { "name": "php5-json-5.5.14-109.45.2.x86_64", "product_id": "php5-json-5.5.14-109.45.2.x86_64" } }, { "category": "product_version", "name": "php5-ldap-5.5.14-109.45.2.x86_64", "product": { "name": "php5-ldap-5.5.14-109.45.2.x86_64", "product_id": "php5-ldap-5.5.14-109.45.2.x86_64" } }, { "category": "product_version", "name": "php5-mbstring-5.5.14-109.45.2.x86_64", "product": { "name": "php5-mbstring-5.5.14-109.45.2.x86_64", "product_id": "php5-mbstring-5.5.14-109.45.2.x86_64" } }, { "category": "product_version", "name": "php5-mcrypt-5.5.14-109.45.2.x86_64", "product": { "name": "php5-mcrypt-5.5.14-109.45.2.x86_64", "product_id": "php5-mcrypt-5.5.14-109.45.2.x86_64" } }, { "category": "product_version", "name": "php5-mysql-5.5.14-109.45.2.x86_64", "product": { "name": "php5-mysql-5.5.14-109.45.2.x86_64", "product_id": "php5-mysql-5.5.14-109.45.2.x86_64" } }, { "category": "product_version", "name": "php5-odbc-5.5.14-109.45.2.x86_64", "product": { "name": "php5-odbc-5.5.14-109.45.2.x86_64", "product_id": "php5-odbc-5.5.14-109.45.2.x86_64" } }, { "category": "product_version", "name": "php5-opcache-5.5.14-109.45.2.x86_64", "product": { "name": "php5-opcache-5.5.14-109.45.2.x86_64", "product_id": "php5-opcache-5.5.14-109.45.2.x86_64" } }, { "category": "product_version", "name": "php5-openssl-5.5.14-109.45.2.x86_64", "product": { "name": "php5-openssl-5.5.14-109.45.2.x86_64", "product_id": "php5-openssl-5.5.14-109.45.2.x86_64" } }, { "category": "product_version", "name": "php5-pcntl-5.5.14-109.45.2.x86_64", "product": { "name": "php5-pcntl-5.5.14-109.45.2.x86_64", "product_id": "php5-pcntl-5.5.14-109.45.2.x86_64" } }, { "category": "product_version", "name": "php5-pdo-5.5.14-109.45.2.x86_64", "product": { "name": "php5-pdo-5.5.14-109.45.2.x86_64", "product_id": "php5-pdo-5.5.14-109.45.2.x86_64" } }, { "category": "product_version", "name": "php5-pgsql-5.5.14-109.45.2.x86_64", "product": { "name": "php5-pgsql-5.5.14-109.45.2.x86_64", "product_id": "php5-pgsql-5.5.14-109.45.2.x86_64" } }, { "category": "product_version", "name": "php5-phar-5.5.14-109.45.2.x86_64", "product": { "name": "php5-phar-5.5.14-109.45.2.x86_64", "product_id": "php5-phar-5.5.14-109.45.2.x86_64" } }, { "category": "product_version", "name": "php5-posix-5.5.14-109.45.2.x86_64", "product": { "name": "php5-posix-5.5.14-109.45.2.x86_64", "product_id": "php5-posix-5.5.14-109.45.2.x86_64" } }, { "category": "product_version", "name": "php5-pspell-5.5.14-109.45.2.x86_64", "product": { "name": "php5-pspell-5.5.14-109.45.2.x86_64", "product_id": "php5-pspell-5.5.14-109.45.2.x86_64" } }, { "category": "product_version", "name": "php5-shmop-5.5.14-109.45.2.x86_64", "product": { "name": "php5-shmop-5.5.14-109.45.2.x86_64", "product_id": "php5-shmop-5.5.14-109.45.2.x86_64" } }, { "category": "product_version", "name": "php5-snmp-5.5.14-109.45.2.x86_64", "product": { "name": "php5-snmp-5.5.14-109.45.2.x86_64", "product_id": "php5-snmp-5.5.14-109.45.2.x86_64" } }, { "category": "product_version", "name": "php5-soap-5.5.14-109.45.2.x86_64", "product": { "name": "php5-soap-5.5.14-109.45.2.x86_64", "product_id": "php5-soap-5.5.14-109.45.2.x86_64" } }, { "category": "product_version", "name": "php5-sockets-5.5.14-109.45.2.x86_64", "product": { "name": "php5-sockets-5.5.14-109.45.2.x86_64", "product_id": "php5-sockets-5.5.14-109.45.2.x86_64" } }, { "category": "product_version", "name": "php5-sqlite-5.5.14-109.45.2.x86_64", "product": { "name": "php5-sqlite-5.5.14-109.45.2.x86_64", "product_id": "php5-sqlite-5.5.14-109.45.2.x86_64" } }, { "category": "product_version", "name": "php5-suhosin-5.5.14-109.45.2.x86_64", "product": { "name": "php5-suhosin-5.5.14-109.45.2.x86_64", "product_id": "php5-suhosin-5.5.14-109.45.2.x86_64" } }, { "category": "product_version", "name": "php5-sysvmsg-5.5.14-109.45.2.x86_64", "product": { "name": "php5-sysvmsg-5.5.14-109.45.2.x86_64", "product_id": "php5-sysvmsg-5.5.14-109.45.2.x86_64" } }, { "category": "product_version", "name": "php5-sysvsem-5.5.14-109.45.2.x86_64", "product": { "name": "php5-sysvsem-5.5.14-109.45.2.x86_64", "product_id": "php5-sysvsem-5.5.14-109.45.2.x86_64" } }, { "category": "product_version", "name": "php5-sysvshm-5.5.14-109.45.2.x86_64", "product": { "name": "php5-sysvshm-5.5.14-109.45.2.x86_64", "product_id": "php5-sysvshm-5.5.14-109.45.2.x86_64" } }, { "category": "product_version", "name": "php5-tokenizer-5.5.14-109.45.2.x86_64", "product": { "name": "php5-tokenizer-5.5.14-109.45.2.x86_64", "product_id": "php5-tokenizer-5.5.14-109.45.2.x86_64" } }, { "category": "product_version", "name": "php5-wddx-5.5.14-109.45.2.x86_64", "product": { "name": "php5-wddx-5.5.14-109.45.2.x86_64", "product_id": "php5-wddx-5.5.14-109.45.2.x86_64" } }, { "category": "product_version", "name": "php5-xmlreader-5.5.14-109.45.2.x86_64", "product": { "name": "php5-xmlreader-5.5.14-109.45.2.x86_64", "product_id": "php5-xmlreader-5.5.14-109.45.2.x86_64" } }, { "category": "product_version", "name": "php5-xmlrpc-5.5.14-109.45.2.x86_64", "product": { "name": "php5-xmlrpc-5.5.14-109.45.2.x86_64", "product_id": "php5-xmlrpc-5.5.14-109.45.2.x86_64" } }, { "category": "product_version", "name": "php5-xmlwriter-5.5.14-109.45.2.x86_64", "product": { "name": "php5-xmlwriter-5.5.14-109.45.2.x86_64", "product_id": "php5-xmlwriter-5.5.14-109.45.2.x86_64" } }, { "category": "product_version", "name": "php5-xsl-5.5.14-109.45.2.x86_64", "product": { "name": "php5-xsl-5.5.14-109.45.2.x86_64", "product_id": "php5-xsl-5.5.14-109.45.2.x86_64" } }, { "category": "product_version", "name": "php5-zip-5.5.14-109.45.2.x86_64", "product": { "name": "php5-zip-5.5.14-109.45.2.x86_64", "product_id": "php5-zip-5.5.14-109.45.2.x86_64" } }, { "category": "product_version", "name": "php5-zlib-5.5.14-109.45.2.x86_64", "product": { "name": "php5-zlib-5.5.14-109.45.2.x86_64", "product_id": "php5-zlib-5.5.14-109.45.2.x86_64" } }, { "category": "product_version", "name": "php5-devel-5.5.14-109.45.2.x86_64", "product": { "name": "php5-devel-5.5.14-109.45.2.x86_64", "product_id": "php5-devel-5.5.14-109.45.2.x86_64" } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_name", "name": "SUSE Linux Enterprise Module for Web and Scripting 12", "product": { "name": "SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12", "product_identification_helper": { "cpe": "cpe:/o:suse:sle-module-web-scripting:12" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise Software Development Kit 12 SP3", "product": { "name": "SUSE Linux Enterprise Software Development Kit 12 SP3", "product_id": "SUSE Linux Enterprise Software Development Kit 12 SP3", "product_identification_helper": { "cpe": "cpe:/o:suse:sle-sdk:12:sp3" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise Software Development Kit 12 SP4", "product": { "name": "SUSE Linux Enterprise Software Development Kit 12 SP4", "product_id": "SUSE Linux Enterprise Software Development Kit 12 SP4", "product_identification_helper": { "cpe": "cpe:/o:suse:sle-sdk:12:sp4" } } } ], "category": "product_family", "name": "SUSE Linux Enterprise" } ], "category": "vendor", "name": "SUSE" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "apache2-mod_php5-5.5.14-109.45.2.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:apache2-mod_php5-5.5.14-109.45.2.aarch64" }, "product_reference": "apache2-mod_php5-5.5.14-109.45.2.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "apache2-mod_php5-5.5.14-109.45.2.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:apache2-mod_php5-5.5.14-109.45.2.ppc64le" }, "product_reference": "apache2-mod_php5-5.5.14-109.45.2.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "apache2-mod_php5-5.5.14-109.45.2.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:apache2-mod_php5-5.5.14-109.45.2.s390x" }, "product_reference": "apache2-mod_php5-5.5.14-109.45.2.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "apache2-mod_php5-5.5.14-109.45.2.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:apache2-mod_php5-5.5.14-109.45.2.x86_64" }, "product_reference": "apache2-mod_php5-5.5.14-109.45.2.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php5-5.5.14-109.45.2.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-5.5.14-109.45.2.aarch64" }, "product_reference": "php5-5.5.14-109.45.2.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php5-5.5.14-109.45.2.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-5.5.14-109.45.2.ppc64le" }, "product_reference": "php5-5.5.14-109.45.2.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php5-5.5.14-109.45.2.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-5.5.14-109.45.2.s390x" }, "product_reference": "php5-5.5.14-109.45.2.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php5-5.5.14-109.45.2.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-5.5.14-109.45.2.x86_64" }, "product_reference": "php5-5.5.14-109.45.2.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php5-bcmath-5.5.14-109.45.2.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-bcmath-5.5.14-109.45.2.aarch64" }, "product_reference": "php5-bcmath-5.5.14-109.45.2.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php5-bcmath-5.5.14-109.45.2.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-bcmath-5.5.14-109.45.2.ppc64le" }, "product_reference": "php5-bcmath-5.5.14-109.45.2.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php5-bcmath-5.5.14-109.45.2.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-bcmath-5.5.14-109.45.2.s390x" }, "product_reference": "php5-bcmath-5.5.14-109.45.2.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php5-bcmath-5.5.14-109.45.2.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-bcmath-5.5.14-109.45.2.x86_64" }, "product_reference": "php5-bcmath-5.5.14-109.45.2.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php5-bz2-5.5.14-109.45.2.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-bz2-5.5.14-109.45.2.aarch64" }, "product_reference": "php5-bz2-5.5.14-109.45.2.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php5-bz2-5.5.14-109.45.2.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-bz2-5.5.14-109.45.2.ppc64le" }, "product_reference": "php5-bz2-5.5.14-109.45.2.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php5-bz2-5.5.14-109.45.2.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-bz2-5.5.14-109.45.2.s390x" }, "product_reference": "php5-bz2-5.5.14-109.45.2.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php5-bz2-5.5.14-109.45.2.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-bz2-5.5.14-109.45.2.x86_64" }, "product_reference": "php5-bz2-5.5.14-109.45.2.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php5-calendar-5.5.14-109.45.2.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-calendar-5.5.14-109.45.2.aarch64" }, "product_reference": "php5-calendar-5.5.14-109.45.2.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php5-calendar-5.5.14-109.45.2.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-calendar-5.5.14-109.45.2.ppc64le" }, "product_reference": "php5-calendar-5.5.14-109.45.2.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php5-calendar-5.5.14-109.45.2.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-calendar-5.5.14-109.45.2.s390x" }, "product_reference": "php5-calendar-5.5.14-109.45.2.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php5-calendar-5.5.14-109.45.2.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-calendar-5.5.14-109.45.2.x86_64" }, "product_reference": "php5-calendar-5.5.14-109.45.2.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php5-ctype-5.5.14-109.45.2.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-ctype-5.5.14-109.45.2.aarch64" }, "product_reference": "php5-ctype-5.5.14-109.45.2.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php5-ctype-5.5.14-109.45.2.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-ctype-5.5.14-109.45.2.ppc64le" }, "product_reference": "php5-ctype-5.5.14-109.45.2.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php5-ctype-5.5.14-109.45.2.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-ctype-5.5.14-109.45.2.s390x" }, "product_reference": "php5-ctype-5.5.14-109.45.2.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php5-ctype-5.5.14-109.45.2.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-ctype-5.5.14-109.45.2.x86_64" }, "product_reference": "php5-ctype-5.5.14-109.45.2.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php5-curl-5.5.14-109.45.2.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-curl-5.5.14-109.45.2.aarch64" }, "product_reference": "php5-curl-5.5.14-109.45.2.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php5-curl-5.5.14-109.45.2.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-curl-5.5.14-109.45.2.ppc64le" }, "product_reference": "php5-curl-5.5.14-109.45.2.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php5-curl-5.5.14-109.45.2.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-curl-5.5.14-109.45.2.s390x" }, "product_reference": "php5-curl-5.5.14-109.45.2.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php5-curl-5.5.14-109.45.2.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-curl-5.5.14-109.45.2.x86_64" }, "product_reference": "php5-curl-5.5.14-109.45.2.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php5-dba-5.5.14-109.45.2.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-dba-5.5.14-109.45.2.aarch64" }, "product_reference": "php5-dba-5.5.14-109.45.2.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php5-dba-5.5.14-109.45.2.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-dba-5.5.14-109.45.2.ppc64le" }, "product_reference": "php5-dba-5.5.14-109.45.2.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php5-dba-5.5.14-109.45.2.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-dba-5.5.14-109.45.2.s390x" }, "product_reference": "php5-dba-5.5.14-109.45.2.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php5-dba-5.5.14-109.45.2.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-dba-5.5.14-109.45.2.x86_64" }, "product_reference": "php5-dba-5.5.14-109.45.2.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php5-dom-5.5.14-109.45.2.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-dom-5.5.14-109.45.2.aarch64" }, "product_reference": "php5-dom-5.5.14-109.45.2.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php5-dom-5.5.14-109.45.2.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-dom-5.5.14-109.45.2.ppc64le" }, "product_reference": "php5-dom-5.5.14-109.45.2.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php5-dom-5.5.14-109.45.2.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-dom-5.5.14-109.45.2.s390x" }, "product_reference": "php5-dom-5.5.14-109.45.2.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php5-dom-5.5.14-109.45.2.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-dom-5.5.14-109.45.2.x86_64" }, "product_reference": "php5-dom-5.5.14-109.45.2.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php5-enchant-5.5.14-109.45.2.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-enchant-5.5.14-109.45.2.aarch64" }, "product_reference": "php5-enchant-5.5.14-109.45.2.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php5-enchant-5.5.14-109.45.2.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-enchant-5.5.14-109.45.2.ppc64le" }, "product_reference": "php5-enchant-5.5.14-109.45.2.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php5-enchant-5.5.14-109.45.2.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-enchant-5.5.14-109.45.2.s390x" }, "product_reference": "php5-enchant-5.5.14-109.45.2.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php5-enchant-5.5.14-109.45.2.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-enchant-5.5.14-109.45.2.x86_64" }, "product_reference": "php5-enchant-5.5.14-109.45.2.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php5-exif-5.5.14-109.45.2.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-exif-5.5.14-109.45.2.aarch64" }, "product_reference": "php5-exif-5.5.14-109.45.2.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php5-exif-5.5.14-109.45.2.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-exif-5.5.14-109.45.2.ppc64le" }, "product_reference": "php5-exif-5.5.14-109.45.2.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php5-exif-5.5.14-109.45.2.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-exif-5.5.14-109.45.2.s390x" }, "product_reference": "php5-exif-5.5.14-109.45.2.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php5-exif-5.5.14-109.45.2.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-exif-5.5.14-109.45.2.x86_64" }, "product_reference": "php5-exif-5.5.14-109.45.2.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php5-fastcgi-5.5.14-109.45.2.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-fastcgi-5.5.14-109.45.2.aarch64" }, "product_reference": "php5-fastcgi-5.5.14-109.45.2.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php5-fastcgi-5.5.14-109.45.2.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-fastcgi-5.5.14-109.45.2.ppc64le" }, "product_reference": "php5-fastcgi-5.5.14-109.45.2.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php5-fastcgi-5.5.14-109.45.2.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-fastcgi-5.5.14-109.45.2.s390x" }, "product_reference": "php5-fastcgi-5.5.14-109.45.2.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php5-fastcgi-5.5.14-109.45.2.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-fastcgi-5.5.14-109.45.2.x86_64" }, "product_reference": "php5-fastcgi-5.5.14-109.45.2.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php5-fileinfo-5.5.14-109.45.2.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-fileinfo-5.5.14-109.45.2.aarch64" }, "product_reference": "php5-fileinfo-5.5.14-109.45.2.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php5-fileinfo-5.5.14-109.45.2.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-fileinfo-5.5.14-109.45.2.ppc64le" }, "product_reference": "php5-fileinfo-5.5.14-109.45.2.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php5-fileinfo-5.5.14-109.45.2.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-fileinfo-5.5.14-109.45.2.s390x" }, "product_reference": "php5-fileinfo-5.5.14-109.45.2.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php5-fileinfo-5.5.14-109.45.2.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-fileinfo-5.5.14-109.45.2.x86_64" }, "product_reference": "php5-fileinfo-5.5.14-109.45.2.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php5-fpm-5.5.14-109.45.2.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-fpm-5.5.14-109.45.2.aarch64" }, "product_reference": "php5-fpm-5.5.14-109.45.2.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php5-fpm-5.5.14-109.45.2.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-fpm-5.5.14-109.45.2.ppc64le" }, "product_reference": "php5-fpm-5.5.14-109.45.2.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php5-fpm-5.5.14-109.45.2.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-fpm-5.5.14-109.45.2.s390x" }, "product_reference": "php5-fpm-5.5.14-109.45.2.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php5-fpm-5.5.14-109.45.2.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-fpm-5.5.14-109.45.2.x86_64" }, "product_reference": "php5-fpm-5.5.14-109.45.2.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php5-ftp-5.5.14-109.45.2.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-ftp-5.5.14-109.45.2.aarch64" }, "product_reference": "php5-ftp-5.5.14-109.45.2.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php5-ftp-5.5.14-109.45.2.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-ftp-5.5.14-109.45.2.ppc64le" }, "product_reference": "php5-ftp-5.5.14-109.45.2.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php5-ftp-5.5.14-109.45.2.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-ftp-5.5.14-109.45.2.s390x" }, "product_reference": "php5-ftp-5.5.14-109.45.2.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php5-ftp-5.5.14-109.45.2.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-ftp-5.5.14-109.45.2.x86_64" }, "product_reference": "php5-ftp-5.5.14-109.45.2.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php5-gd-5.5.14-109.45.2.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-gd-5.5.14-109.45.2.aarch64" }, "product_reference": "php5-gd-5.5.14-109.45.2.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php5-gd-5.5.14-109.45.2.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-gd-5.5.14-109.45.2.ppc64le" }, "product_reference": "php5-gd-5.5.14-109.45.2.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php5-gd-5.5.14-109.45.2.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-gd-5.5.14-109.45.2.s390x" }, "product_reference": "php5-gd-5.5.14-109.45.2.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php5-gd-5.5.14-109.45.2.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-gd-5.5.14-109.45.2.x86_64" }, "product_reference": "php5-gd-5.5.14-109.45.2.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php5-gettext-5.5.14-109.45.2.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-gettext-5.5.14-109.45.2.aarch64" }, "product_reference": "php5-gettext-5.5.14-109.45.2.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php5-gettext-5.5.14-109.45.2.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-gettext-5.5.14-109.45.2.ppc64le" }, "product_reference": "php5-gettext-5.5.14-109.45.2.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php5-gettext-5.5.14-109.45.2.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-gettext-5.5.14-109.45.2.s390x" }, "product_reference": "php5-gettext-5.5.14-109.45.2.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php5-gettext-5.5.14-109.45.2.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-gettext-5.5.14-109.45.2.x86_64" }, "product_reference": "php5-gettext-5.5.14-109.45.2.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php5-gmp-5.5.14-109.45.2.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-gmp-5.5.14-109.45.2.aarch64" }, "product_reference": "php5-gmp-5.5.14-109.45.2.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php5-gmp-5.5.14-109.45.2.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-gmp-5.5.14-109.45.2.ppc64le" }, "product_reference": "php5-gmp-5.5.14-109.45.2.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php5-gmp-5.5.14-109.45.2.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-gmp-5.5.14-109.45.2.s390x" }, "product_reference": "php5-gmp-5.5.14-109.45.2.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php5-gmp-5.5.14-109.45.2.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-gmp-5.5.14-109.45.2.x86_64" }, "product_reference": "php5-gmp-5.5.14-109.45.2.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php5-iconv-5.5.14-109.45.2.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-iconv-5.5.14-109.45.2.aarch64" }, "product_reference": "php5-iconv-5.5.14-109.45.2.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php5-iconv-5.5.14-109.45.2.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-iconv-5.5.14-109.45.2.ppc64le" }, "product_reference": "php5-iconv-5.5.14-109.45.2.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php5-iconv-5.5.14-109.45.2.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-iconv-5.5.14-109.45.2.s390x" }, "product_reference": "php5-iconv-5.5.14-109.45.2.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php5-iconv-5.5.14-109.45.2.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-iconv-5.5.14-109.45.2.x86_64" }, "product_reference": "php5-iconv-5.5.14-109.45.2.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php5-imap-5.5.14-109.45.2.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-imap-5.5.14-109.45.2.aarch64" }, "product_reference": "php5-imap-5.5.14-109.45.2.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php5-imap-5.5.14-109.45.2.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-imap-5.5.14-109.45.2.ppc64le" }, "product_reference": "php5-imap-5.5.14-109.45.2.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php5-imap-5.5.14-109.45.2.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-imap-5.5.14-109.45.2.s390x" }, "product_reference": "php5-imap-5.5.14-109.45.2.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php5-imap-5.5.14-109.45.2.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-imap-5.5.14-109.45.2.x86_64" }, "product_reference": "php5-imap-5.5.14-109.45.2.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php5-intl-5.5.14-109.45.2.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-intl-5.5.14-109.45.2.aarch64" }, "product_reference": "php5-intl-5.5.14-109.45.2.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php5-intl-5.5.14-109.45.2.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-intl-5.5.14-109.45.2.ppc64le" }, "product_reference": "php5-intl-5.5.14-109.45.2.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php5-intl-5.5.14-109.45.2.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-intl-5.5.14-109.45.2.s390x" }, "product_reference": "php5-intl-5.5.14-109.45.2.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php5-intl-5.5.14-109.45.2.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-intl-5.5.14-109.45.2.x86_64" }, "product_reference": "php5-intl-5.5.14-109.45.2.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php5-json-5.5.14-109.45.2.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-json-5.5.14-109.45.2.aarch64" }, "product_reference": "php5-json-5.5.14-109.45.2.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php5-json-5.5.14-109.45.2.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-json-5.5.14-109.45.2.ppc64le" }, "product_reference": "php5-json-5.5.14-109.45.2.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php5-json-5.5.14-109.45.2.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-json-5.5.14-109.45.2.s390x" }, "product_reference": "php5-json-5.5.14-109.45.2.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php5-json-5.5.14-109.45.2.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-json-5.5.14-109.45.2.x86_64" }, "product_reference": "php5-json-5.5.14-109.45.2.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php5-ldap-5.5.14-109.45.2.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-ldap-5.5.14-109.45.2.aarch64" }, "product_reference": "php5-ldap-5.5.14-109.45.2.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php5-ldap-5.5.14-109.45.2.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-ldap-5.5.14-109.45.2.ppc64le" }, "product_reference": "php5-ldap-5.5.14-109.45.2.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php5-ldap-5.5.14-109.45.2.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-ldap-5.5.14-109.45.2.s390x" }, "product_reference": "php5-ldap-5.5.14-109.45.2.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php5-ldap-5.5.14-109.45.2.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-ldap-5.5.14-109.45.2.x86_64" }, "product_reference": "php5-ldap-5.5.14-109.45.2.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php5-mbstring-5.5.14-109.45.2.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-mbstring-5.5.14-109.45.2.aarch64" }, "product_reference": "php5-mbstring-5.5.14-109.45.2.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php5-mbstring-5.5.14-109.45.2.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-mbstring-5.5.14-109.45.2.ppc64le" }, "product_reference": "php5-mbstring-5.5.14-109.45.2.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php5-mbstring-5.5.14-109.45.2.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-mbstring-5.5.14-109.45.2.s390x" }, "product_reference": "php5-mbstring-5.5.14-109.45.2.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php5-mbstring-5.5.14-109.45.2.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-mbstring-5.5.14-109.45.2.x86_64" }, "product_reference": "php5-mbstring-5.5.14-109.45.2.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php5-mcrypt-5.5.14-109.45.2.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-mcrypt-5.5.14-109.45.2.aarch64" }, "product_reference": "php5-mcrypt-5.5.14-109.45.2.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php5-mcrypt-5.5.14-109.45.2.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-mcrypt-5.5.14-109.45.2.ppc64le" }, "product_reference": "php5-mcrypt-5.5.14-109.45.2.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php5-mcrypt-5.5.14-109.45.2.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-mcrypt-5.5.14-109.45.2.s390x" }, "product_reference": "php5-mcrypt-5.5.14-109.45.2.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php5-mcrypt-5.5.14-109.45.2.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-mcrypt-5.5.14-109.45.2.x86_64" }, "product_reference": "php5-mcrypt-5.5.14-109.45.2.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php5-mysql-5.5.14-109.45.2.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-mysql-5.5.14-109.45.2.aarch64" }, "product_reference": "php5-mysql-5.5.14-109.45.2.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php5-mysql-5.5.14-109.45.2.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-mysql-5.5.14-109.45.2.ppc64le" }, "product_reference": "php5-mysql-5.5.14-109.45.2.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php5-mysql-5.5.14-109.45.2.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-mysql-5.5.14-109.45.2.s390x" }, "product_reference": "php5-mysql-5.5.14-109.45.2.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php5-mysql-5.5.14-109.45.2.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-mysql-5.5.14-109.45.2.x86_64" }, "product_reference": "php5-mysql-5.5.14-109.45.2.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php5-odbc-5.5.14-109.45.2.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-odbc-5.5.14-109.45.2.aarch64" }, "product_reference": "php5-odbc-5.5.14-109.45.2.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php5-odbc-5.5.14-109.45.2.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-odbc-5.5.14-109.45.2.ppc64le" }, "product_reference": "php5-odbc-5.5.14-109.45.2.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php5-odbc-5.5.14-109.45.2.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-odbc-5.5.14-109.45.2.s390x" }, "product_reference": "php5-odbc-5.5.14-109.45.2.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php5-odbc-5.5.14-109.45.2.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-odbc-5.5.14-109.45.2.x86_64" }, "product_reference": "php5-odbc-5.5.14-109.45.2.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php5-opcache-5.5.14-109.45.2.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-opcache-5.5.14-109.45.2.aarch64" }, "product_reference": "php5-opcache-5.5.14-109.45.2.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php5-opcache-5.5.14-109.45.2.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-opcache-5.5.14-109.45.2.ppc64le" }, "product_reference": "php5-opcache-5.5.14-109.45.2.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php5-opcache-5.5.14-109.45.2.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-opcache-5.5.14-109.45.2.s390x" }, "product_reference": "php5-opcache-5.5.14-109.45.2.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php5-opcache-5.5.14-109.45.2.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-opcache-5.5.14-109.45.2.x86_64" }, "product_reference": "php5-opcache-5.5.14-109.45.2.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php5-openssl-5.5.14-109.45.2.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-openssl-5.5.14-109.45.2.aarch64" }, "product_reference": "php5-openssl-5.5.14-109.45.2.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php5-openssl-5.5.14-109.45.2.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-openssl-5.5.14-109.45.2.ppc64le" }, "product_reference": "php5-openssl-5.5.14-109.45.2.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php5-openssl-5.5.14-109.45.2.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-openssl-5.5.14-109.45.2.s390x" }, "product_reference": "php5-openssl-5.5.14-109.45.2.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php5-openssl-5.5.14-109.45.2.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-openssl-5.5.14-109.45.2.x86_64" }, "product_reference": "php5-openssl-5.5.14-109.45.2.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php5-pcntl-5.5.14-109.45.2.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-pcntl-5.5.14-109.45.2.aarch64" }, "product_reference": "php5-pcntl-5.5.14-109.45.2.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php5-pcntl-5.5.14-109.45.2.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-pcntl-5.5.14-109.45.2.ppc64le" }, "product_reference": "php5-pcntl-5.5.14-109.45.2.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php5-pcntl-5.5.14-109.45.2.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-pcntl-5.5.14-109.45.2.s390x" }, "product_reference": "php5-pcntl-5.5.14-109.45.2.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php5-pcntl-5.5.14-109.45.2.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-pcntl-5.5.14-109.45.2.x86_64" }, "product_reference": "php5-pcntl-5.5.14-109.45.2.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php5-pdo-5.5.14-109.45.2.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-pdo-5.5.14-109.45.2.aarch64" }, "product_reference": "php5-pdo-5.5.14-109.45.2.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php5-pdo-5.5.14-109.45.2.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-pdo-5.5.14-109.45.2.ppc64le" }, "product_reference": "php5-pdo-5.5.14-109.45.2.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php5-pdo-5.5.14-109.45.2.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-pdo-5.5.14-109.45.2.s390x" }, "product_reference": "php5-pdo-5.5.14-109.45.2.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php5-pdo-5.5.14-109.45.2.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-pdo-5.5.14-109.45.2.x86_64" }, "product_reference": "php5-pdo-5.5.14-109.45.2.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php5-pear-5.5.14-109.45.2.noarch as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-pear-5.5.14-109.45.2.noarch" }, "product_reference": "php5-pear-5.5.14-109.45.2.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php5-pgsql-5.5.14-109.45.2.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-pgsql-5.5.14-109.45.2.aarch64" }, "product_reference": "php5-pgsql-5.5.14-109.45.2.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php5-pgsql-5.5.14-109.45.2.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-pgsql-5.5.14-109.45.2.ppc64le" }, "product_reference": "php5-pgsql-5.5.14-109.45.2.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php5-pgsql-5.5.14-109.45.2.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-pgsql-5.5.14-109.45.2.s390x" }, "product_reference": "php5-pgsql-5.5.14-109.45.2.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php5-pgsql-5.5.14-109.45.2.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-pgsql-5.5.14-109.45.2.x86_64" }, "product_reference": "php5-pgsql-5.5.14-109.45.2.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php5-phar-5.5.14-109.45.2.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-phar-5.5.14-109.45.2.aarch64" }, "product_reference": "php5-phar-5.5.14-109.45.2.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php5-phar-5.5.14-109.45.2.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-phar-5.5.14-109.45.2.ppc64le" }, "product_reference": "php5-phar-5.5.14-109.45.2.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php5-phar-5.5.14-109.45.2.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-phar-5.5.14-109.45.2.s390x" }, "product_reference": "php5-phar-5.5.14-109.45.2.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php5-phar-5.5.14-109.45.2.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-phar-5.5.14-109.45.2.x86_64" }, "product_reference": "php5-phar-5.5.14-109.45.2.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php5-posix-5.5.14-109.45.2.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-posix-5.5.14-109.45.2.aarch64" }, "product_reference": "php5-posix-5.5.14-109.45.2.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php5-posix-5.5.14-109.45.2.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-posix-5.5.14-109.45.2.ppc64le" }, "product_reference": "php5-posix-5.5.14-109.45.2.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php5-posix-5.5.14-109.45.2.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-posix-5.5.14-109.45.2.s390x" }, "product_reference": "php5-posix-5.5.14-109.45.2.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php5-posix-5.5.14-109.45.2.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-posix-5.5.14-109.45.2.x86_64" }, "product_reference": "php5-posix-5.5.14-109.45.2.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php5-pspell-5.5.14-109.45.2.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-pspell-5.5.14-109.45.2.aarch64" }, "product_reference": "php5-pspell-5.5.14-109.45.2.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php5-pspell-5.5.14-109.45.2.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-pspell-5.5.14-109.45.2.ppc64le" }, "product_reference": "php5-pspell-5.5.14-109.45.2.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php5-pspell-5.5.14-109.45.2.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-pspell-5.5.14-109.45.2.s390x" }, "product_reference": "php5-pspell-5.5.14-109.45.2.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php5-pspell-5.5.14-109.45.2.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-pspell-5.5.14-109.45.2.x86_64" }, "product_reference": "php5-pspell-5.5.14-109.45.2.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php5-shmop-5.5.14-109.45.2.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-shmop-5.5.14-109.45.2.aarch64" }, "product_reference": "php5-shmop-5.5.14-109.45.2.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php5-shmop-5.5.14-109.45.2.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-shmop-5.5.14-109.45.2.ppc64le" }, "product_reference": "php5-shmop-5.5.14-109.45.2.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php5-shmop-5.5.14-109.45.2.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-shmop-5.5.14-109.45.2.s390x" }, "product_reference": "php5-shmop-5.5.14-109.45.2.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php5-shmop-5.5.14-109.45.2.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-shmop-5.5.14-109.45.2.x86_64" }, "product_reference": "php5-shmop-5.5.14-109.45.2.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php5-snmp-5.5.14-109.45.2.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-snmp-5.5.14-109.45.2.aarch64" }, "product_reference": "php5-snmp-5.5.14-109.45.2.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php5-snmp-5.5.14-109.45.2.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-snmp-5.5.14-109.45.2.ppc64le" }, "product_reference": "php5-snmp-5.5.14-109.45.2.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php5-snmp-5.5.14-109.45.2.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-snmp-5.5.14-109.45.2.s390x" }, "product_reference": "php5-snmp-5.5.14-109.45.2.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php5-snmp-5.5.14-109.45.2.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-snmp-5.5.14-109.45.2.x86_64" }, "product_reference": "php5-snmp-5.5.14-109.45.2.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php5-soap-5.5.14-109.45.2.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-soap-5.5.14-109.45.2.aarch64" }, "product_reference": "php5-soap-5.5.14-109.45.2.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php5-soap-5.5.14-109.45.2.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-soap-5.5.14-109.45.2.ppc64le" }, "product_reference": "php5-soap-5.5.14-109.45.2.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php5-soap-5.5.14-109.45.2.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-soap-5.5.14-109.45.2.s390x" }, "product_reference": "php5-soap-5.5.14-109.45.2.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php5-soap-5.5.14-109.45.2.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-soap-5.5.14-109.45.2.x86_64" }, "product_reference": "php5-soap-5.5.14-109.45.2.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php5-sockets-5.5.14-109.45.2.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-sockets-5.5.14-109.45.2.aarch64" }, "product_reference": "php5-sockets-5.5.14-109.45.2.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php5-sockets-5.5.14-109.45.2.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-sockets-5.5.14-109.45.2.ppc64le" }, "product_reference": "php5-sockets-5.5.14-109.45.2.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php5-sockets-5.5.14-109.45.2.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-sockets-5.5.14-109.45.2.s390x" }, "product_reference": "php5-sockets-5.5.14-109.45.2.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php5-sockets-5.5.14-109.45.2.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-sockets-5.5.14-109.45.2.x86_64" }, "product_reference": "php5-sockets-5.5.14-109.45.2.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php5-sqlite-5.5.14-109.45.2.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-sqlite-5.5.14-109.45.2.aarch64" }, "product_reference": "php5-sqlite-5.5.14-109.45.2.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php5-sqlite-5.5.14-109.45.2.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-sqlite-5.5.14-109.45.2.ppc64le" }, "product_reference": "php5-sqlite-5.5.14-109.45.2.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php5-sqlite-5.5.14-109.45.2.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-sqlite-5.5.14-109.45.2.s390x" }, "product_reference": "php5-sqlite-5.5.14-109.45.2.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php5-sqlite-5.5.14-109.45.2.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-sqlite-5.5.14-109.45.2.x86_64" }, "product_reference": "php5-sqlite-5.5.14-109.45.2.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php5-suhosin-5.5.14-109.45.2.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-suhosin-5.5.14-109.45.2.aarch64" }, "product_reference": "php5-suhosin-5.5.14-109.45.2.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php5-suhosin-5.5.14-109.45.2.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-suhosin-5.5.14-109.45.2.ppc64le" }, "product_reference": "php5-suhosin-5.5.14-109.45.2.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php5-suhosin-5.5.14-109.45.2.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-suhosin-5.5.14-109.45.2.s390x" }, "product_reference": "php5-suhosin-5.5.14-109.45.2.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php5-suhosin-5.5.14-109.45.2.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-suhosin-5.5.14-109.45.2.x86_64" }, "product_reference": "php5-suhosin-5.5.14-109.45.2.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php5-sysvmsg-5.5.14-109.45.2.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-sysvmsg-5.5.14-109.45.2.aarch64" }, "product_reference": "php5-sysvmsg-5.5.14-109.45.2.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php5-sysvmsg-5.5.14-109.45.2.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-sysvmsg-5.5.14-109.45.2.ppc64le" }, "product_reference": "php5-sysvmsg-5.5.14-109.45.2.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php5-sysvmsg-5.5.14-109.45.2.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-sysvmsg-5.5.14-109.45.2.s390x" }, "product_reference": "php5-sysvmsg-5.5.14-109.45.2.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php5-sysvmsg-5.5.14-109.45.2.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-sysvmsg-5.5.14-109.45.2.x86_64" }, "product_reference": "php5-sysvmsg-5.5.14-109.45.2.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php5-sysvsem-5.5.14-109.45.2.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-sysvsem-5.5.14-109.45.2.aarch64" }, "product_reference": "php5-sysvsem-5.5.14-109.45.2.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php5-sysvsem-5.5.14-109.45.2.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-sysvsem-5.5.14-109.45.2.ppc64le" }, "product_reference": "php5-sysvsem-5.5.14-109.45.2.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php5-sysvsem-5.5.14-109.45.2.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-sysvsem-5.5.14-109.45.2.s390x" }, "product_reference": "php5-sysvsem-5.5.14-109.45.2.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php5-sysvsem-5.5.14-109.45.2.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-sysvsem-5.5.14-109.45.2.x86_64" }, "product_reference": "php5-sysvsem-5.5.14-109.45.2.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php5-sysvshm-5.5.14-109.45.2.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-sysvshm-5.5.14-109.45.2.aarch64" }, "product_reference": "php5-sysvshm-5.5.14-109.45.2.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php5-sysvshm-5.5.14-109.45.2.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-sysvshm-5.5.14-109.45.2.ppc64le" }, "product_reference": "php5-sysvshm-5.5.14-109.45.2.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php5-sysvshm-5.5.14-109.45.2.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-sysvshm-5.5.14-109.45.2.s390x" }, "product_reference": "php5-sysvshm-5.5.14-109.45.2.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php5-sysvshm-5.5.14-109.45.2.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-sysvshm-5.5.14-109.45.2.x86_64" }, "product_reference": "php5-sysvshm-5.5.14-109.45.2.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php5-tokenizer-5.5.14-109.45.2.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-tokenizer-5.5.14-109.45.2.aarch64" }, "product_reference": "php5-tokenizer-5.5.14-109.45.2.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php5-tokenizer-5.5.14-109.45.2.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-tokenizer-5.5.14-109.45.2.ppc64le" }, "product_reference": "php5-tokenizer-5.5.14-109.45.2.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php5-tokenizer-5.5.14-109.45.2.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-tokenizer-5.5.14-109.45.2.s390x" }, "product_reference": "php5-tokenizer-5.5.14-109.45.2.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php5-tokenizer-5.5.14-109.45.2.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-tokenizer-5.5.14-109.45.2.x86_64" }, "product_reference": "php5-tokenizer-5.5.14-109.45.2.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php5-wddx-5.5.14-109.45.2.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-wddx-5.5.14-109.45.2.aarch64" }, "product_reference": "php5-wddx-5.5.14-109.45.2.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php5-wddx-5.5.14-109.45.2.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-wddx-5.5.14-109.45.2.ppc64le" }, "product_reference": "php5-wddx-5.5.14-109.45.2.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php5-wddx-5.5.14-109.45.2.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-wddx-5.5.14-109.45.2.s390x" }, "product_reference": "php5-wddx-5.5.14-109.45.2.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php5-wddx-5.5.14-109.45.2.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-wddx-5.5.14-109.45.2.x86_64" }, "product_reference": "php5-wddx-5.5.14-109.45.2.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php5-xmlreader-5.5.14-109.45.2.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-xmlreader-5.5.14-109.45.2.aarch64" }, "product_reference": "php5-xmlreader-5.5.14-109.45.2.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php5-xmlreader-5.5.14-109.45.2.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-xmlreader-5.5.14-109.45.2.ppc64le" }, "product_reference": "php5-xmlreader-5.5.14-109.45.2.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php5-xmlreader-5.5.14-109.45.2.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-xmlreader-5.5.14-109.45.2.s390x" }, "product_reference": "php5-xmlreader-5.5.14-109.45.2.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php5-xmlreader-5.5.14-109.45.2.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-xmlreader-5.5.14-109.45.2.x86_64" }, "product_reference": "php5-xmlreader-5.5.14-109.45.2.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php5-xmlrpc-5.5.14-109.45.2.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-xmlrpc-5.5.14-109.45.2.aarch64" }, "product_reference": "php5-xmlrpc-5.5.14-109.45.2.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php5-xmlrpc-5.5.14-109.45.2.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-xmlrpc-5.5.14-109.45.2.ppc64le" }, "product_reference": "php5-xmlrpc-5.5.14-109.45.2.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php5-xmlrpc-5.5.14-109.45.2.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-xmlrpc-5.5.14-109.45.2.s390x" }, "product_reference": "php5-xmlrpc-5.5.14-109.45.2.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php5-xmlrpc-5.5.14-109.45.2.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-xmlrpc-5.5.14-109.45.2.x86_64" }, "product_reference": "php5-xmlrpc-5.5.14-109.45.2.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php5-xmlwriter-5.5.14-109.45.2.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-xmlwriter-5.5.14-109.45.2.aarch64" }, "product_reference": "php5-xmlwriter-5.5.14-109.45.2.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php5-xmlwriter-5.5.14-109.45.2.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-xmlwriter-5.5.14-109.45.2.ppc64le" }, "product_reference": "php5-xmlwriter-5.5.14-109.45.2.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php5-xmlwriter-5.5.14-109.45.2.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-xmlwriter-5.5.14-109.45.2.s390x" }, "product_reference": "php5-xmlwriter-5.5.14-109.45.2.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php5-xmlwriter-5.5.14-109.45.2.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-xmlwriter-5.5.14-109.45.2.x86_64" }, "product_reference": "php5-xmlwriter-5.5.14-109.45.2.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php5-xsl-5.5.14-109.45.2.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-xsl-5.5.14-109.45.2.aarch64" }, "product_reference": "php5-xsl-5.5.14-109.45.2.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php5-xsl-5.5.14-109.45.2.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-xsl-5.5.14-109.45.2.ppc64le" }, "product_reference": "php5-xsl-5.5.14-109.45.2.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php5-xsl-5.5.14-109.45.2.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-xsl-5.5.14-109.45.2.s390x" }, "product_reference": "php5-xsl-5.5.14-109.45.2.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php5-xsl-5.5.14-109.45.2.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-xsl-5.5.14-109.45.2.x86_64" }, "product_reference": "php5-xsl-5.5.14-109.45.2.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php5-zip-5.5.14-109.45.2.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-zip-5.5.14-109.45.2.aarch64" }, "product_reference": "php5-zip-5.5.14-109.45.2.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php5-zip-5.5.14-109.45.2.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-zip-5.5.14-109.45.2.ppc64le" }, "product_reference": "php5-zip-5.5.14-109.45.2.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php5-zip-5.5.14-109.45.2.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-zip-5.5.14-109.45.2.s390x" }, "product_reference": "php5-zip-5.5.14-109.45.2.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php5-zip-5.5.14-109.45.2.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-zip-5.5.14-109.45.2.x86_64" }, "product_reference": "php5-zip-5.5.14-109.45.2.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php5-zlib-5.5.14-109.45.2.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-zlib-5.5.14-109.45.2.aarch64" }, "product_reference": "php5-zlib-5.5.14-109.45.2.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php5-zlib-5.5.14-109.45.2.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-zlib-5.5.14-109.45.2.ppc64le" }, "product_reference": "php5-zlib-5.5.14-109.45.2.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php5-zlib-5.5.14-109.45.2.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-zlib-5.5.14-109.45.2.s390x" }, "product_reference": "php5-zlib-5.5.14-109.45.2.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php5-zlib-5.5.14-109.45.2.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-zlib-5.5.14-109.45.2.x86_64" }, "product_reference": "php5-zlib-5.5.14-109.45.2.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php5-devel-5.5.14-109.45.2.aarch64 as component of SUSE Linux Enterprise Software Development Kit 12 SP3", "product_id": "SUSE Linux Enterprise Software Development Kit 12 SP3:php5-devel-5.5.14-109.45.2.aarch64" }, "product_reference": "php5-devel-5.5.14-109.45.2.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Software Development Kit 12 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "php5-devel-5.5.14-109.45.2.ppc64le as component of SUSE Linux Enterprise Software Development Kit 12 SP3", "product_id": "SUSE Linux Enterprise Software Development Kit 12 SP3:php5-devel-5.5.14-109.45.2.ppc64le" }, "product_reference": "php5-devel-5.5.14-109.45.2.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Software Development Kit 12 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "php5-devel-5.5.14-109.45.2.s390x as component of SUSE Linux Enterprise Software Development Kit 12 SP3", "product_id": "SUSE Linux Enterprise Software Development Kit 12 SP3:php5-devel-5.5.14-109.45.2.s390x" }, "product_reference": "php5-devel-5.5.14-109.45.2.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Software Development Kit 12 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "php5-devel-5.5.14-109.45.2.x86_64 as component of SUSE Linux Enterprise Software Development Kit 12 SP3", "product_id": "SUSE Linux Enterprise Software Development Kit 12 SP3:php5-devel-5.5.14-109.45.2.x86_64" }, "product_reference": "php5-devel-5.5.14-109.45.2.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Software Development Kit 12 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "php5-devel-5.5.14-109.45.2.aarch64 as component of SUSE Linux Enterprise Software Development Kit 12 SP4", "product_id": "SUSE Linux Enterprise Software Development Kit 12 SP4:php5-devel-5.5.14-109.45.2.aarch64" }, "product_reference": "php5-devel-5.5.14-109.45.2.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Software Development Kit 12 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php5-devel-5.5.14-109.45.2.ppc64le as component of SUSE Linux Enterprise Software Development Kit 12 SP4", "product_id": "SUSE Linux Enterprise Software Development Kit 12 SP4:php5-devel-5.5.14-109.45.2.ppc64le" }, "product_reference": "php5-devel-5.5.14-109.45.2.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Software Development Kit 12 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php5-devel-5.5.14-109.45.2.s390x as component of SUSE Linux Enterprise Software Development Kit 12 SP4", "product_id": "SUSE Linux Enterprise Software Development Kit 12 SP4:php5-devel-5.5.14-109.45.2.s390x" }, "product_reference": "php5-devel-5.5.14-109.45.2.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Software Development Kit 12 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php5-devel-5.5.14-109.45.2.x86_64 as component of SUSE Linux Enterprise Software Development Kit 12 SP4", "product_id": "SUSE Linux Enterprise Software Development Kit 12 SP4:php5-devel-5.5.14-109.45.2.x86_64" }, "product_reference": "php5-devel-5.5.14-109.45.2.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Software Development Kit 12 SP4" } ] }, "vulnerabilities": [ { "cve": "CVE-2018-19518", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2018-19518" } ], "notes": [ { "category": "general", "text": "University of Washington IMAP Toolkit 2007f on UNIX, as used in imap_open() in PHP and other products, launches an rsh command (by means of the imap_rimap function in c-client/imap4r1.c and the tcp_aopen function in osdep/unix/tcp_unix.c) without preventing argument injection, which might allow remote attackers to execute arbitrary OS commands if the IMAP server name is untrusted input (e.g., entered by a user of a web application) and if rsh has been replaced by a program with different argument semantics. For example, if rsh is a link to ssh (as seen on Debian and Ubuntu systems), then the attack can use an IMAP server name containing a \"-oProxyCommand\" argument.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Module for Web and Scripting 12:apache2-mod_php5-5.5.14-109.45.2.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:apache2-mod_php5-5.5.14-109.45.2.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:apache2-mod_php5-5.5.14-109.45.2.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:apache2-mod_php5-5.5.14-109.45.2.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-5.5.14-109.45.2.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-5.5.14-109.45.2.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-5.5.14-109.45.2.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-5.5.14-109.45.2.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-bcmath-5.5.14-109.45.2.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-bcmath-5.5.14-109.45.2.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-bcmath-5.5.14-109.45.2.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-bcmath-5.5.14-109.45.2.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-bz2-5.5.14-109.45.2.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-bz2-5.5.14-109.45.2.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-bz2-5.5.14-109.45.2.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-bz2-5.5.14-109.45.2.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-calendar-5.5.14-109.45.2.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-calendar-5.5.14-109.45.2.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-calendar-5.5.14-109.45.2.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-calendar-5.5.14-109.45.2.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-ctype-5.5.14-109.45.2.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-ctype-5.5.14-109.45.2.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-ctype-5.5.14-109.45.2.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-ctype-5.5.14-109.45.2.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-curl-5.5.14-109.45.2.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-curl-5.5.14-109.45.2.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-curl-5.5.14-109.45.2.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-curl-5.5.14-109.45.2.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-dba-5.5.14-109.45.2.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-dba-5.5.14-109.45.2.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-dba-5.5.14-109.45.2.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-dba-5.5.14-109.45.2.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-dom-5.5.14-109.45.2.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-dom-5.5.14-109.45.2.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-dom-5.5.14-109.45.2.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-dom-5.5.14-109.45.2.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-enchant-5.5.14-109.45.2.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-enchant-5.5.14-109.45.2.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-enchant-5.5.14-109.45.2.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-enchant-5.5.14-109.45.2.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-exif-5.5.14-109.45.2.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-exif-5.5.14-109.45.2.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-exif-5.5.14-109.45.2.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-exif-5.5.14-109.45.2.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-fastcgi-5.5.14-109.45.2.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-fastcgi-5.5.14-109.45.2.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-fastcgi-5.5.14-109.45.2.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-fastcgi-5.5.14-109.45.2.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-fileinfo-5.5.14-109.45.2.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-fileinfo-5.5.14-109.45.2.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-fileinfo-5.5.14-109.45.2.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-fileinfo-5.5.14-109.45.2.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-fpm-5.5.14-109.45.2.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-fpm-5.5.14-109.45.2.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-fpm-5.5.14-109.45.2.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-fpm-5.5.14-109.45.2.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-ftp-5.5.14-109.45.2.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-ftp-5.5.14-109.45.2.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-ftp-5.5.14-109.45.2.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-ftp-5.5.14-109.45.2.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-gd-5.5.14-109.45.2.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-gd-5.5.14-109.45.2.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-gd-5.5.14-109.45.2.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-gd-5.5.14-109.45.2.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-gettext-5.5.14-109.45.2.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-gettext-5.5.14-109.45.2.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-gettext-5.5.14-109.45.2.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-gettext-5.5.14-109.45.2.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-gmp-5.5.14-109.45.2.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-gmp-5.5.14-109.45.2.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-gmp-5.5.14-109.45.2.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-gmp-5.5.14-109.45.2.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-iconv-5.5.14-109.45.2.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-iconv-5.5.14-109.45.2.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-iconv-5.5.14-109.45.2.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-iconv-5.5.14-109.45.2.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-imap-5.5.14-109.45.2.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-imap-5.5.14-109.45.2.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-imap-5.5.14-109.45.2.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-imap-5.5.14-109.45.2.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-intl-5.5.14-109.45.2.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-intl-5.5.14-109.45.2.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-intl-5.5.14-109.45.2.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-intl-5.5.14-109.45.2.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-json-5.5.14-109.45.2.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-json-5.5.14-109.45.2.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-json-5.5.14-109.45.2.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-json-5.5.14-109.45.2.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-ldap-5.5.14-109.45.2.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-ldap-5.5.14-109.45.2.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-ldap-5.5.14-109.45.2.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-ldap-5.5.14-109.45.2.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-mbstring-5.5.14-109.45.2.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-mbstring-5.5.14-109.45.2.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-mbstring-5.5.14-109.45.2.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-mbstring-5.5.14-109.45.2.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-mcrypt-5.5.14-109.45.2.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-mcrypt-5.5.14-109.45.2.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-mcrypt-5.5.14-109.45.2.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-mcrypt-5.5.14-109.45.2.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-mysql-5.5.14-109.45.2.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-mysql-5.5.14-109.45.2.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-mysql-5.5.14-109.45.2.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-mysql-5.5.14-109.45.2.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-odbc-5.5.14-109.45.2.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-odbc-5.5.14-109.45.2.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-odbc-5.5.14-109.45.2.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-odbc-5.5.14-109.45.2.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-opcache-5.5.14-109.45.2.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-opcache-5.5.14-109.45.2.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-opcache-5.5.14-109.45.2.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-opcache-5.5.14-109.45.2.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-openssl-5.5.14-109.45.2.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-openssl-5.5.14-109.45.2.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-openssl-5.5.14-109.45.2.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-openssl-5.5.14-109.45.2.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-pcntl-5.5.14-109.45.2.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-pcntl-5.5.14-109.45.2.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-pcntl-5.5.14-109.45.2.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-pcntl-5.5.14-109.45.2.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-pdo-5.5.14-109.45.2.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-pdo-5.5.14-109.45.2.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-pdo-5.5.14-109.45.2.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-pdo-5.5.14-109.45.2.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-pear-5.5.14-109.45.2.noarch", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-pgsql-5.5.14-109.45.2.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-pgsql-5.5.14-109.45.2.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-pgsql-5.5.14-109.45.2.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-pgsql-5.5.14-109.45.2.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-phar-5.5.14-109.45.2.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-phar-5.5.14-109.45.2.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-phar-5.5.14-109.45.2.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-phar-5.5.14-109.45.2.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-posix-5.5.14-109.45.2.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-posix-5.5.14-109.45.2.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-posix-5.5.14-109.45.2.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-posix-5.5.14-109.45.2.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-pspell-5.5.14-109.45.2.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-pspell-5.5.14-109.45.2.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-pspell-5.5.14-109.45.2.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-pspell-5.5.14-109.45.2.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-shmop-5.5.14-109.45.2.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-shmop-5.5.14-109.45.2.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-shmop-5.5.14-109.45.2.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-shmop-5.5.14-109.45.2.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-snmp-5.5.14-109.45.2.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-snmp-5.5.14-109.45.2.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-snmp-5.5.14-109.45.2.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-snmp-5.5.14-109.45.2.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-soap-5.5.14-109.45.2.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-soap-5.5.14-109.45.2.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-soap-5.5.14-109.45.2.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-soap-5.5.14-109.45.2.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-sockets-5.5.14-109.45.2.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-sockets-5.5.14-109.45.2.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-sockets-5.5.14-109.45.2.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-sockets-5.5.14-109.45.2.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-sqlite-5.5.14-109.45.2.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-sqlite-5.5.14-109.45.2.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-sqlite-5.5.14-109.45.2.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-sqlite-5.5.14-109.45.2.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-suhosin-5.5.14-109.45.2.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-suhosin-5.5.14-109.45.2.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-suhosin-5.5.14-109.45.2.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-suhosin-5.5.14-109.45.2.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-sysvmsg-5.5.14-109.45.2.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-sysvmsg-5.5.14-109.45.2.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-sysvmsg-5.5.14-109.45.2.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-sysvmsg-5.5.14-109.45.2.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-sysvsem-5.5.14-109.45.2.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-sysvsem-5.5.14-109.45.2.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-sysvsem-5.5.14-109.45.2.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-sysvsem-5.5.14-109.45.2.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-sysvshm-5.5.14-109.45.2.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-sysvshm-5.5.14-109.45.2.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-sysvshm-5.5.14-109.45.2.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-sysvshm-5.5.14-109.45.2.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-tokenizer-5.5.14-109.45.2.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-tokenizer-5.5.14-109.45.2.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-tokenizer-5.5.14-109.45.2.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-tokenizer-5.5.14-109.45.2.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-wddx-5.5.14-109.45.2.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-wddx-5.5.14-109.45.2.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-wddx-5.5.14-109.45.2.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-wddx-5.5.14-109.45.2.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-xmlreader-5.5.14-109.45.2.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-xmlreader-5.5.14-109.45.2.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-xmlreader-5.5.14-109.45.2.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-xmlreader-5.5.14-109.45.2.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-xmlrpc-5.5.14-109.45.2.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-xmlrpc-5.5.14-109.45.2.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-xmlrpc-5.5.14-109.45.2.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-xmlrpc-5.5.14-109.45.2.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-xmlwriter-5.5.14-109.45.2.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-xmlwriter-5.5.14-109.45.2.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-xmlwriter-5.5.14-109.45.2.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-xmlwriter-5.5.14-109.45.2.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-xsl-5.5.14-109.45.2.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-xsl-5.5.14-109.45.2.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-xsl-5.5.14-109.45.2.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-xsl-5.5.14-109.45.2.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-zip-5.5.14-109.45.2.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-zip-5.5.14-109.45.2.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-zip-5.5.14-109.45.2.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-zip-5.5.14-109.45.2.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-zlib-5.5.14-109.45.2.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-zlib-5.5.14-109.45.2.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-zlib-5.5.14-109.45.2.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-zlib-5.5.14-109.45.2.x86_64", "SUSE Linux Enterprise Software Development Kit 12 SP3:php5-devel-5.5.14-109.45.2.aarch64", "SUSE Linux Enterprise Software Development Kit 12 SP3:php5-devel-5.5.14-109.45.2.ppc64le", "SUSE Linux Enterprise Software Development Kit 12 SP3:php5-devel-5.5.14-109.45.2.s390x", "SUSE Linux Enterprise Software Development Kit 12 SP3:php5-devel-5.5.14-109.45.2.x86_64", "SUSE Linux Enterprise Software Development Kit 12 SP4:php5-devel-5.5.14-109.45.2.aarch64", "SUSE Linux Enterprise Software Development Kit 12 SP4:php5-devel-5.5.14-109.45.2.ppc64le", "SUSE Linux Enterprise Software Development Kit 12 SP4:php5-devel-5.5.14-109.45.2.s390x", "SUSE Linux Enterprise Software Development Kit 12 SP4:php5-devel-5.5.14-109.45.2.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2018-19518", "url": "https://www.suse.com/security/cve/CVE-2018-19518" }, { "category": "external", "summary": "SUSE Bug 1117107 for CVE-2018-19518", "url": "https://bugzilla.suse.com/1117107" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "SUSE Linux Enterprise Module for Web and Scripting 12:apache2-mod_php5-5.5.14-109.45.2.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:apache2-mod_php5-5.5.14-109.45.2.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:apache2-mod_php5-5.5.14-109.45.2.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:apache2-mod_php5-5.5.14-109.45.2.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-5.5.14-109.45.2.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-5.5.14-109.45.2.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-5.5.14-109.45.2.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-5.5.14-109.45.2.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-bcmath-5.5.14-109.45.2.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-bcmath-5.5.14-109.45.2.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-bcmath-5.5.14-109.45.2.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-bcmath-5.5.14-109.45.2.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-bz2-5.5.14-109.45.2.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-bz2-5.5.14-109.45.2.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-bz2-5.5.14-109.45.2.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-bz2-5.5.14-109.45.2.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-calendar-5.5.14-109.45.2.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-calendar-5.5.14-109.45.2.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-calendar-5.5.14-109.45.2.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-calendar-5.5.14-109.45.2.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-ctype-5.5.14-109.45.2.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-ctype-5.5.14-109.45.2.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-ctype-5.5.14-109.45.2.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-ctype-5.5.14-109.45.2.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-curl-5.5.14-109.45.2.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-curl-5.5.14-109.45.2.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-curl-5.5.14-109.45.2.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-curl-5.5.14-109.45.2.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-dba-5.5.14-109.45.2.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-dba-5.5.14-109.45.2.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-dba-5.5.14-109.45.2.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-dba-5.5.14-109.45.2.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-dom-5.5.14-109.45.2.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-dom-5.5.14-109.45.2.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-dom-5.5.14-109.45.2.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-dom-5.5.14-109.45.2.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-enchant-5.5.14-109.45.2.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-enchant-5.5.14-109.45.2.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-enchant-5.5.14-109.45.2.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-enchant-5.5.14-109.45.2.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-exif-5.5.14-109.45.2.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-exif-5.5.14-109.45.2.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-exif-5.5.14-109.45.2.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-exif-5.5.14-109.45.2.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-fastcgi-5.5.14-109.45.2.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-fastcgi-5.5.14-109.45.2.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-fastcgi-5.5.14-109.45.2.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-fastcgi-5.5.14-109.45.2.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-fileinfo-5.5.14-109.45.2.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-fileinfo-5.5.14-109.45.2.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-fileinfo-5.5.14-109.45.2.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-fileinfo-5.5.14-109.45.2.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-fpm-5.5.14-109.45.2.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-fpm-5.5.14-109.45.2.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-fpm-5.5.14-109.45.2.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-fpm-5.5.14-109.45.2.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-ftp-5.5.14-109.45.2.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-ftp-5.5.14-109.45.2.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-ftp-5.5.14-109.45.2.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-ftp-5.5.14-109.45.2.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-gd-5.5.14-109.45.2.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-gd-5.5.14-109.45.2.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-gd-5.5.14-109.45.2.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-gd-5.5.14-109.45.2.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-gettext-5.5.14-109.45.2.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-gettext-5.5.14-109.45.2.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-gettext-5.5.14-109.45.2.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-gettext-5.5.14-109.45.2.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-gmp-5.5.14-109.45.2.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-gmp-5.5.14-109.45.2.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-gmp-5.5.14-109.45.2.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-gmp-5.5.14-109.45.2.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-iconv-5.5.14-109.45.2.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-iconv-5.5.14-109.45.2.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-iconv-5.5.14-109.45.2.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-iconv-5.5.14-109.45.2.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-imap-5.5.14-109.45.2.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-imap-5.5.14-109.45.2.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-imap-5.5.14-109.45.2.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-imap-5.5.14-109.45.2.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-intl-5.5.14-109.45.2.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-intl-5.5.14-109.45.2.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-intl-5.5.14-109.45.2.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-intl-5.5.14-109.45.2.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-json-5.5.14-109.45.2.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-json-5.5.14-109.45.2.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-json-5.5.14-109.45.2.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-json-5.5.14-109.45.2.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-ldap-5.5.14-109.45.2.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-ldap-5.5.14-109.45.2.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-ldap-5.5.14-109.45.2.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-ldap-5.5.14-109.45.2.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-mbstring-5.5.14-109.45.2.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-mbstring-5.5.14-109.45.2.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-mbstring-5.5.14-109.45.2.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-mbstring-5.5.14-109.45.2.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-mcrypt-5.5.14-109.45.2.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-mcrypt-5.5.14-109.45.2.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-mcrypt-5.5.14-109.45.2.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-mcrypt-5.5.14-109.45.2.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-mysql-5.5.14-109.45.2.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-mysql-5.5.14-109.45.2.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-mysql-5.5.14-109.45.2.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-mysql-5.5.14-109.45.2.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-odbc-5.5.14-109.45.2.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-odbc-5.5.14-109.45.2.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-odbc-5.5.14-109.45.2.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-odbc-5.5.14-109.45.2.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-opcache-5.5.14-109.45.2.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-opcache-5.5.14-109.45.2.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-opcache-5.5.14-109.45.2.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-opcache-5.5.14-109.45.2.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-openssl-5.5.14-109.45.2.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-openssl-5.5.14-109.45.2.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-openssl-5.5.14-109.45.2.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-openssl-5.5.14-109.45.2.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-pcntl-5.5.14-109.45.2.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-pcntl-5.5.14-109.45.2.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-pcntl-5.5.14-109.45.2.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-pcntl-5.5.14-109.45.2.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-pdo-5.5.14-109.45.2.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-pdo-5.5.14-109.45.2.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-pdo-5.5.14-109.45.2.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-pdo-5.5.14-109.45.2.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-pear-5.5.14-109.45.2.noarch", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-pgsql-5.5.14-109.45.2.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-pgsql-5.5.14-109.45.2.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-pgsql-5.5.14-109.45.2.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-pgsql-5.5.14-109.45.2.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-phar-5.5.14-109.45.2.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-phar-5.5.14-109.45.2.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-phar-5.5.14-109.45.2.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-phar-5.5.14-109.45.2.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-posix-5.5.14-109.45.2.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-posix-5.5.14-109.45.2.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-posix-5.5.14-109.45.2.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-posix-5.5.14-109.45.2.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-pspell-5.5.14-109.45.2.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-pspell-5.5.14-109.45.2.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-pspell-5.5.14-109.45.2.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-pspell-5.5.14-109.45.2.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-shmop-5.5.14-109.45.2.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-shmop-5.5.14-109.45.2.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-shmop-5.5.14-109.45.2.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-shmop-5.5.14-109.45.2.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-snmp-5.5.14-109.45.2.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-snmp-5.5.14-109.45.2.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-snmp-5.5.14-109.45.2.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-snmp-5.5.14-109.45.2.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-soap-5.5.14-109.45.2.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-soap-5.5.14-109.45.2.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-soap-5.5.14-109.45.2.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-soap-5.5.14-109.45.2.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-sockets-5.5.14-109.45.2.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-sockets-5.5.14-109.45.2.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-sockets-5.5.14-109.45.2.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-sockets-5.5.14-109.45.2.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-sqlite-5.5.14-109.45.2.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-sqlite-5.5.14-109.45.2.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-sqlite-5.5.14-109.45.2.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-sqlite-5.5.14-109.45.2.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-suhosin-5.5.14-109.45.2.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-suhosin-5.5.14-109.45.2.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-suhosin-5.5.14-109.45.2.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-suhosin-5.5.14-109.45.2.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-sysvmsg-5.5.14-109.45.2.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-sysvmsg-5.5.14-109.45.2.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-sysvmsg-5.5.14-109.45.2.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-sysvmsg-5.5.14-109.45.2.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-sysvsem-5.5.14-109.45.2.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-sysvsem-5.5.14-109.45.2.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-sysvsem-5.5.14-109.45.2.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-sysvsem-5.5.14-109.45.2.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-sysvshm-5.5.14-109.45.2.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-sysvshm-5.5.14-109.45.2.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-sysvshm-5.5.14-109.45.2.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-sysvshm-5.5.14-109.45.2.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-tokenizer-5.5.14-109.45.2.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-tokenizer-5.5.14-109.45.2.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-tokenizer-5.5.14-109.45.2.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-tokenizer-5.5.14-109.45.2.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-wddx-5.5.14-109.45.2.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-wddx-5.5.14-109.45.2.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-wddx-5.5.14-109.45.2.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-wddx-5.5.14-109.45.2.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-xmlreader-5.5.14-109.45.2.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-xmlreader-5.5.14-109.45.2.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-xmlreader-5.5.14-109.45.2.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-xmlreader-5.5.14-109.45.2.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-xmlrpc-5.5.14-109.45.2.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-xmlrpc-5.5.14-109.45.2.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-xmlrpc-5.5.14-109.45.2.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-xmlrpc-5.5.14-109.45.2.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-xmlwriter-5.5.14-109.45.2.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-xmlwriter-5.5.14-109.45.2.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-xmlwriter-5.5.14-109.45.2.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-xmlwriter-5.5.14-109.45.2.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-xsl-5.5.14-109.45.2.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-xsl-5.5.14-109.45.2.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-xsl-5.5.14-109.45.2.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-xsl-5.5.14-109.45.2.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-zip-5.5.14-109.45.2.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-zip-5.5.14-109.45.2.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-zip-5.5.14-109.45.2.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-zip-5.5.14-109.45.2.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-zlib-5.5.14-109.45.2.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-zlib-5.5.14-109.45.2.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-zlib-5.5.14-109.45.2.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-zlib-5.5.14-109.45.2.x86_64", "SUSE Linux Enterprise Software Development Kit 12 SP3:php5-devel-5.5.14-109.45.2.aarch64", "SUSE Linux Enterprise Software Development Kit 12 SP3:php5-devel-5.5.14-109.45.2.ppc64le", "SUSE Linux Enterprise Software Development Kit 12 SP3:php5-devel-5.5.14-109.45.2.s390x", "SUSE Linux Enterprise Software Development Kit 12 SP3:php5-devel-5.5.14-109.45.2.x86_64", "SUSE Linux Enterprise Software Development Kit 12 SP4:php5-devel-5.5.14-109.45.2.aarch64", "SUSE Linux Enterprise Software Development Kit 12 SP4:php5-devel-5.5.14-109.45.2.ppc64le", "SUSE Linux Enterprise Software Development Kit 12 SP4:php5-devel-5.5.14-109.45.2.s390x", "SUSE Linux Enterprise Software Development Kit 12 SP4:php5-devel-5.5.14-109.45.2.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 5.3, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.0/AV:L/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:L", "version": "3.0" }, "products": [ "SUSE Linux Enterprise Module for Web and Scripting 12:apache2-mod_php5-5.5.14-109.45.2.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:apache2-mod_php5-5.5.14-109.45.2.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:apache2-mod_php5-5.5.14-109.45.2.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:apache2-mod_php5-5.5.14-109.45.2.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-5.5.14-109.45.2.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-5.5.14-109.45.2.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-5.5.14-109.45.2.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-5.5.14-109.45.2.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-bcmath-5.5.14-109.45.2.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-bcmath-5.5.14-109.45.2.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-bcmath-5.5.14-109.45.2.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-bcmath-5.5.14-109.45.2.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-bz2-5.5.14-109.45.2.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-bz2-5.5.14-109.45.2.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-bz2-5.5.14-109.45.2.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-bz2-5.5.14-109.45.2.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-calendar-5.5.14-109.45.2.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-calendar-5.5.14-109.45.2.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-calendar-5.5.14-109.45.2.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-calendar-5.5.14-109.45.2.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-ctype-5.5.14-109.45.2.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-ctype-5.5.14-109.45.2.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-ctype-5.5.14-109.45.2.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-ctype-5.5.14-109.45.2.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-curl-5.5.14-109.45.2.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-curl-5.5.14-109.45.2.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-curl-5.5.14-109.45.2.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-curl-5.5.14-109.45.2.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-dba-5.5.14-109.45.2.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-dba-5.5.14-109.45.2.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-dba-5.5.14-109.45.2.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-dba-5.5.14-109.45.2.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-dom-5.5.14-109.45.2.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-dom-5.5.14-109.45.2.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-dom-5.5.14-109.45.2.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-dom-5.5.14-109.45.2.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-enchant-5.5.14-109.45.2.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-enchant-5.5.14-109.45.2.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-enchant-5.5.14-109.45.2.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-enchant-5.5.14-109.45.2.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-exif-5.5.14-109.45.2.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-exif-5.5.14-109.45.2.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-exif-5.5.14-109.45.2.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-exif-5.5.14-109.45.2.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-fastcgi-5.5.14-109.45.2.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-fastcgi-5.5.14-109.45.2.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-fastcgi-5.5.14-109.45.2.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-fastcgi-5.5.14-109.45.2.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-fileinfo-5.5.14-109.45.2.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-fileinfo-5.5.14-109.45.2.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-fileinfo-5.5.14-109.45.2.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-fileinfo-5.5.14-109.45.2.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-fpm-5.5.14-109.45.2.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-fpm-5.5.14-109.45.2.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-fpm-5.5.14-109.45.2.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-fpm-5.5.14-109.45.2.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-ftp-5.5.14-109.45.2.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-ftp-5.5.14-109.45.2.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-ftp-5.5.14-109.45.2.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-ftp-5.5.14-109.45.2.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-gd-5.5.14-109.45.2.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-gd-5.5.14-109.45.2.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-gd-5.5.14-109.45.2.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-gd-5.5.14-109.45.2.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-gettext-5.5.14-109.45.2.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-gettext-5.5.14-109.45.2.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-gettext-5.5.14-109.45.2.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-gettext-5.5.14-109.45.2.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-gmp-5.5.14-109.45.2.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-gmp-5.5.14-109.45.2.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-gmp-5.5.14-109.45.2.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-gmp-5.5.14-109.45.2.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-iconv-5.5.14-109.45.2.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-iconv-5.5.14-109.45.2.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-iconv-5.5.14-109.45.2.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-iconv-5.5.14-109.45.2.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-imap-5.5.14-109.45.2.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-imap-5.5.14-109.45.2.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-imap-5.5.14-109.45.2.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-imap-5.5.14-109.45.2.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-intl-5.5.14-109.45.2.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-intl-5.5.14-109.45.2.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-intl-5.5.14-109.45.2.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-intl-5.5.14-109.45.2.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-json-5.5.14-109.45.2.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-json-5.5.14-109.45.2.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-json-5.5.14-109.45.2.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-json-5.5.14-109.45.2.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-ldap-5.5.14-109.45.2.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-ldap-5.5.14-109.45.2.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-ldap-5.5.14-109.45.2.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-ldap-5.5.14-109.45.2.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-mbstring-5.5.14-109.45.2.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-mbstring-5.5.14-109.45.2.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-mbstring-5.5.14-109.45.2.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-mbstring-5.5.14-109.45.2.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-mcrypt-5.5.14-109.45.2.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-mcrypt-5.5.14-109.45.2.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-mcrypt-5.5.14-109.45.2.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-mcrypt-5.5.14-109.45.2.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-mysql-5.5.14-109.45.2.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-mysql-5.5.14-109.45.2.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-mysql-5.5.14-109.45.2.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-mysql-5.5.14-109.45.2.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-odbc-5.5.14-109.45.2.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-odbc-5.5.14-109.45.2.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-odbc-5.5.14-109.45.2.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-odbc-5.5.14-109.45.2.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-opcache-5.5.14-109.45.2.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-opcache-5.5.14-109.45.2.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-opcache-5.5.14-109.45.2.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-opcache-5.5.14-109.45.2.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-openssl-5.5.14-109.45.2.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-openssl-5.5.14-109.45.2.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-openssl-5.5.14-109.45.2.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-openssl-5.5.14-109.45.2.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-pcntl-5.5.14-109.45.2.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-pcntl-5.5.14-109.45.2.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-pcntl-5.5.14-109.45.2.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-pcntl-5.5.14-109.45.2.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-pdo-5.5.14-109.45.2.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-pdo-5.5.14-109.45.2.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-pdo-5.5.14-109.45.2.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-pdo-5.5.14-109.45.2.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-pear-5.5.14-109.45.2.noarch", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-pgsql-5.5.14-109.45.2.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-pgsql-5.5.14-109.45.2.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-pgsql-5.5.14-109.45.2.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-pgsql-5.5.14-109.45.2.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-phar-5.5.14-109.45.2.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-phar-5.5.14-109.45.2.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-phar-5.5.14-109.45.2.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-phar-5.5.14-109.45.2.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-posix-5.5.14-109.45.2.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-posix-5.5.14-109.45.2.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-posix-5.5.14-109.45.2.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-posix-5.5.14-109.45.2.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-pspell-5.5.14-109.45.2.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-pspell-5.5.14-109.45.2.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-pspell-5.5.14-109.45.2.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-pspell-5.5.14-109.45.2.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-shmop-5.5.14-109.45.2.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-shmop-5.5.14-109.45.2.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-shmop-5.5.14-109.45.2.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-shmop-5.5.14-109.45.2.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-snmp-5.5.14-109.45.2.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-snmp-5.5.14-109.45.2.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-snmp-5.5.14-109.45.2.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-snmp-5.5.14-109.45.2.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-soap-5.5.14-109.45.2.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-soap-5.5.14-109.45.2.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-soap-5.5.14-109.45.2.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-soap-5.5.14-109.45.2.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-sockets-5.5.14-109.45.2.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-sockets-5.5.14-109.45.2.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-sockets-5.5.14-109.45.2.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-sockets-5.5.14-109.45.2.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-sqlite-5.5.14-109.45.2.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-sqlite-5.5.14-109.45.2.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-sqlite-5.5.14-109.45.2.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-sqlite-5.5.14-109.45.2.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-suhosin-5.5.14-109.45.2.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-suhosin-5.5.14-109.45.2.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-suhosin-5.5.14-109.45.2.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-suhosin-5.5.14-109.45.2.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-sysvmsg-5.5.14-109.45.2.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-sysvmsg-5.5.14-109.45.2.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-sysvmsg-5.5.14-109.45.2.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-sysvmsg-5.5.14-109.45.2.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-sysvsem-5.5.14-109.45.2.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-sysvsem-5.5.14-109.45.2.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-sysvsem-5.5.14-109.45.2.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-sysvsem-5.5.14-109.45.2.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-sysvshm-5.5.14-109.45.2.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-sysvshm-5.5.14-109.45.2.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-sysvshm-5.5.14-109.45.2.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-sysvshm-5.5.14-109.45.2.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-tokenizer-5.5.14-109.45.2.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-tokenizer-5.5.14-109.45.2.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-tokenizer-5.5.14-109.45.2.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-tokenizer-5.5.14-109.45.2.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-wddx-5.5.14-109.45.2.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-wddx-5.5.14-109.45.2.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-wddx-5.5.14-109.45.2.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-wddx-5.5.14-109.45.2.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-xmlreader-5.5.14-109.45.2.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-xmlreader-5.5.14-109.45.2.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-xmlreader-5.5.14-109.45.2.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-xmlreader-5.5.14-109.45.2.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-xmlrpc-5.5.14-109.45.2.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-xmlrpc-5.5.14-109.45.2.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-xmlrpc-5.5.14-109.45.2.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-xmlrpc-5.5.14-109.45.2.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-xmlwriter-5.5.14-109.45.2.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-xmlwriter-5.5.14-109.45.2.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-xmlwriter-5.5.14-109.45.2.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-xmlwriter-5.5.14-109.45.2.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-xsl-5.5.14-109.45.2.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-xsl-5.5.14-109.45.2.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-xsl-5.5.14-109.45.2.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-xsl-5.5.14-109.45.2.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-zip-5.5.14-109.45.2.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-zip-5.5.14-109.45.2.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-zip-5.5.14-109.45.2.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-zip-5.5.14-109.45.2.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-zlib-5.5.14-109.45.2.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-zlib-5.5.14-109.45.2.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-zlib-5.5.14-109.45.2.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php5-zlib-5.5.14-109.45.2.x86_64", "SUSE Linux Enterprise Software Development Kit 12 SP3:php5-devel-5.5.14-109.45.2.aarch64", "SUSE Linux Enterprise Software Development Kit 12 SP3:php5-devel-5.5.14-109.45.2.ppc64le", "SUSE Linux Enterprise Software Development Kit 12 SP3:php5-devel-5.5.14-109.45.2.s390x", "SUSE Linux Enterprise Software Development Kit 12 SP3:php5-devel-5.5.14-109.45.2.x86_64", "SUSE Linux Enterprise Software Development Kit 12 SP4:php5-devel-5.5.14-109.45.2.aarch64", "SUSE Linux Enterprise Software Development Kit 12 SP4:php5-devel-5.5.14-109.45.2.ppc64le", "SUSE Linux Enterprise Software Development Kit 12 SP4:php5-devel-5.5.14-109.45.2.s390x", "SUSE Linux Enterprise Software Development Kit 12 SP4:php5-devel-5.5.14-109.45.2.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2018-12-06T08:41:04Z", "details": "important" } ], "title": "CVE-2018-19518" } ] }
suse-su-2018:3986-1
Vulnerability from csaf_suse
Published
2018-12-05 13:44
Modified
2018-12-05 13:44
Summary
Recommended update for php53
Notes
Title of the patch
Recommended update for php53
Description of the patch
This update for php53 fixes the following issues:
Security issue fixed:
- CVE-2018-19518: Fixed imap_open script injection flaw (bsc#1117107).
Patchnames
sdksp4-php53-13893,slessp4-php53-13893
Terms of use
CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
{ "document": { "aggregate_severity": { "namespace": "https://www.suse.com/support/security/rating/", "text": "moderate" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright 2024 SUSE LLC. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "Recommended update for php53", "title": "Title of the patch" }, { "category": "description", "text": "This update for php53 fixes the following issues:\n\nSecurity issue fixed:\n \n- CVE-2018-19518: Fixed imap_open script injection flaw (bsc#1117107).\n", "title": "Description of the patch" }, { "category": "details", "text": "sdksp4-php53-13893,slessp4-php53-13893", "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-2018_3986-1.json" }, { "category": "self", "summary": "URL for SUSE-SU-2018:3986-1", "url": "https://www.suse.com/support/update/announcement/2018/suse-su-20183986-1/" }, { "category": "self", "summary": "E-Mail link for SUSE-SU-2018:3986-1", "url": "https://lists.suse.com/pipermail/sle-security-updates/2018-December/004920.html" }, { "category": "self", "summary": "SUSE Bug 1117107", "url": "https://bugzilla.suse.com/1117107" }, { "category": "self", "summary": "SUSE CVE CVE-2018-19518 page", "url": "https://www.suse.com/security/cve/CVE-2018-19518/" } ], "title": "Recommended update for php53", "tracking": { "current_release_date": "2018-12-05T13:44:37Z", "generator": { "date": "2018-12-05T13:44:37Z", "engine": { "name": "cve-database.git:bin/generate-csaf.pl", "version": "1" } }, "id": "SUSE-SU-2018:3986-1", "initial_release_date": "2018-12-05T13:44:37Z", "revision_history": [ { "date": "2018-12-05T13:44:37Z", "number": "1", "summary": "Current version" } ], "status": "final", "version": "1" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_version", "name": "php53-devel-5.3.17-112.45.1.i586", "product": { "name": "php53-devel-5.3.17-112.45.1.i586", "product_id": "php53-devel-5.3.17-112.45.1.i586" } }, { "category": "product_version", "name": "php53-imap-5.3.17-112.45.1.i586", "product": { "name": "php53-imap-5.3.17-112.45.1.i586", "product_id": "php53-imap-5.3.17-112.45.1.i586" } }, { "category": "product_version", "name": "php53-posix-5.3.17-112.45.1.i586", "product": { "name": "php53-posix-5.3.17-112.45.1.i586", "product_id": "php53-posix-5.3.17-112.45.1.i586" } }, { "category": "product_version", "name": "php53-readline-5.3.17-112.45.1.i586", "product": { "name": "php53-readline-5.3.17-112.45.1.i586", "product_id": "php53-readline-5.3.17-112.45.1.i586" } }, { "category": "product_version", "name": "php53-sockets-5.3.17-112.45.1.i586", "product": { "name": "php53-sockets-5.3.17-112.45.1.i586", "product_id": "php53-sockets-5.3.17-112.45.1.i586" } }, { "category": "product_version", "name": "php53-sqlite-5.3.17-112.45.1.i586", "product": { "name": "php53-sqlite-5.3.17-112.45.1.i586", "product_id": "php53-sqlite-5.3.17-112.45.1.i586" } }, { "category": "product_version", "name": "php53-tidy-5.3.17-112.45.1.i586", "product": { "name": "php53-tidy-5.3.17-112.45.1.i586", "product_id": "php53-tidy-5.3.17-112.45.1.i586" } }, { "category": "product_version", "name": "apache2-mod_php53-5.3.17-112.45.1.i586", "product": { "name": "apache2-mod_php53-5.3.17-112.45.1.i586", "product_id": "apache2-mod_php53-5.3.17-112.45.1.i586" } }, { "category": "product_version", "name": "php53-5.3.17-112.45.1.i586", "product": { "name": "php53-5.3.17-112.45.1.i586", "product_id": "php53-5.3.17-112.45.1.i586" } }, { "category": "product_version", "name": "php53-bcmath-5.3.17-112.45.1.i586", "product": { "name": "php53-bcmath-5.3.17-112.45.1.i586", "product_id": "php53-bcmath-5.3.17-112.45.1.i586" } }, { "category": "product_version", "name": "php53-bz2-5.3.17-112.45.1.i586", "product": { "name": "php53-bz2-5.3.17-112.45.1.i586", "product_id": "php53-bz2-5.3.17-112.45.1.i586" } }, { "category": "product_version", "name": "php53-calendar-5.3.17-112.45.1.i586", "product": { "name": "php53-calendar-5.3.17-112.45.1.i586", "product_id": "php53-calendar-5.3.17-112.45.1.i586" } }, { "category": "product_version", "name": "php53-ctype-5.3.17-112.45.1.i586", "product": { "name": "php53-ctype-5.3.17-112.45.1.i586", "product_id": "php53-ctype-5.3.17-112.45.1.i586" } }, { "category": "product_version", "name": "php53-curl-5.3.17-112.45.1.i586", "product": { "name": "php53-curl-5.3.17-112.45.1.i586", "product_id": "php53-curl-5.3.17-112.45.1.i586" } }, { "category": "product_version", "name": "php53-dba-5.3.17-112.45.1.i586", "product": { "name": "php53-dba-5.3.17-112.45.1.i586", "product_id": "php53-dba-5.3.17-112.45.1.i586" } }, { "category": "product_version", "name": "php53-dom-5.3.17-112.45.1.i586", "product": { "name": "php53-dom-5.3.17-112.45.1.i586", "product_id": "php53-dom-5.3.17-112.45.1.i586" } }, { "category": "product_version", "name": "php53-exif-5.3.17-112.45.1.i586", "product": { "name": "php53-exif-5.3.17-112.45.1.i586", "product_id": "php53-exif-5.3.17-112.45.1.i586" } }, { "category": "product_version", "name": "php53-fastcgi-5.3.17-112.45.1.i586", "product": { "name": "php53-fastcgi-5.3.17-112.45.1.i586", "product_id": "php53-fastcgi-5.3.17-112.45.1.i586" } }, { "category": "product_version", "name": "php53-fileinfo-5.3.17-112.45.1.i586", "product": { "name": "php53-fileinfo-5.3.17-112.45.1.i586", "product_id": "php53-fileinfo-5.3.17-112.45.1.i586" } }, { "category": "product_version", "name": "php53-ftp-5.3.17-112.45.1.i586", "product": { "name": "php53-ftp-5.3.17-112.45.1.i586", "product_id": "php53-ftp-5.3.17-112.45.1.i586" } }, { "category": "product_version", "name": "php53-gd-5.3.17-112.45.1.i586", "product": { "name": "php53-gd-5.3.17-112.45.1.i586", "product_id": "php53-gd-5.3.17-112.45.1.i586" } }, { "category": "product_version", "name": "php53-gettext-5.3.17-112.45.1.i586", "product": { "name": "php53-gettext-5.3.17-112.45.1.i586", "product_id": "php53-gettext-5.3.17-112.45.1.i586" } }, { "category": "product_version", "name": "php53-gmp-5.3.17-112.45.1.i586", "product": { "name": "php53-gmp-5.3.17-112.45.1.i586", "product_id": "php53-gmp-5.3.17-112.45.1.i586" } }, { "category": "product_version", "name": "php53-iconv-5.3.17-112.45.1.i586", "product": { "name": "php53-iconv-5.3.17-112.45.1.i586", "product_id": "php53-iconv-5.3.17-112.45.1.i586" } }, { "category": "product_version", "name": "php53-intl-5.3.17-112.45.1.i586", "product": { "name": "php53-intl-5.3.17-112.45.1.i586", "product_id": "php53-intl-5.3.17-112.45.1.i586" } }, { "category": "product_version", "name": "php53-json-5.3.17-112.45.1.i586", "product": { "name": "php53-json-5.3.17-112.45.1.i586", "product_id": "php53-json-5.3.17-112.45.1.i586" } }, { "category": "product_version", "name": "php53-ldap-5.3.17-112.45.1.i586", "product": { "name": "php53-ldap-5.3.17-112.45.1.i586", "product_id": "php53-ldap-5.3.17-112.45.1.i586" } }, { "category": "product_version", "name": "php53-mbstring-5.3.17-112.45.1.i586", "product": { "name": "php53-mbstring-5.3.17-112.45.1.i586", "product_id": "php53-mbstring-5.3.17-112.45.1.i586" } }, { "category": "product_version", "name": "php53-mcrypt-5.3.17-112.45.1.i586", "product": { "name": "php53-mcrypt-5.3.17-112.45.1.i586", "product_id": "php53-mcrypt-5.3.17-112.45.1.i586" } }, { "category": "product_version", "name": "php53-mysql-5.3.17-112.45.1.i586", "product": { "name": "php53-mysql-5.3.17-112.45.1.i586", "product_id": "php53-mysql-5.3.17-112.45.1.i586" } }, { "category": "product_version", "name": "php53-odbc-5.3.17-112.45.1.i586", "product": { "name": "php53-odbc-5.3.17-112.45.1.i586", "product_id": "php53-odbc-5.3.17-112.45.1.i586" } }, { "category": "product_version", "name": "php53-openssl-5.3.17-112.45.1.i586", "product": { "name": "php53-openssl-5.3.17-112.45.1.i586", "product_id": "php53-openssl-5.3.17-112.45.1.i586" } }, { "category": "product_version", "name": "php53-pcntl-5.3.17-112.45.1.i586", "product": { "name": "php53-pcntl-5.3.17-112.45.1.i586", "product_id": "php53-pcntl-5.3.17-112.45.1.i586" } }, { "category": "product_version", "name": "php53-pdo-5.3.17-112.45.1.i586", "product": { "name": "php53-pdo-5.3.17-112.45.1.i586", "product_id": "php53-pdo-5.3.17-112.45.1.i586" } }, { "category": "product_version", "name": "php53-pear-5.3.17-112.45.1.i586", "product": { "name": "php53-pear-5.3.17-112.45.1.i586", "product_id": "php53-pear-5.3.17-112.45.1.i586" } }, { "category": "product_version", "name": "php53-pgsql-5.3.17-112.45.1.i586", "product": { "name": "php53-pgsql-5.3.17-112.45.1.i586", "product_id": "php53-pgsql-5.3.17-112.45.1.i586" } }, { "category": "product_version", "name": "php53-pspell-5.3.17-112.45.1.i586", "product": { "name": "php53-pspell-5.3.17-112.45.1.i586", "product_id": "php53-pspell-5.3.17-112.45.1.i586" } }, { "category": "product_version", "name": "php53-shmop-5.3.17-112.45.1.i586", "product": { "name": "php53-shmop-5.3.17-112.45.1.i586", "product_id": "php53-shmop-5.3.17-112.45.1.i586" } }, { "category": "product_version", "name": "php53-snmp-5.3.17-112.45.1.i586", "product": { "name": "php53-snmp-5.3.17-112.45.1.i586", "product_id": "php53-snmp-5.3.17-112.45.1.i586" } }, { "category": "product_version", "name": "php53-soap-5.3.17-112.45.1.i586", "product": { "name": "php53-soap-5.3.17-112.45.1.i586", "product_id": "php53-soap-5.3.17-112.45.1.i586" } }, { "category": "product_version", "name": "php53-suhosin-5.3.17-112.45.1.i586", "product": { "name": "php53-suhosin-5.3.17-112.45.1.i586", "product_id": "php53-suhosin-5.3.17-112.45.1.i586" } }, { "category": "product_version", "name": "php53-sysvmsg-5.3.17-112.45.1.i586", "product": { "name": "php53-sysvmsg-5.3.17-112.45.1.i586", "product_id": "php53-sysvmsg-5.3.17-112.45.1.i586" } }, { "category": "product_version", "name": "php53-sysvsem-5.3.17-112.45.1.i586", "product": { "name": "php53-sysvsem-5.3.17-112.45.1.i586", "product_id": "php53-sysvsem-5.3.17-112.45.1.i586" } }, { "category": "product_version", "name": "php53-sysvshm-5.3.17-112.45.1.i586", "product": { "name": "php53-sysvshm-5.3.17-112.45.1.i586", "product_id": "php53-sysvshm-5.3.17-112.45.1.i586" } }, { "category": "product_version", "name": "php53-tokenizer-5.3.17-112.45.1.i586", "product": { "name": "php53-tokenizer-5.3.17-112.45.1.i586", "product_id": "php53-tokenizer-5.3.17-112.45.1.i586" } }, { "category": "product_version", "name": "php53-wddx-5.3.17-112.45.1.i586", "product": { "name": "php53-wddx-5.3.17-112.45.1.i586", "product_id": "php53-wddx-5.3.17-112.45.1.i586" } }, { "category": "product_version", "name": "php53-xmlreader-5.3.17-112.45.1.i586", "product": { "name": "php53-xmlreader-5.3.17-112.45.1.i586", "product_id": "php53-xmlreader-5.3.17-112.45.1.i586" } }, { "category": "product_version", "name": "php53-xmlrpc-5.3.17-112.45.1.i586", "product": { "name": "php53-xmlrpc-5.3.17-112.45.1.i586", "product_id": "php53-xmlrpc-5.3.17-112.45.1.i586" } }, { "category": "product_version", "name": "php53-xmlwriter-5.3.17-112.45.1.i586", "product": { "name": "php53-xmlwriter-5.3.17-112.45.1.i586", "product_id": "php53-xmlwriter-5.3.17-112.45.1.i586" } }, { "category": "product_version", "name": "php53-xsl-5.3.17-112.45.1.i586", "product": { "name": "php53-xsl-5.3.17-112.45.1.i586", "product_id": "php53-xsl-5.3.17-112.45.1.i586" } }, { "category": "product_version", "name": "php53-zip-5.3.17-112.45.1.i586", "product": { "name": "php53-zip-5.3.17-112.45.1.i586", "product_id": "php53-zip-5.3.17-112.45.1.i586" } }, { "category": "product_version", "name": "php53-zlib-5.3.17-112.45.1.i586", "product": { "name": "php53-zlib-5.3.17-112.45.1.i586", "product_id": "php53-zlib-5.3.17-112.45.1.i586" } } ], "category": "architecture", "name": "i586" }, { "branches": [ { "category": "product_version", "name": "php53-devel-5.3.17-112.45.1.ia64", "product": { "name": "php53-devel-5.3.17-112.45.1.ia64", "product_id": "php53-devel-5.3.17-112.45.1.ia64" } }, { "category": "product_version", "name": "php53-imap-5.3.17-112.45.1.ia64", "product": { "name": "php53-imap-5.3.17-112.45.1.ia64", "product_id": "php53-imap-5.3.17-112.45.1.ia64" } }, { "category": "product_version", "name": "php53-posix-5.3.17-112.45.1.ia64", "product": { "name": "php53-posix-5.3.17-112.45.1.ia64", "product_id": "php53-posix-5.3.17-112.45.1.ia64" } }, { "category": "product_version", "name": "php53-readline-5.3.17-112.45.1.ia64", "product": { "name": "php53-readline-5.3.17-112.45.1.ia64", "product_id": "php53-readline-5.3.17-112.45.1.ia64" } }, { "category": "product_version", "name": "php53-sockets-5.3.17-112.45.1.ia64", "product": { "name": "php53-sockets-5.3.17-112.45.1.ia64", "product_id": "php53-sockets-5.3.17-112.45.1.ia64" } }, { "category": "product_version", "name": "php53-sqlite-5.3.17-112.45.1.ia64", "product": { "name": "php53-sqlite-5.3.17-112.45.1.ia64", "product_id": "php53-sqlite-5.3.17-112.45.1.ia64" } }, { "category": "product_version", "name": "php53-tidy-5.3.17-112.45.1.ia64", "product": { "name": "php53-tidy-5.3.17-112.45.1.ia64", "product_id": "php53-tidy-5.3.17-112.45.1.ia64" } }, { "category": "product_version", "name": "apache2-mod_php53-5.3.17-112.45.1.ia64", "product": { "name": "apache2-mod_php53-5.3.17-112.45.1.ia64", "product_id": "apache2-mod_php53-5.3.17-112.45.1.ia64" } }, { "category": "product_version", "name": "php53-5.3.17-112.45.1.ia64", "product": { "name": "php53-5.3.17-112.45.1.ia64", "product_id": "php53-5.3.17-112.45.1.ia64" } }, { "category": "product_version", "name": "php53-bcmath-5.3.17-112.45.1.ia64", "product": { "name": "php53-bcmath-5.3.17-112.45.1.ia64", "product_id": "php53-bcmath-5.3.17-112.45.1.ia64" } }, { "category": "product_version", "name": "php53-bz2-5.3.17-112.45.1.ia64", "product": { "name": "php53-bz2-5.3.17-112.45.1.ia64", "product_id": "php53-bz2-5.3.17-112.45.1.ia64" } }, { "category": "product_version", "name": "php53-calendar-5.3.17-112.45.1.ia64", "product": { "name": "php53-calendar-5.3.17-112.45.1.ia64", "product_id": "php53-calendar-5.3.17-112.45.1.ia64" } }, { "category": "product_version", "name": "php53-ctype-5.3.17-112.45.1.ia64", "product": { "name": "php53-ctype-5.3.17-112.45.1.ia64", "product_id": "php53-ctype-5.3.17-112.45.1.ia64" } }, { "category": "product_version", "name": "php53-curl-5.3.17-112.45.1.ia64", "product": { "name": "php53-curl-5.3.17-112.45.1.ia64", "product_id": "php53-curl-5.3.17-112.45.1.ia64" } }, { "category": "product_version", "name": "php53-dba-5.3.17-112.45.1.ia64", "product": { "name": "php53-dba-5.3.17-112.45.1.ia64", "product_id": "php53-dba-5.3.17-112.45.1.ia64" } }, { "category": "product_version", "name": "php53-dom-5.3.17-112.45.1.ia64", "product": { "name": "php53-dom-5.3.17-112.45.1.ia64", "product_id": "php53-dom-5.3.17-112.45.1.ia64" } }, { "category": "product_version", "name": "php53-exif-5.3.17-112.45.1.ia64", "product": { "name": "php53-exif-5.3.17-112.45.1.ia64", "product_id": "php53-exif-5.3.17-112.45.1.ia64" } }, { "category": "product_version", "name": "php53-fastcgi-5.3.17-112.45.1.ia64", "product": { "name": "php53-fastcgi-5.3.17-112.45.1.ia64", "product_id": "php53-fastcgi-5.3.17-112.45.1.ia64" } }, { "category": "product_version", "name": "php53-fileinfo-5.3.17-112.45.1.ia64", "product": { "name": "php53-fileinfo-5.3.17-112.45.1.ia64", "product_id": "php53-fileinfo-5.3.17-112.45.1.ia64" } }, { "category": "product_version", "name": "php53-ftp-5.3.17-112.45.1.ia64", "product": { "name": "php53-ftp-5.3.17-112.45.1.ia64", "product_id": "php53-ftp-5.3.17-112.45.1.ia64" } }, { "category": "product_version", "name": "php53-gd-5.3.17-112.45.1.ia64", "product": { "name": "php53-gd-5.3.17-112.45.1.ia64", "product_id": "php53-gd-5.3.17-112.45.1.ia64" } }, { "category": "product_version", "name": "php53-gettext-5.3.17-112.45.1.ia64", "product": { "name": "php53-gettext-5.3.17-112.45.1.ia64", "product_id": "php53-gettext-5.3.17-112.45.1.ia64" } }, { "category": "product_version", "name": "php53-gmp-5.3.17-112.45.1.ia64", "product": { "name": "php53-gmp-5.3.17-112.45.1.ia64", "product_id": "php53-gmp-5.3.17-112.45.1.ia64" } }, { "category": "product_version", "name": "php53-iconv-5.3.17-112.45.1.ia64", "product": { "name": "php53-iconv-5.3.17-112.45.1.ia64", "product_id": "php53-iconv-5.3.17-112.45.1.ia64" } }, { "category": "product_version", "name": "php53-intl-5.3.17-112.45.1.ia64", "product": { "name": "php53-intl-5.3.17-112.45.1.ia64", "product_id": "php53-intl-5.3.17-112.45.1.ia64" } }, { "category": "product_version", "name": "php53-json-5.3.17-112.45.1.ia64", "product": { "name": "php53-json-5.3.17-112.45.1.ia64", "product_id": "php53-json-5.3.17-112.45.1.ia64" } }, { "category": "product_version", "name": "php53-ldap-5.3.17-112.45.1.ia64", "product": { "name": "php53-ldap-5.3.17-112.45.1.ia64", "product_id": "php53-ldap-5.3.17-112.45.1.ia64" } }, { "category": "product_version", "name": "php53-mbstring-5.3.17-112.45.1.ia64", "product": { "name": "php53-mbstring-5.3.17-112.45.1.ia64", "product_id": "php53-mbstring-5.3.17-112.45.1.ia64" } }, { "category": "product_version", "name": "php53-mcrypt-5.3.17-112.45.1.ia64", "product": { "name": "php53-mcrypt-5.3.17-112.45.1.ia64", "product_id": "php53-mcrypt-5.3.17-112.45.1.ia64" } }, { "category": "product_version", "name": "php53-mysql-5.3.17-112.45.1.ia64", "product": { "name": "php53-mysql-5.3.17-112.45.1.ia64", "product_id": "php53-mysql-5.3.17-112.45.1.ia64" } }, { "category": "product_version", "name": "php53-odbc-5.3.17-112.45.1.ia64", "product": { "name": "php53-odbc-5.3.17-112.45.1.ia64", "product_id": "php53-odbc-5.3.17-112.45.1.ia64" } }, { "category": "product_version", "name": "php53-openssl-5.3.17-112.45.1.ia64", "product": { "name": "php53-openssl-5.3.17-112.45.1.ia64", "product_id": "php53-openssl-5.3.17-112.45.1.ia64" } }, { "category": "product_version", "name": "php53-pcntl-5.3.17-112.45.1.ia64", "product": { "name": "php53-pcntl-5.3.17-112.45.1.ia64", "product_id": "php53-pcntl-5.3.17-112.45.1.ia64" } }, { "category": "product_version", "name": "php53-pdo-5.3.17-112.45.1.ia64", "product": { "name": "php53-pdo-5.3.17-112.45.1.ia64", "product_id": "php53-pdo-5.3.17-112.45.1.ia64" } }, { "category": "product_version", "name": "php53-pear-5.3.17-112.45.1.ia64", "product": { "name": "php53-pear-5.3.17-112.45.1.ia64", "product_id": "php53-pear-5.3.17-112.45.1.ia64" } }, { "category": "product_version", "name": "php53-pgsql-5.3.17-112.45.1.ia64", "product": { "name": "php53-pgsql-5.3.17-112.45.1.ia64", "product_id": "php53-pgsql-5.3.17-112.45.1.ia64" } }, { "category": "product_version", "name": "php53-pspell-5.3.17-112.45.1.ia64", "product": { "name": "php53-pspell-5.3.17-112.45.1.ia64", "product_id": "php53-pspell-5.3.17-112.45.1.ia64" } }, { "category": "product_version", "name": "php53-shmop-5.3.17-112.45.1.ia64", "product": { "name": "php53-shmop-5.3.17-112.45.1.ia64", "product_id": "php53-shmop-5.3.17-112.45.1.ia64" } }, { "category": "product_version", "name": "php53-snmp-5.3.17-112.45.1.ia64", "product": { "name": "php53-snmp-5.3.17-112.45.1.ia64", "product_id": "php53-snmp-5.3.17-112.45.1.ia64" } }, { "category": "product_version", "name": "php53-soap-5.3.17-112.45.1.ia64", "product": { "name": "php53-soap-5.3.17-112.45.1.ia64", "product_id": "php53-soap-5.3.17-112.45.1.ia64" } }, { "category": "product_version", "name": "php53-suhosin-5.3.17-112.45.1.ia64", "product": { "name": "php53-suhosin-5.3.17-112.45.1.ia64", "product_id": "php53-suhosin-5.3.17-112.45.1.ia64" } }, { "category": "product_version", "name": "php53-sysvmsg-5.3.17-112.45.1.ia64", "product": { "name": "php53-sysvmsg-5.3.17-112.45.1.ia64", "product_id": "php53-sysvmsg-5.3.17-112.45.1.ia64" } }, { "category": "product_version", "name": "php53-sysvsem-5.3.17-112.45.1.ia64", "product": { "name": "php53-sysvsem-5.3.17-112.45.1.ia64", "product_id": "php53-sysvsem-5.3.17-112.45.1.ia64" } }, { "category": "product_version", "name": "php53-sysvshm-5.3.17-112.45.1.ia64", "product": { "name": "php53-sysvshm-5.3.17-112.45.1.ia64", "product_id": "php53-sysvshm-5.3.17-112.45.1.ia64" } }, { "category": "product_version", "name": "php53-tokenizer-5.3.17-112.45.1.ia64", "product": { "name": "php53-tokenizer-5.3.17-112.45.1.ia64", "product_id": "php53-tokenizer-5.3.17-112.45.1.ia64" } }, { "category": "product_version", "name": "php53-wddx-5.3.17-112.45.1.ia64", "product": { "name": "php53-wddx-5.3.17-112.45.1.ia64", "product_id": "php53-wddx-5.3.17-112.45.1.ia64" } }, { "category": "product_version", "name": "php53-xmlreader-5.3.17-112.45.1.ia64", "product": { "name": "php53-xmlreader-5.3.17-112.45.1.ia64", "product_id": "php53-xmlreader-5.3.17-112.45.1.ia64" } }, { "category": "product_version", "name": "php53-xmlrpc-5.3.17-112.45.1.ia64", "product": { "name": "php53-xmlrpc-5.3.17-112.45.1.ia64", "product_id": "php53-xmlrpc-5.3.17-112.45.1.ia64" } }, { "category": "product_version", "name": "php53-xmlwriter-5.3.17-112.45.1.ia64", "product": { "name": "php53-xmlwriter-5.3.17-112.45.1.ia64", "product_id": "php53-xmlwriter-5.3.17-112.45.1.ia64" } }, { "category": "product_version", "name": "php53-xsl-5.3.17-112.45.1.ia64", "product": { "name": "php53-xsl-5.3.17-112.45.1.ia64", "product_id": "php53-xsl-5.3.17-112.45.1.ia64" } }, { "category": "product_version", "name": "php53-zip-5.3.17-112.45.1.ia64", "product": { "name": "php53-zip-5.3.17-112.45.1.ia64", "product_id": "php53-zip-5.3.17-112.45.1.ia64" } }, { "category": "product_version", "name": "php53-zlib-5.3.17-112.45.1.ia64", "product": { "name": "php53-zlib-5.3.17-112.45.1.ia64", "product_id": "php53-zlib-5.3.17-112.45.1.ia64" } } ], "category": "architecture", "name": "ia64" }, { "branches": [ { "category": "product_version", "name": "php53-devel-5.3.17-112.45.1.ppc64", "product": { "name": "php53-devel-5.3.17-112.45.1.ppc64", "product_id": "php53-devel-5.3.17-112.45.1.ppc64" } }, { "category": "product_version", "name": "php53-imap-5.3.17-112.45.1.ppc64", "product": { "name": "php53-imap-5.3.17-112.45.1.ppc64", "product_id": "php53-imap-5.3.17-112.45.1.ppc64" } }, { "category": "product_version", "name": "php53-posix-5.3.17-112.45.1.ppc64", "product": { "name": "php53-posix-5.3.17-112.45.1.ppc64", "product_id": "php53-posix-5.3.17-112.45.1.ppc64" } }, { "category": "product_version", "name": "php53-readline-5.3.17-112.45.1.ppc64", "product": { "name": "php53-readline-5.3.17-112.45.1.ppc64", "product_id": "php53-readline-5.3.17-112.45.1.ppc64" } }, { "category": "product_version", "name": "php53-sockets-5.3.17-112.45.1.ppc64", "product": { "name": "php53-sockets-5.3.17-112.45.1.ppc64", "product_id": "php53-sockets-5.3.17-112.45.1.ppc64" } }, { "category": "product_version", "name": "php53-sqlite-5.3.17-112.45.1.ppc64", "product": { "name": "php53-sqlite-5.3.17-112.45.1.ppc64", "product_id": "php53-sqlite-5.3.17-112.45.1.ppc64" } }, { "category": "product_version", "name": "php53-tidy-5.3.17-112.45.1.ppc64", "product": { "name": "php53-tidy-5.3.17-112.45.1.ppc64", "product_id": "php53-tidy-5.3.17-112.45.1.ppc64" } }, { "category": "product_version", "name": "apache2-mod_php53-5.3.17-112.45.1.ppc64", "product": { "name": "apache2-mod_php53-5.3.17-112.45.1.ppc64", "product_id": "apache2-mod_php53-5.3.17-112.45.1.ppc64" } }, { "category": "product_version", "name": "php53-5.3.17-112.45.1.ppc64", "product": { "name": "php53-5.3.17-112.45.1.ppc64", "product_id": "php53-5.3.17-112.45.1.ppc64" } }, { "category": "product_version", "name": "php53-bcmath-5.3.17-112.45.1.ppc64", "product": { "name": "php53-bcmath-5.3.17-112.45.1.ppc64", "product_id": "php53-bcmath-5.3.17-112.45.1.ppc64" } }, { "category": "product_version", "name": "php53-bz2-5.3.17-112.45.1.ppc64", "product": { "name": "php53-bz2-5.3.17-112.45.1.ppc64", "product_id": "php53-bz2-5.3.17-112.45.1.ppc64" } }, { "category": "product_version", "name": "php53-calendar-5.3.17-112.45.1.ppc64", "product": { "name": "php53-calendar-5.3.17-112.45.1.ppc64", "product_id": "php53-calendar-5.3.17-112.45.1.ppc64" } }, { "category": "product_version", "name": "php53-ctype-5.3.17-112.45.1.ppc64", "product": { "name": "php53-ctype-5.3.17-112.45.1.ppc64", "product_id": "php53-ctype-5.3.17-112.45.1.ppc64" } }, { "category": "product_version", "name": "php53-curl-5.3.17-112.45.1.ppc64", "product": { "name": "php53-curl-5.3.17-112.45.1.ppc64", "product_id": "php53-curl-5.3.17-112.45.1.ppc64" } }, { "category": "product_version", "name": "php53-dba-5.3.17-112.45.1.ppc64", "product": { "name": "php53-dba-5.3.17-112.45.1.ppc64", "product_id": "php53-dba-5.3.17-112.45.1.ppc64" } }, { "category": "product_version", "name": "php53-dom-5.3.17-112.45.1.ppc64", "product": { "name": "php53-dom-5.3.17-112.45.1.ppc64", "product_id": "php53-dom-5.3.17-112.45.1.ppc64" } }, { "category": "product_version", "name": "php53-exif-5.3.17-112.45.1.ppc64", "product": { "name": "php53-exif-5.3.17-112.45.1.ppc64", "product_id": "php53-exif-5.3.17-112.45.1.ppc64" } }, { "category": "product_version", "name": "php53-fastcgi-5.3.17-112.45.1.ppc64", "product": { "name": "php53-fastcgi-5.3.17-112.45.1.ppc64", "product_id": "php53-fastcgi-5.3.17-112.45.1.ppc64" } }, { "category": "product_version", "name": "php53-fileinfo-5.3.17-112.45.1.ppc64", "product": { "name": "php53-fileinfo-5.3.17-112.45.1.ppc64", "product_id": "php53-fileinfo-5.3.17-112.45.1.ppc64" } }, { "category": "product_version", "name": "php53-ftp-5.3.17-112.45.1.ppc64", "product": { "name": "php53-ftp-5.3.17-112.45.1.ppc64", "product_id": "php53-ftp-5.3.17-112.45.1.ppc64" } }, { "category": "product_version", "name": "php53-gd-5.3.17-112.45.1.ppc64", "product": { "name": "php53-gd-5.3.17-112.45.1.ppc64", "product_id": "php53-gd-5.3.17-112.45.1.ppc64" } }, { "category": "product_version", "name": "php53-gettext-5.3.17-112.45.1.ppc64", "product": { "name": "php53-gettext-5.3.17-112.45.1.ppc64", "product_id": "php53-gettext-5.3.17-112.45.1.ppc64" } }, { "category": "product_version", "name": "php53-gmp-5.3.17-112.45.1.ppc64", "product": { "name": "php53-gmp-5.3.17-112.45.1.ppc64", "product_id": "php53-gmp-5.3.17-112.45.1.ppc64" } }, { "category": "product_version", "name": "php53-iconv-5.3.17-112.45.1.ppc64", "product": { "name": "php53-iconv-5.3.17-112.45.1.ppc64", "product_id": "php53-iconv-5.3.17-112.45.1.ppc64" } }, { "category": "product_version", "name": "php53-intl-5.3.17-112.45.1.ppc64", "product": { "name": "php53-intl-5.3.17-112.45.1.ppc64", "product_id": "php53-intl-5.3.17-112.45.1.ppc64" } }, { "category": "product_version", "name": "php53-json-5.3.17-112.45.1.ppc64", "product": { "name": "php53-json-5.3.17-112.45.1.ppc64", "product_id": "php53-json-5.3.17-112.45.1.ppc64" } }, { "category": "product_version", "name": "php53-ldap-5.3.17-112.45.1.ppc64", "product": { "name": "php53-ldap-5.3.17-112.45.1.ppc64", "product_id": "php53-ldap-5.3.17-112.45.1.ppc64" } }, { "category": "product_version", "name": "php53-mbstring-5.3.17-112.45.1.ppc64", "product": { "name": "php53-mbstring-5.3.17-112.45.1.ppc64", "product_id": "php53-mbstring-5.3.17-112.45.1.ppc64" } }, { "category": "product_version", "name": "php53-mcrypt-5.3.17-112.45.1.ppc64", "product": { "name": "php53-mcrypt-5.3.17-112.45.1.ppc64", "product_id": "php53-mcrypt-5.3.17-112.45.1.ppc64" } }, { "category": "product_version", "name": "php53-mysql-5.3.17-112.45.1.ppc64", "product": { "name": "php53-mysql-5.3.17-112.45.1.ppc64", "product_id": "php53-mysql-5.3.17-112.45.1.ppc64" } }, { "category": "product_version", "name": "php53-odbc-5.3.17-112.45.1.ppc64", "product": { "name": "php53-odbc-5.3.17-112.45.1.ppc64", "product_id": "php53-odbc-5.3.17-112.45.1.ppc64" } }, { "category": "product_version", "name": "php53-openssl-5.3.17-112.45.1.ppc64", "product": { "name": "php53-openssl-5.3.17-112.45.1.ppc64", "product_id": "php53-openssl-5.3.17-112.45.1.ppc64" } }, { "category": "product_version", "name": "php53-pcntl-5.3.17-112.45.1.ppc64", "product": { "name": "php53-pcntl-5.3.17-112.45.1.ppc64", "product_id": "php53-pcntl-5.3.17-112.45.1.ppc64" } }, { "category": "product_version", "name": "php53-pdo-5.3.17-112.45.1.ppc64", "product": { "name": "php53-pdo-5.3.17-112.45.1.ppc64", "product_id": "php53-pdo-5.3.17-112.45.1.ppc64" } }, { "category": "product_version", "name": "php53-pear-5.3.17-112.45.1.ppc64", "product": { "name": "php53-pear-5.3.17-112.45.1.ppc64", "product_id": "php53-pear-5.3.17-112.45.1.ppc64" } }, { "category": "product_version", "name": "php53-pgsql-5.3.17-112.45.1.ppc64", "product": { "name": "php53-pgsql-5.3.17-112.45.1.ppc64", "product_id": "php53-pgsql-5.3.17-112.45.1.ppc64" } }, { "category": "product_version", "name": "php53-pspell-5.3.17-112.45.1.ppc64", "product": { "name": "php53-pspell-5.3.17-112.45.1.ppc64", "product_id": "php53-pspell-5.3.17-112.45.1.ppc64" } }, { "category": "product_version", "name": "php53-shmop-5.3.17-112.45.1.ppc64", "product": { "name": "php53-shmop-5.3.17-112.45.1.ppc64", "product_id": "php53-shmop-5.3.17-112.45.1.ppc64" } }, { "category": "product_version", "name": "php53-snmp-5.3.17-112.45.1.ppc64", "product": { "name": "php53-snmp-5.3.17-112.45.1.ppc64", "product_id": "php53-snmp-5.3.17-112.45.1.ppc64" } }, { "category": "product_version", "name": "php53-soap-5.3.17-112.45.1.ppc64", "product": { "name": "php53-soap-5.3.17-112.45.1.ppc64", "product_id": "php53-soap-5.3.17-112.45.1.ppc64" } }, { "category": "product_version", "name": "php53-suhosin-5.3.17-112.45.1.ppc64", "product": { "name": "php53-suhosin-5.3.17-112.45.1.ppc64", "product_id": "php53-suhosin-5.3.17-112.45.1.ppc64" } }, { "category": "product_version", "name": "php53-sysvmsg-5.3.17-112.45.1.ppc64", "product": { "name": "php53-sysvmsg-5.3.17-112.45.1.ppc64", "product_id": "php53-sysvmsg-5.3.17-112.45.1.ppc64" } }, { "category": "product_version", "name": "php53-sysvsem-5.3.17-112.45.1.ppc64", "product": { "name": "php53-sysvsem-5.3.17-112.45.1.ppc64", "product_id": "php53-sysvsem-5.3.17-112.45.1.ppc64" } }, { "category": "product_version", "name": "php53-sysvshm-5.3.17-112.45.1.ppc64", "product": { "name": "php53-sysvshm-5.3.17-112.45.1.ppc64", "product_id": "php53-sysvshm-5.3.17-112.45.1.ppc64" } }, { "category": "product_version", "name": "php53-tokenizer-5.3.17-112.45.1.ppc64", "product": { "name": "php53-tokenizer-5.3.17-112.45.1.ppc64", "product_id": "php53-tokenizer-5.3.17-112.45.1.ppc64" } }, { "category": "product_version", "name": "php53-wddx-5.3.17-112.45.1.ppc64", "product": { "name": "php53-wddx-5.3.17-112.45.1.ppc64", "product_id": "php53-wddx-5.3.17-112.45.1.ppc64" } }, { "category": "product_version", "name": "php53-xmlreader-5.3.17-112.45.1.ppc64", "product": { "name": "php53-xmlreader-5.3.17-112.45.1.ppc64", "product_id": "php53-xmlreader-5.3.17-112.45.1.ppc64" } }, { "category": "product_version", "name": "php53-xmlrpc-5.3.17-112.45.1.ppc64", "product": { "name": "php53-xmlrpc-5.3.17-112.45.1.ppc64", "product_id": "php53-xmlrpc-5.3.17-112.45.1.ppc64" } }, { "category": "product_version", "name": "php53-xmlwriter-5.3.17-112.45.1.ppc64", "product": { "name": "php53-xmlwriter-5.3.17-112.45.1.ppc64", "product_id": "php53-xmlwriter-5.3.17-112.45.1.ppc64" } }, { "category": "product_version", "name": "php53-xsl-5.3.17-112.45.1.ppc64", "product": { "name": "php53-xsl-5.3.17-112.45.1.ppc64", "product_id": "php53-xsl-5.3.17-112.45.1.ppc64" } }, { "category": "product_version", "name": "php53-zip-5.3.17-112.45.1.ppc64", "product": { "name": "php53-zip-5.3.17-112.45.1.ppc64", "product_id": "php53-zip-5.3.17-112.45.1.ppc64" } }, { "category": "product_version", "name": "php53-zlib-5.3.17-112.45.1.ppc64", "product": { "name": "php53-zlib-5.3.17-112.45.1.ppc64", "product_id": "php53-zlib-5.3.17-112.45.1.ppc64" } } ], "category": "architecture", "name": "ppc64" }, { "branches": [ { "category": "product_version", "name": "php53-devel-5.3.17-112.45.1.s390x", "product": { "name": "php53-devel-5.3.17-112.45.1.s390x", "product_id": "php53-devel-5.3.17-112.45.1.s390x" } }, { "category": "product_version", "name": "php53-imap-5.3.17-112.45.1.s390x", "product": { "name": "php53-imap-5.3.17-112.45.1.s390x", "product_id": "php53-imap-5.3.17-112.45.1.s390x" } }, { "category": "product_version", "name": "php53-posix-5.3.17-112.45.1.s390x", "product": { "name": "php53-posix-5.3.17-112.45.1.s390x", "product_id": "php53-posix-5.3.17-112.45.1.s390x" } }, { "category": "product_version", "name": "php53-readline-5.3.17-112.45.1.s390x", "product": { "name": "php53-readline-5.3.17-112.45.1.s390x", "product_id": "php53-readline-5.3.17-112.45.1.s390x" } }, { "category": "product_version", "name": "php53-sockets-5.3.17-112.45.1.s390x", "product": { "name": "php53-sockets-5.3.17-112.45.1.s390x", "product_id": "php53-sockets-5.3.17-112.45.1.s390x" } }, { "category": "product_version", "name": "php53-sqlite-5.3.17-112.45.1.s390x", "product": { "name": "php53-sqlite-5.3.17-112.45.1.s390x", "product_id": "php53-sqlite-5.3.17-112.45.1.s390x" } }, { "category": "product_version", "name": "php53-tidy-5.3.17-112.45.1.s390x", "product": { "name": "php53-tidy-5.3.17-112.45.1.s390x", "product_id": "php53-tidy-5.3.17-112.45.1.s390x" } }, { "category": "product_version", "name": "apache2-mod_php53-5.3.17-112.45.1.s390x", "product": { "name": "apache2-mod_php53-5.3.17-112.45.1.s390x", "product_id": "apache2-mod_php53-5.3.17-112.45.1.s390x" } }, { "category": "product_version", "name": "php53-5.3.17-112.45.1.s390x", "product": { "name": "php53-5.3.17-112.45.1.s390x", "product_id": "php53-5.3.17-112.45.1.s390x" } }, { "category": "product_version", "name": "php53-bcmath-5.3.17-112.45.1.s390x", "product": { "name": "php53-bcmath-5.3.17-112.45.1.s390x", "product_id": "php53-bcmath-5.3.17-112.45.1.s390x" } }, { "category": "product_version", "name": "php53-bz2-5.3.17-112.45.1.s390x", "product": { "name": "php53-bz2-5.3.17-112.45.1.s390x", "product_id": "php53-bz2-5.3.17-112.45.1.s390x" } }, { "category": "product_version", "name": "php53-calendar-5.3.17-112.45.1.s390x", "product": { "name": "php53-calendar-5.3.17-112.45.1.s390x", "product_id": "php53-calendar-5.3.17-112.45.1.s390x" } }, { "category": "product_version", "name": "php53-ctype-5.3.17-112.45.1.s390x", "product": { "name": "php53-ctype-5.3.17-112.45.1.s390x", "product_id": "php53-ctype-5.3.17-112.45.1.s390x" } }, { "category": "product_version", "name": "php53-curl-5.3.17-112.45.1.s390x", "product": { "name": "php53-curl-5.3.17-112.45.1.s390x", "product_id": "php53-curl-5.3.17-112.45.1.s390x" } }, { "category": "product_version", "name": "php53-dba-5.3.17-112.45.1.s390x", "product": { "name": "php53-dba-5.3.17-112.45.1.s390x", "product_id": "php53-dba-5.3.17-112.45.1.s390x" } }, { "category": "product_version", "name": "php53-dom-5.3.17-112.45.1.s390x", "product": { "name": "php53-dom-5.3.17-112.45.1.s390x", "product_id": "php53-dom-5.3.17-112.45.1.s390x" } }, { "category": "product_version", "name": "php53-exif-5.3.17-112.45.1.s390x", "product": { "name": "php53-exif-5.3.17-112.45.1.s390x", "product_id": "php53-exif-5.3.17-112.45.1.s390x" } }, { "category": "product_version", "name": "php53-fastcgi-5.3.17-112.45.1.s390x", "product": { "name": "php53-fastcgi-5.3.17-112.45.1.s390x", "product_id": "php53-fastcgi-5.3.17-112.45.1.s390x" } }, { "category": "product_version", "name": "php53-fileinfo-5.3.17-112.45.1.s390x", "product": { "name": "php53-fileinfo-5.3.17-112.45.1.s390x", "product_id": "php53-fileinfo-5.3.17-112.45.1.s390x" } }, { "category": "product_version", "name": "php53-ftp-5.3.17-112.45.1.s390x", "product": { "name": "php53-ftp-5.3.17-112.45.1.s390x", "product_id": "php53-ftp-5.3.17-112.45.1.s390x" } }, { "category": "product_version", "name": "php53-gd-5.3.17-112.45.1.s390x", "product": { "name": "php53-gd-5.3.17-112.45.1.s390x", "product_id": "php53-gd-5.3.17-112.45.1.s390x" } }, { "category": "product_version", "name": "php53-gettext-5.3.17-112.45.1.s390x", "product": { "name": "php53-gettext-5.3.17-112.45.1.s390x", "product_id": "php53-gettext-5.3.17-112.45.1.s390x" } }, { "category": "product_version", "name": "php53-gmp-5.3.17-112.45.1.s390x", "product": { "name": "php53-gmp-5.3.17-112.45.1.s390x", "product_id": "php53-gmp-5.3.17-112.45.1.s390x" } }, { "category": "product_version", "name": "php53-iconv-5.3.17-112.45.1.s390x", "product": { "name": "php53-iconv-5.3.17-112.45.1.s390x", "product_id": "php53-iconv-5.3.17-112.45.1.s390x" } }, { "category": "product_version", "name": "php53-intl-5.3.17-112.45.1.s390x", "product": { "name": "php53-intl-5.3.17-112.45.1.s390x", "product_id": "php53-intl-5.3.17-112.45.1.s390x" } }, { "category": "product_version", "name": "php53-json-5.3.17-112.45.1.s390x", "product": { "name": "php53-json-5.3.17-112.45.1.s390x", "product_id": "php53-json-5.3.17-112.45.1.s390x" } }, { "category": "product_version", "name": "php53-ldap-5.3.17-112.45.1.s390x", "product": { "name": "php53-ldap-5.3.17-112.45.1.s390x", "product_id": "php53-ldap-5.3.17-112.45.1.s390x" } }, { "category": "product_version", "name": "php53-mbstring-5.3.17-112.45.1.s390x", "product": { "name": "php53-mbstring-5.3.17-112.45.1.s390x", "product_id": "php53-mbstring-5.3.17-112.45.1.s390x" } }, { "category": "product_version", "name": "php53-mcrypt-5.3.17-112.45.1.s390x", "product": { "name": "php53-mcrypt-5.3.17-112.45.1.s390x", "product_id": "php53-mcrypt-5.3.17-112.45.1.s390x" } }, { "category": "product_version", "name": "php53-mysql-5.3.17-112.45.1.s390x", "product": { "name": "php53-mysql-5.3.17-112.45.1.s390x", "product_id": "php53-mysql-5.3.17-112.45.1.s390x" } }, { "category": "product_version", "name": "php53-odbc-5.3.17-112.45.1.s390x", "product": { "name": "php53-odbc-5.3.17-112.45.1.s390x", "product_id": "php53-odbc-5.3.17-112.45.1.s390x" } }, { "category": "product_version", "name": "php53-openssl-5.3.17-112.45.1.s390x", "product": { "name": "php53-openssl-5.3.17-112.45.1.s390x", "product_id": "php53-openssl-5.3.17-112.45.1.s390x" } }, { "category": "product_version", "name": "php53-pcntl-5.3.17-112.45.1.s390x", "product": { "name": "php53-pcntl-5.3.17-112.45.1.s390x", "product_id": "php53-pcntl-5.3.17-112.45.1.s390x" } }, { "category": "product_version", "name": "php53-pdo-5.3.17-112.45.1.s390x", "product": { "name": "php53-pdo-5.3.17-112.45.1.s390x", "product_id": "php53-pdo-5.3.17-112.45.1.s390x" } }, { "category": "product_version", "name": "php53-pear-5.3.17-112.45.1.s390x", "product": { "name": "php53-pear-5.3.17-112.45.1.s390x", "product_id": "php53-pear-5.3.17-112.45.1.s390x" } }, { "category": "product_version", "name": "php53-pgsql-5.3.17-112.45.1.s390x", "product": { "name": "php53-pgsql-5.3.17-112.45.1.s390x", "product_id": "php53-pgsql-5.3.17-112.45.1.s390x" } }, { "category": "product_version", "name": "php53-pspell-5.3.17-112.45.1.s390x", "product": { "name": "php53-pspell-5.3.17-112.45.1.s390x", "product_id": "php53-pspell-5.3.17-112.45.1.s390x" } }, { "category": "product_version", "name": "php53-shmop-5.3.17-112.45.1.s390x", "product": { "name": "php53-shmop-5.3.17-112.45.1.s390x", "product_id": "php53-shmop-5.3.17-112.45.1.s390x" } }, { "category": "product_version", "name": "php53-snmp-5.3.17-112.45.1.s390x", "product": { "name": "php53-snmp-5.3.17-112.45.1.s390x", "product_id": "php53-snmp-5.3.17-112.45.1.s390x" } }, { "category": "product_version", "name": "php53-soap-5.3.17-112.45.1.s390x", "product": { "name": "php53-soap-5.3.17-112.45.1.s390x", "product_id": "php53-soap-5.3.17-112.45.1.s390x" } }, { "category": "product_version", "name": "php53-suhosin-5.3.17-112.45.1.s390x", "product": { "name": "php53-suhosin-5.3.17-112.45.1.s390x", "product_id": "php53-suhosin-5.3.17-112.45.1.s390x" } }, { "category": "product_version", "name": "php53-sysvmsg-5.3.17-112.45.1.s390x", "product": { "name": "php53-sysvmsg-5.3.17-112.45.1.s390x", "product_id": "php53-sysvmsg-5.3.17-112.45.1.s390x" } }, { "category": "product_version", "name": "php53-sysvsem-5.3.17-112.45.1.s390x", "product": { "name": "php53-sysvsem-5.3.17-112.45.1.s390x", "product_id": "php53-sysvsem-5.3.17-112.45.1.s390x" } }, { "category": "product_version", "name": "php53-sysvshm-5.3.17-112.45.1.s390x", "product": { "name": "php53-sysvshm-5.3.17-112.45.1.s390x", "product_id": "php53-sysvshm-5.3.17-112.45.1.s390x" } }, { "category": "product_version", "name": "php53-tokenizer-5.3.17-112.45.1.s390x", "product": { "name": "php53-tokenizer-5.3.17-112.45.1.s390x", "product_id": "php53-tokenizer-5.3.17-112.45.1.s390x" } }, { "category": "product_version", "name": "php53-wddx-5.3.17-112.45.1.s390x", "product": { "name": "php53-wddx-5.3.17-112.45.1.s390x", "product_id": "php53-wddx-5.3.17-112.45.1.s390x" } }, { "category": "product_version", "name": "php53-xmlreader-5.3.17-112.45.1.s390x", "product": { "name": "php53-xmlreader-5.3.17-112.45.1.s390x", "product_id": "php53-xmlreader-5.3.17-112.45.1.s390x" } }, { "category": "product_version", "name": "php53-xmlrpc-5.3.17-112.45.1.s390x", "product": { "name": "php53-xmlrpc-5.3.17-112.45.1.s390x", "product_id": "php53-xmlrpc-5.3.17-112.45.1.s390x" } }, { "category": "product_version", "name": "php53-xmlwriter-5.3.17-112.45.1.s390x", "product": { "name": "php53-xmlwriter-5.3.17-112.45.1.s390x", "product_id": "php53-xmlwriter-5.3.17-112.45.1.s390x" } }, { "category": "product_version", "name": "php53-xsl-5.3.17-112.45.1.s390x", "product": { "name": "php53-xsl-5.3.17-112.45.1.s390x", "product_id": "php53-xsl-5.3.17-112.45.1.s390x" } }, { "category": "product_version", "name": "php53-zip-5.3.17-112.45.1.s390x", "product": { "name": "php53-zip-5.3.17-112.45.1.s390x", "product_id": "php53-zip-5.3.17-112.45.1.s390x" } }, { "category": "product_version", "name": "php53-zlib-5.3.17-112.45.1.s390x", "product": { "name": "php53-zlib-5.3.17-112.45.1.s390x", "product_id": "php53-zlib-5.3.17-112.45.1.s390x" } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "php53-devel-5.3.17-112.45.1.x86_64", "product": { "name": "php53-devel-5.3.17-112.45.1.x86_64", "product_id": "php53-devel-5.3.17-112.45.1.x86_64" } }, { "category": "product_version", "name": "php53-imap-5.3.17-112.45.1.x86_64", "product": { "name": "php53-imap-5.3.17-112.45.1.x86_64", "product_id": "php53-imap-5.3.17-112.45.1.x86_64" } }, { "category": "product_version", "name": "php53-posix-5.3.17-112.45.1.x86_64", "product": { "name": "php53-posix-5.3.17-112.45.1.x86_64", "product_id": "php53-posix-5.3.17-112.45.1.x86_64" } }, { "category": "product_version", "name": "php53-readline-5.3.17-112.45.1.x86_64", "product": { "name": "php53-readline-5.3.17-112.45.1.x86_64", "product_id": "php53-readline-5.3.17-112.45.1.x86_64" } }, { "category": "product_version", "name": "php53-sockets-5.3.17-112.45.1.x86_64", "product": { "name": "php53-sockets-5.3.17-112.45.1.x86_64", "product_id": "php53-sockets-5.3.17-112.45.1.x86_64" } }, { "category": "product_version", "name": "php53-sqlite-5.3.17-112.45.1.x86_64", "product": { "name": "php53-sqlite-5.3.17-112.45.1.x86_64", "product_id": "php53-sqlite-5.3.17-112.45.1.x86_64" } }, { "category": "product_version", "name": "php53-tidy-5.3.17-112.45.1.x86_64", "product": { "name": "php53-tidy-5.3.17-112.45.1.x86_64", "product_id": "php53-tidy-5.3.17-112.45.1.x86_64" } }, { "category": "product_version", "name": "apache2-mod_php53-5.3.17-112.45.1.x86_64", "product": { "name": "apache2-mod_php53-5.3.17-112.45.1.x86_64", "product_id": "apache2-mod_php53-5.3.17-112.45.1.x86_64" } }, { "category": "product_version", "name": "php53-5.3.17-112.45.1.x86_64", "product": { "name": "php53-5.3.17-112.45.1.x86_64", "product_id": "php53-5.3.17-112.45.1.x86_64" } }, { "category": "product_version", "name": "php53-bcmath-5.3.17-112.45.1.x86_64", "product": { "name": "php53-bcmath-5.3.17-112.45.1.x86_64", "product_id": "php53-bcmath-5.3.17-112.45.1.x86_64" } }, { "category": "product_version", "name": "php53-bz2-5.3.17-112.45.1.x86_64", "product": { "name": "php53-bz2-5.3.17-112.45.1.x86_64", "product_id": "php53-bz2-5.3.17-112.45.1.x86_64" } }, { "category": "product_version", "name": "php53-calendar-5.3.17-112.45.1.x86_64", "product": { "name": "php53-calendar-5.3.17-112.45.1.x86_64", "product_id": "php53-calendar-5.3.17-112.45.1.x86_64" } }, { "category": "product_version", "name": "php53-ctype-5.3.17-112.45.1.x86_64", "product": { "name": "php53-ctype-5.3.17-112.45.1.x86_64", "product_id": "php53-ctype-5.3.17-112.45.1.x86_64" } }, { "category": "product_version", "name": "php53-curl-5.3.17-112.45.1.x86_64", "product": { "name": "php53-curl-5.3.17-112.45.1.x86_64", "product_id": "php53-curl-5.3.17-112.45.1.x86_64" } }, { "category": "product_version", "name": "php53-dba-5.3.17-112.45.1.x86_64", "product": { "name": "php53-dba-5.3.17-112.45.1.x86_64", "product_id": "php53-dba-5.3.17-112.45.1.x86_64" } }, { "category": "product_version", "name": "php53-dom-5.3.17-112.45.1.x86_64", "product": { "name": "php53-dom-5.3.17-112.45.1.x86_64", "product_id": "php53-dom-5.3.17-112.45.1.x86_64" } }, { "category": "product_version", "name": "php53-exif-5.3.17-112.45.1.x86_64", "product": { "name": "php53-exif-5.3.17-112.45.1.x86_64", "product_id": "php53-exif-5.3.17-112.45.1.x86_64" } }, { "category": "product_version", "name": "php53-fastcgi-5.3.17-112.45.1.x86_64", "product": { "name": "php53-fastcgi-5.3.17-112.45.1.x86_64", "product_id": "php53-fastcgi-5.3.17-112.45.1.x86_64" } }, { "category": "product_version", "name": "php53-fileinfo-5.3.17-112.45.1.x86_64", "product": { "name": "php53-fileinfo-5.3.17-112.45.1.x86_64", "product_id": "php53-fileinfo-5.3.17-112.45.1.x86_64" } }, { "category": "product_version", "name": "php53-ftp-5.3.17-112.45.1.x86_64", "product": { "name": "php53-ftp-5.3.17-112.45.1.x86_64", "product_id": "php53-ftp-5.3.17-112.45.1.x86_64" } }, { "category": "product_version", "name": "php53-gd-5.3.17-112.45.1.x86_64", "product": { "name": "php53-gd-5.3.17-112.45.1.x86_64", "product_id": "php53-gd-5.3.17-112.45.1.x86_64" } }, { "category": "product_version", "name": "php53-gettext-5.3.17-112.45.1.x86_64", "product": { "name": "php53-gettext-5.3.17-112.45.1.x86_64", "product_id": "php53-gettext-5.3.17-112.45.1.x86_64" } }, { "category": "product_version", "name": "php53-gmp-5.3.17-112.45.1.x86_64", "product": { "name": "php53-gmp-5.3.17-112.45.1.x86_64", "product_id": "php53-gmp-5.3.17-112.45.1.x86_64" } }, { "category": "product_version", "name": "php53-iconv-5.3.17-112.45.1.x86_64", "product": { "name": "php53-iconv-5.3.17-112.45.1.x86_64", "product_id": "php53-iconv-5.3.17-112.45.1.x86_64" } }, { "category": "product_version", "name": "php53-intl-5.3.17-112.45.1.x86_64", "product": { "name": "php53-intl-5.3.17-112.45.1.x86_64", "product_id": "php53-intl-5.3.17-112.45.1.x86_64" } }, { "category": "product_version", "name": "php53-json-5.3.17-112.45.1.x86_64", "product": { "name": "php53-json-5.3.17-112.45.1.x86_64", "product_id": "php53-json-5.3.17-112.45.1.x86_64" } }, { "category": "product_version", "name": "php53-ldap-5.3.17-112.45.1.x86_64", "product": { "name": "php53-ldap-5.3.17-112.45.1.x86_64", "product_id": "php53-ldap-5.3.17-112.45.1.x86_64" } }, { "category": "product_version", "name": "php53-mbstring-5.3.17-112.45.1.x86_64", "product": { "name": "php53-mbstring-5.3.17-112.45.1.x86_64", "product_id": "php53-mbstring-5.3.17-112.45.1.x86_64" } }, { "category": "product_version", "name": "php53-mcrypt-5.3.17-112.45.1.x86_64", "product": { "name": "php53-mcrypt-5.3.17-112.45.1.x86_64", "product_id": "php53-mcrypt-5.3.17-112.45.1.x86_64" } }, { "category": "product_version", "name": "php53-mysql-5.3.17-112.45.1.x86_64", "product": { "name": "php53-mysql-5.3.17-112.45.1.x86_64", "product_id": "php53-mysql-5.3.17-112.45.1.x86_64" } }, { "category": "product_version", "name": "php53-odbc-5.3.17-112.45.1.x86_64", "product": { "name": "php53-odbc-5.3.17-112.45.1.x86_64", "product_id": "php53-odbc-5.3.17-112.45.1.x86_64" } }, { "category": "product_version", "name": "php53-openssl-5.3.17-112.45.1.x86_64", "product": { "name": "php53-openssl-5.3.17-112.45.1.x86_64", "product_id": "php53-openssl-5.3.17-112.45.1.x86_64" } }, { "category": "product_version", "name": "php53-pcntl-5.3.17-112.45.1.x86_64", "product": { "name": "php53-pcntl-5.3.17-112.45.1.x86_64", "product_id": "php53-pcntl-5.3.17-112.45.1.x86_64" } }, { "category": "product_version", "name": "php53-pdo-5.3.17-112.45.1.x86_64", "product": { "name": "php53-pdo-5.3.17-112.45.1.x86_64", "product_id": "php53-pdo-5.3.17-112.45.1.x86_64" } }, { "category": "product_version", "name": "php53-pear-5.3.17-112.45.1.x86_64", "product": { "name": "php53-pear-5.3.17-112.45.1.x86_64", "product_id": "php53-pear-5.3.17-112.45.1.x86_64" } }, { "category": "product_version", "name": "php53-pgsql-5.3.17-112.45.1.x86_64", "product": { "name": "php53-pgsql-5.3.17-112.45.1.x86_64", "product_id": "php53-pgsql-5.3.17-112.45.1.x86_64" } }, { "category": "product_version", "name": "php53-pspell-5.3.17-112.45.1.x86_64", "product": { "name": "php53-pspell-5.3.17-112.45.1.x86_64", "product_id": "php53-pspell-5.3.17-112.45.1.x86_64" } }, { "category": "product_version", "name": "php53-shmop-5.3.17-112.45.1.x86_64", "product": { "name": "php53-shmop-5.3.17-112.45.1.x86_64", "product_id": "php53-shmop-5.3.17-112.45.1.x86_64" } }, { "category": "product_version", "name": "php53-snmp-5.3.17-112.45.1.x86_64", "product": { "name": "php53-snmp-5.3.17-112.45.1.x86_64", "product_id": "php53-snmp-5.3.17-112.45.1.x86_64" } }, { "category": "product_version", "name": "php53-soap-5.3.17-112.45.1.x86_64", "product": { "name": "php53-soap-5.3.17-112.45.1.x86_64", "product_id": "php53-soap-5.3.17-112.45.1.x86_64" } }, { "category": "product_version", "name": "php53-suhosin-5.3.17-112.45.1.x86_64", "product": { "name": "php53-suhosin-5.3.17-112.45.1.x86_64", "product_id": "php53-suhosin-5.3.17-112.45.1.x86_64" } }, { "category": "product_version", "name": "php53-sysvmsg-5.3.17-112.45.1.x86_64", "product": { "name": "php53-sysvmsg-5.3.17-112.45.1.x86_64", "product_id": "php53-sysvmsg-5.3.17-112.45.1.x86_64" } }, { "category": "product_version", "name": "php53-sysvsem-5.3.17-112.45.1.x86_64", "product": { "name": "php53-sysvsem-5.3.17-112.45.1.x86_64", "product_id": "php53-sysvsem-5.3.17-112.45.1.x86_64" } }, { "category": "product_version", "name": "php53-sysvshm-5.3.17-112.45.1.x86_64", "product": { "name": "php53-sysvshm-5.3.17-112.45.1.x86_64", "product_id": "php53-sysvshm-5.3.17-112.45.1.x86_64" } }, { "category": "product_version", "name": "php53-tokenizer-5.3.17-112.45.1.x86_64", "product": { "name": "php53-tokenizer-5.3.17-112.45.1.x86_64", "product_id": "php53-tokenizer-5.3.17-112.45.1.x86_64" } }, { "category": "product_version", "name": "php53-wddx-5.3.17-112.45.1.x86_64", "product": { "name": "php53-wddx-5.3.17-112.45.1.x86_64", "product_id": "php53-wddx-5.3.17-112.45.1.x86_64" } }, { "category": "product_version", "name": "php53-xmlreader-5.3.17-112.45.1.x86_64", "product": { "name": "php53-xmlreader-5.3.17-112.45.1.x86_64", "product_id": "php53-xmlreader-5.3.17-112.45.1.x86_64" } }, { "category": "product_version", "name": "php53-xmlrpc-5.3.17-112.45.1.x86_64", "product": { "name": "php53-xmlrpc-5.3.17-112.45.1.x86_64", "product_id": "php53-xmlrpc-5.3.17-112.45.1.x86_64" } }, { "category": "product_version", "name": "php53-xmlwriter-5.3.17-112.45.1.x86_64", "product": { "name": "php53-xmlwriter-5.3.17-112.45.1.x86_64", "product_id": "php53-xmlwriter-5.3.17-112.45.1.x86_64" } }, { "category": "product_version", "name": "php53-xsl-5.3.17-112.45.1.x86_64", "product": { "name": "php53-xsl-5.3.17-112.45.1.x86_64", "product_id": "php53-xsl-5.3.17-112.45.1.x86_64" } }, { "category": "product_version", "name": "php53-zip-5.3.17-112.45.1.x86_64", "product": { "name": "php53-zip-5.3.17-112.45.1.x86_64", "product_id": "php53-zip-5.3.17-112.45.1.x86_64" } }, { "category": "product_version", "name": "php53-zlib-5.3.17-112.45.1.x86_64", "product": { "name": "php53-zlib-5.3.17-112.45.1.x86_64", "product_id": "php53-zlib-5.3.17-112.45.1.x86_64" } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_name", "name": "SUSE Linux Enterprise Software Development Kit 11 SP4", "product": { "name": "SUSE Linux Enterprise Software Development Kit 11 SP4", "product_id": "SUSE Linux Enterprise Software Development Kit 11 SP4", "product_identification_helper": { "cpe": "cpe:/a:suse:sle-sdk:11:sp4" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise Server 11 SP4", "product": { "name": "SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4", "product_identification_helper": { "cpe": "cpe:/o:suse:suse_sles:11:sp4" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product": { "name": "SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_identification_helper": { "cpe": "cpe:/o:suse:sles_sap:11:sp4" } } } ], "category": "product_family", "name": "SUSE Linux Enterprise" } ], "category": "vendor", "name": "SUSE" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "php53-devel-5.3.17-112.45.1.i586 as component of SUSE Linux Enterprise Software Development Kit 11 SP4", "product_id": "SUSE Linux Enterprise Software Development Kit 11 SP4:php53-devel-5.3.17-112.45.1.i586" }, "product_reference": "php53-devel-5.3.17-112.45.1.i586", "relates_to_product_reference": "SUSE Linux Enterprise Software Development Kit 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-devel-5.3.17-112.45.1.ia64 as component of SUSE Linux Enterprise Software Development Kit 11 SP4", "product_id": "SUSE Linux Enterprise Software Development Kit 11 SP4:php53-devel-5.3.17-112.45.1.ia64" }, "product_reference": "php53-devel-5.3.17-112.45.1.ia64", "relates_to_product_reference": "SUSE Linux Enterprise Software Development Kit 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-devel-5.3.17-112.45.1.ppc64 as component of SUSE Linux Enterprise Software Development Kit 11 SP4", "product_id": "SUSE Linux Enterprise Software Development Kit 11 SP4:php53-devel-5.3.17-112.45.1.ppc64" }, "product_reference": "php53-devel-5.3.17-112.45.1.ppc64", "relates_to_product_reference": "SUSE Linux Enterprise Software Development Kit 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-devel-5.3.17-112.45.1.s390x as component of SUSE Linux Enterprise Software Development Kit 11 SP4", "product_id": "SUSE Linux Enterprise Software Development Kit 11 SP4:php53-devel-5.3.17-112.45.1.s390x" }, "product_reference": "php53-devel-5.3.17-112.45.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Software Development Kit 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-devel-5.3.17-112.45.1.x86_64 as component of SUSE Linux Enterprise Software Development Kit 11 SP4", "product_id": "SUSE Linux Enterprise Software Development Kit 11 SP4:php53-devel-5.3.17-112.45.1.x86_64" }, "product_reference": "php53-devel-5.3.17-112.45.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Software Development Kit 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-imap-5.3.17-112.45.1.i586 as component of SUSE Linux Enterprise Software Development Kit 11 SP4", "product_id": "SUSE Linux Enterprise Software Development Kit 11 SP4:php53-imap-5.3.17-112.45.1.i586" }, "product_reference": "php53-imap-5.3.17-112.45.1.i586", "relates_to_product_reference": "SUSE Linux Enterprise Software Development Kit 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-imap-5.3.17-112.45.1.ia64 as component of SUSE Linux Enterprise Software Development Kit 11 SP4", "product_id": "SUSE Linux Enterprise Software Development Kit 11 SP4:php53-imap-5.3.17-112.45.1.ia64" }, "product_reference": "php53-imap-5.3.17-112.45.1.ia64", "relates_to_product_reference": "SUSE Linux Enterprise Software Development Kit 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-imap-5.3.17-112.45.1.ppc64 as component of SUSE Linux Enterprise Software Development Kit 11 SP4", "product_id": "SUSE Linux Enterprise Software Development Kit 11 SP4:php53-imap-5.3.17-112.45.1.ppc64" }, "product_reference": "php53-imap-5.3.17-112.45.1.ppc64", "relates_to_product_reference": "SUSE Linux Enterprise Software Development Kit 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-imap-5.3.17-112.45.1.s390x as component of SUSE Linux Enterprise Software Development Kit 11 SP4", "product_id": "SUSE Linux Enterprise Software Development Kit 11 SP4:php53-imap-5.3.17-112.45.1.s390x" }, "product_reference": "php53-imap-5.3.17-112.45.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Software Development Kit 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-imap-5.3.17-112.45.1.x86_64 as component of SUSE Linux Enterprise Software Development Kit 11 SP4", "product_id": "SUSE Linux Enterprise Software Development Kit 11 SP4:php53-imap-5.3.17-112.45.1.x86_64" }, "product_reference": "php53-imap-5.3.17-112.45.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Software Development Kit 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-posix-5.3.17-112.45.1.i586 as component of SUSE Linux Enterprise Software Development Kit 11 SP4", "product_id": "SUSE Linux Enterprise Software Development Kit 11 SP4:php53-posix-5.3.17-112.45.1.i586" }, "product_reference": "php53-posix-5.3.17-112.45.1.i586", "relates_to_product_reference": "SUSE Linux Enterprise Software Development Kit 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-posix-5.3.17-112.45.1.ia64 as component of SUSE Linux Enterprise Software Development Kit 11 SP4", "product_id": "SUSE Linux Enterprise Software Development Kit 11 SP4:php53-posix-5.3.17-112.45.1.ia64" }, "product_reference": "php53-posix-5.3.17-112.45.1.ia64", "relates_to_product_reference": "SUSE Linux Enterprise Software Development Kit 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-posix-5.3.17-112.45.1.ppc64 as component of SUSE Linux Enterprise Software Development Kit 11 SP4", "product_id": "SUSE Linux Enterprise Software Development Kit 11 SP4:php53-posix-5.3.17-112.45.1.ppc64" }, "product_reference": "php53-posix-5.3.17-112.45.1.ppc64", "relates_to_product_reference": "SUSE Linux Enterprise Software Development Kit 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-posix-5.3.17-112.45.1.s390x as component of SUSE Linux Enterprise Software Development Kit 11 SP4", "product_id": "SUSE Linux Enterprise Software Development Kit 11 SP4:php53-posix-5.3.17-112.45.1.s390x" }, "product_reference": "php53-posix-5.3.17-112.45.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Software Development Kit 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-posix-5.3.17-112.45.1.x86_64 as component of SUSE Linux Enterprise Software Development Kit 11 SP4", "product_id": "SUSE Linux Enterprise Software Development Kit 11 SP4:php53-posix-5.3.17-112.45.1.x86_64" }, "product_reference": "php53-posix-5.3.17-112.45.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Software Development Kit 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-readline-5.3.17-112.45.1.i586 as component of SUSE Linux Enterprise Software Development Kit 11 SP4", "product_id": "SUSE Linux Enterprise Software Development Kit 11 SP4:php53-readline-5.3.17-112.45.1.i586" }, "product_reference": "php53-readline-5.3.17-112.45.1.i586", "relates_to_product_reference": "SUSE Linux Enterprise Software Development Kit 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-readline-5.3.17-112.45.1.ia64 as component of SUSE Linux Enterprise Software Development Kit 11 SP4", "product_id": "SUSE Linux Enterprise Software Development Kit 11 SP4:php53-readline-5.3.17-112.45.1.ia64" }, "product_reference": "php53-readline-5.3.17-112.45.1.ia64", "relates_to_product_reference": "SUSE Linux Enterprise Software Development Kit 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-readline-5.3.17-112.45.1.ppc64 as component of SUSE Linux Enterprise Software Development Kit 11 SP4", "product_id": "SUSE Linux Enterprise Software Development Kit 11 SP4:php53-readline-5.3.17-112.45.1.ppc64" }, "product_reference": "php53-readline-5.3.17-112.45.1.ppc64", "relates_to_product_reference": "SUSE Linux Enterprise Software Development Kit 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-readline-5.3.17-112.45.1.s390x as component of SUSE Linux Enterprise Software Development Kit 11 SP4", "product_id": "SUSE Linux Enterprise Software Development Kit 11 SP4:php53-readline-5.3.17-112.45.1.s390x" }, "product_reference": "php53-readline-5.3.17-112.45.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Software Development Kit 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-readline-5.3.17-112.45.1.x86_64 as component of SUSE Linux Enterprise Software Development Kit 11 SP4", "product_id": "SUSE Linux Enterprise Software Development Kit 11 SP4:php53-readline-5.3.17-112.45.1.x86_64" }, "product_reference": "php53-readline-5.3.17-112.45.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Software Development Kit 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-sockets-5.3.17-112.45.1.i586 as component of SUSE Linux Enterprise Software Development Kit 11 SP4", "product_id": "SUSE Linux Enterprise Software Development Kit 11 SP4:php53-sockets-5.3.17-112.45.1.i586" }, "product_reference": "php53-sockets-5.3.17-112.45.1.i586", "relates_to_product_reference": "SUSE Linux Enterprise Software Development Kit 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-sockets-5.3.17-112.45.1.ia64 as component of SUSE Linux Enterprise Software Development Kit 11 SP4", "product_id": "SUSE Linux Enterprise Software Development Kit 11 SP4:php53-sockets-5.3.17-112.45.1.ia64" }, "product_reference": "php53-sockets-5.3.17-112.45.1.ia64", "relates_to_product_reference": "SUSE Linux Enterprise Software Development Kit 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-sockets-5.3.17-112.45.1.ppc64 as component of SUSE Linux Enterprise Software Development Kit 11 SP4", "product_id": "SUSE Linux Enterprise Software Development Kit 11 SP4:php53-sockets-5.3.17-112.45.1.ppc64" }, "product_reference": "php53-sockets-5.3.17-112.45.1.ppc64", "relates_to_product_reference": "SUSE Linux Enterprise Software Development Kit 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-sockets-5.3.17-112.45.1.s390x as component of SUSE Linux Enterprise Software Development Kit 11 SP4", "product_id": "SUSE Linux Enterprise Software Development Kit 11 SP4:php53-sockets-5.3.17-112.45.1.s390x" }, "product_reference": "php53-sockets-5.3.17-112.45.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Software Development Kit 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-sockets-5.3.17-112.45.1.x86_64 as component of SUSE Linux Enterprise Software Development Kit 11 SP4", "product_id": "SUSE Linux Enterprise Software Development Kit 11 SP4:php53-sockets-5.3.17-112.45.1.x86_64" }, "product_reference": "php53-sockets-5.3.17-112.45.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Software Development Kit 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-sqlite-5.3.17-112.45.1.i586 as component of SUSE Linux Enterprise Software Development Kit 11 SP4", "product_id": "SUSE Linux Enterprise Software Development Kit 11 SP4:php53-sqlite-5.3.17-112.45.1.i586" }, "product_reference": "php53-sqlite-5.3.17-112.45.1.i586", "relates_to_product_reference": "SUSE Linux Enterprise Software Development Kit 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-sqlite-5.3.17-112.45.1.ia64 as component of SUSE Linux Enterprise Software Development Kit 11 SP4", "product_id": "SUSE Linux Enterprise Software Development Kit 11 SP4:php53-sqlite-5.3.17-112.45.1.ia64" }, "product_reference": "php53-sqlite-5.3.17-112.45.1.ia64", "relates_to_product_reference": "SUSE Linux Enterprise Software Development Kit 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-sqlite-5.3.17-112.45.1.ppc64 as component of SUSE Linux Enterprise Software Development Kit 11 SP4", "product_id": "SUSE Linux Enterprise Software Development Kit 11 SP4:php53-sqlite-5.3.17-112.45.1.ppc64" }, "product_reference": "php53-sqlite-5.3.17-112.45.1.ppc64", "relates_to_product_reference": "SUSE Linux Enterprise Software Development Kit 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-sqlite-5.3.17-112.45.1.s390x as component of SUSE Linux Enterprise Software Development Kit 11 SP4", "product_id": "SUSE Linux Enterprise Software Development Kit 11 SP4:php53-sqlite-5.3.17-112.45.1.s390x" }, "product_reference": "php53-sqlite-5.3.17-112.45.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Software Development Kit 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-sqlite-5.3.17-112.45.1.x86_64 as component of SUSE Linux Enterprise Software Development Kit 11 SP4", "product_id": "SUSE Linux Enterprise Software Development Kit 11 SP4:php53-sqlite-5.3.17-112.45.1.x86_64" }, "product_reference": "php53-sqlite-5.3.17-112.45.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Software Development Kit 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-tidy-5.3.17-112.45.1.i586 as component of SUSE Linux Enterprise Software Development Kit 11 SP4", "product_id": "SUSE Linux Enterprise Software Development Kit 11 SP4:php53-tidy-5.3.17-112.45.1.i586" }, "product_reference": "php53-tidy-5.3.17-112.45.1.i586", "relates_to_product_reference": "SUSE Linux Enterprise Software Development Kit 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-tidy-5.3.17-112.45.1.ia64 as component of SUSE Linux Enterprise Software Development Kit 11 SP4", "product_id": "SUSE Linux Enterprise Software Development Kit 11 SP4:php53-tidy-5.3.17-112.45.1.ia64" }, "product_reference": "php53-tidy-5.3.17-112.45.1.ia64", "relates_to_product_reference": "SUSE Linux Enterprise Software Development Kit 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-tidy-5.3.17-112.45.1.ppc64 as component of SUSE Linux Enterprise Software Development Kit 11 SP4", "product_id": "SUSE Linux Enterprise Software Development Kit 11 SP4:php53-tidy-5.3.17-112.45.1.ppc64" }, "product_reference": "php53-tidy-5.3.17-112.45.1.ppc64", "relates_to_product_reference": "SUSE Linux Enterprise Software Development Kit 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-tidy-5.3.17-112.45.1.s390x as component of SUSE Linux Enterprise Software Development Kit 11 SP4", "product_id": "SUSE Linux Enterprise Software Development Kit 11 SP4:php53-tidy-5.3.17-112.45.1.s390x" }, "product_reference": "php53-tidy-5.3.17-112.45.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Software Development Kit 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-tidy-5.3.17-112.45.1.x86_64 as component of SUSE Linux Enterprise Software Development Kit 11 SP4", "product_id": "SUSE Linux Enterprise Software Development Kit 11 SP4:php53-tidy-5.3.17-112.45.1.x86_64" }, "product_reference": "php53-tidy-5.3.17-112.45.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Software Development Kit 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "apache2-mod_php53-5.3.17-112.45.1.i586 as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:apache2-mod_php53-5.3.17-112.45.1.i586" }, "product_reference": "apache2-mod_php53-5.3.17-112.45.1.i586", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "apache2-mod_php53-5.3.17-112.45.1.ia64 as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:apache2-mod_php53-5.3.17-112.45.1.ia64" }, "product_reference": "apache2-mod_php53-5.3.17-112.45.1.ia64", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "apache2-mod_php53-5.3.17-112.45.1.ppc64 as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:apache2-mod_php53-5.3.17-112.45.1.ppc64" }, "product_reference": "apache2-mod_php53-5.3.17-112.45.1.ppc64", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "apache2-mod_php53-5.3.17-112.45.1.s390x as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:apache2-mod_php53-5.3.17-112.45.1.s390x" }, "product_reference": "apache2-mod_php53-5.3.17-112.45.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "apache2-mod_php53-5.3.17-112.45.1.x86_64 as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:apache2-mod_php53-5.3.17-112.45.1.x86_64" }, "product_reference": "apache2-mod_php53-5.3.17-112.45.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-5.3.17-112.45.1.i586 as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:php53-5.3.17-112.45.1.i586" }, "product_reference": "php53-5.3.17-112.45.1.i586", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-5.3.17-112.45.1.ia64 as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:php53-5.3.17-112.45.1.ia64" }, "product_reference": "php53-5.3.17-112.45.1.ia64", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-5.3.17-112.45.1.ppc64 as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:php53-5.3.17-112.45.1.ppc64" }, "product_reference": "php53-5.3.17-112.45.1.ppc64", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-5.3.17-112.45.1.s390x as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:php53-5.3.17-112.45.1.s390x" }, "product_reference": "php53-5.3.17-112.45.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-5.3.17-112.45.1.x86_64 as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:php53-5.3.17-112.45.1.x86_64" }, "product_reference": "php53-5.3.17-112.45.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-bcmath-5.3.17-112.45.1.i586 as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:php53-bcmath-5.3.17-112.45.1.i586" }, "product_reference": "php53-bcmath-5.3.17-112.45.1.i586", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-bcmath-5.3.17-112.45.1.ia64 as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:php53-bcmath-5.3.17-112.45.1.ia64" }, "product_reference": "php53-bcmath-5.3.17-112.45.1.ia64", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-bcmath-5.3.17-112.45.1.ppc64 as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:php53-bcmath-5.3.17-112.45.1.ppc64" }, "product_reference": "php53-bcmath-5.3.17-112.45.1.ppc64", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-bcmath-5.3.17-112.45.1.s390x as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:php53-bcmath-5.3.17-112.45.1.s390x" }, "product_reference": "php53-bcmath-5.3.17-112.45.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-bcmath-5.3.17-112.45.1.x86_64 as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:php53-bcmath-5.3.17-112.45.1.x86_64" }, "product_reference": "php53-bcmath-5.3.17-112.45.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-bz2-5.3.17-112.45.1.i586 as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:php53-bz2-5.3.17-112.45.1.i586" }, "product_reference": "php53-bz2-5.3.17-112.45.1.i586", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-bz2-5.3.17-112.45.1.ia64 as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:php53-bz2-5.3.17-112.45.1.ia64" }, "product_reference": "php53-bz2-5.3.17-112.45.1.ia64", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-bz2-5.3.17-112.45.1.ppc64 as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:php53-bz2-5.3.17-112.45.1.ppc64" }, "product_reference": "php53-bz2-5.3.17-112.45.1.ppc64", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-bz2-5.3.17-112.45.1.s390x as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:php53-bz2-5.3.17-112.45.1.s390x" }, "product_reference": "php53-bz2-5.3.17-112.45.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-bz2-5.3.17-112.45.1.x86_64 as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:php53-bz2-5.3.17-112.45.1.x86_64" }, "product_reference": "php53-bz2-5.3.17-112.45.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-calendar-5.3.17-112.45.1.i586 as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:php53-calendar-5.3.17-112.45.1.i586" }, "product_reference": "php53-calendar-5.3.17-112.45.1.i586", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-calendar-5.3.17-112.45.1.ia64 as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:php53-calendar-5.3.17-112.45.1.ia64" }, "product_reference": "php53-calendar-5.3.17-112.45.1.ia64", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-calendar-5.3.17-112.45.1.ppc64 as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:php53-calendar-5.3.17-112.45.1.ppc64" }, "product_reference": "php53-calendar-5.3.17-112.45.1.ppc64", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-calendar-5.3.17-112.45.1.s390x as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:php53-calendar-5.3.17-112.45.1.s390x" }, "product_reference": "php53-calendar-5.3.17-112.45.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-calendar-5.3.17-112.45.1.x86_64 as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:php53-calendar-5.3.17-112.45.1.x86_64" }, "product_reference": "php53-calendar-5.3.17-112.45.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-ctype-5.3.17-112.45.1.i586 as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:php53-ctype-5.3.17-112.45.1.i586" }, "product_reference": "php53-ctype-5.3.17-112.45.1.i586", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-ctype-5.3.17-112.45.1.ia64 as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:php53-ctype-5.3.17-112.45.1.ia64" }, "product_reference": "php53-ctype-5.3.17-112.45.1.ia64", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-ctype-5.3.17-112.45.1.ppc64 as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:php53-ctype-5.3.17-112.45.1.ppc64" }, "product_reference": "php53-ctype-5.3.17-112.45.1.ppc64", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-ctype-5.3.17-112.45.1.s390x as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:php53-ctype-5.3.17-112.45.1.s390x" }, "product_reference": "php53-ctype-5.3.17-112.45.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-ctype-5.3.17-112.45.1.x86_64 as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:php53-ctype-5.3.17-112.45.1.x86_64" }, "product_reference": "php53-ctype-5.3.17-112.45.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-curl-5.3.17-112.45.1.i586 as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:php53-curl-5.3.17-112.45.1.i586" }, "product_reference": "php53-curl-5.3.17-112.45.1.i586", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-curl-5.3.17-112.45.1.ia64 as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:php53-curl-5.3.17-112.45.1.ia64" }, "product_reference": "php53-curl-5.3.17-112.45.1.ia64", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-curl-5.3.17-112.45.1.ppc64 as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:php53-curl-5.3.17-112.45.1.ppc64" }, "product_reference": "php53-curl-5.3.17-112.45.1.ppc64", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-curl-5.3.17-112.45.1.s390x as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:php53-curl-5.3.17-112.45.1.s390x" }, "product_reference": "php53-curl-5.3.17-112.45.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-curl-5.3.17-112.45.1.x86_64 as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:php53-curl-5.3.17-112.45.1.x86_64" }, "product_reference": "php53-curl-5.3.17-112.45.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-dba-5.3.17-112.45.1.i586 as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:php53-dba-5.3.17-112.45.1.i586" }, "product_reference": "php53-dba-5.3.17-112.45.1.i586", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-dba-5.3.17-112.45.1.ia64 as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:php53-dba-5.3.17-112.45.1.ia64" }, "product_reference": "php53-dba-5.3.17-112.45.1.ia64", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-dba-5.3.17-112.45.1.ppc64 as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:php53-dba-5.3.17-112.45.1.ppc64" }, "product_reference": "php53-dba-5.3.17-112.45.1.ppc64", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-dba-5.3.17-112.45.1.s390x as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:php53-dba-5.3.17-112.45.1.s390x" }, "product_reference": "php53-dba-5.3.17-112.45.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-dba-5.3.17-112.45.1.x86_64 as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:php53-dba-5.3.17-112.45.1.x86_64" }, "product_reference": "php53-dba-5.3.17-112.45.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-dom-5.3.17-112.45.1.i586 as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:php53-dom-5.3.17-112.45.1.i586" }, "product_reference": "php53-dom-5.3.17-112.45.1.i586", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-dom-5.3.17-112.45.1.ia64 as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:php53-dom-5.3.17-112.45.1.ia64" }, "product_reference": "php53-dom-5.3.17-112.45.1.ia64", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-dom-5.3.17-112.45.1.ppc64 as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:php53-dom-5.3.17-112.45.1.ppc64" }, "product_reference": "php53-dom-5.3.17-112.45.1.ppc64", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-dom-5.3.17-112.45.1.s390x as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:php53-dom-5.3.17-112.45.1.s390x" }, "product_reference": "php53-dom-5.3.17-112.45.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-dom-5.3.17-112.45.1.x86_64 as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:php53-dom-5.3.17-112.45.1.x86_64" }, "product_reference": "php53-dom-5.3.17-112.45.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-exif-5.3.17-112.45.1.i586 as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:php53-exif-5.3.17-112.45.1.i586" }, "product_reference": "php53-exif-5.3.17-112.45.1.i586", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-exif-5.3.17-112.45.1.ia64 as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:php53-exif-5.3.17-112.45.1.ia64" }, "product_reference": "php53-exif-5.3.17-112.45.1.ia64", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-exif-5.3.17-112.45.1.ppc64 as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:php53-exif-5.3.17-112.45.1.ppc64" }, "product_reference": "php53-exif-5.3.17-112.45.1.ppc64", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-exif-5.3.17-112.45.1.s390x as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:php53-exif-5.3.17-112.45.1.s390x" }, "product_reference": "php53-exif-5.3.17-112.45.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-exif-5.3.17-112.45.1.x86_64 as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:php53-exif-5.3.17-112.45.1.x86_64" }, "product_reference": "php53-exif-5.3.17-112.45.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-fastcgi-5.3.17-112.45.1.i586 as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:php53-fastcgi-5.3.17-112.45.1.i586" }, "product_reference": "php53-fastcgi-5.3.17-112.45.1.i586", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-fastcgi-5.3.17-112.45.1.ia64 as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:php53-fastcgi-5.3.17-112.45.1.ia64" }, "product_reference": "php53-fastcgi-5.3.17-112.45.1.ia64", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-fastcgi-5.3.17-112.45.1.ppc64 as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:php53-fastcgi-5.3.17-112.45.1.ppc64" }, "product_reference": "php53-fastcgi-5.3.17-112.45.1.ppc64", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-fastcgi-5.3.17-112.45.1.s390x as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:php53-fastcgi-5.3.17-112.45.1.s390x" }, "product_reference": "php53-fastcgi-5.3.17-112.45.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-fastcgi-5.3.17-112.45.1.x86_64 as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:php53-fastcgi-5.3.17-112.45.1.x86_64" }, "product_reference": "php53-fastcgi-5.3.17-112.45.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-fileinfo-5.3.17-112.45.1.i586 as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:php53-fileinfo-5.3.17-112.45.1.i586" }, "product_reference": "php53-fileinfo-5.3.17-112.45.1.i586", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-fileinfo-5.3.17-112.45.1.ia64 as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:php53-fileinfo-5.3.17-112.45.1.ia64" }, "product_reference": "php53-fileinfo-5.3.17-112.45.1.ia64", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-fileinfo-5.3.17-112.45.1.ppc64 as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:php53-fileinfo-5.3.17-112.45.1.ppc64" }, "product_reference": "php53-fileinfo-5.3.17-112.45.1.ppc64", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-fileinfo-5.3.17-112.45.1.s390x as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:php53-fileinfo-5.3.17-112.45.1.s390x" }, "product_reference": "php53-fileinfo-5.3.17-112.45.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-fileinfo-5.3.17-112.45.1.x86_64 as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:php53-fileinfo-5.3.17-112.45.1.x86_64" }, "product_reference": "php53-fileinfo-5.3.17-112.45.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-ftp-5.3.17-112.45.1.i586 as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:php53-ftp-5.3.17-112.45.1.i586" }, "product_reference": "php53-ftp-5.3.17-112.45.1.i586", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-ftp-5.3.17-112.45.1.ia64 as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:php53-ftp-5.3.17-112.45.1.ia64" }, "product_reference": "php53-ftp-5.3.17-112.45.1.ia64", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-ftp-5.3.17-112.45.1.ppc64 as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:php53-ftp-5.3.17-112.45.1.ppc64" }, "product_reference": "php53-ftp-5.3.17-112.45.1.ppc64", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-ftp-5.3.17-112.45.1.s390x as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:php53-ftp-5.3.17-112.45.1.s390x" }, "product_reference": "php53-ftp-5.3.17-112.45.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-ftp-5.3.17-112.45.1.x86_64 as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:php53-ftp-5.3.17-112.45.1.x86_64" }, "product_reference": "php53-ftp-5.3.17-112.45.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-gd-5.3.17-112.45.1.i586 as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:php53-gd-5.3.17-112.45.1.i586" }, "product_reference": "php53-gd-5.3.17-112.45.1.i586", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-gd-5.3.17-112.45.1.ia64 as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:php53-gd-5.3.17-112.45.1.ia64" }, "product_reference": "php53-gd-5.3.17-112.45.1.ia64", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-gd-5.3.17-112.45.1.ppc64 as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:php53-gd-5.3.17-112.45.1.ppc64" }, "product_reference": "php53-gd-5.3.17-112.45.1.ppc64", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-gd-5.3.17-112.45.1.s390x as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:php53-gd-5.3.17-112.45.1.s390x" }, "product_reference": "php53-gd-5.3.17-112.45.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-gd-5.3.17-112.45.1.x86_64 as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:php53-gd-5.3.17-112.45.1.x86_64" }, "product_reference": "php53-gd-5.3.17-112.45.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-gettext-5.3.17-112.45.1.i586 as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:php53-gettext-5.3.17-112.45.1.i586" }, "product_reference": "php53-gettext-5.3.17-112.45.1.i586", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-gettext-5.3.17-112.45.1.ia64 as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:php53-gettext-5.3.17-112.45.1.ia64" }, "product_reference": "php53-gettext-5.3.17-112.45.1.ia64", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-gettext-5.3.17-112.45.1.ppc64 as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:php53-gettext-5.3.17-112.45.1.ppc64" }, "product_reference": "php53-gettext-5.3.17-112.45.1.ppc64", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-gettext-5.3.17-112.45.1.s390x as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:php53-gettext-5.3.17-112.45.1.s390x" }, "product_reference": "php53-gettext-5.3.17-112.45.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-gettext-5.3.17-112.45.1.x86_64 as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:php53-gettext-5.3.17-112.45.1.x86_64" }, "product_reference": "php53-gettext-5.3.17-112.45.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-gmp-5.3.17-112.45.1.i586 as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:php53-gmp-5.3.17-112.45.1.i586" }, "product_reference": "php53-gmp-5.3.17-112.45.1.i586", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-gmp-5.3.17-112.45.1.ia64 as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:php53-gmp-5.3.17-112.45.1.ia64" }, "product_reference": "php53-gmp-5.3.17-112.45.1.ia64", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-gmp-5.3.17-112.45.1.ppc64 as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:php53-gmp-5.3.17-112.45.1.ppc64" }, "product_reference": "php53-gmp-5.3.17-112.45.1.ppc64", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-gmp-5.3.17-112.45.1.s390x as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:php53-gmp-5.3.17-112.45.1.s390x" }, "product_reference": "php53-gmp-5.3.17-112.45.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-gmp-5.3.17-112.45.1.x86_64 as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:php53-gmp-5.3.17-112.45.1.x86_64" }, "product_reference": "php53-gmp-5.3.17-112.45.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-iconv-5.3.17-112.45.1.i586 as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:php53-iconv-5.3.17-112.45.1.i586" }, "product_reference": "php53-iconv-5.3.17-112.45.1.i586", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-iconv-5.3.17-112.45.1.ia64 as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:php53-iconv-5.3.17-112.45.1.ia64" }, "product_reference": "php53-iconv-5.3.17-112.45.1.ia64", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-iconv-5.3.17-112.45.1.ppc64 as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:php53-iconv-5.3.17-112.45.1.ppc64" }, "product_reference": "php53-iconv-5.3.17-112.45.1.ppc64", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-iconv-5.3.17-112.45.1.s390x as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:php53-iconv-5.3.17-112.45.1.s390x" }, "product_reference": "php53-iconv-5.3.17-112.45.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-iconv-5.3.17-112.45.1.x86_64 as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:php53-iconv-5.3.17-112.45.1.x86_64" }, "product_reference": "php53-iconv-5.3.17-112.45.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-intl-5.3.17-112.45.1.i586 as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:php53-intl-5.3.17-112.45.1.i586" }, "product_reference": "php53-intl-5.3.17-112.45.1.i586", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-intl-5.3.17-112.45.1.ia64 as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:php53-intl-5.3.17-112.45.1.ia64" }, "product_reference": "php53-intl-5.3.17-112.45.1.ia64", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-intl-5.3.17-112.45.1.ppc64 as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:php53-intl-5.3.17-112.45.1.ppc64" }, "product_reference": "php53-intl-5.3.17-112.45.1.ppc64", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-intl-5.3.17-112.45.1.s390x as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:php53-intl-5.3.17-112.45.1.s390x" }, "product_reference": "php53-intl-5.3.17-112.45.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-intl-5.3.17-112.45.1.x86_64 as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:php53-intl-5.3.17-112.45.1.x86_64" }, "product_reference": "php53-intl-5.3.17-112.45.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-json-5.3.17-112.45.1.i586 as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:php53-json-5.3.17-112.45.1.i586" }, "product_reference": "php53-json-5.3.17-112.45.1.i586", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-json-5.3.17-112.45.1.ia64 as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:php53-json-5.3.17-112.45.1.ia64" }, "product_reference": "php53-json-5.3.17-112.45.1.ia64", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-json-5.3.17-112.45.1.ppc64 as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:php53-json-5.3.17-112.45.1.ppc64" }, "product_reference": "php53-json-5.3.17-112.45.1.ppc64", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-json-5.3.17-112.45.1.s390x as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:php53-json-5.3.17-112.45.1.s390x" }, "product_reference": "php53-json-5.3.17-112.45.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-json-5.3.17-112.45.1.x86_64 as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:php53-json-5.3.17-112.45.1.x86_64" }, "product_reference": "php53-json-5.3.17-112.45.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-ldap-5.3.17-112.45.1.i586 as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:php53-ldap-5.3.17-112.45.1.i586" }, "product_reference": "php53-ldap-5.3.17-112.45.1.i586", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-ldap-5.3.17-112.45.1.ia64 as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:php53-ldap-5.3.17-112.45.1.ia64" }, "product_reference": "php53-ldap-5.3.17-112.45.1.ia64", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-ldap-5.3.17-112.45.1.ppc64 as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:php53-ldap-5.3.17-112.45.1.ppc64" }, "product_reference": "php53-ldap-5.3.17-112.45.1.ppc64", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-ldap-5.3.17-112.45.1.s390x as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:php53-ldap-5.3.17-112.45.1.s390x" }, "product_reference": "php53-ldap-5.3.17-112.45.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-ldap-5.3.17-112.45.1.x86_64 as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:php53-ldap-5.3.17-112.45.1.x86_64" }, "product_reference": "php53-ldap-5.3.17-112.45.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-mbstring-5.3.17-112.45.1.i586 as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:php53-mbstring-5.3.17-112.45.1.i586" }, "product_reference": "php53-mbstring-5.3.17-112.45.1.i586", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-mbstring-5.3.17-112.45.1.ia64 as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:php53-mbstring-5.3.17-112.45.1.ia64" }, "product_reference": "php53-mbstring-5.3.17-112.45.1.ia64", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-mbstring-5.3.17-112.45.1.ppc64 as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:php53-mbstring-5.3.17-112.45.1.ppc64" }, "product_reference": "php53-mbstring-5.3.17-112.45.1.ppc64", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-mbstring-5.3.17-112.45.1.s390x as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:php53-mbstring-5.3.17-112.45.1.s390x" }, "product_reference": "php53-mbstring-5.3.17-112.45.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-mbstring-5.3.17-112.45.1.x86_64 as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:php53-mbstring-5.3.17-112.45.1.x86_64" }, "product_reference": "php53-mbstring-5.3.17-112.45.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-mcrypt-5.3.17-112.45.1.i586 as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:php53-mcrypt-5.3.17-112.45.1.i586" }, "product_reference": "php53-mcrypt-5.3.17-112.45.1.i586", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-mcrypt-5.3.17-112.45.1.ia64 as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:php53-mcrypt-5.3.17-112.45.1.ia64" }, "product_reference": "php53-mcrypt-5.3.17-112.45.1.ia64", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-mcrypt-5.3.17-112.45.1.ppc64 as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:php53-mcrypt-5.3.17-112.45.1.ppc64" }, "product_reference": "php53-mcrypt-5.3.17-112.45.1.ppc64", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-mcrypt-5.3.17-112.45.1.s390x as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:php53-mcrypt-5.3.17-112.45.1.s390x" }, "product_reference": "php53-mcrypt-5.3.17-112.45.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-mcrypt-5.3.17-112.45.1.x86_64 as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:php53-mcrypt-5.3.17-112.45.1.x86_64" }, "product_reference": "php53-mcrypt-5.3.17-112.45.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-mysql-5.3.17-112.45.1.i586 as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:php53-mysql-5.3.17-112.45.1.i586" }, "product_reference": "php53-mysql-5.3.17-112.45.1.i586", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-mysql-5.3.17-112.45.1.ia64 as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:php53-mysql-5.3.17-112.45.1.ia64" }, "product_reference": "php53-mysql-5.3.17-112.45.1.ia64", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-mysql-5.3.17-112.45.1.ppc64 as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:php53-mysql-5.3.17-112.45.1.ppc64" }, "product_reference": "php53-mysql-5.3.17-112.45.1.ppc64", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-mysql-5.3.17-112.45.1.s390x as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:php53-mysql-5.3.17-112.45.1.s390x" }, "product_reference": "php53-mysql-5.3.17-112.45.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-mysql-5.3.17-112.45.1.x86_64 as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:php53-mysql-5.3.17-112.45.1.x86_64" }, "product_reference": "php53-mysql-5.3.17-112.45.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-odbc-5.3.17-112.45.1.i586 as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:php53-odbc-5.3.17-112.45.1.i586" }, "product_reference": "php53-odbc-5.3.17-112.45.1.i586", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-odbc-5.3.17-112.45.1.ia64 as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:php53-odbc-5.3.17-112.45.1.ia64" }, "product_reference": "php53-odbc-5.3.17-112.45.1.ia64", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-odbc-5.3.17-112.45.1.ppc64 as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:php53-odbc-5.3.17-112.45.1.ppc64" }, "product_reference": "php53-odbc-5.3.17-112.45.1.ppc64", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-odbc-5.3.17-112.45.1.s390x as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:php53-odbc-5.3.17-112.45.1.s390x" }, "product_reference": "php53-odbc-5.3.17-112.45.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-odbc-5.3.17-112.45.1.x86_64 as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:php53-odbc-5.3.17-112.45.1.x86_64" }, "product_reference": "php53-odbc-5.3.17-112.45.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-openssl-5.3.17-112.45.1.i586 as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:php53-openssl-5.3.17-112.45.1.i586" }, "product_reference": "php53-openssl-5.3.17-112.45.1.i586", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-openssl-5.3.17-112.45.1.ia64 as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:php53-openssl-5.3.17-112.45.1.ia64" }, "product_reference": "php53-openssl-5.3.17-112.45.1.ia64", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-openssl-5.3.17-112.45.1.ppc64 as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:php53-openssl-5.3.17-112.45.1.ppc64" }, "product_reference": "php53-openssl-5.3.17-112.45.1.ppc64", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-openssl-5.3.17-112.45.1.s390x as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:php53-openssl-5.3.17-112.45.1.s390x" }, "product_reference": "php53-openssl-5.3.17-112.45.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-openssl-5.3.17-112.45.1.x86_64 as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:php53-openssl-5.3.17-112.45.1.x86_64" }, "product_reference": "php53-openssl-5.3.17-112.45.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-pcntl-5.3.17-112.45.1.i586 as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:php53-pcntl-5.3.17-112.45.1.i586" }, "product_reference": "php53-pcntl-5.3.17-112.45.1.i586", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-pcntl-5.3.17-112.45.1.ia64 as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:php53-pcntl-5.3.17-112.45.1.ia64" }, "product_reference": "php53-pcntl-5.3.17-112.45.1.ia64", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-pcntl-5.3.17-112.45.1.ppc64 as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:php53-pcntl-5.3.17-112.45.1.ppc64" }, "product_reference": "php53-pcntl-5.3.17-112.45.1.ppc64", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-pcntl-5.3.17-112.45.1.s390x as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:php53-pcntl-5.3.17-112.45.1.s390x" }, "product_reference": "php53-pcntl-5.3.17-112.45.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-pcntl-5.3.17-112.45.1.x86_64 as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:php53-pcntl-5.3.17-112.45.1.x86_64" }, "product_reference": "php53-pcntl-5.3.17-112.45.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-pdo-5.3.17-112.45.1.i586 as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:php53-pdo-5.3.17-112.45.1.i586" }, "product_reference": "php53-pdo-5.3.17-112.45.1.i586", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-pdo-5.3.17-112.45.1.ia64 as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:php53-pdo-5.3.17-112.45.1.ia64" }, "product_reference": "php53-pdo-5.3.17-112.45.1.ia64", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-pdo-5.3.17-112.45.1.ppc64 as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:php53-pdo-5.3.17-112.45.1.ppc64" }, "product_reference": "php53-pdo-5.3.17-112.45.1.ppc64", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-pdo-5.3.17-112.45.1.s390x as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:php53-pdo-5.3.17-112.45.1.s390x" }, "product_reference": "php53-pdo-5.3.17-112.45.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-pdo-5.3.17-112.45.1.x86_64 as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:php53-pdo-5.3.17-112.45.1.x86_64" }, "product_reference": "php53-pdo-5.3.17-112.45.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-pear-5.3.17-112.45.1.i586 as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:php53-pear-5.3.17-112.45.1.i586" }, "product_reference": "php53-pear-5.3.17-112.45.1.i586", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-pear-5.3.17-112.45.1.ia64 as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:php53-pear-5.3.17-112.45.1.ia64" }, "product_reference": "php53-pear-5.3.17-112.45.1.ia64", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-pear-5.3.17-112.45.1.ppc64 as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:php53-pear-5.3.17-112.45.1.ppc64" }, "product_reference": "php53-pear-5.3.17-112.45.1.ppc64", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-pear-5.3.17-112.45.1.s390x as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:php53-pear-5.3.17-112.45.1.s390x" }, "product_reference": "php53-pear-5.3.17-112.45.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-pear-5.3.17-112.45.1.x86_64 as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:php53-pear-5.3.17-112.45.1.x86_64" }, "product_reference": "php53-pear-5.3.17-112.45.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-pgsql-5.3.17-112.45.1.i586 as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:php53-pgsql-5.3.17-112.45.1.i586" }, "product_reference": "php53-pgsql-5.3.17-112.45.1.i586", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-pgsql-5.3.17-112.45.1.ia64 as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:php53-pgsql-5.3.17-112.45.1.ia64" }, "product_reference": "php53-pgsql-5.3.17-112.45.1.ia64", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-pgsql-5.3.17-112.45.1.ppc64 as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:php53-pgsql-5.3.17-112.45.1.ppc64" }, "product_reference": "php53-pgsql-5.3.17-112.45.1.ppc64", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-pgsql-5.3.17-112.45.1.s390x as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:php53-pgsql-5.3.17-112.45.1.s390x" }, "product_reference": "php53-pgsql-5.3.17-112.45.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-pgsql-5.3.17-112.45.1.x86_64 as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:php53-pgsql-5.3.17-112.45.1.x86_64" }, "product_reference": "php53-pgsql-5.3.17-112.45.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-pspell-5.3.17-112.45.1.i586 as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:php53-pspell-5.3.17-112.45.1.i586" }, "product_reference": "php53-pspell-5.3.17-112.45.1.i586", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-pspell-5.3.17-112.45.1.ia64 as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:php53-pspell-5.3.17-112.45.1.ia64" }, "product_reference": "php53-pspell-5.3.17-112.45.1.ia64", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-pspell-5.3.17-112.45.1.ppc64 as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:php53-pspell-5.3.17-112.45.1.ppc64" }, "product_reference": "php53-pspell-5.3.17-112.45.1.ppc64", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-pspell-5.3.17-112.45.1.s390x as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:php53-pspell-5.3.17-112.45.1.s390x" }, "product_reference": "php53-pspell-5.3.17-112.45.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-pspell-5.3.17-112.45.1.x86_64 as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:php53-pspell-5.3.17-112.45.1.x86_64" }, "product_reference": "php53-pspell-5.3.17-112.45.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-shmop-5.3.17-112.45.1.i586 as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:php53-shmop-5.3.17-112.45.1.i586" }, "product_reference": "php53-shmop-5.3.17-112.45.1.i586", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-shmop-5.3.17-112.45.1.ia64 as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:php53-shmop-5.3.17-112.45.1.ia64" }, "product_reference": "php53-shmop-5.3.17-112.45.1.ia64", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-shmop-5.3.17-112.45.1.ppc64 as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:php53-shmop-5.3.17-112.45.1.ppc64" }, "product_reference": "php53-shmop-5.3.17-112.45.1.ppc64", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-shmop-5.3.17-112.45.1.s390x as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:php53-shmop-5.3.17-112.45.1.s390x" }, "product_reference": "php53-shmop-5.3.17-112.45.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-shmop-5.3.17-112.45.1.x86_64 as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:php53-shmop-5.3.17-112.45.1.x86_64" }, "product_reference": "php53-shmop-5.3.17-112.45.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-snmp-5.3.17-112.45.1.i586 as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:php53-snmp-5.3.17-112.45.1.i586" }, "product_reference": "php53-snmp-5.3.17-112.45.1.i586", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-snmp-5.3.17-112.45.1.ia64 as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:php53-snmp-5.3.17-112.45.1.ia64" }, "product_reference": "php53-snmp-5.3.17-112.45.1.ia64", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-snmp-5.3.17-112.45.1.ppc64 as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:php53-snmp-5.3.17-112.45.1.ppc64" }, "product_reference": "php53-snmp-5.3.17-112.45.1.ppc64", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-snmp-5.3.17-112.45.1.s390x as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:php53-snmp-5.3.17-112.45.1.s390x" }, "product_reference": "php53-snmp-5.3.17-112.45.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-snmp-5.3.17-112.45.1.x86_64 as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:php53-snmp-5.3.17-112.45.1.x86_64" }, "product_reference": "php53-snmp-5.3.17-112.45.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-soap-5.3.17-112.45.1.i586 as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:php53-soap-5.3.17-112.45.1.i586" }, "product_reference": "php53-soap-5.3.17-112.45.1.i586", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-soap-5.3.17-112.45.1.ia64 as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:php53-soap-5.3.17-112.45.1.ia64" }, "product_reference": "php53-soap-5.3.17-112.45.1.ia64", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-soap-5.3.17-112.45.1.ppc64 as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:php53-soap-5.3.17-112.45.1.ppc64" }, "product_reference": "php53-soap-5.3.17-112.45.1.ppc64", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-soap-5.3.17-112.45.1.s390x as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:php53-soap-5.3.17-112.45.1.s390x" }, "product_reference": "php53-soap-5.3.17-112.45.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-soap-5.3.17-112.45.1.x86_64 as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:php53-soap-5.3.17-112.45.1.x86_64" }, "product_reference": "php53-soap-5.3.17-112.45.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-suhosin-5.3.17-112.45.1.i586 as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:php53-suhosin-5.3.17-112.45.1.i586" }, "product_reference": "php53-suhosin-5.3.17-112.45.1.i586", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-suhosin-5.3.17-112.45.1.ia64 as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:php53-suhosin-5.3.17-112.45.1.ia64" }, "product_reference": "php53-suhosin-5.3.17-112.45.1.ia64", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-suhosin-5.3.17-112.45.1.ppc64 as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:php53-suhosin-5.3.17-112.45.1.ppc64" }, "product_reference": "php53-suhosin-5.3.17-112.45.1.ppc64", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-suhosin-5.3.17-112.45.1.s390x as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:php53-suhosin-5.3.17-112.45.1.s390x" }, "product_reference": "php53-suhosin-5.3.17-112.45.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-suhosin-5.3.17-112.45.1.x86_64 as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:php53-suhosin-5.3.17-112.45.1.x86_64" }, "product_reference": "php53-suhosin-5.3.17-112.45.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-sysvmsg-5.3.17-112.45.1.i586 as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:php53-sysvmsg-5.3.17-112.45.1.i586" }, "product_reference": "php53-sysvmsg-5.3.17-112.45.1.i586", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-sysvmsg-5.3.17-112.45.1.ia64 as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:php53-sysvmsg-5.3.17-112.45.1.ia64" }, "product_reference": "php53-sysvmsg-5.3.17-112.45.1.ia64", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-sysvmsg-5.3.17-112.45.1.ppc64 as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:php53-sysvmsg-5.3.17-112.45.1.ppc64" }, "product_reference": "php53-sysvmsg-5.3.17-112.45.1.ppc64", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-sysvmsg-5.3.17-112.45.1.s390x as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:php53-sysvmsg-5.3.17-112.45.1.s390x" }, "product_reference": "php53-sysvmsg-5.3.17-112.45.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-sysvmsg-5.3.17-112.45.1.x86_64 as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:php53-sysvmsg-5.3.17-112.45.1.x86_64" }, "product_reference": "php53-sysvmsg-5.3.17-112.45.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-sysvsem-5.3.17-112.45.1.i586 as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:php53-sysvsem-5.3.17-112.45.1.i586" }, "product_reference": "php53-sysvsem-5.3.17-112.45.1.i586", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-sysvsem-5.3.17-112.45.1.ia64 as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:php53-sysvsem-5.3.17-112.45.1.ia64" }, "product_reference": "php53-sysvsem-5.3.17-112.45.1.ia64", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-sysvsem-5.3.17-112.45.1.ppc64 as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:php53-sysvsem-5.3.17-112.45.1.ppc64" }, "product_reference": "php53-sysvsem-5.3.17-112.45.1.ppc64", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-sysvsem-5.3.17-112.45.1.s390x as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:php53-sysvsem-5.3.17-112.45.1.s390x" }, "product_reference": "php53-sysvsem-5.3.17-112.45.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-sysvsem-5.3.17-112.45.1.x86_64 as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:php53-sysvsem-5.3.17-112.45.1.x86_64" }, "product_reference": "php53-sysvsem-5.3.17-112.45.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-sysvshm-5.3.17-112.45.1.i586 as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:php53-sysvshm-5.3.17-112.45.1.i586" }, "product_reference": "php53-sysvshm-5.3.17-112.45.1.i586", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-sysvshm-5.3.17-112.45.1.ia64 as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:php53-sysvshm-5.3.17-112.45.1.ia64" }, "product_reference": "php53-sysvshm-5.3.17-112.45.1.ia64", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-sysvshm-5.3.17-112.45.1.ppc64 as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:php53-sysvshm-5.3.17-112.45.1.ppc64" }, "product_reference": "php53-sysvshm-5.3.17-112.45.1.ppc64", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-sysvshm-5.3.17-112.45.1.s390x as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:php53-sysvshm-5.3.17-112.45.1.s390x" }, "product_reference": "php53-sysvshm-5.3.17-112.45.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-sysvshm-5.3.17-112.45.1.x86_64 as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:php53-sysvshm-5.3.17-112.45.1.x86_64" }, "product_reference": "php53-sysvshm-5.3.17-112.45.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-tokenizer-5.3.17-112.45.1.i586 as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:php53-tokenizer-5.3.17-112.45.1.i586" }, "product_reference": "php53-tokenizer-5.3.17-112.45.1.i586", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-tokenizer-5.3.17-112.45.1.ia64 as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:php53-tokenizer-5.3.17-112.45.1.ia64" }, "product_reference": "php53-tokenizer-5.3.17-112.45.1.ia64", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-tokenizer-5.3.17-112.45.1.ppc64 as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:php53-tokenizer-5.3.17-112.45.1.ppc64" }, "product_reference": "php53-tokenizer-5.3.17-112.45.1.ppc64", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-tokenizer-5.3.17-112.45.1.s390x as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:php53-tokenizer-5.3.17-112.45.1.s390x" }, "product_reference": "php53-tokenizer-5.3.17-112.45.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-tokenizer-5.3.17-112.45.1.x86_64 as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:php53-tokenizer-5.3.17-112.45.1.x86_64" }, "product_reference": "php53-tokenizer-5.3.17-112.45.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-wddx-5.3.17-112.45.1.i586 as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:php53-wddx-5.3.17-112.45.1.i586" }, "product_reference": "php53-wddx-5.3.17-112.45.1.i586", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-wddx-5.3.17-112.45.1.ia64 as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:php53-wddx-5.3.17-112.45.1.ia64" }, "product_reference": "php53-wddx-5.3.17-112.45.1.ia64", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-wddx-5.3.17-112.45.1.ppc64 as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:php53-wddx-5.3.17-112.45.1.ppc64" }, "product_reference": "php53-wddx-5.3.17-112.45.1.ppc64", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-wddx-5.3.17-112.45.1.s390x as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:php53-wddx-5.3.17-112.45.1.s390x" }, "product_reference": "php53-wddx-5.3.17-112.45.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-wddx-5.3.17-112.45.1.x86_64 as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:php53-wddx-5.3.17-112.45.1.x86_64" }, "product_reference": "php53-wddx-5.3.17-112.45.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-xmlreader-5.3.17-112.45.1.i586 as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:php53-xmlreader-5.3.17-112.45.1.i586" }, "product_reference": "php53-xmlreader-5.3.17-112.45.1.i586", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-xmlreader-5.3.17-112.45.1.ia64 as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:php53-xmlreader-5.3.17-112.45.1.ia64" }, "product_reference": "php53-xmlreader-5.3.17-112.45.1.ia64", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-xmlreader-5.3.17-112.45.1.ppc64 as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:php53-xmlreader-5.3.17-112.45.1.ppc64" }, "product_reference": "php53-xmlreader-5.3.17-112.45.1.ppc64", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-xmlreader-5.3.17-112.45.1.s390x as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:php53-xmlreader-5.3.17-112.45.1.s390x" }, "product_reference": "php53-xmlreader-5.3.17-112.45.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-xmlreader-5.3.17-112.45.1.x86_64 as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:php53-xmlreader-5.3.17-112.45.1.x86_64" }, "product_reference": "php53-xmlreader-5.3.17-112.45.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-xmlrpc-5.3.17-112.45.1.i586 as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:php53-xmlrpc-5.3.17-112.45.1.i586" }, "product_reference": "php53-xmlrpc-5.3.17-112.45.1.i586", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-xmlrpc-5.3.17-112.45.1.ia64 as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:php53-xmlrpc-5.3.17-112.45.1.ia64" }, "product_reference": "php53-xmlrpc-5.3.17-112.45.1.ia64", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-xmlrpc-5.3.17-112.45.1.ppc64 as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:php53-xmlrpc-5.3.17-112.45.1.ppc64" }, "product_reference": "php53-xmlrpc-5.3.17-112.45.1.ppc64", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-xmlrpc-5.3.17-112.45.1.s390x as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:php53-xmlrpc-5.3.17-112.45.1.s390x" }, "product_reference": "php53-xmlrpc-5.3.17-112.45.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-xmlrpc-5.3.17-112.45.1.x86_64 as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:php53-xmlrpc-5.3.17-112.45.1.x86_64" }, "product_reference": "php53-xmlrpc-5.3.17-112.45.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-xmlwriter-5.3.17-112.45.1.i586 as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:php53-xmlwriter-5.3.17-112.45.1.i586" }, "product_reference": "php53-xmlwriter-5.3.17-112.45.1.i586", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-xmlwriter-5.3.17-112.45.1.ia64 as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:php53-xmlwriter-5.3.17-112.45.1.ia64" }, "product_reference": "php53-xmlwriter-5.3.17-112.45.1.ia64", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-xmlwriter-5.3.17-112.45.1.ppc64 as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:php53-xmlwriter-5.3.17-112.45.1.ppc64" }, "product_reference": "php53-xmlwriter-5.3.17-112.45.1.ppc64", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-xmlwriter-5.3.17-112.45.1.s390x as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:php53-xmlwriter-5.3.17-112.45.1.s390x" }, "product_reference": "php53-xmlwriter-5.3.17-112.45.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-xmlwriter-5.3.17-112.45.1.x86_64 as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:php53-xmlwriter-5.3.17-112.45.1.x86_64" }, "product_reference": "php53-xmlwriter-5.3.17-112.45.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-xsl-5.3.17-112.45.1.i586 as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:php53-xsl-5.3.17-112.45.1.i586" }, "product_reference": "php53-xsl-5.3.17-112.45.1.i586", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-xsl-5.3.17-112.45.1.ia64 as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:php53-xsl-5.3.17-112.45.1.ia64" }, "product_reference": "php53-xsl-5.3.17-112.45.1.ia64", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-xsl-5.3.17-112.45.1.ppc64 as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:php53-xsl-5.3.17-112.45.1.ppc64" }, "product_reference": "php53-xsl-5.3.17-112.45.1.ppc64", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-xsl-5.3.17-112.45.1.s390x as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:php53-xsl-5.3.17-112.45.1.s390x" }, "product_reference": "php53-xsl-5.3.17-112.45.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-xsl-5.3.17-112.45.1.x86_64 as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:php53-xsl-5.3.17-112.45.1.x86_64" }, "product_reference": "php53-xsl-5.3.17-112.45.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-zip-5.3.17-112.45.1.i586 as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:php53-zip-5.3.17-112.45.1.i586" }, "product_reference": "php53-zip-5.3.17-112.45.1.i586", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-zip-5.3.17-112.45.1.ia64 as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:php53-zip-5.3.17-112.45.1.ia64" }, "product_reference": "php53-zip-5.3.17-112.45.1.ia64", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-zip-5.3.17-112.45.1.ppc64 as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:php53-zip-5.3.17-112.45.1.ppc64" }, "product_reference": "php53-zip-5.3.17-112.45.1.ppc64", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-zip-5.3.17-112.45.1.s390x as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:php53-zip-5.3.17-112.45.1.s390x" }, "product_reference": "php53-zip-5.3.17-112.45.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-zip-5.3.17-112.45.1.x86_64 as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:php53-zip-5.3.17-112.45.1.x86_64" }, "product_reference": "php53-zip-5.3.17-112.45.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-zlib-5.3.17-112.45.1.i586 as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:php53-zlib-5.3.17-112.45.1.i586" }, "product_reference": "php53-zlib-5.3.17-112.45.1.i586", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-zlib-5.3.17-112.45.1.ia64 as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:php53-zlib-5.3.17-112.45.1.ia64" }, "product_reference": "php53-zlib-5.3.17-112.45.1.ia64", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-zlib-5.3.17-112.45.1.ppc64 as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:php53-zlib-5.3.17-112.45.1.ppc64" }, "product_reference": "php53-zlib-5.3.17-112.45.1.ppc64", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-zlib-5.3.17-112.45.1.s390x as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:php53-zlib-5.3.17-112.45.1.s390x" }, "product_reference": "php53-zlib-5.3.17-112.45.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-zlib-5.3.17-112.45.1.x86_64 as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:php53-zlib-5.3.17-112.45.1.x86_64" }, "product_reference": "php53-zlib-5.3.17-112.45.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "apache2-mod_php53-5.3.17-112.45.1.i586 as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:apache2-mod_php53-5.3.17-112.45.1.i586" }, "product_reference": "apache2-mod_php53-5.3.17-112.45.1.i586", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "apache2-mod_php53-5.3.17-112.45.1.ia64 as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:apache2-mod_php53-5.3.17-112.45.1.ia64" }, "product_reference": "apache2-mod_php53-5.3.17-112.45.1.ia64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "apache2-mod_php53-5.3.17-112.45.1.ppc64 as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:apache2-mod_php53-5.3.17-112.45.1.ppc64" }, "product_reference": "apache2-mod_php53-5.3.17-112.45.1.ppc64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "apache2-mod_php53-5.3.17-112.45.1.s390x as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:apache2-mod_php53-5.3.17-112.45.1.s390x" }, "product_reference": "apache2-mod_php53-5.3.17-112.45.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "apache2-mod_php53-5.3.17-112.45.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:apache2-mod_php53-5.3.17-112.45.1.x86_64" }, "product_reference": "apache2-mod_php53-5.3.17-112.45.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-5.3.17-112.45.1.i586 as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-5.3.17-112.45.1.i586" }, "product_reference": "php53-5.3.17-112.45.1.i586", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-5.3.17-112.45.1.ia64 as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-5.3.17-112.45.1.ia64" }, "product_reference": "php53-5.3.17-112.45.1.ia64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-5.3.17-112.45.1.ppc64 as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-5.3.17-112.45.1.ppc64" }, "product_reference": "php53-5.3.17-112.45.1.ppc64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-5.3.17-112.45.1.s390x as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-5.3.17-112.45.1.s390x" }, "product_reference": "php53-5.3.17-112.45.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-5.3.17-112.45.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-5.3.17-112.45.1.x86_64" }, "product_reference": "php53-5.3.17-112.45.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-bcmath-5.3.17-112.45.1.i586 as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-bcmath-5.3.17-112.45.1.i586" }, "product_reference": "php53-bcmath-5.3.17-112.45.1.i586", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-bcmath-5.3.17-112.45.1.ia64 as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-bcmath-5.3.17-112.45.1.ia64" }, "product_reference": "php53-bcmath-5.3.17-112.45.1.ia64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-bcmath-5.3.17-112.45.1.ppc64 as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-bcmath-5.3.17-112.45.1.ppc64" }, "product_reference": "php53-bcmath-5.3.17-112.45.1.ppc64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-bcmath-5.3.17-112.45.1.s390x as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-bcmath-5.3.17-112.45.1.s390x" }, "product_reference": "php53-bcmath-5.3.17-112.45.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-bcmath-5.3.17-112.45.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-bcmath-5.3.17-112.45.1.x86_64" }, "product_reference": "php53-bcmath-5.3.17-112.45.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-bz2-5.3.17-112.45.1.i586 as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-bz2-5.3.17-112.45.1.i586" }, "product_reference": "php53-bz2-5.3.17-112.45.1.i586", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-bz2-5.3.17-112.45.1.ia64 as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-bz2-5.3.17-112.45.1.ia64" }, "product_reference": "php53-bz2-5.3.17-112.45.1.ia64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-bz2-5.3.17-112.45.1.ppc64 as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-bz2-5.3.17-112.45.1.ppc64" }, "product_reference": "php53-bz2-5.3.17-112.45.1.ppc64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-bz2-5.3.17-112.45.1.s390x as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-bz2-5.3.17-112.45.1.s390x" }, "product_reference": "php53-bz2-5.3.17-112.45.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-bz2-5.3.17-112.45.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-bz2-5.3.17-112.45.1.x86_64" }, "product_reference": "php53-bz2-5.3.17-112.45.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-calendar-5.3.17-112.45.1.i586 as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-calendar-5.3.17-112.45.1.i586" }, "product_reference": "php53-calendar-5.3.17-112.45.1.i586", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-calendar-5.3.17-112.45.1.ia64 as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-calendar-5.3.17-112.45.1.ia64" }, "product_reference": "php53-calendar-5.3.17-112.45.1.ia64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-calendar-5.3.17-112.45.1.ppc64 as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-calendar-5.3.17-112.45.1.ppc64" }, "product_reference": "php53-calendar-5.3.17-112.45.1.ppc64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-calendar-5.3.17-112.45.1.s390x as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-calendar-5.3.17-112.45.1.s390x" }, "product_reference": "php53-calendar-5.3.17-112.45.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-calendar-5.3.17-112.45.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-calendar-5.3.17-112.45.1.x86_64" }, "product_reference": "php53-calendar-5.3.17-112.45.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-ctype-5.3.17-112.45.1.i586 as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-ctype-5.3.17-112.45.1.i586" }, "product_reference": "php53-ctype-5.3.17-112.45.1.i586", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-ctype-5.3.17-112.45.1.ia64 as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-ctype-5.3.17-112.45.1.ia64" }, "product_reference": "php53-ctype-5.3.17-112.45.1.ia64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-ctype-5.3.17-112.45.1.ppc64 as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-ctype-5.3.17-112.45.1.ppc64" }, "product_reference": "php53-ctype-5.3.17-112.45.1.ppc64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-ctype-5.3.17-112.45.1.s390x as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-ctype-5.3.17-112.45.1.s390x" }, "product_reference": "php53-ctype-5.3.17-112.45.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-ctype-5.3.17-112.45.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-ctype-5.3.17-112.45.1.x86_64" }, "product_reference": "php53-ctype-5.3.17-112.45.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-curl-5.3.17-112.45.1.i586 as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-curl-5.3.17-112.45.1.i586" }, "product_reference": "php53-curl-5.3.17-112.45.1.i586", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-curl-5.3.17-112.45.1.ia64 as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-curl-5.3.17-112.45.1.ia64" }, "product_reference": "php53-curl-5.3.17-112.45.1.ia64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-curl-5.3.17-112.45.1.ppc64 as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-curl-5.3.17-112.45.1.ppc64" }, "product_reference": "php53-curl-5.3.17-112.45.1.ppc64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-curl-5.3.17-112.45.1.s390x as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-curl-5.3.17-112.45.1.s390x" }, "product_reference": "php53-curl-5.3.17-112.45.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-curl-5.3.17-112.45.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-curl-5.3.17-112.45.1.x86_64" }, "product_reference": "php53-curl-5.3.17-112.45.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-dba-5.3.17-112.45.1.i586 as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-dba-5.3.17-112.45.1.i586" }, "product_reference": "php53-dba-5.3.17-112.45.1.i586", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-dba-5.3.17-112.45.1.ia64 as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-dba-5.3.17-112.45.1.ia64" }, "product_reference": "php53-dba-5.3.17-112.45.1.ia64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-dba-5.3.17-112.45.1.ppc64 as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-dba-5.3.17-112.45.1.ppc64" }, "product_reference": "php53-dba-5.3.17-112.45.1.ppc64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-dba-5.3.17-112.45.1.s390x as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-dba-5.3.17-112.45.1.s390x" }, "product_reference": "php53-dba-5.3.17-112.45.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-dba-5.3.17-112.45.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-dba-5.3.17-112.45.1.x86_64" }, "product_reference": "php53-dba-5.3.17-112.45.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-dom-5.3.17-112.45.1.i586 as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-dom-5.3.17-112.45.1.i586" }, "product_reference": "php53-dom-5.3.17-112.45.1.i586", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-dom-5.3.17-112.45.1.ia64 as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-dom-5.3.17-112.45.1.ia64" }, "product_reference": "php53-dom-5.3.17-112.45.1.ia64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-dom-5.3.17-112.45.1.ppc64 as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-dom-5.3.17-112.45.1.ppc64" }, "product_reference": "php53-dom-5.3.17-112.45.1.ppc64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-dom-5.3.17-112.45.1.s390x as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-dom-5.3.17-112.45.1.s390x" }, "product_reference": "php53-dom-5.3.17-112.45.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-dom-5.3.17-112.45.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-dom-5.3.17-112.45.1.x86_64" }, "product_reference": "php53-dom-5.3.17-112.45.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-exif-5.3.17-112.45.1.i586 as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-exif-5.3.17-112.45.1.i586" }, "product_reference": "php53-exif-5.3.17-112.45.1.i586", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-exif-5.3.17-112.45.1.ia64 as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-exif-5.3.17-112.45.1.ia64" }, "product_reference": "php53-exif-5.3.17-112.45.1.ia64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-exif-5.3.17-112.45.1.ppc64 as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-exif-5.3.17-112.45.1.ppc64" }, "product_reference": "php53-exif-5.3.17-112.45.1.ppc64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-exif-5.3.17-112.45.1.s390x as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-exif-5.3.17-112.45.1.s390x" }, "product_reference": "php53-exif-5.3.17-112.45.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-exif-5.3.17-112.45.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-exif-5.3.17-112.45.1.x86_64" }, "product_reference": "php53-exif-5.3.17-112.45.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-fastcgi-5.3.17-112.45.1.i586 as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-fastcgi-5.3.17-112.45.1.i586" }, "product_reference": "php53-fastcgi-5.3.17-112.45.1.i586", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-fastcgi-5.3.17-112.45.1.ia64 as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-fastcgi-5.3.17-112.45.1.ia64" }, "product_reference": "php53-fastcgi-5.3.17-112.45.1.ia64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-fastcgi-5.3.17-112.45.1.ppc64 as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-fastcgi-5.3.17-112.45.1.ppc64" }, "product_reference": "php53-fastcgi-5.3.17-112.45.1.ppc64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-fastcgi-5.3.17-112.45.1.s390x as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-fastcgi-5.3.17-112.45.1.s390x" }, "product_reference": "php53-fastcgi-5.3.17-112.45.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-fastcgi-5.3.17-112.45.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-fastcgi-5.3.17-112.45.1.x86_64" }, "product_reference": "php53-fastcgi-5.3.17-112.45.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-fileinfo-5.3.17-112.45.1.i586 as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-fileinfo-5.3.17-112.45.1.i586" }, "product_reference": "php53-fileinfo-5.3.17-112.45.1.i586", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-fileinfo-5.3.17-112.45.1.ia64 as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-fileinfo-5.3.17-112.45.1.ia64" }, "product_reference": "php53-fileinfo-5.3.17-112.45.1.ia64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-fileinfo-5.3.17-112.45.1.ppc64 as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-fileinfo-5.3.17-112.45.1.ppc64" }, "product_reference": "php53-fileinfo-5.3.17-112.45.1.ppc64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-fileinfo-5.3.17-112.45.1.s390x as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-fileinfo-5.3.17-112.45.1.s390x" }, "product_reference": "php53-fileinfo-5.3.17-112.45.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-fileinfo-5.3.17-112.45.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-fileinfo-5.3.17-112.45.1.x86_64" }, "product_reference": "php53-fileinfo-5.3.17-112.45.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-ftp-5.3.17-112.45.1.i586 as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-ftp-5.3.17-112.45.1.i586" }, "product_reference": "php53-ftp-5.3.17-112.45.1.i586", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-ftp-5.3.17-112.45.1.ia64 as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-ftp-5.3.17-112.45.1.ia64" }, "product_reference": "php53-ftp-5.3.17-112.45.1.ia64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-ftp-5.3.17-112.45.1.ppc64 as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-ftp-5.3.17-112.45.1.ppc64" }, "product_reference": "php53-ftp-5.3.17-112.45.1.ppc64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-ftp-5.3.17-112.45.1.s390x as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-ftp-5.3.17-112.45.1.s390x" }, "product_reference": "php53-ftp-5.3.17-112.45.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-ftp-5.3.17-112.45.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-ftp-5.3.17-112.45.1.x86_64" }, "product_reference": "php53-ftp-5.3.17-112.45.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-gd-5.3.17-112.45.1.i586 as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-gd-5.3.17-112.45.1.i586" }, "product_reference": "php53-gd-5.3.17-112.45.1.i586", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-gd-5.3.17-112.45.1.ia64 as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-gd-5.3.17-112.45.1.ia64" }, "product_reference": "php53-gd-5.3.17-112.45.1.ia64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-gd-5.3.17-112.45.1.ppc64 as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-gd-5.3.17-112.45.1.ppc64" }, "product_reference": "php53-gd-5.3.17-112.45.1.ppc64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-gd-5.3.17-112.45.1.s390x as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-gd-5.3.17-112.45.1.s390x" }, "product_reference": "php53-gd-5.3.17-112.45.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-gd-5.3.17-112.45.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-gd-5.3.17-112.45.1.x86_64" }, "product_reference": "php53-gd-5.3.17-112.45.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-gettext-5.3.17-112.45.1.i586 as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-gettext-5.3.17-112.45.1.i586" }, "product_reference": "php53-gettext-5.3.17-112.45.1.i586", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-gettext-5.3.17-112.45.1.ia64 as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-gettext-5.3.17-112.45.1.ia64" }, "product_reference": "php53-gettext-5.3.17-112.45.1.ia64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-gettext-5.3.17-112.45.1.ppc64 as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-gettext-5.3.17-112.45.1.ppc64" }, "product_reference": "php53-gettext-5.3.17-112.45.1.ppc64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-gettext-5.3.17-112.45.1.s390x as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-gettext-5.3.17-112.45.1.s390x" }, "product_reference": "php53-gettext-5.3.17-112.45.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-gettext-5.3.17-112.45.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-gettext-5.3.17-112.45.1.x86_64" }, "product_reference": "php53-gettext-5.3.17-112.45.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-gmp-5.3.17-112.45.1.i586 as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-gmp-5.3.17-112.45.1.i586" }, "product_reference": "php53-gmp-5.3.17-112.45.1.i586", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-gmp-5.3.17-112.45.1.ia64 as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-gmp-5.3.17-112.45.1.ia64" }, "product_reference": "php53-gmp-5.3.17-112.45.1.ia64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-gmp-5.3.17-112.45.1.ppc64 as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-gmp-5.3.17-112.45.1.ppc64" }, "product_reference": "php53-gmp-5.3.17-112.45.1.ppc64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-gmp-5.3.17-112.45.1.s390x as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-gmp-5.3.17-112.45.1.s390x" }, "product_reference": "php53-gmp-5.3.17-112.45.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-gmp-5.3.17-112.45.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-gmp-5.3.17-112.45.1.x86_64" }, "product_reference": "php53-gmp-5.3.17-112.45.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-iconv-5.3.17-112.45.1.i586 as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-iconv-5.3.17-112.45.1.i586" }, "product_reference": "php53-iconv-5.3.17-112.45.1.i586", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-iconv-5.3.17-112.45.1.ia64 as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-iconv-5.3.17-112.45.1.ia64" }, "product_reference": "php53-iconv-5.3.17-112.45.1.ia64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-iconv-5.3.17-112.45.1.ppc64 as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-iconv-5.3.17-112.45.1.ppc64" }, "product_reference": "php53-iconv-5.3.17-112.45.1.ppc64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-iconv-5.3.17-112.45.1.s390x as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-iconv-5.3.17-112.45.1.s390x" }, "product_reference": "php53-iconv-5.3.17-112.45.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-iconv-5.3.17-112.45.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-iconv-5.3.17-112.45.1.x86_64" }, "product_reference": "php53-iconv-5.3.17-112.45.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-intl-5.3.17-112.45.1.i586 as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-intl-5.3.17-112.45.1.i586" }, "product_reference": "php53-intl-5.3.17-112.45.1.i586", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-intl-5.3.17-112.45.1.ia64 as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-intl-5.3.17-112.45.1.ia64" }, "product_reference": "php53-intl-5.3.17-112.45.1.ia64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-intl-5.3.17-112.45.1.ppc64 as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-intl-5.3.17-112.45.1.ppc64" }, "product_reference": "php53-intl-5.3.17-112.45.1.ppc64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-intl-5.3.17-112.45.1.s390x as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-intl-5.3.17-112.45.1.s390x" }, "product_reference": "php53-intl-5.3.17-112.45.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-intl-5.3.17-112.45.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-intl-5.3.17-112.45.1.x86_64" }, "product_reference": "php53-intl-5.3.17-112.45.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-json-5.3.17-112.45.1.i586 as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-json-5.3.17-112.45.1.i586" }, "product_reference": "php53-json-5.3.17-112.45.1.i586", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-json-5.3.17-112.45.1.ia64 as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-json-5.3.17-112.45.1.ia64" }, "product_reference": "php53-json-5.3.17-112.45.1.ia64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-json-5.3.17-112.45.1.ppc64 as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-json-5.3.17-112.45.1.ppc64" }, "product_reference": "php53-json-5.3.17-112.45.1.ppc64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-json-5.3.17-112.45.1.s390x as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-json-5.3.17-112.45.1.s390x" }, "product_reference": "php53-json-5.3.17-112.45.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-json-5.3.17-112.45.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-json-5.3.17-112.45.1.x86_64" }, "product_reference": "php53-json-5.3.17-112.45.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-ldap-5.3.17-112.45.1.i586 as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-ldap-5.3.17-112.45.1.i586" }, "product_reference": "php53-ldap-5.3.17-112.45.1.i586", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-ldap-5.3.17-112.45.1.ia64 as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-ldap-5.3.17-112.45.1.ia64" }, "product_reference": "php53-ldap-5.3.17-112.45.1.ia64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-ldap-5.3.17-112.45.1.ppc64 as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-ldap-5.3.17-112.45.1.ppc64" }, "product_reference": "php53-ldap-5.3.17-112.45.1.ppc64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-ldap-5.3.17-112.45.1.s390x as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-ldap-5.3.17-112.45.1.s390x" }, "product_reference": "php53-ldap-5.3.17-112.45.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-ldap-5.3.17-112.45.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-ldap-5.3.17-112.45.1.x86_64" }, "product_reference": "php53-ldap-5.3.17-112.45.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-mbstring-5.3.17-112.45.1.i586 as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-mbstring-5.3.17-112.45.1.i586" }, "product_reference": "php53-mbstring-5.3.17-112.45.1.i586", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-mbstring-5.3.17-112.45.1.ia64 as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-mbstring-5.3.17-112.45.1.ia64" }, "product_reference": "php53-mbstring-5.3.17-112.45.1.ia64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-mbstring-5.3.17-112.45.1.ppc64 as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-mbstring-5.3.17-112.45.1.ppc64" }, "product_reference": "php53-mbstring-5.3.17-112.45.1.ppc64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-mbstring-5.3.17-112.45.1.s390x as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-mbstring-5.3.17-112.45.1.s390x" }, "product_reference": "php53-mbstring-5.3.17-112.45.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-mbstring-5.3.17-112.45.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-mbstring-5.3.17-112.45.1.x86_64" }, "product_reference": "php53-mbstring-5.3.17-112.45.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-mcrypt-5.3.17-112.45.1.i586 as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-mcrypt-5.3.17-112.45.1.i586" }, "product_reference": "php53-mcrypt-5.3.17-112.45.1.i586", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-mcrypt-5.3.17-112.45.1.ia64 as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-mcrypt-5.3.17-112.45.1.ia64" }, "product_reference": "php53-mcrypt-5.3.17-112.45.1.ia64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-mcrypt-5.3.17-112.45.1.ppc64 as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-mcrypt-5.3.17-112.45.1.ppc64" }, "product_reference": "php53-mcrypt-5.3.17-112.45.1.ppc64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-mcrypt-5.3.17-112.45.1.s390x as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-mcrypt-5.3.17-112.45.1.s390x" }, "product_reference": "php53-mcrypt-5.3.17-112.45.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-mcrypt-5.3.17-112.45.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-mcrypt-5.3.17-112.45.1.x86_64" }, "product_reference": "php53-mcrypt-5.3.17-112.45.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-mysql-5.3.17-112.45.1.i586 as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-mysql-5.3.17-112.45.1.i586" }, "product_reference": "php53-mysql-5.3.17-112.45.1.i586", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-mysql-5.3.17-112.45.1.ia64 as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-mysql-5.3.17-112.45.1.ia64" }, "product_reference": "php53-mysql-5.3.17-112.45.1.ia64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-mysql-5.3.17-112.45.1.ppc64 as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-mysql-5.3.17-112.45.1.ppc64" }, "product_reference": "php53-mysql-5.3.17-112.45.1.ppc64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-mysql-5.3.17-112.45.1.s390x as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-mysql-5.3.17-112.45.1.s390x" }, "product_reference": "php53-mysql-5.3.17-112.45.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-mysql-5.3.17-112.45.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-mysql-5.3.17-112.45.1.x86_64" }, "product_reference": "php53-mysql-5.3.17-112.45.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-odbc-5.3.17-112.45.1.i586 as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-odbc-5.3.17-112.45.1.i586" }, "product_reference": "php53-odbc-5.3.17-112.45.1.i586", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-odbc-5.3.17-112.45.1.ia64 as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-odbc-5.3.17-112.45.1.ia64" }, "product_reference": "php53-odbc-5.3.17-112.45.1.ia64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-odbc-5.3.17-112.45.1.ppc64 as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-odbc-5.3.17-112.45.1.ppc64" }, "product_reference": "php53-odbc-5.3.17-112.45.1.ppc64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-odbc-5.3.17-112.45.1.s390x as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-odbc-5.3.17-112.45.1.s390x" }, "product_reference": "php53-odbc-5.3.17-112.45.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-odbc-5.3.17-112.45.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-odbc-5.3.17-112.45.1.x86_64" }, "product_reference": "php53-odbc-5.3.17-112.45.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-openssl-5.3.17-112.45.1.i586 as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-openssl-5.3.17-112.45.1.i586" }, "product_reference": "php53-openssl-5.3.17-112.45.1.i586", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-openssl-5.3.17-112.45.1.ia64 as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-openssl-5.3.17-112.45.1.ia64" }, "product_reference": "php53-openssl-5.3.17-112.45.1.ia64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-openssl-5.3.17-112.45.1.ppc64 as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-openssl-5.3.17-112.45.1.ppc64" }, "product_reference": "php53-openssl-5.3.17-112.45.1.ppc64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-openssl-5.3.17-112.45.1.s390x as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-openssl-5.3.17-112.45.1.s390x" }, "product_reference": "php53-openssl-5.3.17-112.45.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-openssl-5.3.17-112.45.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-openssl-5.3.17-112.45.1.x86_64" }, "product_reference": "php53-openssl-5.3.17-112.45.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-pcntl-5.3.17-112.45.1.i586 as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-pcntl-5.3.17-112.45.1.i586" }, "product_reference": "php53-pcntl-5.3.17-112.45.1.i586", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-pcntl-5.3.17-112.45.1.ia64 as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-pcntl-5.3.17-112.45.1.ia64" }, "product_reference": "php53-pcntl-5.3.17-112.45.1.ia64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-pcntl-5.3.17-112.45.1.ppc64 as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-pcntl-5.3.17-112.45.1.ppc64" }, "product_reference": "php53-pcntl-5.3.17-112.45.1.ppc64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-pcntl-5.3.17-112.45.1.s390x as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-pcntl-5.3.17-112.45.1.s390x" }, "product_reference": "php53-pcntl-5.3.17-112.45.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-pcntl-5.3.17-112.45.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-pcntl-5.3.17-112.45.1.x86_64" }, "product_reference": "php53-pcntl-5.3.17-112.45.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-pdo-5.3.17-112.45.1.i586 as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-pdo-5.3.17-112.45.1.i586" }, "product_reference": "php53-pdo-5.3.17-112.45.1.i586", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-pdo-5.3.17-112.45.1.ia64 as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-pdo-5.3.17-112.45.1.ia64" }, "product_reference": "php53-pdo-5.3.17-112.45.1.ia64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-pdo-5.3.17-112.45.1.ppc64 as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-pdo-5.3.17-112.45.1.ppc64" }, "product_reference": "php53-pdo-5.3.17-112.45.1.ppc64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-pdo-5.3.17-112.45.1.s390x as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-pdo-5.3.17-112.45.1.s390x" }, "product_reference": "php53-pdo-5.3.17-112.45.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-pdo-5.3.17-112.45.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-pdo-5.3.17-112.45.1.x86_64" }, "product_reference": "php53-pdo-5.3.17-112.45.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-pear-5.3.17-112.45.1.i586 as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-pear-5.3.17-112.45.1.i586" }, "product_reference": "php53-pear-5.3.17-112.45.1.i586", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-pear-5.3.17-112.45.1.ia64 as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-pear-5.3.17-112.45.1.ia64" }, "product_reference": "php53-pear-5.3.17-112.45.1.ia64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-pear-5.3.17-112.45.1.ppc64 as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-pear-5.3.17-112.45.1.ppc64" }, "product_reference": "php53-pear-5.3.17-112.45.1.ppc64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-pear-5.3.17-112.45.1.s390x as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-pear-5.3.17-112.45.1.s390x" }, "product_reference": "php53-pear-5.3.17-112.45.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-pear-5.3.17-112.45.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-pear-5.3.17-112.45.1.x86_64" }, "product_reference": "php53-pear-5.3.17-112.45.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-pgsql-5.3.17-112.45.1.i586 as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-pgsql-5.3.17-112.45.1.i586" }, "product_reference": "php53-pgsql-5.3.17-112.45.1.i586", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-pgsql-5.3.17-112.45.1.ia64 as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-pgsql-5.3.17-112.45.1.ia64" }, "product_reference": "php53-pgsql-5.3.17-112.45.1.ia64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-pgsql-5.3.17-112.45.1.ppc64 as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-pgsql-5.3.17-112.45.1.ppc64" }, "product_reference": "php53-pgsql-5.3.17-112.45.1.ppc64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-pgsql-5.3.17-112.45.1.s390x as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-pgsql-5.3.17-112.45.1.s390x" }, "product_reference": "php53-pgsql-5.3.17-112.45.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-pgsql-5.3.17-112.45.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-pgsql-5.3.17-112.45.1.x86_64" }, "product_reference": "php53-pgsql-5.3.17-112.45.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-pspell-5.3.17-112.45.1.i586 as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-pspell-5.3.17-112.45.1.i586" }, "product_reference": "php53-pspell-5.3.17-112.45.1.i586", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-pspell-5.3.17-112.45.1.ia64 as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-pspell-5.3.17-112.45.1.ia64" }, "product_reference": "php53-pspell-5.3.17-112.45.1.ia64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-pspell-5.3.17-112.45.1.ppc64 as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-pspell-5.3.17-112.45.1.ppc64" }, "product_reference": "php53-pspell-5.3.17-112.45.1.ppc64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-pspell-5.3.17-112.45.1.s390x as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-pspell-5.3.17-112.45.1.s390x" }, "product_reference": "php53-pspell-5.3.17-112.45.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-pspell-5.3.17-112.45.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-pspell-5.3.17-112.45.1.x86_64" }, "product_reference": "php53-pspell-5.3.17-112.45.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-shmop-5.3.17-112.45.1.i586 as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-shmop-5.3.17-112.45.1.i586" }, "product_reference": "php53-shmop-5.3.17-112.45.1.i586", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-shmop-5.3.17-112.45.1.ia64 as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-shmop-5.3.17-112.45.1.ia64" }, "product_reference": "php53-shmop-5.3.17-112.45.1.ia64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-shmop-5.3.17-112.45.1.ppc64 as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-shmop-5.3.17-112.45.1.ppc64" }, "product_reference": "php53-shmop-5.3.17-112.45.1.ppc64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-shmop-5.3.17-112.45.1.s390x as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-shmop-5.3.17-112.45.1.s390x" }, "product_reference": "php53-shmop-5.3.17-112.45.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-shmop-5.3.17-112.45.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-shmop-5.3.17-112.45.1.x86_64" }, "product_reference": "php53-shmop-5.3.17-112.45.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-snmp-5.3.17-112.45.1.i586 as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-snmp-5.3.17-112.45.1.i586" }, "product_reference": "php53-snmp-5.3.17-112.45.1.i586", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-snmp-5.3.17-112.45.1.ia64 as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-snmp-5.3.17-112.45.1.ia64" }, "product_reference": "php53-snmp-5.3.17-112.45.1.ia64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-snmp-5.3.17-112.45.1.ppc64 as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-snmp-5.3.17-112.45.1.ppc64" }, "product_reference": "php53-snmp-5.3.17-112.45.1.ppc64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-snmp-5.3.17-112.45.1.s390x as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-snmp-5.3.17-112.45.1.s390x" }, "product_reference": "php53-snmp-5.3.17-112.45.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-snmp-5.3.17-112.45.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-snmp-5.3.17-112.45.1.x86_64" }, "product_reference": "php53-snmp-5.3.17-112.45.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-soap-5.3.17-112.45.1.i586 as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-soap-5.3.17-112.45.1.i586" }, "product_reference": "php53-soap-5.3.17-112.45.1.i586", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-soap-5.3.17-112.45.1.ia64 as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-soap-5.3.17-112.45.1.ia64" }, "product_reference": "php53-soap-5.3.17-112.45.1.ia64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-soap-5.3.17-112.45.1.ppc64 as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-soap-5.3.17-112.45.1.ppc64" }, "product_reference": "php53-soap-5.3.17-112.45.1.ppc64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-soap-5.3.17-112.45.1.s390x as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-soap-5.3.17-112.45.1.s390x" }, "product_reference": "php53-soap-5.3.17-112.45.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-soap-5.3.17-112.45.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-soap-5.3.17-112.45.1.x86_64" }, "product_reference": "php53-soap-5.3.17-112.45.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-suhosin-5.3.17-112.45.1.i586 as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-suhosin-5.3.17-112.45.1.i586" }, "product_reference": "php53-suhosin-5.3.17-112.45.1.i586", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-suhosin-5.3.17-112.45.1.ia64 as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-suhosin-5.3.17-112.45.1.ia64" }, "product_reference": "php53-suhosin-5.3.17-112.45.1.ia64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-suhosin-5.3.17-112.45.1.ppc64 as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-suhosin-5.3.17-112.45.1.ppc64" }, "product_reference": "php53-suhosin-5.3.17-112.45.1.ppc64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-suhosin-5.3.17-112.45.1.s390x as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-suhosin-5.3.17-112.45.1.s390x" }, "product_reference": "php53-suhosin-5.3.17-112.45.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-suhosin-5.3.17-112.45.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-suhosin-5.3.17-112.45.1.x86_64" }, "product_reference": "php53-suhosin-5.3.17-112.45.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-sysvmsg-5.3.17-112.45.1.i586 as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-sysvmsg-5.3.17-112.45.1.i586" }, "product_reference": "php53-sysvmsg-5.3.17-112.45.1.i586", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-sysvmsg-5.3.17-112.45.1.ia64 as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-sysvmsg-5.3.17-112.45.1.ia64" }, "product_reference": "php53-sysvmsg-5.3.17-112.45.1.ia64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-sysvmsg-5.3.17-112.45.1.ppc64 as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-sysvmsg-5.3.17-112.45.1.ppc64" }, "product_reference": "php53-sysvmsg-5.3.17-112.45.1.ppc64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-sysvmsg-5.3.17-112.45.1.s390x as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-sysvmsg-5.3.17-112.45.1.s390x" }, "product_reference": "php53-sysvmsg-5.3.17-112.45.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-sysvmsg-5.3.17-112.45.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-sysvmsg-5.3.17-112.45.1.x86_64" }, "product_reference": "php53-sysvmsg-5.3.17-112.45.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-sysvsem-5.3.17-112.45.1.i586 as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-sysvsem-5.3.17-112.45.1.i586" }, "product_reference": "php53-sysvsem-5.3.17-112.45.1.i586", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-sysvsem-5.3.17-112.45.1.ia64 as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-sysvsem-5.3.17-112.45.1.ia64" }, "product_reference": "php53-sysvsem-5.3.17-112.45.1.ia64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-sysvsem-5.3.17-112.45.1.ppc64 as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-sysvsem-5.3.17-112.45.1.ppc64" }, "product_reference": "php53-sysvsem-5.3.17-112.45.1.ppc64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-sysvsem-5.3.17-112.45.1.s390x as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-sysvsem-5.3.17-112.45.1.s390x" }, "product_reference": "php53-sysvsem-5.3.17-112.45.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-sysvsem-5.3.17-112.45.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-sysvsem-5.3.17-112.45.1.x86_64" }, "product_reference": "php53-sysvsem-5.3.17-112.45.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-sysvshm-5.3.17-112.45.1.i586 as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-sysvshm-5.3.17-112.45.1.i586" }, "product_reference": "php53-sysvshm-5.3.17-112.45.1.i586", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-sysvshm-5.3.17-112.45.1.ia64 as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-sysvshm-5.3.17-112.45.1.ia64" }, "product_reference": "php53-sysvshm-5.3.17-112.45.1.ia64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-sysvshm-5.3.17-112.45.1.ppc64 as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-sysvshm-5.3.17-112.45.1.ppc64" }, "product_reference": "php53-sysvshm-5.3.17-112.45.1.ppc64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-sysvshm-5.3.17-112.45.1.s390x as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-sysvshm-5.3.17-112.45.1.s390x" }, "product_reference": "php53-sysvshm-5.3.17-112.45.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-sysvshm-5.3.17-112.45.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-sysvshm-5.3.17-112.45.1.x86_64" }, "product_reference": "php53-sysvshm-5.3.17-112.45.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-tokenizer-5.3.17-112.45.1.i586 as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-tokenizer-5.3.17-112.45.1.i586" }, "product_reference": "php53-tokenizer-5.3.17-112.45.1.i586", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-tokenizer-5.3.17-112.45.1.ia64 as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-tokenizer-5.3.17-112.45.1.ia64" }, "product_reference": "php53-tokenizer-5.3.17-112.45.1.ia64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-tokenizer-5.3.17-112.45.1.ppc64 as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-tokenizer-5.3.17-112.45.1.ppc64" }, "product_reference": "php53-tokenizer-5.3.17-112.45.1.ppc64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-tokenizer-5.3.17-112.45.1.s390x as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-tokenizer-5.3.17-112.45.1.s390x" }, "product_reference": "php53-tokenizer-5.3.17-112.45.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-tokenizer-5.3.17-112.45.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-tokenizer-5.3.17-112.45.1.x86_64" }, "product_reference": "php53-tokenizer-5.3.17-112.45.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-wddx-5.3.17-112.45.1.i586 as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-wddx-5.3.17-112.45.1.i586" }, "product_reference": "php53-wddx-5.3.17-112.45.1.i586", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-wddx-5.3.17-112.45.1.ia64 as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-wddx-5.3.17-112.45.1.ia64" }, "product_reference": "php53-wddx-5.3.17-112.45.1.ia64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-wddx-5.3.17-112.45.1.ppc64 as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-wddx-5.3.17-112.45.1.ppc64" }, "product_reference": "php53-wddx-5.3.17-112.45.1.ppc64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-wddx-5.3.17-112.45.1.s390x as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-wddx-5.3.17-112.45.1.s390x" }, "product_reference": "php53-wddx-5.3.17-112.45.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-wddx-5.3.17-112.45.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-wddx-5.3.17-112.45.1.x86_64" }, "product_reference": "php53-wddx-5.3.17-112.45.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-xmlreader-5.3.17-112.45.1.i586 as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-xmlreader-5.3.17-112.45.1.i586" }, "product_reference": "php53-xmlreader-5.3.17-112.45.1.i586", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-xmlreader-5.3.17-112.45.1.ia64 as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-xmlreader-5.3.17-112.45.1.ia64" }, "product_reference": "php53-xmlreader-5.3.17-112.45.1.ia64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-xmlreader-5.3.17-112.45.1.ppc64 as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-xmlreader-5.3.17-112.45.1.ppc64" }, "product_reference": "php53-xmlreader-5.3.17-112.45.1.ppc64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-xmlreader-5.3.17-112.45.1.s390x as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-xmlreader-5.3.17-112.45.1.s390x" }, "product_reference": "php53-xmlreader-5.3.17-112.45.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-xmlreader-5.3.17-112.45.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-xmlreader-5.3.17-112.45.1.x86_64" }, "product_reference": "php53-xmlreader-5.3.17-112.45.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-xmlrpc-5.3.17-112.45.1.i586 as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-xmlrpc-5.3.17-112.45.1.i586" }, "product_reference": "php53-xmlrpc-5.3.17-112.45.1.i586", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-xmlrpc-5.3.17-112.45.1.ia64 as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-xmlrpc-5.3.17-112.45.1.ia64" }, "product_reference": "php53-xmlrpc-5.3.17-112.45.1.ia64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-xmlrpc-5.3.17-112.45.1.ppc64 as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-xmlrpc-5.3.17-112.45.1.ppc64" }, "product_reference": "php53-xmlrpc-5.3.17-112.45.1.ppc64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-xmlrpc-5.3.17-112.45.1.s390x as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-xmlrpc-5.3.17-112.45.1.s390x" }, "product_reference": "php53-xmlrpc-5.3.17-112.45.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-xmlrpc-5.3.17-112.45.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-xmlrpc-5.3.17-112.45.1.x86_64" }, "product_reference": "php53-xmlrpc-5.3.17-112.45.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-xmlwriter-5.3.17-112.45.1.i586 as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-xmlwriter-5.3.17-112.45.1.i586" }, "product_reference": "php53-xmlwriter-5.3.17-112.45.1.i586", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-xmlwriter-5.3.17-112.45.1.ia64 as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-xmlwriter-5.3.17-112.45.1.ia64" }, "product_reference": "php53-xmlwriter-5.3.17-112.45.1.ia64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-xmlwriter-5.3.17-112.45.1.ppc64 as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-xmlwriter-5.3.17-112.45.1.ppc64" }, "product_reference": "php53-xmlwriter-5.3.17-112.45.1.ppc64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-xmlwriter-5.3.17-112.45.1.s390x as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-xmlwriter-5.3.17-112.45.1.s390x" }, "product_reference": "php53-xmlwriter-5.3.17-112.45.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-xmlwriter-5.3.17-112.45.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-xmlwriter-5.3.17-112.45.1.x86_64" }, "product_reference": "php53-xmlwriter-5.3.17-112.45.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-xsl-5.3.17-112.45.1.i586 as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-xsl-5.3.17-112.45.1.i586" }, "product_reference": "php53-xsl-5.3.17-112.45.1.i586", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-xsl-5.3.17-112.45.1.ia64 as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-xsl-5.3.17-112.45.1.ia64" }, "product_reference": "php53-xsl-5.3.17-112.45.1.ia64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-xsl-5.3.17-112.45.1.ppc64 as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-xsl-5.3.17-112.45.1.ppc64" }, "product_reference": "php53-xsl-5.3.17-112.45.1.ppc64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-xsl-5.3.17-112.45.1.s390x as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-xsl-5.3.17-112.45.1.s390x" }, "product_reference": "php53-xsl-5.3.17-112.45.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-xsl-5.3.17-112.45.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-xsl-5.3.17-112.45.1.x86_64" }, "product_reference": "php53-xsl-5.3.17-112.45.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-zip-5.3.17-112.45.1.i586 as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-zip-5.3.17-112.45.1.i586" }, "product_reference": "php53-zip-5.3.17-112.45.1.i586", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-zip-5.3.17-112.45.1.ia64 as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-zip-5.3.17-112.45.1.ia64" }, "product_reference": "php53-zip-5.3.17-112.45.1.ia64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-zip-5.3.17-112.45.1.ppc64 as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-zip-5.3.17-112.45.1.ppc64" }, "product_reference": "php53-zip-5.3.17-112.45.1.ppc64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-zip-5.3.17-112.45.1.s390x as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-zip-5.3.17-112.45.1.s390x" }, "product_reference": "php53-zip-5.3.17-112.45.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-zip-5.3.17-112.45.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-zip-5.3.17-112.45.1.x86_64" }, "product_reference": "php53-zip-5.3.17-112.45.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-zlib-5.3.17-112.45.1.i586 as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-zlib-5.3.17-112.45.1.i586" }, "product_reference": "php53-zlib-5.3.17-112.45.1.i586", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-zlib-5.3.17-112.45.1.ia64 as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-zlib-5.3.17-112.45.1.ia64" }, "product_reference": "php53-zlib-5.3.17-112.45.1.ia64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-zlib-5.3.17-112.45.1.ppc64 as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-zlib-5.3.17-112.45.1.ppc64" }, "product_reference": "php53-zlib-5.3.17-112.45.1.ppc64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-zlib-5.3.17-112.45.1.s390x as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-zlib-5.3.17-112.45.1.s390x" }, "product_reference": "php53-zlib-5.3.17-112.45.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php53-zlib-5.3.17-112.45.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-zlib-5.3.17-112.45.1.x86_64" }, "product_reference": "php53-zlib-5.3.17-112.45.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" } ] }, "vulnerabilities": [ { "cve": "CVE-2018-19518", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2018-19518" } ], "notes": [ { "category": "general", "text": "University of Washington IMAP Toolkit 2007f on UNIX, as used in imap_open() in PHP and other products, launches an rsh command (by means of the imap_rimap function in c-client/imap4r1.c and the tcp_aopen function in osdep/unix/tcp_unix.c) without preventing argument injection, which might allow remote attackers to execute arbitrary OS commands if the IMAP server name is untrusted input (e.g., entered by a user of a web application) and if rsh has been replaced by a program with different argument semantics. For example, if rsh is a link to ssh (as seen on Debian and Ubuntu systems), then the attack can use an IMAP server name containing a \"-oProxyCommand\" argument.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Server 11 SP4:apache2-mod_php53-5.3.17-112.45.1.i586", "SUSE Linux Enterprise Server 11 SP4:apache2-mod_php53-5.3.17-112.45.1.ia64", "SUSE Linux Enterprise Server 11 SP4:apache2-mod_php53-5.3.17-112.45.1.ppc64", "SUSE Linux Enterprise Server 11 SP4:apache2-mod_php53-5.3.17-112.45.1.s390x", "SUSE Linux Enterprise Server 11 SP4:apache2-mod_php53-5.3.17-112.45.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:php53-5.3.17-112.45.1.i586", "SUSE Linux Enterprise Server 11 SP4:php53-5.3.17-112.45.1.ia64", "SUSE Linux Enterprise Server 11 SP4:php53-5.3.17-112.45.1.ppc64", "SUSE Linux Enterprise Server 11 SP4:php53-5.3.17-112.45.1.s390x", "SUSE Linux Enterprise Server 11 SP4:php53-5.3.17-112.45.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:php53-bcmath-5.3.17-112.45.1.i586", "SUSE Linux Enterprise Server 11 SP4:php53-bcmath-5.3.17-112.45.1.ia64", "SUSE Linux Enterprise Server 11 SP4:php53-bcmath-5.3.17-112.45.1.ppc64", "SUSE Linux Enterprise Server 11 SP4:php53-bcmath-5.3.17-112.45.1.s390x", "SUSE Linux Enterprise Server 11 SP4:php53-bcmath-5.3.17-112.45.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:php53-bz2-5.3.17-112.45.1.i586", "SUSE Linux Enterprise Server 11 SP4:php53-bz2-5.3.17-112.45.1.ia64", "SUSE Linux Enterprise Server 11 SP4:php53-bz2-5.3.17-112.45.1.ppc64", "SUSE Linux Enterprise Server 11 SP4:php53-bz2-5.3.17-112.45.1.s390x", "SUSE Linux Enterprise Server 11 SP4:php53-bz2-5.3.17-112.45.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:php53-calendar-5.3.17-112.45.1.i586", "SUSE Linux Enterprise Server 11 SP4:php53-calendar-5.3.17-112.45.1.ia64", "SUSE Linux Enterprise Server 11 SP4:php53-calendar-5.3.17-112.45.1.ppc64", "SUSE Linux Enterprise Server 11 SP4:php53-calendar-5.3.17-112.45.1.s390x", "SUSE Linux Enterprise Server 11 SP4:php53-calendar-5.3.17-112.45.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:php53-ctype-5.3.17-112.45.1.i586", "SUSE Linux Enterprise Server 11 SP4:php53-ctype-5.3.17-112.45.1.ia64", "SUSE Linux Enterprise Server 11 SP4:php53-ctype-5.3.17-112.45.1.ppc64", "SUSE Linux Enterprise Server 11 SP4:php53-ctype-5.3.17-112.45.1.s390x", "SUSE Linux Enterprise Server 11 SP4:php53-ctype-5.3.17-112.45.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:php53-curl-5.3.17-112.45.1.i586", "SUSE Linux Enterprise Server 11 SP4:php53-curl-5.3.17-112.45.1.ia64", "SUSE Linux Enterprise Server 11 SP4:php53-curl-5.3.17-112.45.1.ppc64", "SUSE Linux Enterprise Server 11 SP4:php53-curl-5.3.17-112.45.1.s390x", "SUSE Linux Enterprise Server 11 SP4:php53-curl-5.3.17-112.45.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:php53-dba-5.3.17-112.45.1.i586", "SUSE Linux Enterprise Server 11 SP4:php53-dba-5.3.17-112.45.1.ia64", "SUSE Linux Enterprise Server 11 SP4:php53-dba-5.3.17-112.45.1.ppc64", "SUSE Linux Enterprise Server 11 SP4:php53-dba-5.3.17-112.45.1.s390x", "SUSE Linux Enterprise Server 11 SP4:php53-dba-5.3.17-112.45.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:php53-dom-5.3.17-112.45.1.i586", "SUSE Linux Enterprise Server 11 SP4:php53-dom-5.3.17-112.45.1.ia64", "SUSE Linux Enterprise Server 11 SP4:php53-dom-5.3.17-112.45.1.ppc64", "SUSE Linux Enterprise Server 11 SP4:php53-dom-5.3.17-112.45.1.s390x", "SUSE Linux Enterprise Server 11 SP4:php53-dom-5.3.17-112.45.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:php53-exif-5.3.17-112.45.1.i586", "SUSE Linux Enterprise Server 11 SP4:php53-exif-5.3.17-112.45.1.ia64", "SUSE Linux Enterprise Server 11 SP4:php53-exif-5.3.17-112.45.1.ppc64", "SUSE Linux Enterprise Server 11 SP4:php53-exif-5.3.17-112.45.1.s390x", "SUSE Linux Enterprise Server 11 SP4:php53-exif-5.3.17-112.45.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:php53-fastcgi-5.3.17-112.45.1.i586", "SUSE Linux Enterprise Server 11 SP4:php53-fastcgi-5.3.17-112.45.1.ia64", "SUSE Linux Enterprise Server 11 SP4:php53-fastcgi-5.3.17-112.45.1.ppc64", "SUSE Linux Enterprise Server 11 SP4:php53-fastcgi-5.3.17-112.45.1.s390x", "SUSE Linux Enterprise Server 11 SP4:php53-fastcgi-5.3.17-112.45.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:php53-fileinfo-5.3.17-112.45.1.i586", "SUSE Linux Enterprise Server 11 SP4:php53-fileinfo-5.3.17-112.45.1.ia64", "SUSE Linux Enterprise Server 11 SP4:php53-fileinfo-5.3.17-112.45.1.ppc64", "SUSE Linux Enterprise Server 11 SP4:php53-fileinfo-5.3.17-112.45.1.s390x", "SUSE Linux Enterprise Server 11 SP4:php53-fileinfo-5.3.17-112.45.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:php53-ftp-5.3.17-112.45.1.i586", "SUSE Linux Enterprise Server 11 SP4:php53-ftp-5.3.17-112.45.1.ia64", "SUSE Linux Enterprise Server 11 SP4:php53-ftp-5.3.17-112.45.1.ppc64", "SUSE Linux Enterprise Server 11 SP4:php53-ftp-5.3.17-112.45.1.s390x", "SUSE Linux Enterprise Server 11 SP4:php53-ftp-5.3.17-112.45.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:php53-gd-5.3.17-112.45.1.i586", "SUSE Linux Enterprise Server 11 SP4:php53-gd-5.3.17-112.45.1.ia64", "SUSE Linux Enterprise Server 11 SP4:php53-gd-5.3.17-112.45.1.ppc64", "SUSE Linux Enterprise Server 11 SP4:php53-gd-5.3.17-112.45.1.s390x", "SUSE Linux Enterprise Server 11 SP4:php53-gd-5.3.17-112.45.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:php53-gettext-5.3.17-112.45.1.i586", "SUSE Linux Enterprise Server 11 SP4:php53-gettext-5.3.17-112.45.1.ia64", "SUSE Linux Enterprise Server 11 SP4:php53-gettext-5.3.17-112.45.1.ppc64", "SUSE Linux Enterprise Server 11 SP4:php53-gettext-5.3.17-112.45.1.s390x", "SUSE Linux Enterprise Server 11 SP4:php53-gettext-5.3.17-112.45.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:php53-gmp-5.3.17-112.45.1.i586", "SUSE Linux Enterprise Server 11 SP4:php53-gmp-5.3.17-112.45.1.ia64", "SUSE Linux Enterprise Server 11 SP4:php53-gmp-5.3.17-112.45.1.ppc64", "SUSE Linux Enterprise Server 11 SP4:php53-gmp-5.3.17-112.45.1.s390x", "SUSE Linux Enterprise Server 11 SP4:php53-gmp-5.3.17-112.45.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:php53-iconv-5.3.17-112.45.1.i586", "SUSE Linux Enterprise Server 11 SP4:php53-iconv-5.3.17-112.45.1.ia64", "SUSE Linux Enterprise Server 11 SP4:php53-iconv-5.3.17-112.45.1.ppc64", "SUSE Linux Enterprise Server 11 SP4:php53-iconv-5.3.17-112.45.1.s390x", "SUSE Linux Enterprise Server 11 SP4:php53-iconv-5.3.17-112.45.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:php53-intl-5.3.17-112.45.1.i586", "SUSE Linux Enterprise Server 11 SP4:php53-intl-5.3.17-112.45.1.ia64", "SUSE Linux Enterprise Server 11 SP4:php53-intl-5.3.17-112.45.1.ppc64", "SUSE Linux Enterprise Server 11 SP4:php53-intl-5.3.17-112.45.1.s390x", "SUSE Linux Enterprise Server 11 SP4:php53-intl-5.3.17-112.45.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:php53-json-5.3.17-112.45.1.i586", "SUSE Linux Enterprise Server 11 SP4:php53-json-5.3.17-112.45.1.ia64", "SUSE Linux Enterprise Server 11 SP4:php53-json-5.3.17-112.45.1.ppc64", "SUSE Linux Enterprise Server 11 SP4:php53-json-5.3.17-112.45.1.s390x", "SUSE Linux Enterprise Server 11 SP4:php53-json-5.3.17-112.45.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:php53-ldap-5.3.17-112.45.1.i586", "SUSE Linux Enterprise Server 11 SP4:php53-ldap-5.3.17-112.45.1.ia64", "SUSE Linux Enterprise Server 11 SP4:php53-ldap-5.3.17-112.45.1.ppc64", "SUSE Linux Enterprise Server 11 SP4:php53-ldap-5.3.17-112.45.1.s390x", "SUSE Linux Enterprise Server 11 SP4:php53-ldap-5.3.17-112.45.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:php53-mbstring-5.3.17-112.45.1.i586", "SUSE Linux Enterprise Server 11 SP4:php53-mbstring-5.3.17-112.45.1.ia64", "SUSE Linux Enterprise Server 11 SP4:php53-mbstring-5.3.17-112.45.1.ppc64", "SUSE Linux Enterprise Server 11 SP4:php53-mbstring-5.3.17-112.45.1.s390x", "SUSE Linux Enterprise Server 11 SP4:php53-mbstring-5.3.17-112.45.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:php53-mcrypt-5.3.17-112.45.1.i586", "SUSE Linux Enterprise Server 11 SP4:php53-mcrypt-5.3.17-112.45.1.ia64", "SUSE Linux Enterprise Server 11 SP4:php53-mcrypt-5.3.17-112.45.1.ppc64", "SUSE Linux Enterprise Server 11 SP4:php53-mcrypt-5.3.17-112.45.1.s390x", "SUSE Linux Enterprise Server 11 SP4:php53-mcrypt-5.3.17-112.45.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:php53-mysql-5.3.17-112.45.1.i586", "SUSE Linux Enterprise Server 11 SP4:php53-mysql-5.3.17-112.45.1.ia64", "SUSE Linux Enterprise Server 11 SP4:php53-mysql-5.3.17-112.45.1.ppc64", "SUSE Linux Enterprise Server 11 SP4:php53-mysql-5.3.17-112.45.1.s390x", "SUSE Linux Enterprise Server 11 SP4:php53-mysql-5.3.17-112.45.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:php53-odbc-5.3.17-112.45.1.i586", "SUSE Linux Enterprise Server 11 SP4:php53-odbc-5.3.17-112.45.1.ia64", "SUSE Linux Enterprise Server 11 SP4:php53-odbc-5.3.17-112.45.1.ppc64", "SUSE Linux Enterprise Server 11 SP4:php53-odbc-5.3.17-112.45.1.s390x", "SUSE Linux Enterprise Server 11 SP4:php53-odbc-5.3.17-112.45.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:php53-openssl-5.3.17-112.45.1.i586", "SUSE Linux Enterprise Server 11 SP4:php53-openssl-5.3.17-112.45.1.ia64", "SUSE Linux Enterprise Server 11 SP4:php53-openssl-5.3.17-112.45.1.ppc64", "SUSE Linux Enterprise Server 11 SP4:php53-openssl-5.3.17-112.45.1.s390x", "SUSE Linux Enterprise Server 11 SP4:php53-openssl-5.3.17-112.45.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:php53-pcntl-5.3.17-112.45.1.i586", "SUSE Linux Enterprise Server 11 SP4:php53-pcntl-5.3.17-112.45.1.ia64", "SUSE Linux Enterprise Server 11 SP4:php53-pcntl-5.3.17-112.45.1.ppc64", "SUSE Linux Enterprise Server 11 SP4:php53-pcntl-5.3.17-112.45.1.s390x", "SUSE Linux Enterprise Server 11 SP4:php53-pcntl-5.3.17-112.45.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:php53-pdo-5.3.17-112.45.1.i586", "SUSE Linux Enterprise Server 11 SP4:php53-pdo-5.3.17-112.45.1.ia64", "SUSE Linux Enterprise Server 11 SP4:php53-pdo-5.3.17-112.45.1.ppc64", "SUSE Linux Enterprise Server 11 SP4:php53-pdo-5.3.17-112.45.1.s390x", "SUSE Linux Enterprise Server 11 SP4:php53-pdo-5.3.17-112.45.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:php53-pear-5.3.17-112.45.1.i586", "SUSE Linux Enterprise Server 11 SP4:php53-pear-5.3.17-112.45.1.ia64", "SUSE Linux Enterprise Server 11 SP4:php53-pear-5.3.17-112.45.1.ppc64", "SUSE Linux Enterprise Server 11 SP4:php53-pear-5.3.17-112.45.1.s390x", "SUSE Linux Enterprise Server 11 SP4:php53-pear-5.3.17-112.45.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:php53-pgsql-5.3.17-112.45.1.i586", "SUSE Linux Enterprise Server 11 SP4:php53-pgsql-5.3.17-112.45.1.ia64", "SUSE Linux Enterprise Server 11 SP4:php53-pgsql-5.3.17-112.45.1.ppc64", "SUSE Linux Enterprise Server 11 SP4:php53-pgsql-5.3.17-112.45.1.s390x", "SUSE Linux Enterprise Server 11 SP4:php53-pgsql-5.3.17-112.45.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:php53-pspell-5.3.17-112.45.1.i586", "SUSE Linux Enterprise Server 11 SP4:php53-pspell-5.3.17-112.45.1.ia64", "SUSE Linux Enterprise Server 11 SP4:php53-pspell-5.3.17-112.45.1.ppc64", "SUSE Linux Enterprise Server 11 SP4:php53-pspell-5.3.17-112.45.1.s390x", "SUSE Linux Enterprise Server 11 SP4:php53-pspell-5.3.17-112.45.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:php53-shmop-5.3.17-112.45.1.i586", "SUSE Linux Enterprise Server 11 SP4:php53-shmop-5.3.17-112.45.1.ia64", "SUSE Linux Enterprise Server 11 SP4:php53-shmop-5.3.17-112.45.1.ppc64", "SUSE Linux Enterprise Server 11 SP4:php53-shmop-5.3.17-112.45.1.s390x", "SUSE Linux Enterprise Server 11 SP4:php53-shmop-5.3.17-112.45.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:php53-snmp-5.3.17-112.45.1.i586", "SUSE Linux Enterprise Server 11 SP4:php53-snmp-5.3.17-112.45.1.ia64", "SUSE Linux Enterprise Server 11 SP4:php53-snmp-5.3.17-112.45.1.ppc64", "SUSE Linux Enterprise Server 11 SP4:php53-snmp-5.3.17-112.45.1.s390x", "SUSE Linux Enterprise Server 11 SP4:php53-snmp-5.3.17-112.45.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:php53-soap-5.3.17-112.45.1.i586", "SUSE Linux Enterprise Server 11 SP4:php53-soap-5.3.17-112.45.1.ia64", "SUSE Linux Enterprise Server 11 SP4:php53-soap-5.3.17-112.45.1.ppc64", "SUSE Linux Enterprise Server 11 SP4:php53-soap-5.3.17-112.45.1.s390x", "SUSE Linux Enterprise Server 11 SP4:php53-soap-5.3.17-112.45.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:php53-suhosin-5.3.17-112.45.1.i586", "SUSE Linux Enterprise Server 11 SP4:php53-suhosin-5.3.17-112.45.1.ia64", "SUSE Linux Enterprise Server 11 SP4:php53-suhosin-5.3.17-112.45.1.ppc64", "SUSE Linux Enterprise Server 11 SP4:php53-suhosin-5.3.17-112.45.1.s390x", "SUSE Linux Enterprise Server 11 SP4:php53-suhosin-5.3.17-112.45.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:php53-sysvmsg-5.3.17-112.45.1.i586", "SUSE Linux Enterprise Server 11 SP4:php53-sysvmsg-5.3.17-112.45.1.ia64", "SUSE Linux Enterprise Server 11 SP4:php53-sysvmsg-5.3.17-112.45.1.ppc64", "SUSE Linux Enterprise Server 11 SP4:php53-sysvmsg-5.3.17-112.45.1.s390x", "SUSE Linux Enterprise Server 11 SP4:php53-sysvmsg-5.3.17-112.45.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:php53-sysvsem-5.3.17-112.45.1.i586", "SUSE Linux Enterprise Server 11 SP4:php53-sysvsem-5.3.17-112.45.1.ia64", "SUSE Linux Enterprise Server 11 SP4:php53-sysvsem-5.3.17-112.45.1.ppc64", "SUSE Linux Enterprise Server 11 SP4:php53-sysvsem-5.3.17-112.45.1.s390x", "SUSE Linux Enterprise Server 11 SP4:php53-sysvsem-5.3.17-112.45.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:php53-sysvshm-5.3.17-112.45.1.i586", "SUSE Linux Enterprise Server 11 SP4:php53-sysvshm-5.3.17-112.45.1.ia64", "SUSE Linux Enterprise Server 11 SP4:php53-sysvshm-5.3.17-112.45.1.ppc64", "SUSE Linux Enterprise Server 11 SP4:php53-sysvshm-5.3.17-112.45.1.s390x", "SUSE Linux Enterprise Server 11 SP4:php53-sysvshm-5.3.17-112.45.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:php53-tokenizer-5.3.17-112.45.1.i586", "SUSE Linux Enterprise Server 11 SP4:php53-tokenizer-5.3.17-112.45.1.ia64", "SUSE Linux Enterprise Server 11 SP4:php53-tokenizer-5.3.17-112.45.1.ppc64", "SUSE Linux Enterprise Server 11 SP4:php53-tokenizer-5.3.17-112.45.1.s390x", "SUSE Linux Enterprise Server 11 SP4:php53-tokenizer-5.3.17-112.45.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:php53-wddx-5.3.17-112.45.1.i586", "SUSE Linux Enterprise Server 11 SP4:php53-wddx-5.3.17-112.45.1.ia64", "SUSE Linux Enterprise Server 11 SP4:php53-wddx-5.3.17-112.45.1.ppc64", "SUSE Linux Enterprise Server 11 SP4:php53-wddx-5.3.17-112.45.1.s390x", "SUSE Linux Enterprise Server 11 SP4:php53-wddx-5.3.17-112.45.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:php53-xmlreader-5.3.17-112.45.1.i586", "SUSE Linux Enterprise Server 11 SP4:php53-xmlreader-5.3.17-112.45.1.ia64", "SUSE Linux Enterprise Server 11 SP4:php53-xmlreader-5.3.17-112.45.1.ppc64", "SUSE Linux Enterprise Server 11 SP4:php53-xmlreader-5.3.17-112.45.1.s390x", "SUSE Linux Enterprise Server 11 SP4:php53-xmlreader-5.3.17-112.45.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:php53-xmlrpc-5.3.17-112.45.1.i586", "SUSE Linux Enterprise Server 11 SP4:php53-xmlrpc-5.3.17-112.45.1.ia64", "SUSE Linux Enterprise Server 11 SP4:php53-xmlrpc-5.3.17-112.45.1.ppc64", "SUSE Linux Enterprise Server 11 SP4:php53-xmlrpc-5.3.17-112.45.1.s390x", "SUSE Linux Enterprise Server 11 SP4:php53-xmlrpc-5.3.17-112.45.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:php53-xmlwriter-5.3.17-112.45.1.i586", "SUSE Linux Enterprise Server 11 SP4:php53-xmlwriter-5.3.17-112.45.1.ia64", "SUSE Linux Enterprise Server 11 SP4:php53-xmlwriter-5.3.17-112.45.1.ppc64", "SUSE Linux Enterprise Server 11 SP4:php53-xmlwriter-5.3.17-112.45.1.s390x", "SUSE Linux Enterprise Server 11 SP4:php53-xmlwriter-5.3.17-112.45.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:php53-xsl-5.3.17-112.45.1.i586", "SUSE Linux Enterprise Server 11 SP4:php53-xsl-5.3.17-112.45.1.ia64", "SUSE Linux Enterprise Server 11 SP4:php53-xsl-5.3.17-112.45.1.ppc64", "SUSE Linux Enterprise Server 11 SP4:php53-xsl-5.3.17-112.45.1.s390x", "SUSE Linux Enterprise Server 11 SP4:php53-xsl-5.3.17-112.45.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:php53-zip-5.3.17-112.45.1.i586", "SUSE Linux Enterprise Server 11 SP4:php53-zip-5.3.17-112.45.1.ia64", "SUSE Linux Enterprise Server 11 SP4:php53-zip-5.3.17-112.45.1.ppc64", "SUSE Linux Enterprise Server 11 SP4:php53-zip-5.3.17-112.45.1.s390x", "SUSE Linux Enterprise Server 11 SP4:php53-zip-5.3.17-112.45.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:php53-zlib-5.3.17-112.45.1.i586", "SUSE Linux Enterprise Server 11 SP4:php53-zlib-5.3.17-112.45.1.ia64", "SUSE Linux Enterprise Server 11 SP4:php53-zlib-5.3.17-112.45.1.ppc64", "SUSE Linux Enterprise Server 11 SP4:php53-zlib-5.3.17-112.45.1.s390x", "SUSE Linux Enterprise Server 11 SP4:php53-zlib-5.3.17-112.45.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:apache2-mod_php53-5.3.17-112.45.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:apache2-mod_php53-5.3.17-112.45.1.ia64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:apache2-mod_php53-5.3.17-112.45.1.ppc64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:apache2-mod_php53-5.3.17-112.45.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:apache2-mod_php53-5.3.17-112.45.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-5.3.17-112.45.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-5.3.17-112.45.1.ia64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-5.3.17-112.45.1.ppc64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-5.3.17-112.45.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-5.3.17-112.45.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-bcmath-5.3.17-112.45.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-bcmath-5.3.17-112.45.1.ia64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-bcmath-5.3.17-112.45.1.ppc64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-bcmath-5.3.17-112.45.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-bcmath-5.3.17-112.45.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-bz2-5.3.17-112.45.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-bz2-5.3.17-112.45.1.ia64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-bz2-5.3.17-112.45.1.ppc64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-bz2-5.3.17-112.45.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-bz2-5.3.17-112.45.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-calendar-5.3.17-112.45.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-calendar-5.3.17-112.45.1.ia64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-calendar-5.3.17-112.45.1.ppc64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-calendar-5.3.17-112.45.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-calendar-5.3.17-112.45.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-ctype-5.3.17-112.45.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-ctype-5.3.17-112.45.1.ia64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-ctype-5.3.17-112.45.1.ppc64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-ctype-5.3.17-112.45.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-ctype-5.3.17-112.45.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-curl-5.3.17-112.45.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-curl-5.3.17-112.45.1.ia64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-curl-5.3.17-112.45.1.ppc64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-curl-5.3.17-112.45.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-curl-5.3.17-112.45.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-dba-5.3.17-112.45.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-dba-5.3.17-112.45.1.ia64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-dba-5.3.17-112.45.1.ppc64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-dba-5.3.17-112.45.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-dba-5.3.17-112.45.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-dom-5.3.17-112.45.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-dom-5.3.17-112.45.1.ia64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-dom-5.3.17-112.45.1.ppc64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-dom-5.3.17-112.45.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-dom-5.3.17-112.45.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-exif-5.3.17-112.45.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-exif-5.3.17-112.45.1.ia64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-exif-5.3.17-112.45.1.ppc64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-exif-5.3.17-112.45.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-exif-5.3.17-112.45.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-fastcgi-5.3.17-112.45.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-fastcgi-5.3.17-112.45.1.ia64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-fastcgi-5.3.17-112.45.1.ppc64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-fastcgi-5.3.17-112.45.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-fastcgi-5.3.17-112.45.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-fileinfo-5.3.17-112.45.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-fileinfo-5.3.17-112.45.1.ia64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-fileinfo-5.3.17-112.45.1.ppc64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-fileinfo-5.3.17-112.45.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-fileinfo-5.3.17-112.45.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-ftp-5.3.17-112.45.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-ftp-5.3.17-112.45.1.ia64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-ftp-5.3.17-112.45.1.ppc64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-ftp-5.3.17-112.45.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-ftp-5.3.17-112.45.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-gd-5.3.17-112.45.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-gd-5.3.17-112.45.1.ia64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-gd-5.3.17-112.45.1.ppc64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-gd-5.3.17-112.45.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-gd-5.3.17-112.45.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-gettext-5.3.17-112.45.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-gettext-5.3.17-112.45.1.ia64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-gettext-5.3.17-112.45.1.ppc64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-gettext-5.3.17-112.45.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-gettext-5.3.17-112.45.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-gmp-5.3.17-112.45.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-gmp-5.3.17-112.45.1.ia64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-gmp-5.3.17-112.45.1.ppc64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-gmp-5.3.17-112.45.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-gmp-5.3.17-112.45.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-iconv-5.3.17-112.45.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-iconv-5.3.17-112.45.1.ia64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-iconv-5.3.17-112.45.1.ppc64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-iconv-5.3.17-112.45.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-iconv-5.3.17-112.45.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-intl-5.3.17-112.45.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-intl-5.3.17-112.45.1.ia64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-intl-5.3.17-112.45.1.ppc64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-intl-5.3.17-112.45.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-intl-5.3.17-112.45.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-json-5.3.17-112.45.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-json-5.3.17-112.45.1.ia64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-json-5.3.17-112.45.1.ppc64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-json-5.3.17-112.45.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-json-5.3.17-112.45.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-ldap-5.3.17-112.45.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-ldap-5.3.17-112.45.1.ia64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-ldap-5.3.17-112.45.1.ppc64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-ldap-5.3.17-112.45.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-ldap-5.3.17-112.45.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-mbstring-5.3.17-112.45.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-mbstring-5.3.17-112.45.1.ia64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-mbstring-5.3.17-112.45.1.ppc64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-mbstring-5.3.17-112.45.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-mbstring-5.3.17-112.45.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-mcrypt-5.3.17-112.45.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-mcrypt-5.3.17-112.45.1.ia64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-mcrypt-5.3.17-112.45.1.ppc64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-mcrypt-5.3.17-112.45.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-mcrypt-5.3.17-112.45.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-mysql-5.3.17-112.45.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-mysql-5.3.17-112.45.1.ia64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-mysql-5.3.17-112.45.1.ppc64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-mysql-5.3.17-112.45.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-mysql-5.3.17-112.45.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-odbc-5.3.17-112.45.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-odbc-5.3.17-112.45.1.ia64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-odbc-5.3.17-112.45.1.ppc64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-odbc-5.3.17-112.45.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-odbc-5.3.17-112.45.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-openssl-5.3.17-112.45.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-openssl-5.3.17-112.45.1.ia64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-openssl-5.3.17-112.45.1.ppc64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-openssl-5.3.17-112.45.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-openssl-5.3.17-112.45.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-pcntl-5.3.17-112.45.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-pcntl-5.3.17-112.45.1.ia64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-pcntl-5.3.17-112.45.1.ppc64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-pcntl-5.3.17-112.45.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-pcntl-5.3.17-112.45.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-pdo-5.3.17-112.45.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-pdo-5.3.17-112.45.1.ia64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-pdo-5.3.17-112.45.1.ppc64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-pdo-5.3.17-112.45.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-pdo-5.3.17-112.45.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-pear-5.3.17-112.45.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-pear-5.3.17-112.45.1.ia64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-pear-5.3.17-112.45.1.ppc64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-pear-5.3.17-112.45.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-pear-5.3.17-112.45.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-pgsql-5.3.17-112.45.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-pgsql-5.3.17-112.45.1.ia64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-pgsql-5.3.17-112.45.1.ppc64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-pgsql-5.3.17-112.45.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-pgsql-5.3.17-112.45.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-pspell-5.3.17-112.45.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-pspell-5.3.17-112.45.1.ia64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-pspell-5.3.17-112.45.1.ppc64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-pspell-5.3.17-112.45.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-pspell-5.3.17-112.45.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-shmop-5.3.17-112.45.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-shmop-5.3.17-112.45.1.ia64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-shmop-5.3.17-112.45.1.ppc64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-shmop-5.3.17-112.45.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-shmop-5.3.17-112.45.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-snmp-5.3.17-112.45.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-snmp-5.3.17-112.45.1.ia64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-snmp-5.3.17-112.45.1.ppc64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-snmp-5.3.17-112.45.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-snmp-5.3.17-112.45.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-soap-5.3.17-112.45.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-soap-5.3.17-112.45.1.ia64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-soap-5.3.17-112.45.1.ppc64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-soap-5.3.17-112.45.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-soap-5.3.17-112.45.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-suhosin-5.3.17-112.45.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-suhosin-5.3.17-112.45.1.ia64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-suhosin-5.3.17-112.45.1.ppc64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-suhosin-5.3.17-112.45.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-suhosin-5.3.17-112.45.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-sysvmsg-5.3.17-112.45.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-sysvmsg-5.3.17-112.45.1.ia64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-sysvmsg-5.3.17-112.45.1.ppc64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-sysvmsg-5.3.17-112.45.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-sysvmsg-5.3.17-112.45.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-sysvsem-5.3.17-112.45.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-sysvsem-5.3.17-112.45.1.ia64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-sysvsem-5.3.17-112.45.1.ppc64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-sysvsem-5.3.17-112.45.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-sysvsem-5.3.17-112.45.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-sysvshm-5.3.17-112.45.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-sysvshm-5.3.17-112.45.1.ia64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-sysvshm-5.3.17-112.45.1.ppc64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-sysvshm-5.3.17-112.45.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-sysvshm-5.3.17-112.45.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-tokenizer-5.3.17-112.45.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-tokenizer-5.3.17-112.45.1.ia64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-tokenizer-5.3.17-112.45.1.ppc64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-tokenizer-5.3.17-112.45.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-tokenizer-5.3.17-112.45.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-wddx-5.3.17-112.45.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-wddx-5.3.17-112.45.1.ia64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-wddx-5.3.17-112.45.1.ppc64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-wddx-5.3.17-112.45.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-wddx-5.3.17-112.45.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-xmlreader-5.3.17-112.45.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-xmlreader-5.3.17-112.45.1.ia64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-xmlreader-5.3.17-112.45.1.ppc64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-xmlreader-5.3.17-112.45.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-xmlreader-5.3.17-112.45.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-xmlrpc-5.3.17-112.45.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-xmlrpc-5.3.17-112.45.1.ia64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-xmlrpc-5.3.17-112.45.1.ppc64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-xmlrpc-5.3.17-112.45.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-xmlrpc-5.3.17-112.45.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-xmlwriter-5.3.17-112.45.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-xmlwriter-5.3.17-112.45.1.ia64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-xmlwriter-5.3.17-112.45.1.ppc64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-xmlwriter-5.3.17-112.45.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-xmlwriter-5.3.17-112.45.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-xsl-5.3.17-112.45.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-xsl-5.3.17-112.45.1.ia64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-xsl-5.3.17-112.45.1.ppc64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-xsl-5.3.17-112.45.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-xsl-5.3.17-112.45.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-zip-5.3.17-112.45.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-zip-5.3.17-112.45.1.ia64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-zip-5.3.17-112.45.1.ppc64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-zip-5.3.17-112.45.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-zip-5.3.17-112.45.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-zlib-5.3.17-112.45.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-zlib-5.3.17-112.45.1.ia64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-zlib-5.3.17-112.45.1.ppc64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-zlib-5.3.17-112.45.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-zlib-5.3.17-112.45.1.x86_64", "SUSE Linux Enterprise Software Development Kit 11 SP4:php53-devel-5.3.17-112.45.1.i586", "SUSE Linux Enterprise Software Development Kit 11 SP4:php53-devel-5.3.17-112.45.1.ia64", "SUSE Linux Enterprise Software Development Kit 11 SP4:php53-devel-5.3.17-112.45.1.ppc64", "SUSE Linux Enterprise Software Development Kit 11 SP4:php53-devel-5.3.17-112.45.1.s390x", "SUSE Linux Enterprise Software Development Kit 11 SP4:php53-devel-5.3.17-112.45.1.x86_64", "SUSE Linux Enterprise Software Development Kit 11 SP4:php53-imap-5.3.17-112.45.1.i586", "SUSE Linux Enterprise Software Development Kit 11 SP4:php53-imap-5.3.17-112.45.1.ia64", "SUSE Linux Enterprise Software Development Kit 11 SP4:php53-imap-5.3.17-112.45.1.ppc64", "SUSE Linux Enterprise Software Development Kit 11 SP4:php53-imap-5.3.17-112.45.1.s390x", "SUSE Linux Enterprise Software Development Kit 11 SP4:php53-imap-5.3.17-112.45.1.x86_64", "SUSE Linux Enterprise Software Development Kit 11 SP4:php53-posix-5.3.17-112.45.1.i586", "SUSE Linux Enterprise Software Development Kit 11 SP4:php53-posix-5.3.17-112.45.1.ia64", "SUSE Linux Enterprise Software Development Kit 11 SP4:php53-posix-5.3.17-112.45.1.ppc64", "SUSE Linux Enterprise Software Development Kit 11 SP4:php53-posix-5.3.17-112.45.1.s390x", "SUSE Linux Enterprise Software Development Kit 11 SP4:php53-posix-5.3.17-112.45.1.x86_64", "SUSE Linux Enterprise Software Development Kit 11 SP4:php53-readline-5.3.17-112.45.1.i586", "SUSE Linux Enterprise Software Development Kit 11 SP4:php53-readline-5.3.17-112.45.1.ia64", "SUSE Linux Enterprise Software Development Kit 11 SP4:php53-readline-5.3.17-112.45.1.ppc64", "SUSE Linux Enterprise Software Development Kit 11 SP4:php53-readline-5.3.17-112.45.1.s390x", "SUSE Linux Enterprise Software Development Kit 11 SP4:php53-readline-5.3.17-112.45.1.x86_64", "SUSE Linux Enterprise Software Development Kit 11 SP4:php53-sockets-5.3.17-112.45.1.i586", "SUSE Linux Enterprise Software Development Kit 11 SP4:php53-sockets-5.3.17-112.45.1.ia64", "SUSE Linux Enterprise Software Development Kit 11 SP4:php53-sockets-5.3.17-112.45.1.ppc64", "SUSE Linux Enterprise Software Development Kit 11 SP4:php53-sockets-5.3.17-112.45.1.s390x", "SUSE Linux Enterprise Software Development Kit 11 SP4:php53-sockets-5.3.17-112.45.1.x86_64", "SUSE Linux Enterprise Software Development Kit 11 SP4:php53-sqlite-5.3.17-112.45.1.i586", "SUSE Linux Enterprise Software Development Kit 11 SP4:php53-sqlite-5.3.17-112.45.1.ia64", "SUSE Linux Enterprise Software Development Kit 11 SP4:php53-sqlite-5.3.17-112.45.1.ppc64", "SUSE Linux Enterprise Software Development Kit 11 SP4:php53-sqlite-5.3.17-112.45.1.s390x", "SUSE Linux Enterprise Software Development Kit 11 SP4:php53-sqlite-5.3.17-112.45.1.x86_64", "SUSE Linux Enterprise Software Development Kit 11 SP4:php53-tidy-5.3.17-112.45.1.i586", "SUSE Linux Enterprise Software Development Kit 11 SP4:php53-tidy-5.3.17-112.45.1.ia64", "SUSE Linux Enterprise Software Development Kit 11 SP4:php53-tidy-5.3.17-112.45.1.ppc64", "SUSE Linux Enterprise Software Development Kit 11 SP4:php53-tidy-5.3.17-112.45.1.s390x", "SUSE Linux Enterprise Software Development Kit 11 SP4:php53-tidy-5.3.17-112.45.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2018-19518", "url": "https://www.suse.com/security/cve/CVE-2018-19518" }, { "category": "external", "summary": "SUSE Bug 1117107 for CVE-2018-19518", "url": "https://bugzilla.suse.com/1117107" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "SUSE Linux Enterprise Server 11 SP4:apache2-mod_php53-5.3.17-112.45.1.i586", "SUSE Linux Enterprise Server 11 SP4:apache2-mod_php53-5.3.17-112.45.1.ia64", "SUSE Linux Enterprise Server 11 SP4:apache2-mod_php53-5.3.17-112.45.1.ppc64", "SUSE Linux Enterprise Server 11 SP4:apache2-mod_php53-5.3.17-112.45.1.s390x", "SUSE Linux Enterprise Server 11 SP4:apache2-mod_php53-5.3.17-112.45.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:php53-5.3.17-112.45.1.i586", "SUSE Linux Enterprise Server 11 SP4:php53-5.3.17-112.45.1.ia64", "SUSE Linux Enterprise Server 11 SP4:php53-5.3.17-112.45.1.ppc64", "SUSE Linux Enterprise Server 11 SP4:php53-5.3.17-112.45.1.s390x", "SUSE Linux Enterprise Server 11 SP4:php53-5.3.17-112.45.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:php53-bcmath-5.3.17-112.45.1.i586", "SUSE Linux Enterprise Server 11 SP4:php53-bcmath-5.3.17-112.45.1.ia64", "SUSE Linux Enterprise Server 11 SP4:php53-bcmath-5.3.17-112.45.1.ppc64", "SUSE Linux Enterprise Server 11 SP4:php53-bcmath-5.3.17-112.45.1.s390x", "SUSE Linux Enterprise Server 11 SP4:php53-bcmath-5.3.17-112.45.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:php53-bz2-5.3.17-112.45.1.i586", "SUSE Linux Enterprise Server 11 SP4:php53-bz2-5.3.17-112.45.1.ia64", "SUSE Linux Enterprise Server 11 SP4:php53-bz2-5.3.17-112.45.1.ppc64", "SUSE Linux Enterprise Server 11 SP4:php53-bz2-5.3.17-112.45.1.s390x", "SUSE Linux Enterprise Server 11 SP4:php53-bz2-5.3.17-112.45.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:php53-calendar-5.3.17-112.45.1.i586", "SUSE Linux Enterprise Server 11 SP4:php53-calendar-5.3.17-112.45.1.ia64", "SUSE Linux Enterprise Server 11 SP4:php53-calendar-5.3.17-112.45.1.ppc64", "SUSE Linux Enterprise Server 11 SP4:php53-calendar-5.3.17-112.45.1.s390x", "SUSE Linux Enterprise Server 11 SP4:php53-calendar-5.3.17-112.45.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:php53-ctype-5.3.17-112.45.1.i586", "SUSE Linux Enterprise Server 11 SP4:php53-ctype-5.3.17-112.45.1.ia64", "SUSE Linux Enterprise Server 11 SP4:php53-ctype-5.3.17-112.45.1.ppc64", "SUSE Linux Enterprise Server 11 SP4:php53-ctype-5.3.17-112.45.1.s390x", "SUSE Linux Enterprise Server 11 SP4:php53-ctype-5.3.17-112.45.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:php53-curl-5.3.17-112.45.1.i586", "SUSE Linux Enterprise Server 11 SP4:php53-curl-5.3.17-112.45.1.ia64", "SUSE Linux Enterprise Server 11 SP4:php53-curl-5.3.17-112.45.1.ppc64", "SUSE Linux Enterprise Server 11 SP4:php53-curl-5.3.17-112.45.1.s390x", "SUSE Linux Enterprise Server 11 SP4:php53-curl-5.3.17-112.45.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:php53-dba-5.3.17-112.45.1.i586", "SUSE Linux Enterprise Server 11 SP4:php53-dba-5.3.17-112.45.1.ia64", "SUSE Linux Enterprise Server 11 SP4:php53-dba-5.3.17-112.45.1.ppc64", "SUSE Linux Enterprise Server 11 SP4:php53-dba-5.3.17-112.45.1.s390x", "SUSE Linux Enterprise Server 11 SP4:php53-dba-5.3.17-112.45.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:php53-dom-5.3.17-112.45.1.i586", "SUSE Linux Enterprise Server 11 SP4:php53-dom-5.3.17-112.45.1.ia64", "SUSE Linux Enterprise Server 11 SP4:php53-dom-5.3.17-112.45.1.ppc64", "SUSE Linux Enterprise Server 11 SP4:php53-dom-5.3.17-112.45.1.s390x", "SUSE Linux Enterprise Server 11 SP4:php53-dom-5.3.17-112.45.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:php53-exif-5.3.17-112.45.1.i586", "SUSE Linux Enterprise Server 11 SP4:php53-exif-5.3.17-112.45.1.ia64", "SUSE Linux Enterprise Server 11 SP4:php53-exif-5.3.17-112.45.1.ppc64", "SUSE Linux Enterprise Server 11 SP4:php53-exif-5.3.17-112.45.1.s390x", "SUSE Linux Enterprise Server 11 SP4:php53-exif-5.3.17-112.45.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:php53-fastcgi-5.3.17-112.45.1.i586", "SUSE Linux Enterprise Server 11 SP4:php53-fastcgi-5.3.17-112.45.1.ia64", "SUSE Linux Enterprise Server 11 SP4:php53-fastcgi-5.3.17-112.45.1.ppc64", "SUSE Linux Enterprise Server 11 SP4:php53-fastcgi-5.3.17-112.45.1.s390x", "SUSE Linux Enterprise Server 11 SP4:php53-fastcgi-5.3.17-112.45.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:php53-fileinfo-5.3.17-112.45.1.i586", "SUSE Linux Enterprise Server 11 SP4:php53-fileinfo-5.3.17-112.45.1.ia64", "SUSE Linux Enterprise Server 11 SP4:php53-fileinfo-5.3.17-112.45.1.ppc64", "SUSE Linux Enterprise Server 11 SP4:php53-fileinfo-5.3.17-112.45.1.s390x", "SUSE Linux Enterprise Server 11 SP4:php53-fileinfo-5.3.17-112.45.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:php53-ftp-5.3.17-112.45.1.i586", "SUSE Linux Enterprise Server 11 SP4:php53-ftp-5.3.17-112.45.1.ia64", "SUSE Linux Enterprise Server 11 SP4:php53-ftp-5.3.17-112.45.1.ppc64", "SUSE Linux Enterprise Server 11 SP4:php53-ftp-5.3.17-112.45.1.s390x", "SUSE Linux Enterprise Server 11 SP4:php53-ftp-5.3.17-112.45.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:php53-gd-5.3.17-112.45.1.i586", "SUSE Linux Enterprise Server 11 SP4:php53-gd-5.3.17-112.45.1.ia64", "SUSE Linux Enterprise Server 11 SP4:php53-gd-5.3.17-112.45.1.ppc64", "SUSE Linux Enterprise Server 11 SP4:php53-gd-5.3.17-112.45.1.s390x", "SUSE Linux Enterprise Server 11 SP4:php53-gd-5.3.17-112.45.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:php53-gettext-5.3.17-112.45.1.i586", "SUSE Linux Enterprise Server 11 SP4:php53-gettext-5.3.17-112.45.1.ia64", "SUSE Linux Enterprise Server 11 SP4:php53-gettext-5.3.17-112.45.1.ppc64", "SUSE Linux Enterprise Server 11 SP4:php53-gettext-5.3.17-112.45.1.s390x", "SUSE Linux Enterprise Server 11 SP4:php53-gettext-5.3.17-112.45.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:php53-gmp-5.3.17-112.45.1.i586", "SUSE Linux Enterprise Server 11 SP4:php53-gmp-5.3.17-112.45.1.ia64", "SUSE Linux Enterprise Server 11 SP4:php53-gmp-5.3.17-112.45.1.ppc64", "SUSE Linux Enterprise Server 11 SP4:php53-gmp-5.3.17-112.45.1.s390x", "SUSE Linux Enterprise Server 11 SP4:php53-gmp-5.3.17-112.45.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:php53-iconv-5.3.17-112.45.1.i586", "SUSE Linux Enterprise Server 11 SP4:php53-iconv-5.3.17-112.45.1.ia64", "SUSE Linux Enterprise Server 11 SP4:php53-iconv-5.3.17-112.45.1.ppc64", "SUSE Linux Enterprise Server 11 SP4:php53-iconv-5.3.17-112.45.1.s390x", "SUSE Linux Enterprise Server 11 SP4:php53-iconv-5.3.17-112.45.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:php53-intl-5.3.17-112.45.1.i586", "SUSE Linux Enterprise Server 11 SP4:php53-intl-5.3.17-112.45.1.ia64", "SUSE Linux Enterprise Server 11 SP4:php53-intl-5.3.17-112.45.1.ppc64", "SUSE Linux Enterprise Server 11 SP4:php53-intl-5.3.17-112.45.1.s390x", "SUSE Linux Enterprise Server 11 SP4:php53-intl-5.3.17-112.45.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:php53-json-5.3.17-112.45.1.i586", "SUSE Linux Enterprise Server 11 SP4:php53-json-5.3.17-112.45.1.ia64", "SUSE Linux Enterprise Server 11 SP4:php53-json-5.3.17-112.45.1.ppc64", "SUSE Linux Enterprise Server 11 SP4:php53-json-5.3.17-112.45.1.s390x", "SUSE Linux Enterprise Server 11 SP4:php53-json-5.3.17-112.45.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:php53-ldap-5.3.17-112.45.1.i586", "SUSE Linux Enterprise Server 11 SP4:php53-ldap-5.3.17-112.45.1.ia64", "SUSE Linux Enterprise Server 11 SP4:php53-ldap-5.3.17-112.45.1.ppc64", "SUSE Linux Enterprise Server 11 SP4:php53-ldap-5.3.17-112.45.1.s390x", "SUSE Linux Enterprise Server 11 SP4:php53-ldap-5.3.17-112.45.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:php53-mbstring-5.3.17-112.45.1.i586", "SUSE Linux Enterprise Server 11 SP4:php53-mbstring-5.3.17-112.45.1.ia64", "SUSE Linux Enterprise Server 11 SP4:php53-mbstring-5.3.17-112.45.1.ppc64", "SUSE Linux Enterprise Server 11 SP4:php53-mbstring-5.3.17-112.45.1.s390x", "SUSE Linux Enterprise Server 11 SP4:php53-mbstring-5.3.17-112.45.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:php53-mcrypt-5.3.17-112.45.1.i586", "SUSE Linux Enterprise Server 11 SP4:php53-mcrypt-5.3.17-112.45.1.ia64", "SUSE Linux Enterprise Server 11 SP4:php53-mcrypt-5.3.17-112.45.1.ppc64", "SUSE Linux Enterprise Server 11 SP4:php53-mcrypt-5.3.17-112.45.1.s390x", "SUSE Linux Enterprise Server 11 SP4:php53-mcrypt-5.3.17-112.45.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:php53-mysql-5.3.17-112.45.1.i586", "SUSE Linux Enterprise Server 11 SP4:php53-mysql-5.3.17-112.45.1.ia64", "SUSE Linux Enterprise Server 11 SP4:php53-mysql-5.3.17-112.45.1.ppc64", "SUSE Linux Enterprise Server 11 SP4:php53-mysql-5.3.17-112.45.1.s390x", "SUSE Linux Enterprise Server 11 SP4:php53-mysql-5.3.17-112.45.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:php53-odbc-5.3.17-112.45.1.i586", "SUSE Linux Enterprise Server 11 SP4:php53-odbc-5.3.17-112.45.1.ia64", "SUSE Linux Enterprise Server 11 SP4:php53-odbc-5.3.17-112.45.1.ppc64", "SUSE Linux Enterprise Server 11 SP4:php53-odbc-5.3.17-112.45.1.s390x", "SUSE Linux Enterprise Server 11 SP4:php53-odbc-5.3.17-112.45.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:php53-openssl-5.3.17-112.45.1.i586", "SUSE Linux Enterprise Server 11 SP4:php53-openssl-5.3.17-112.45.1.ia64", "SUSE Linux Enterprise Server 11 SP4:php53-openssl-5.3.17-112.45.1.ppc64", "SUSE Linux Enterprise Server 11 SP4:php53-openssl-5.3.17-112.45.1.s390x", "SUSE Linux Enterprise Server 11 SP4:php53-openssl-5.3.17-112.45.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:php53-pcntl-5.3.17-112.45.1.i586", "SUSE Linux Enterprise Server 11 SP4:php53-pcntl-5.3.17-112.45.1.ia64", "SUSE Linux Enterprise Server 11 SP4:php53-pcntl-5.3.17-112.45.1.ppc64", "SUSE Linux Enterprise Server 11 SP4:php53-pcntl-5.3.17-112.45.1.s390x", "SUSE Linux Enterprise Server 11 SP4:php53-pcntl-5.3.17-112.45.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:php53-pdo-5.3.17-112.45.1.i586", "SUSE Linux Enterprise Server 11 SP4:php53-pdo-5.3.17-112.45.1.ia64", "SUSE Linux Enterprise Server 11 SP4:php53-pdo-5.3.17-112.45.1.ppc64", "SUSE Linux Enterprise Server 11 SP4:php53-pdo-5.3.17-112.45.1.s390x", "SUSE Linux Enterprise Server 11 SP4:php53-pdo-5.3.17-112.45.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:php53-pear-5.3.17-112.45.1.i586", "SUSE Linux Enterprise Server 11 SP4:php53-pear-5.3.17-112.45.1.ia64", "SUSE Linux Enterprise Server 11 SP4:php53-pear-5.3.17-112.45.1.ppc64", "SUSE Linux Enterprise Server 11 SP4:php53-pear-5.3.17-112.45.1.s390x", "SUSE Linux Enterprise Server 11 SP4:php53-pear-5.3.17-112.45.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:php53-pgsql-5.3.17-112.45.1.i586", "SUSE Linux Enterprise Server 11 SP4:php53-pgsql-5.3.17-112.45.1.ia64", "SUSE Linux Enterprise Server 11 SP4:php53-pgsql-5.3.17-112.45.1.ppc64", "SUSE Linux Enterprise Server 11 SP4:php53-pgsql-5.3.17-112.45.1.s390x", "SUSE Linux Enterprise Server 11 SP4:php53-pgsql-5.3.17-112.45.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:php53-pspell-5.3.17-112.45.1.i586", "SUSE Linux Enterprise Server 11 SP4:php53-pspell-5.3.17-112.45.1.ia64", "SUSE Linux Enterprise Server 11 SP4:php53-pspell-5.3.17-112.45.1.ppc64", "SUSE Linux Enterprise Server 11 SP4:php53-pspell-5.3.17-112.45.1.s390x", "SUSE Linux Enterprise Server 11 SP4:php53-pspell-5.3.17-112.45.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:php53-shmop-5.3.17-112.45.1.i586", "SUSE Linux Enterprise Server 11 SP4:php53-shmop-5.3.17-112.45.1.ia64", "SUSE Linux Enterprise Server 11 SP4:php53-shmop-5.3.17-112.45.1.ppc64", "SUSE Linux Enterprise Server 11 SP4:php53-shmop-5.3.17-112.45.1.s390x", "SUSE Linux Enterprise Server 11 SP4:php53-shmop-5.3.17-112.45.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:php53-snmp-5.3.17-112.45.1.i586", "SUSE Linux Enterprise Server 11 SP4:php53-snmp-5.3.17-112.45.1.ia64", "SUSE Linux Enterprise Server 11 SP4:php53-snmp-5.3.17-112.45.1.ppc64", "SUSE Linux Enterprise Server 11 SP4:php53-snmp-5.3.17-112.45.1.s390x", "SUSE Linux Enterprise Server 11 SP4:php53-snmp-5.3.17-112.45.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:php53-soap-5.3.17-112.45.1.i586", "SUSE Linux Enterprise Server 11 SP4:php53-soap-5.3.17-112.45.1.ia64", "SUSE Linux Enterprise Server 11 SP4:php53-soap-5.3.17-112.45.1.ppc64", "SUSE Linux Enterprise Server 11 SP4:php53-soap-5.3.17-112.45.1.s390x", "SUSE Linux Enterprise Server 11 SP4:php53-soap-5.3.17-112.45.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:php53-suhosin-5.3.17-112.45.1.i586", "SUSE Linux Enterprise Server 11 SP4:php53-suhosin-5.3.17-112.45.1.ia64", "SUSE Linux Enterprise Server 11 SP4:php53-suhosin-5.3.17-112.45.1.ppc64", "SUSE Linux Enterprise Server 11 SP4:php53-suhosin-5.3.17-112.45.1.s390x", "SUSE Linux Enterprise Server 11 SP4:php53-suhosin-5.3.17-112.45.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:php53-sysvmsg-5.3.17-112.45.1.i586", "SUSE Linux Enterprise Server 11 SP4:php53-sysvmsg-5.3.17-112.45.1.ia64", "SUSE Linux Enterprise Server 11 SP4:php53-sysvmsg-5.3.17-112.45.1.ppc64", "SUSE Linux Enterprise Server 11 SP4:php53-sysvmsg-5.3.17-112.45.1.s390x", "SUSE Linux Enterprise Server 11 SP4:php53-sysvmsg-5.3.17-112.45.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:php53-sysvsem-5.3.17-112.45.1.i586", "SUSE Linux Enterprise Server 11 SP4:php53-sysvsem-5.3.17-112.45.1.ia64", "SUSE Linux Enterprise Server 11 SP4:php53-sysvsem-5.3.17-112.45.1.ppc64", "SUSE Linux Enterprise Server 11 SP4:php53-sysvsem-5.3.17-112.45.1.s390x", "SUSE Linux Enterprise Server 11 SP4:php53-sysvsem-5.3.17-112.45.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:php53-sysvshm-5.3.17-112.45.1.i586", "SUSE Linux Enterprise Server 11 SP4:php53-sysvshm-5.3.17-112.45.1.ia64", "SUSE Linux Enterprise Server 11 SP4:php53-sysvshm-5.3.17-112.45.1.ppc64", "SUSE Linux Enterprise Server 11 SP4:php53-sysvshm-5.3.17-112.45.1.s390x", "SUSE Linux Enterprise Server 11 SP4:php53-sysvshm-5.3.17-112.45.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:php53-tokenizer-5.3.17-112.45.1.i586", "SUSE Linux Enterprise Server 11 SP4:php53-tokenizer-5.3.17-112.45.1.ia64", "SUSE Linux Enterprise Server 11 SP4:php53-tokenizer-5.3.17-112.45.1.ppc64", "SUSE Linux Enterprise Server 11 SP4:php53-tokenizer-5.3.17-112.45.1.s390x", "SUSE Linux Enterprise Server 11 SP4:php53-tokenizer-5.3.17-112.45.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:php53-wddx-5.3.17-112.45.1.i586", "SUSE Linux Enterprise Server 11 SP4:php53-wddx-5.3.17-112.45.1.ia64", "SUSE Linux Enterprise Server 11 SP4:php53-wddx-5.3.17-112.45.1.ppc64", "SUSE Linux Enterprise Server 11 SP4:php53-wddx-5.3.17-112.45.1.s390x", "SUSE Linux Enterprise Server 11 SP4:php53-wddx-5.3.17-112.45.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:php53-xmlreader-5.3.17-112.45.1.i586", "SUSE Linux Enterprise Server 11 SP4:php53-xmlreader-5.3.17-112.45.1.ia64", "SUSE Linux Enterprise Server 11 SP4:php53-xmlreader-5.3.17-112.45.1.ppc64", "SUSE Linux Enterprise Server 11 SP4:php53-xmlreader-5.3.17-112.45.1.s390x", "SUSE Linux Enterprise Server 11 SP4:php53-xmlreader-5.3.17-112.45.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:php53-xmlrpc-5.3.17-112.45.1.i586", "SUSE Linux Enterprise Server 11 SP4:php53-xmlrpc-5.3.17-112.45.1.ia64", "SUSE Linux Enterprise Server 11 SP4:php53-xmlrpc-5.3.17-112.45.1.ppc64", "SUSE Linux Enterprise Server 11 SP4:php53-xmlrpc-5.3.17-112.45.1.s390x", "SUSE Linux Enterprise Server 11 SP4:php53-xmlrpc-5.3.17-112.45.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:php53-xmlwriter-5.3.17-112.45.1.i586", "SUSE Linux Enterprise Server 11 SP4:php53-xmlwriter-5.3.17-112.45.1.ia64", "SUSE Linux Enterprise Server 11 SP4:php53-xmlwriter-5.3.17-112.45.1.ppc64", "SUSE Linux Enterprise Server 11 SP4:php53-xmlwriter-5.3.17-112.45.1.s390x", "SUSE Linux Enterprise Server 11 SP4:php53-xmlwriter-5.3.17-112.45.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:php53-xsl-5.3.17-112.45.1.i586", "SUSE Linux Enterprise Server 11 SP4:php53-xsl-5.3.17-112.45.1.ia64", "SUSE Linux Enterprise Server 11 SP4:php53-xsl-5.3.17-112.45.1.ppc64", "SUSE Linux Enterprise Server 11 SP4:php53-xsl-5.3.17-112.45.1.s390x", "SUSE Linux Enterprise Server 11 SP4:php53-xsl-5.3.17-112.45.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:php53-zip-5.3.17-112.45.1.i586", "SUSE Linux Enterprise Server 11 SP4:php53-zip-5.3.17-112.45.1.ia64", "SUSE Linux Enterprise Server 11 SP4:php53-zip-5.3.17-112.45.1.ppc64", "SUSE Linux Enterprise Server 11 SP4:php53-zip-5.3.17-112.45.1.s390x", "SUSE Linux Enterprise Server 11 SP4:php53-zip-5.3.17-112.45.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:php53-zlib-5.3.17-112.45.1.i586", "SUSE Linux Enterprise Server 11 SP4:php53-zlib-5.3.17-112.45.1.ia64", "SUSE Linux Enterprise Server 11 SP4:php53-zlib-5.3.17-112.45.1.ppc64", "SUSE Linux Enterprise Server 11 SP4:php53-zlib-5.3.17-112.45.1.s390x", "SUSE Linux Enterprise Server 11 SP4:php53-zlib-5.3.17-112.45.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:apache2-mod_php53-5.3.17-112.45.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:apache2-mod_php53-5.3.17-112.45.1.ia64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:apache2-mod_php53-5.3.17-112.45.1.ppc64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:apache2-mod_php53-5.3.17-112.45.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:apache2-mod_php53-5.3.17-112.45.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-5.3.17-112.45.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-5.3.17-112.45.1.ia64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-5.3.17-112.45.1.ppc64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-5.3.17-112.45.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-5.3.17-112.45.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-bcmath-5.3.17-112.45.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-bcmath-5.3.17-112.45.1.ia64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-bcmath-5.3.17-112.45.1.ppc64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-bcmath-5.3.17-112.45.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-bcmath-5.3.17-112.45.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-bz2-5.3.17-112.45.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-bz2-5.3.17-112.45.1.ia64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-bz2-5.3.17-112.45.1.ppc64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-bz2-5.3.17-112.45.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-bz2-5.3.17-112.45.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-calendar-5.3.17-112.45.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-calendar-5.3.17-112.45.1.ia64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-calendar-5.3.17-112.45.1.ppc64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-calendar-5.3.17-112.45.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-calendar-5.3.17-112.45.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-ctype-5.3.17-112.45.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-ctype-5.3.17-112.45.1.ia64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-ctype-5.3.17-112.45.1.ppc64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-ctype-5.3.17-112.45.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-ctype-5.3.17-112.45.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-curl-5.3.17-112.45.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-curl-5.3.17-112.45.1.ia64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-curl-5.3.17-112.45.1.ppc64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-curl-5.3.17-112.45.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-curl-5.3.17-112.45.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-dba-5.3.17-112.45.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-dba-5.3.17-112.45.1.ia64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-dba-5.3.17-112.45.1.ppc64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-dba-5.3.17-112.45.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-dba-5.3.17-112.45.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-dom-5.3.17-112.45.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-dom-5.3.17-112.45.1.ia64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-dom-5.3.17-112.45.1.ppc64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-dom-5.3.17-112.45.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-dom-5.3.17-112.45.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-exif-5.3.17-112.45.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-exif-5.3.17-112.45.1.ia64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-exif-5.3.17-112.45.1.ppc64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-exif-5.3.17-112.45.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-exif-5.3.17-112.45.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-fastcgi-5.3.17-112.45.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-fastcgi-5.3.17-112.45.1.ia64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-fastcgi-5.3.17-112.45.1.ppc64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-fastcgi-5.3.17-112.45.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-fastcgi-5.3.17-112.45.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-fileinfo-5.3.17-112.45.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-fileinfo-5.3.17-112.45.1.ia64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-fileinfo-5.3.17-112.45.1.ppc64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-fileinfo-5.3.17-112.45.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-fileinfo-5.3.17-112.45.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-ftp-5.3.17-112.45.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-ftp-5.3.17-112.45.1.ia64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-ftp-5.3.17-112.45.1.ppc64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-ftp-5.3.17-112.45.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-ftp-5.3.17-112.45.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-gd-5.3.17-112.45.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-gd-5.3.17-112.45.1.ia64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-gd-5.3.17-112.45.1.ppc64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-gd-5.3.17-112.45.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-gd-5.3.17-112.45.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-gettext-5.3.17-112.45.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-gettext-5.3.17-112.45.1.ia64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-gettext-5.3.17-112.45.1.ppc64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-gettext-5.3.17-112.45.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-gettext-5.3.17-112.45.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-gmp-5.3.17-112.45.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-gmp-5.3.17-112.45.1.ia64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-gmp-5.3.17-112.45.1.ppc64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-gmp-5.3.17-112.45.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-gmp-5.3.17-112.45.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-iconv-5.3.17-112.45.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-iconv-5.3.17-112.45.1.ia64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-iconv-5.3.17-112.45.1.ppc64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-iconv-5.3.17-112.45.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-iconv-5.3.17-112.45.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-intl-5.3.17-112.45.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-intl-5.3.17-112.45.1.ia64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-intl-5.3.17-112.45.1.ppc64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-intl-5.3.17-112.45.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-intl-5.3.17-112.45.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-json-5.3.17-112.45.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-json-5.3.17-112.45.1.ia64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-json-5.3.17-112.45.1.ppc64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-json-5.3.17-112.45.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-json-5.3.17-112.45.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-ldap-5.3.17-112.45.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-ldap-5.3.17-112.45.1.ia64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-ldap-5.3.17-112.45.1.ppc64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-ldap-5.3.17-112.45.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-ldap-5.3.17-112.45.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-mbstring-5.3.17-112.45.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-mbstring-5.3.17-112.45.1.ia64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-mbstring-5.3.17-112.45.1.ppc64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-mbstring-5.3.17-112.45.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-mbstring-5.3.17-112.45.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-mcrypt-5.3.17-112.45.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-mcrypt-5.3.17-112.45.1.ia64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-mcrypt-5.3.17-112.45.1.ppc64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-mcrypt-5.3.17-112.45.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-mcrypt-5.3.17-112.45.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-mysql-5.3.17-112.45.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-mysql-5.3.17-112.45.1.ia64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-mysql-5.3.17-112.45.1.ppc64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-mysql-5.3.17-112.45.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-mysql-5.3.17-112.45.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-odbc-5.3.17-112.45.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-odbc-5.3.17-112.45.1.ia64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-odbc-5.3.17-112.45.1.ppc64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-odbc-5.3.17-112.45.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-odbc-5.3.17-112.45.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-openssl-5.3.17-112.45.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-openssl-5.3.17-112.45.1.ia64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-openssl-5.3.17-112.45.1.ppc64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-openssl-5.3.17-112.45.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-openssl-5.3.17-112.45.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-pcntl-5.3.17-112.45.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-pcntl-5.3.17-112.45.1.ia64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-pcntl-5.3.17-112.45.1.ppc64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-pcntl-5.3.17-112.45.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-pcntl-5.3.17-112.45.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-pdo-5.3.17-112.45.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-pdo-5.3.17-112.45.1.ia64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-pdo-5.3.17-112.45.1.ppc64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-pdo-5.3.17-112.45.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-pdo-5.3.17-112.45.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-pear-5.3.17-112.45.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-pear-5.3.17-112.45.1.ia64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-pear-5.3.17-112.45.1.ppc64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-pear-5.3.17-112.45.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-pear-5.3.17-112.45.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-pgsql-5.3.17-112.45.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-pgsql-5.3.17-112.45.1.ia64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-pgsql-5.3.17-112.45.1.ppc64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-pgsql-5.3.17-112.45.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-pgsql-5.3.17-112.45.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-pspell-5.3.17-112.45.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-pspell-5.3.17-112.45.1.ia64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-pspell-5.3.17-112.45.1.ppc64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-pspell-5.3.17-112.45.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-pspell-5.3.17-112.45.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-shmop-5.3.17-112.45.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-shmop-5.3.17-112.45.1.ia64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-shmop-5.3.17-112.45.1.ppc64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-shmop-5.3.17-112.45.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-shmop-5.3.17-112.45.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-snmp-5.3.17-112.45.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-snmp-5.3.17-112.45.1.ia64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-snmp-5.3.17-112.45.1.ppc64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-snmp-5.3.17-112.45.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-snmp-5.3.17-112.45.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-soap-5.3.17-112.45.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-soap-5.3.17-112.45.1.ia64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-soap-5.3.17-112.45.1.ppc64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-soap-5.3.17-112.45.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-soap-5.3.17-112.45.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-suhosin-5.3.17-112.45.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-suhosin-5.3.17-112.45.1.ia64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-suhosin-5.3.17-112.45.1.ppc64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-suhosin-5.3.17-112.45.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-suhosin-5.3.17-112.45.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-sysvmsg-5.3.17-112.45.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-sysvmsg-5.3.17-112.45.1.ia64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-sysvmsg-5.3.17-112.45.1.ppc64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-sysvmsg-5.3.17-112.45.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-sysvmsg-5.3.17-112.45.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-sysvsem-5.3.17-112.45.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-sysvsem-5.3.17-112.45.1.ia64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-sysvsem-5.3.17-112.45.1.ppc64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-sysvsem-5.3.17-112.45.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-sysvsem-5.3.17-112.45.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-sysvshm-5.3.17-112.45.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-sysvshm-5.3.17-112.45.1.ia64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-sysvshm-5.3.17-112.45.1.ppc64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-sysvshm-5.3.17-112.45.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-sysvshm-5.3.17-112.45.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-tokenizer-5.3.17-112.45.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-tokenizer-5.3.17-112.45.1.ia64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-tokenizer-5.3.17-112.45.1.ppc64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-tokenizer-5.3.17-112.45.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-tokenizer-5.3.17-112.45.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-wddx-5.3.17-112.45.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-wddx-5.3.17-112.45.1.ia64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-wddx-5.3.17-112.45.1.ppc64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-wddx-5.3.17-112.45.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-wddx-5.3.17-112.45.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-xmlreader-5.3.17-112.45.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-xmlreader-5.3.17-112.45.1.ia64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-xmlreader-5.3.17-112.45.1.ppc64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-xmlreader-5.3.17-112.45.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-xmlreader-5.3.17-112.45.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-xmlrpc-5.3.17-112.45.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-xmlrpc-5.3.17-112.45.1.ia64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-xmlrpc-5.3.17-112.45.1.ppc64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-xmlrpc-5.3.17-112.45.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-xmlrpc-5.3.17-112.45.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-xmlwriter-5.3.17-112.45.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-xmlwriter-5.3.17-112.45.1.ia64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-xmlwriter-5.3.17-112.45.1.ppc64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-xmlwriter-5.3.17-112.45.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-xmlwriter-5.3.17-112.45.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-xsl-5.3.17-112.45.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-xsl-5.3.17-112.45.1.ia64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-xsl-5.3.17-112.45.1.ppc64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-xsl-5.3.17-112.45.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-xsl-5.3.17-112.45.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-zip-5.3.17-112.45.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-zip-5.3.17-112.45.1.ia64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-zip-5.3.17-112.45.1.ppc64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-zip-5.3.17-112.45.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-zip-5.3.17-112.45.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-zlib-5.3.17-112.45.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-zlib-5.3.17-112.45.1.ia64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-zlib-5.3.17-112.45.1.ppc64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-zlib-5.3.17-112.45.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-zlib-5.3.17-112.45.1.x86_64", "SUSE Linux Enterprise Software Development Kit 11 SP4:php53-devel-5.3.17-112.45.1.i586", "SUSE Linux Enterprise Software Development Kit 11 SP4:php53-devel-5.3.17-112.45.1.ia64", "SUSE Linux Enterprise Software Development Kit 11 SP4:php53-devel-5.3.17-112.45.1.ppc64", "SUSE Linux Enterprise Software Development Kit 11 SP4:php53-devel-5.3.17-112.45.1.s390x", "SUSE Linux Enterprise Software Development Kit 11 SP4:php53-devel-5.3.17-112.45.1.x86_64", "SUSE Linux Enterprise Software Development Kit 11 SP4:php53-imap-5.3.17-112.45.1.i586", "SUSE Linux Enterprise Software Development Kit 11 SP4:php53-imap-5.3.17-112.45.1.ia64", "SUSE Linux Enterprise Software Development Kit 11 SP4:php53-imap-5.3.17-112.45.1.ppc64", "SUSE Linux Enterprise Software Development Kit 11 SP4:php53-imap-5.3.17-112.45.1.s390x", "SUSE Linux Enterprise Software Development Kit 11 SP4:php53-imap-5.3.17-112.45.1.x86_64", "SUSE Linux Enterprise Software Development Kit 11 SP4:php53-posix-5.3.17-112.45.1.i586", "SUSE Linux Enterprise Software Development Kit 11 SP4:php53-posix-5.3.17-112.45.1.ia64", "SUSE Linux Enterprise Software Development Kit 11 SP4:php53-posix-5.3.17-112.45.1.ppc64", "SUSE Linux Enterprise Software Development Kit 11 SP4:php53-posix-5.3.17-112.45.1.s390x", "SUSE Linux Enterprise Software Development Kit 11 SP4:php53-posix-5.3.17-112.45.1.x86_64", "SUSE Linux Enterprise Software Development Kit 11 SP4:php53-readline-5.3.17-112.45.1.i586", "SUSE Linux Enterprise Software Development Kit 11 SP4:php53-readline-5.3.17-112.45.1.ia64", "SUSE Linux Enterprise Software Development Kit 11 SP4:php53-readline-5.3.17-112.45.1.ppc64", "SUSE Linux Enterprise Software Development Kit 11 SP4:php53-readline-5.3.17-112.45.1.s390x", "SUSE Linux Enterprise Software Development Kit 11 SP4:php53-readline-5.3.17-112.45.1.x86_64", "SUSE Linux Enterprise Software Development Kit 11 SP4:php53-sockets-5.3.17-112.45.1.i586", "SUSE Linux Enterprise Software Development Kit 11 SP4:php53-sockets-5.3.17-112.45.1.ia64", "SUSE Linux Enterprise Software Development Kit 11 SP4:php53-sockets-5.3.17-112.45.1.ppc64", "SUSE Linux Enterprise Software Development Kit 11 SP4:php53-sockets-5.3.17-112.45.1.s390x", "SUSE Linux Enterprise Software Development Kit 11 SP4:php53-sockets-5.3.17-112.45.1.x86_64", "SUSE Linux Enterprise Software Development Kit 11 SP4:php53-sqlite-5.3.17-112.45.1.i586", "SUSE Linux Enterprise Software Development Kit 11 SP4:php53-sqlite-5.3.17-112.45.1.ia64", "SUSE Linux Enterprise Software Development Kit 11 SP4:php53-sqlite-5.3.17-112.45.1.ppc64", "SUSE Linux Enterprise Software Development Kit 11 SP4:php53-sqlite-5.3.17-112.45.1.s390x", "SUSE Linux Enterprise Software Development Kit 11 SP4:php53-sqlite-5.3.17-112.45.1.x86_64", "SUSE Linux Enterprise Software Development Kit 11 SP4:php53-tidy-5.3.17-112.45.1.i586", "SUSE Linux Enterprise Software Development Kit 11 SP4:php53-tidy-5.3.17-112.45.1.ia64", "SUSE Linux Enterprise Software Development Kit 11 SP4:php53-tidy-5.3.17-112.45.1.ppc64", "SUSE Linux Enterprise Software Development Kit 11 SP4:php53-tidy-5.3.17-112.45.1.s390x", "SUSE Linux Enterprise Software Development Kit 11 SP4:php53-tidy-5.3.17-112.45.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 5.3, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.0/AV:L/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:L", "version": "3.0" }, "products": [ "SUSE Linux Enterprise Server 11 SP4:apache2-mod_php53-5.3.17-112.45.1.i586", "SUSE Linux Enterprise Server 11 SP4:apache2-mod_php53-5.3.17-112.45.1.ia64", "SUSE Linux Enterprise Server 11 SP4:apache2-mod_php53-5.3.17-112.45.1.ppc64", "SUSE Linux Enterprise Server 11 SP4:apache2-mod_php53-5.3.17-112.45.1.s390x", "SUSE Linux Enterprise Server 11 SP4:apache2-mod_php53-5.3.17-112.45.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:php53-5.3.17-112.45.1.i586", "SUSE Linux Enterprise Server 11 SP4:php53-5.3.17-112.45.1.ia64", "SUSE Linux Enterprise Server 11 SP4:php53-5.3.17-112.45.1.ppc64", "SUSE Linux Enterprise Server 11 SP4:php53-5.3.17-112.45.1.s390x", "SUSE Linux Enterprise Server 11 SP4:php53-5.3.17-112.45.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:php53-bcmath-5.3.17-112.45.1.i586", "SUSE Linux Enterprise Server 11 SP4:php53-bcmath-5.3.17-112.45.1.ia64", "SUSE Linux Enterprise Server 11 SP4:php53-bcmath-5.3.17-112.45.1.ppc64", "SUSE Linux Enterprise Server 11 SP4:php53-bcmath-5.3.17-112.45.1.s390x", "SUSE Linux Enterprise Server 11 SP4:php53-bcmath-5.3.17-112.45.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:php53-bz2-5.3.17-112.45.1.i586", "SUSE Linux Enterprise Server 11 SP4:php53-bz2-5.3.17-112.45.1.ia64", "SUSE Linux Enterprise Server 11 SP4:php53-bz2-5.3.17-112.45.1.ppc64", "SUSE Linux Enterprise Server 11 SP4:php53-bz2-5.3.17-112.45.1.s390x", "SUSE Linux Enterprise Server 11 SP4:php53-bz2-5.3.17-112.45.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:php53-calendar-5.3.17-112.45.1.i586", "SUSE Linux Enterprise Server 11 SP4:php53-calendar-5.3.17-112.45.1.ia64", "SUSE Linux Enterprise Server 11 SP4:php53-calendar-5.3.17-112.45.1.ppc64", "SUSE Linux Enterprise Server 11 SP4:php53-calendar-5.3.17-112.45.1.s390x", "SUSE Linux Enterprise Server 11 SP4:php53-calendar-5.3.17-112.45.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:php53-ctype-5.3.17-112.45.1.i586", "SUSE Linux Enterprise Server 11 SP4:php53-ctype-5.3.17-112.45.1.ia64", "SUSE Linux Enterprise Server 11 SP4:php53-ctype-5.3.17-112.45.1.ppc64", "SUSE Linux Enterprise Server 11 SP4:php53-ctype-5.3.17-112.45.1.s390x", "SUSE Linux Enterprise Server 11 SP4:php53-ctype-5.3.17-112.45.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:php53-curl-5.3.17-112.45.1.i586", "SUSE Linux Enterprise Server 11 SP4:php53-curl-5.3.17-112.45.1.ia64", "SUSE Linux Enterprise Server 11 SP4:php53-curl-5.3.17-112.45.1.ppc64", "SUSE Linux Enterprise Server 11 SP4:php53-curl-5.3.17-112.45.1.s390x", "SUSE Linux Enterprise Server 11 SP4:php53-curl-5.3.17-112.45.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:php53-dba-5.3.17-112.45.1.i586", "SUSE Linux Enterprise Server 11 SP4:php53-dba-5.3.17-112.45.1.ia64", "SUSE Linux Enterprise Server 11 SP4:php53-dba-5.3.17-112.45.1.ppc64", "SUSE Linux Enterprise Server 11 SP4:php53-dba-5.3.17-112.45.1.s390x", "SUSE Linux Enterprise Server 11 SP4:php53-dba-5.3.17-112.45.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:php53-dom-5.3.17-112.45.1.i586", "SUSE Linux Enterprise Server 11 SP4:php53-dom-5.3.17-112.45.1.ia64", "SUSE Linux Enterprise Server 11 SP4:php53-dom-5.3.17-112.45.1.ppc64", "SUSE Linux Enterprise Server 11 SP4:php53-dom-5.3.17-112.45.1.s390x", "SUSE Linux Enterprise Server 11 SP4:php53-dom-5.3.17-112.45.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:php53-exif-5.3.17-112.45.1.i586", "SUSE Linux Enterprise Server 11 SP4:php53-exif-5.3.17-112.45.1.ia64", "SUSE Linux Enterprise Server 11 SP4:php53-exif-5.3.17-112.45.1.ppc64", "SUSE Linux Enterprise Server 11 SP4:php53-exif-5.3.17-112.45.1.s390x", "SUSE Linux Enterprise Server 11 SP4:php53-exif-5.3.17-112.45.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:php53-fastcgi-5.3.17-112.45.1.i586", "SUSE Linux Enterprise Server 11 SP4:php53-fastcgi-5.3.17-112.45.1.ia64", "SUSE Linux Enterprise Server 11 SP4:php53-fastcgi-5.3.17-112.45.1.ppc64", "SUSE Linux Enterprise Server 11 SP4:php53-fastcgi-5.3.17-112.45.1.s390x", "SUSE Linux Enterprise Server 11 SP4:php53-fastcgi-5.3.17-112.45.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:php53-fileinfo-5.3.17-112.45.1.i586", "SUSE Linux Enterprise Server 11 SP4:php53-fileinfo-5.3.17-112.45.1.ia64", "SUSE Linux Enterprise Server 11 SP4:php53-fileinfo-5.3.17-112.45.1.ppc64", "SUSE Linux Enterprise Server 11 SP4:php53-fileinfo-5.3.17-112.45.1.s390x", "SUSE Linux Enterprise Server 11 SP4:php53-fileinfo-5.3.17-112.45.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:php53-ftp-5.3.17-112.45.1.i586", "SUSE Linux Enterprise Server 11 SP4:php53-ftp-5.3.17-112.45.1.ia64", "SUSE Linux Enterprise Server 11 SP4:php53-ftp-5.3.17-112.45.1.ppc64", "SUSE Linux Enterprise Server 11 SP4:php53-ftp-5.3.17-112.45.1.s390x", "SUSE Linux Enterprise Server 11 SP4:php53-ftp-5.3.17-112.45.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:php53-gd-5.3.17-112.45.1.i586", "SUSE Linux Enterprise Server 11 SP4:php53-gd-5.3.17-112.45.1.ia64", "SUSE Linux Enterprise Server 11 SP4:php53-gd-5.3.17-112.45.1.ppc64", "SUSE Linux Enterprise Server 11 SP4:php53-gd-5.3.17-112.45.1.s390x", "SUSE Linux Enterprise Server 11 SP4:php53-gd-5.3.17-112.45.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:php53-gettext-5.3.17-112.45.1.i586", "SUSE Linux Enterprise Server 11 SP4:php53-gettext-5.3.17-112.45.1.ia64", "SUSE Linux Enterprise Server 11 SP4:php53-gettext-5.3.17-112.45.1.ppc64", "SUSE Linux Enterprise Server 11 SP4:php53-gettext-5.3.17-112.45.1.s390x", "SUSE Linux Enterprise Server 11 SP4:php53-gettext-5.3.17-112.45.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:php53-gmp-5.3.17-112.45.1.i586", "SUSE Linux Enterprise Server 11 SP4:php53-gmp-5.3.17-112.45.1.ia64", "SUSE Linux Enterprise Server 11 SP4:php53-gmp-5.3.17-112.45.1.ppc64", "SUSE Linux Enterprise Server 11 SP4:php53-gmp-5.3.17-112.45.1.s390x", "SUSE Linux Enterprise Server 11 SP4:php53-gmp-5.3.17-112.45.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:php53-iconv-5.3.17-112.45.1.i586", "SUSE Linux Enterprise Server 11 SP4:php53-iconv-5.3.17-112.45.1.ia64", "SUSE Linux Enterprise Server 11 SP4:php53-iconv-5.3.17-112.45.1.ppc64", "SUSE Linux Enterprise Server 11 SP4:php53-iconv-5.3.17-112.45.1.s390x", "SUSE Linux Enterprise Server 11 SP4:php53-iconv-5.3.17-112.45.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:php53-intl-5.3.17-112.45.1.i586", "SUSE Linux Enterprise Server 11 SP4:php53-intl-5.3.17-112.45.1.ia64", "SUSE Linux Enterprise Server 11 SP4:php53-intl-5.3.17-112.45.1.ppc64", "SUSE Linux Enterprise Server 11 SP4:php53-intl-5.3.17-112.45.1.s390x", "SUSE Linux Enterprise Server 11 SP4:php53-intl-5.3.17-112.45.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:php53-json-5.3.17-112.45.1.i586", "SUSE Linux Enterprise Server 11 SP4:php53-json-5.3.17-112.45.1.ia64", "SUSE Linux Enterprise Server 11 SP4:php53-json-5.3.17-112.45.1.ppc64", "SUSE Linux Enterprise Server 11 SP4:php53-json-5.3.17-112.45.1.s390x", "SUSE Linux Enterprise Server 11 SP4:php53-json-5.3.17-112.45.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:php53-ldap-5.3.17-112.45.1.i586", "SUSE Linux Enterprise Server 11 SP4:php53-ldap-5.3.17-112.45.1.ia64", "SUSE Linux Enterprise Server 11 SP4:php53-ldap-5.3.17-112.45.1.ppc64", "SUSE Linux Enterprise Server 11 SP4:php53-ldap-5.3.17-112.45.1.s390x", "SUSE Linux Enterprise Server 11 SP4:php53-ldap-5.3.17-112.45.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:php53-mbstring-5.3.17-112.45.1.i586", "SUSE Linux Enterprise Server 11 SP4:php53-mbstring-5.3.17-112.45.1.ia64", "SUSE Linux Enterprise Server 11 SP4:php53-mbstring-5.3.17-112.45.1.ppc64", "SUSE Linux Enterprise Server 11 SP4:php53-mbstring-5.3.17-112.45.1.s390x", "SUSE Linux Enterprise Server 11 SP4:php53-mbstring-5.3.17-112.45.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:php53-mcrypt-5.3.17-112.45.1.i586", "SUSE Linux Enterprise Server 11 SP4:php53-mcrypt-5.3.17-112.45.1.ia64", "SUSE Linux Enterprise Server 11 SP4:php53-mcrypt-5.3.17-112.45.1.ppc64", "SUSE Linux Enterprise Server 11 SP4:php53-mcrypt-5.3.17-112.45.1.s390x", "SUSE Linux Enterprise Server 11 SP4:php53-mcrypt-5.3.17-112.45.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:php53-mysql-5.3.17-112.45.1.i586", "SUSE Linux Enterprise Server 11 SP4:php53-mysql-5.3.17-112.45.1.ia64", "SUSE Linux Enterprise Server 11 SP4:php53-mysql-5.3.17-112.45.1.ppc64", "SUSE Linux Enterprise Server 11 SP4:php53-mysql-5.3.17-112.45.1.s390x", "SUSE Linux Enterprise Server 11 SP4:php53-mysql-5.3.17-112.45.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:php53-odbc-5.3.17-112.45.1.i586", "SUSE Linux Enterprise Server 11 SP4:php53-odbc-5.3.17-112.45.1.ia64", "SUSE Linux Enterprise Server 11 SP4:php53-odbc-5.3.17-112.45.1.ppc64", "SUSE Linux Enterprise Server 11 SP4:php53-odbc-5.3.17-112.45.1.s390x", "SUSE Linux Enterprise Server 11 SP4:php53-odbc-5.3.17-112.45.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:php53-openssl-5.3.17-112.45.1.i586", "SUSE Linux Enterprise Server 11 SP4:php53-openssl-5.3.17-112.45.1.ia64", "SUSE Linux Enterprise Server 11 SP4:php53-openssl-5.3.17-112.45.1.ppc64", "SUSE Linux Enterprise Server 11 SP4:php53-openssl-5.3.17-112.45.1.s390x", "SUSE Linux Enterprise Server 11 SP4:php53-openssl-5.3.17-112.45.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:php53-pcntl-5.3.17-112.45.1.i586", "SUSE Linux Enterprise Server 11 SP4:php53-pcntl-5.3.17-112.45.1.ia64", "SUSE Linux Enterprise Server 11 SP4:php53-pcntl-5.3.17-112.45.1.ppc64", "SUSE Linux Enterprise Server 11 SP4:php53-pcntl-5.3.17-112.45.1.s390x", "SUSE Linux Enterprise Server 11 SP4:php53-pcntl-5.3.17-112.45.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:php53-pdo-5.3.17-112.45.1.i586", "SUSE Linux Enterprise Server 11 SP4:php53-pdo-5.3.17-112.45.1.ia64", "SUSE Linux Enterprise Server 11 SP4:php53-pdo-5.3.17-112.45.1.ppc64", "SUSE Linux Enterprise Server 11 SP4:php53-pdo-5.3.17-112.45.1.s390x", "SUSE Linux Enterprise Server 11 SP4:php53-pdo-5.3.17-112.45.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:php53-pear-5.3.17-112.45.1.i586", "SUSE Linux Enterprise Server 11 SP4:php53-pear-5.3.17-112.45.1.ia64", "SUSE Linux Enterprise Server 11 SP4:php53-pear-5.3.17-112.45.1.ppc64", "SUSE Linux Enterprise Server 11 SP4:php53-pear-5.3.17-112.45.1.s390x", "SUSE Linux Enterprise Server 11 SP4:php53-pear-5.3.17-112.45.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:php53-pgsql-5.3.17-112.45.1.i586", "SUSE Linux Enterprise Server 11 SP4:php53-pgsql-5.3.17-112.45.1.ia64", "SUSE Linux Enterprise Server 11 SP4:php53-pgsql-5.3.17-112.45.1.ppc64", "SUSE Linux Enterprise Server 11 SP4:php53-pgsql-5.3.17-112.45.1.s390x", "SUSE Linux Enterprise Server 11 SP4:php53-pgsql-5.3.17-112.45.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:php53-pspell-5.3.17-112.45.1.i586", "SUSE Linux Enterprise Server 11 SP4:php53-pspell-5.3.17-112.45.1.ia64", "SUSE Linux Enterprise Server 11 SP4:php53-pspell-5.3.17-112.45.1.ppc64", "SUSE Linux Enterprise Server 11 SP4:php53-pspell-5.3.17-112.45.1.s390x", "SUSE Linux Enterprise Server 11 SP4:php53-pspell-5.3.17-112.45.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:php53-shmop-5.3.17-112.45.1.i586", "SUSE Linux Enterprise Server 11 SP4:php53-shmop-5.3.17-112.45.1.ia64", "SUSE Linux Enterprise Server 11 SP4:php53-shmop-5.3.17-112.45.1.ppc64", "SUSE Linux Enterprise Server 11 SP4:php53-shmop-5.3.17-112.45.1.s390x", "SUSE Linux Enterprise Server 11 SP4:php53-shmop-5.3.17-112.45.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:php53-snmp-5.3.17-112.45.1.i586", "SUSE Linux Enterprise Server 11 SP4:php53-snmp-5.3.17-112.45.1.ia64", "SUSE Linux Enterprise Server 11 SP4:php53-snmp-5.3.17-112.45.1.ppc64", "SUSE Linux Enterprise Server 11 SP4:php53-snmp-5.3.17-112.45.1.s390x", "SUSE Linux Enterprise Server 11 SP4:php53-snmp-5.3.17-112.45.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:php53-soap-5.3.17-112.45.1.i586", "SUSE Linux Enterprise Server 11 SP4:php53-soap-5.3.17-112.45.1.ia64", "SUSE Linux Enterprise Server 11 SP4:php53-soap-5.3.17-112.45.1.ppc64", "SUSE Linux Enterprise Server 11 SP4:php53-soap-5.3.17-112.45.1.s390x", "SUSE Linux Enterprise Server 11 SP4:php53-soap-5.3.17-112.45.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:php53-suhosin-5.3.17-112.45.1.i586", "SUSE Linux Enterprise Server 11 SP4:php53-suhosin-5.3.17-112.45.1.ia64", "SUSE Linux Enterprise Server 11 SP4:php53-suhosin-5.3.17-112.45.1.ppc64", "SUSE Linux Enterprise Server 11 SP4:php53-suhosin-5.3.17-112.45.1.s390x", "SUSE Linux Enterprise Server 11 SP4:php53-suhosin-5.3.17-112.45.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:php53-sysvmsg-5.3.17-112.45.1.i586", "SUSE Linux Enterprise Server 11 SP4:php53-sysvmsg-5.3.17-112.45.1.ia64", "SUSE Linux Enterprise Server 11 SP4:php53-sysvmsg-5.3.17-112.45.1.ppc64", "SUSE Linux Enterprise Server 11 SP4:php53-sysvmsg-5.3.17-112.45.1.s390x", "SUSE Linux Enterprise Server 11 SP4:php53-sysvmsg-5.3.17-112.45.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:php53-sysvsem-5.3.17-112.45.1.i586", "SUSE Linux Enterprise Server 11 SP4:php53-sysvsem-5.3.17-112.45.1.ia64", "SUSE Linux Enterprise Server 11 SP4:php53-sysvsem-5.3.17-112.45.1.ppc64", "SUSE Linux Enterprise Server 11 SP4:php53-sysvsem-5.3.17-112.45.1.s390x", "SUSE Linux Enterprise Server 11 SP4:php53-sysvsem-5.3.17-112.45.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:php53-sysvshm-5.3.17-112.45.1.i586", "SUSE Linux Enterprise Server 11 SP4:php53-sysvshm-5.3.17-112.45.1.ia64", "SUSE Linux Enterprise Server 11 SP4:php53-sysvshm-5.3.17-112.45.1.ppc64", "SUSE Linux Enterprise Server 11 SP4:php53-sysvshm-5.3.17-112.45.1.s390x", "SUSE Linux Enterprise Server 11 SP4:php53-sysvshm-5.3.17-112.45.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:php53-tokenizer-5.3.17-112.45.1.i586", "SUSE Linux Enterprise Server 11 SP4:php53-tokenizer-5.3.17-112.45.1.ia64", "SUSE Linux Enterprise Server 11 SP4:php53-tokenizer-5.3.17-112.45.1.ppc64", "SUSE Linux Enterprise Server 11 SP4:php53-tokenizer-5.3.17-112.45.1.s390x", "SUSE Linux Enterprise Server 11 SP4:php53-tokenizer-5.3.17-112.45.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:php53-wddx-5.3.17-112.45.1.i586", "SUSE Linux Enterprise Server 11 SP4:php53-wddx-5.3.17-112.45.1.ia64", "SUSE Linux Enterprise Server 11 SP4:php53-wddx-5.3.17-112.45.1.ppc64", "SUSE Linux Enterprise Server 11 SP4:php53-wddx-5.3.17-112.45.1.s390x", "SUSE Linux Enterprise Server 11 SP4:php53-wddx-5.3.17-112.45.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:php53-xmlreader-5.3.17-112.45.1.i586", "SUSE Linux Enterprise Server 11 SP4:php53-xmlreader-5.3.17-112.45.1.ia64", "SUSE Linux Enterprise Server 11 SP4:php53-xmlreader-5.3.17-112.45.1.ppc64", "SUSE Linux Enterprise Server 11 SP4:php53-xmlreader-5.3.17-112.45.1.s390x", "SUSE Linux Enterprise Server 11 SP4:php53-xmlreader-5.3.17-112.45.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:php53-xmlrpc-5.3.17-112.45.1.i586", "SUSE Linux Enterprise Server 11 SP4:php53-xmlrpc-5.3.17-112.45.1.ia64", "SUSE Linux Enterprise Server 11 SP4:php53-xmlrpc-5.3.17-112.45.1.ppc64", "SUSE Linux Enterprise Server 11 SP4:php53-xmlrpc-5.3.17-112.45.1.s390x", "SUSE Linux Enterprise Server 11 SP4:php53-xmlrpc-5.3.17-112.45.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:php53-xmlwriter-5.3.17-112.45.1.i586", "SUSE Linux Enterprise Server 11 SP4:php53-xmlwriter-5.3.17-112.45.1.ia64", "SUSE Linux Enterprise Server 11 SP4:php53-xmlwriter-5.3.17-112.45.1.ppc64", "SUSE Linux Enterprise Server 11 SP4:php53-xmlwriter-5.3.17-112.45.1.s390x", "SUSE Linux Enterprise Server 11 SP4:php53-xmlwriter-5.3.17-112.45.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:php53-xsl-5.3.17-112.45.1.i586", "SUSE Linux Enterprise Server 11 SP4:php53-xsl-5.3.17-112.45.1.ia64", "SUSE Linux Enterprise Server 11 SP4:php53-xsl-5.3.17-112.45.1.ppc64", "SUSE Linux Enterprise Server 11 SP4:php53-xsl-5.3.17-112.45.1.s390x", "SUSE Linux Enterprise Server 11 SP4:php53-xsl-5.3.17-112.45.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:php53-zip-5.3.17-112.45.1.i586", "SUSE Linux Enterprise Server 11 SP4:php53-zip-5.3.17-112.45.1.ia64", "SUSE Linux Enterprise Server 11 SP4:php53-zip-5.3.17-112.45.1.ppc64", "SUSE Linux Enterprise Server 11 SP4:php53-zip-5.3.17-112.45.1.s390x", "SUSE Linux Enterprise Server 11 SP4:php53-zip-5.3.17-112.45.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:php53-zlib-5.3.17-112.45.1.i586", "SUSE Linux Enterprise Server 11 SP4:php53-zlib-5.3.17-112.45.1.ia64", "SUSE Linux Enterprise Server 11 SP4:php53-zlib-5.3.17-112.45.1.ppc64", "SUSE Linux Enterprise Server 11 SP4:php53-zlib-5.3.17-112.45.1.s390x", "SUSE Linux Enterprise Server 11 SP4:php53-zlib-5.3.17-112.45.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:apache2-mod_php53-5.3.17-112.45.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:apache2-mod_php53-5.3.17-112.45.1.ia64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:apache2-mod_php53-5.3.17-112.45.1.ppc64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:apache2-mod_php53-5.3.17-112.45.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:apache2-mod_php53-5.3.17-112.45.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-5.3.17-112.45.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-5.3.17-112.45.1.ia64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-5.3.17-112.45.1.ppc64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-5.3.17-112.45.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-5.3.17-112.45.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-bcmath-5.3.17-112.45.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-bcmath-5.3.17-112.45.1.ia64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-bcmath-5.3.17-112.45.1.ppc64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-bcmath-5.3.17-112.45.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-bcmath-5.3.17-112.45.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-bz2-5.3.17-112.45.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-bz2-5.3.17-112.45.1.ia64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-bz2-5.3.17-112.45.1.ppc64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-bz2-5.3.17-112.45.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-bz2-5.3.17-112.45.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-calendar-5.3.17-112.45.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-calendar-5.3.17-112.45.1.ia64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-calendar-5.3.17-112.45.1.ppc64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-calendar-5.3.17-112.45.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-calendar-5.3.17-112.45.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-ctype-5.3.17-112.45.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-ctype-5.3.17-112.45.1.ia64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-ctype-5.3.17-112.45.1.ppc64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-ctype-5.3.17-112.45.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-ctype-5.3.17-112.45.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-curl-5.3.17-112.45.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-curl-5.3.17-112.45.1.ia64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-curl-5.3.17-112.45.1.ppc64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-curl-5.3.17-112.45.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-curl-5.3.17-112.45.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-dba-5.3.17-112.45.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-dba-5.3.17-112.45.1.ia64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-dba-5.3.17-112.45.1.ppc64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-dba-5.3.17-112.45.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-dba-5.3.17-112.45.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-dom-5.3.17-112.45.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-dom-5.3.17-112.45.1.ia64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-dom-5.3.17-112.45.1.ppc64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-dom-5.3.17-112.45.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-dom-5.3.17-112.45.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-exif-5.3.17-112.45.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-exif-5.3.17-112.45.1.ia64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-exif-5.3.17-112.45.1.ppc64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-exif-5.3.17-112.45.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-exif-5.3.17-112.45.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-fastcgi-5.3.17-112.45.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-fastcgi-5.3.17-112.45.1.ia64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-fastcgi-5.3.17-112.45.1.ppc64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-fastcgi-5.3.17-112.45.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-fastcgi-5.3.17-112.45.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-fileinfo-5.3.17-112.45.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-fileinfo-5.3.17-112.45.1.ia64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-fileinfo-5.3.17-112.45.1.ppc64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-fileinfo-5.3.17-112.45.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-fileinfo-5.3.17-112.45.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-ftp-5.3.17-112.45.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-ftp-5.3.17-112.45.1.ia64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-ftp-5.3.17-112.45.1.ppc64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-ftp-5.3.17-112.45.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-ftp-5.3.17-112.45.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-gd-5.3.17-112.45.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-gd-5.3.17-112.45.1.ia64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-gd-5.3.17-112.45.1.ppc64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-gd-5.3.17-112.45.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-gd-5.3.17-112.45.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-gettext-5.3.17-112.45.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-gettext-5.3.17-112.45.1.ia64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-gettext-5.3.17-112.45.1.ppc64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-gettext-5.3.17-112.45.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-gettext-5.3.17-112.45.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-gmp-5.3.17-112.45.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-gmp-5.3.17-112.45.1.ia64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-gmp-5.3.17-112.45.1.ppc64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-gmp-5.3.17-112.45.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-gmp-5.3.17-112.45.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-iconv-5.3.17-112.45.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-iconv-5.3.17-112.45.1.ia64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-iconv-5.3.17-112.45.1.ppc64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-iconv-5.3.17-112.45.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-iconv-5.3.17-112.45.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-intl-5.3.17-112.45.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-intl-5.3.17-112.45.1.ia64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-intl-5.3.17-112.45.1.ppc64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-intl-5.3.17-112.45.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-intl-5.3.17-112.45.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-json-5.3.17-112.45.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-json-5.3.17-112.45.1.ia64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-json-5.3.17-112.45.1.ppc64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-json-5.3.17-112.45.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-json-5.3.17-112.45.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-ldap-5.3.17-112.45.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-ldap-5.3.17-112.45.1.ia64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-ldap-5.3.17-112.45.1.ppc64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-ldap-5.3.17-112.45.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-ldap-5.3.17-112.45.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-mbstring-5.3.17-112.45.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-mbstring-5.3.17-112.45.1.ia64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-mbstring-5.3.17-112.45.1.ppc64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-mbstring-5.3.17-112.45.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-mbstring-5.3.17-112.45.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-mcrypt-5.3.17-112.45.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-mcrypt-5.3.17-112.45.1.ia64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-mcrypt-5.3.17-112.45.1.ppc64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-mcrypt-5.3.17-112.45.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-mcrypt-5.3.17-112.45.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-mysql-5.3.17-112.45.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-mysql-5.3.17-112.45.1.ia64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-mysql-5.3.17-112.45.1.ppc64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-mysql-5.3.17-112.45.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-mysql-5.3.17-112.45.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-odbc-5.3.17-112.45.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-odbc-5.3.17-112.45.1.ia64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-odbc-5.3.17-112.45.1.ppc64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-odbc-5.3.17-112.45.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-odbc-5.3.17-112.45.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-openssl-5.3.17-112.45.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-openssl-5.3.17-112.45.1.ia64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-openssl-5.3.17-112.45.1.ppc64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-openssl-5.3.17-112.45.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-openssl-5.3.17-112.45.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-pcntl-5.3.17-112.45.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-pcntl-5.3.17-112.45.1.ia64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-pcntl-5.3.17-112.45.1.ppc64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-pcntl-5.3.17-112.45.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-pcntl-5.3.17-112.45.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-pdo-5.3.17-112.45.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-pdo-5.3.17-112.45.1.ia64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-pdo-5.3.17-112.45.1.ppc64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-pdo-5.3.17-112.45.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-pdo-5.3.17-112.45.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-pear-5.3.17-112.45.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-pear-5.3.17-112.45.1.ia64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-pear-5.3.17-112.45.1.ppc64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-pear-5.3.17-112.45.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-pear-5.3.17-112.45.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-pgsql-5.3.17-112.45.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-pgsql-5.3.17-112.45.1.ia64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-pgsql-5.3.17-112.45.1.ppc64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-pgsql-5.3.17-112.45.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-pgsql-5.3.17-112.45.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-pspell-5.3.17-112.45.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-pspell-5.3.17-112.45.1.ia64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-pspell-5.3.17-112.45.1.ppc64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-pspell-5.3.17-112.45.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-pspell-5.3.17-112.45.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-shmop-5.3.17-112.45.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-shmop-5.3.17-112.45.1.ia64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-shmop-5.3.17-112.45.1.ppc64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-shmop-5.3.17-112.45.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-shmop-5.3.17-112.45.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-snmp-5.3.17-112.45.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-snmp-5.3.17-112.45.1.ia64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-snmp-5.3.17-112.45.1.ppc64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-snmp-5.3.17-112.45.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-snmp-5.3.17-112.45.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-soap-5.3.17-112.45.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-soap-5.3.17-112.45.1.ia64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-soap-5.3.17-112.45.1.ppc64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-soap-5.3.17-112.45.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-soap-5.3.17-112.45.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-suhosin-5.3.17-112.45.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-suhosin-5.3.17-112.45.1.ia64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-suhosin-5.3.17-112.45.1.ppc64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-suhosin-5.3.17-112.45.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-suhosin-5.3.17-112.45.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-sysvmsg-5.3.17-112.45.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-sysvmsg-5.3.17-112.45.1.ia64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-sysvmsg-5.3.17-112.45.1.ppc64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-sysvmsg-5.3.17-112.45.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-sysvmsg-5.3.17-112.45.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-sysvsem-5.3.17-112.45.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-sysvsem-5.3.17-112.45.1.ia64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-sysvsem-5.3.17-112.45.1.ppc64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-sysvsem-5.3.17-112.45.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-sysvsem-5.3.17-112.45.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-sysvshm-5.3.17-112.45.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-sysvshm-5.3.17-112.45.1.ia64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-sysvshm-5.3.17-112.45.1.ppc64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-sysvshm-5.3.17-112.45.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-sysvshm-5.3.17-112.45.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-tokenizer-5.3.17-112.45.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-tokenizer-5.3.17-112.45.1.ia64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-tokenizer-5.3.17-112.45.1.ppc64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-tokenizer-5.3.17-112.45.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-tokenizer-5.3.17-112.45.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-wddx-5.3.17-112.45.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-wddx-5.3.17-112.45.1.ia64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-wddx-5.3.17-112.45.1.ppc64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-wddx-5.3.17-112.45.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-wddx-5.3.17-112.45.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-xmlreader-5.3.17-112.45.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-xmlreader-5.3.17-112.45.1.ia64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-xmlreader-5.3.17-112.45.1.ppc64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-xmlreader-5.3.17-112.45.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-xmlreader-5.3.17-112.45.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-xmlrpc-5.3.17-112.45.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-xmlrpc-5.3.17-112.45.1.ia64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-xmlrpc-5.3.17-112.45.1.ppc64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-xmlrpc-5.3.17-112.45.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-xmlrpc-5.3.17-112.45.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-xmlwriter-5.3.17-112.45.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-xmlwriter-5.3.17-112.45.1.ia64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-xmlwriter-5.3.17-112.45.1.ppc64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-xmlwriter-5.3.17-112.45.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-xmlwriter-5.3.17-112.45.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-xsl-5.3.17-112.45.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-xsl-5.3.17-112.45.1.ia64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-xsl-5.3.17-112.45.1.ppc64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-xsl-5.3.17-112.45.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-xsl-5.3.17-112.45.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-zip-5.3.17-112.45.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-zip-5.3.17-112.45.1.ia64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-zip-5.3.17-112.45.1.ppc64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-zip-5.3.17-112.45.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-zip-5.3.17-112.45.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-zlib-5.3.17-112.45.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-zlib-5.3.17-112.45.1.ia64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-zlib-5.3.17-112.45.1.ppc64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-zlib-5.3.17-112.45.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:php53-zlib-5.3.17-112.45.1.x86_64", "SUSE Linux Enterprise Software Development Kit 11 SP4:php53-devel-5.3.17-112.45.1.i586", "SUSE Linux Enterprise Software Development Kit 11 SP4:php53-devel-5.3.17-112.45.1.ia64", "SUSE Linux Enterprise Software Development Kit 11 SP4:php53-devel-5.3.17-112.45.1.ppc64", "SUSE Linux Enterprise Software Development Kit 11 SP4:php53-devel-5.3.17-112.45.1.s390x", "SUSE Linux Enterprise Software Development Kit 11 SP4:php53-devel-5.3.17-112.45.1.x86_64", "SUSE Linux Enterprise Software Development Kit 11 SP4:php53-imap-5.3.17-112.45.1.i586", "SUSE Linux Enterprise Software Development Kit 11 SP4:php53-imap-5.3.17-112.45.1.ia64", "SUSE Linux Enterprise Software Development Kit 11 SP4:php53-imap-5.3.17-112.45.1.ppc64", "SUSE Linux Enterprise Software Development Kit 11 SP4:php53-imap-5.3.17-112.45.1.s390x", "SUSE Linux Enterprise Software Development Kit 11 SP4:php53-imap-5.3.17-112.45.1.x86_64", "SUSE Linux Enterprise Software Development Kit 11 SP4:php53-posix-5.3.17-112.45.1.i586", "SUSE Linux Enterprise Software Development Kit 11 SP4:php53-posix-5.3.17-112.45.1.ia64", "SUSE Linux Enterprise Software Development Kit 11 SP4:php53-posix-5.3.17-112.45.1.ppc64", "SUSE Linux Enterprise Software Development Kit 11 SP4:php53-posix-5.3.17-112.45.1.s390x", "SUSE Linux Enterprise Software Development Kit 11 SP4:php53-posix-5.3.17-112.45.1.x86_64", "SUSE Linux Enterprise Software Development Kit 11 SP4:php53-readline-5.3.17-112.45.1.i586", "SUSE Linux Enterprise Software Development Kit 11 SP4:php53-readline-5.3.17-112.45.1.ia64", "SUSE Linux Enterprise Software Development Kit 11 SP4:php53-readline-5.3.17-112.45.1.ppc64", "SUSE Linux Enterprise Software Development Kit 11 SP4:php53-readline-5.3.17-112.45.1.s390x", "SUSE Linux Enterprise Software Development Kit 11 SP4:php53-readline-5.3.17-112.45.1.x86_64", "SUSE Linux Enterprise Software Development Kit 11 SP4:php53-sockets-5.3.17-112.45.1.i586", "SUSE Linux Enterprise Software Development Kit 11 SP4:php53-sockets-5.3.17-112.45.1.ia64", "SUSE Linux Enterprise Software Development Kit 11 SP4:php53-sockets-5.3.17-112.45.1.ppc64", "SUSE Linux Enterprise Software Development Kit 11 SP4:php53-sockets-5.3.17-112.45.1.s390x", "SUSE Linux Enterprise Software Development Kit 11 SP4:php53-sockets-5.3.17-112.45.1.x86_64", "SUSE Linux Enterprise Software Development Kit 11 SP4:php53-sqlite-5.3.17-112.45.1.i586", "SUSE Linux Enterprise Software Development Kit 11 SP4:php53-sqlite-5.3.17-112.45.1.ia64", "SUSE Linux Enterprise Software Development Kit 11 SP4:php53-sqlite-5.3.17-112.45.1.ppc64", "SUSE Linux Enterprise Software Development Kit 11 SP4:php53-sqlite-5.3.17-112.45.1.s390x", "SUSE Linux Enterprise Software Development Kit 11 SP4:php53-sqlite-5.3.17-112.45.1.x86_64", "SUSE Linux Enterprise Software Development Kit 11 SP4:php53-tidy-5.3.17-112.45.1.i586", "SUSE Linux Enterprise Software Development Kit 11 SP4:php53-tidy-5.3.17-112.45.1.ia64", "SUSE Linux Enterprise Software Development Kit 11 SP4:php53-tidy-5.3.17-112.45.1.ppc64", "SUSE Linux Enterprise Software Development Kit 11 SP4:php53-tidy-5.3.17-112.45.1.s390x", "SUSE Linux Enterprise Software Development Kit 11 SP4:php53-tidy-5.3.17-112.45.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2018-12-05T13:44:37Z", "details": "important" } ], "title": "CVE-2018-19518" } ] }
suse-su-2018:3988-1
Vulnerability from csaf_suse
Published
2018-12-05 13:46
Modified
2018-12-05 13:46
Summary
Recommended update for php7
Notes
Title of the patch
Recommended update for php7
Description of the patch
This update for php7 fixes the following issues:
Security issue fixed:
- CVE-2018-19518: Fixed imap_open script injection flaw (bsc#1117107).
Patchnames
SUSE-SLE-Module-Web-Scripting-12-2018-2849,SUSE-SLE-SDK-12-SP3-2018-2849,SUSE-SLE-SDK-12-SP4-2018-2849
Terms of use
CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
{ "document": { "aggregate_severity": { "namespace": "https://www.suse.com/support/security/rating/", "text": "moderate" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright 2024 SUSE LLC. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "Recommended update for php7", "title": "Title of the patch" }, { "category": "description", "text": "This update for php7 fixes the following issues:\n\nSecurity issue fixed:\n \n- CVE-2018-19518: Fixed imap_open script injection flaw (bsc#1117107).\n", "title": "Description of the patch" }, { "category": "details", "text": "SUSE-SLE-Module-Web-Scripting-12-2018-2849,SUSE-SLE-SDK-12-SP3-2018-2849,SUSE-SLE-SDK-12-SP4-2018-2849", "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-2018_3988-1.json" }, { "category": "self", "summary": "URL for SUSE-SU-2018:3988-1", "url": "https://www.suse.com/support/update/announcement/2018/suse-su-20183988-1/" }, { "category": "self", "summary": "E-Mail link for SUSE-SU-2018:3988-1", "url": "https://lists.suse.com/pipermail/sle-security-updates/2018-December/004922.html" }, { "category": "self", "summary": "SUSE Bug 1117107", "url": "https://bugzilla.suse.com/1117107" }, { "category": "self", "summary": "SUSE CVE CVE-2018-19518 page", "url": "https://www.suse.com/security/cve/CVE-2018-19518/" } ], "title": "Recommended update for php7", "tracking": { "current_release_date": "2018-12-05T13:46:42Z", "generator": { "date": "2018-12-05T13:46:42Z", "engine": { "name": "cve-database.git:bin/generate-csaf.pl", "version": "1" } }, "id": "SUSE-SU-2018:3988-1", "initial_release_date": "2018-12-05T13:46:42Z", "revision_history": [ { "date": "2018-12-05T13:46:42Z", "number": "1", "summary": "Current version" } ], "status": "final", "version": "1" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_version", "name": "apache2-mod_php7-7.0.7-50.56.2.aarch64", "product": { "name": "apache2-mod_php7-7.0.7-50.56.2.aarch64", "product_id": "apache2-mod_php7-7.0.7-50.56.2.aarch64" } }, { "category": "product_version", "name": "php7-7.0.7-50.56.2.aarch64", "product": { "name": "php7-7.0.7-50.56.2.aarch64", "product_id": "php7-7.0.7-50.56.2.aarch64" } }, { "category": "product_version", "name": "php7-bcmath-7.0.7-50.56.2.aarch64", "product": { "name": "php7-bcmath-7.0.7-50.56.2.aarch64", "product_id": "php7-bcmath-7.0.7-50.56.2.aarch64" } }, { "category": "product_version", "name": "php7-bz2-7.0.7-50.56.2.aarch64", "product": { "name": "php7-bz2-7.0.7-50.56.2.aarch64", "product_id": "php7-bz2-7.0.7-50.56.2.aarch64" } }, { "category": "product_version", "name": "php7-calendar-7.0.7-50.56.2.aarch64", "product": { "name": "php7-calendar-7.0.7-50.56.2.aarch64", "product_id": "php7-calendar-7.0.7-50.56.2.aarch64" } }, { "category": "product_version", "name": "php7-ctype-7.0.7-50.56.2.aarch64", "product": { "name": "php7-ctype-7.0.7-50.56.2.aarch64", "product_id": "php7-ctype-7.0.7-50.56.2.aarch64" } }, { "category": "product_version", "name": "php7-curl-7.0.7-50.56.2.aarch64", "product": { "name": "php7-curl-7.0.7-50.56.2.aarch64", "product_id": "php7-curl-7.0.7-50.56.2.aarch64" } }, { "category": "product_version", "name": "php7-dba-7.0.7-50.56.2.aarch64", "product": { "name": "php7-dba-7.0.7-50.56.2.aarch64", "product_id": "php7-dba-7.0.7-50.56.2.aarch64" } }, { "category": "product_version", "name": "php7-dom-7.0.7-50.56.2.aarch64", "product": { "name": "php7-dom-7.0.7-50.56.2.aarch64", "product_id": "php7-dom-7.0.7-50.56.2.aarch64" } }, { "category": "product_version", "name": "php7-enchant-7.0.7-50.56.2.aarch64", "product": { "name": "php7-enchant-7.0.7-50.56.2.aarch64", "product_id": "php7-enchant-7.0.7-50.56.2.aarch64" } }, { "category": "product_version", "name": "php7-exif-7.0.7-50.56.2.aarch64", "product": { "name": "php7-exif-7.0.7-50.56.2.aarch64", "product_id": "php7-exif-7.0.7-50.56.2.aarch64" } }, { "category": "product_version", "name": "php7-fastcgi-7.0.7-50.56.2.aarch64", "product": { "name": "php7-fastcgi-7.0.7-50.56.2.aarch64", "product_id": "php7-fastcgi-7.0.7-50.56.2.aarch64" } }, { "category": "product_version", "name": "php7-fileinfo-7.0.7-50.56.2.aarch64", "product": { "name": "php7-fileinfo-7.0.7-50.56.2.aarch64", "product_id": "php7-fileinfo-7.0.7-50.56.2.aarch64" } }, { "category": "product_version", "name": "php7-fpm-7.0.7-50.56.2.aarch64", "product": { "name": "php7-fpm-7.0.7-50.56.2.aarch64", "product_id": "php7-fpm-7.0.7-50.56.2.aarch64" } }, { "category": "product_version", "name": "php7-ftp-7.0.7-50.56.2.aarch64", "product": { "name": "php7-ftp-7.0.7-50.56.2.aarch64", "product_id": "php7-ftp-7.0.7-50.56.2.aarch64" } }, { "category": "product_version", "name": "php7-gd-7.0.7-50.56.2.aarch64", "product": { "name": "php7-gd-7.0.7-50.56.2.aarch64", "product_id": "php7-gd-7.0.7-50.56.2.aarch64" } }, { "category": "product_version", "name": "php7-gettext-7.0.7-50.56.2.aarch64", "product": { "name": "php7-gettext-7.0.7-50.56.2.aarch64", "product_id": "php7-gettext-7.0.7-50.56.2.aarch64" } }, { "category": "product_version", "name": "php7-gmp-7.0.7-50.56.2.aarch64", "product": { "name": "php7-gmp-7.0.7-50.56.2.aarch64", "product_id": "php7-gmp-7.0.7-50.56.2.aarch64" } }, { "category": "product_version", "name": "php7-iconv-7.0.7-50.56.2.aarch64", "product": { "name": "php7-iconv-7.0.7-50.56.2.aarch64", "product_id": "php7-iconv-7.0.7-50.56.2.aarch64" } }, { "category": "product_version", "name": "php7-imap-7.0.7-50.56.2.aarch64", "product": { "name": "php7-imap-7.0.7-50.56.2.aarch64", "product_id": "php7-imap-7.0.7-50.56.2.aarch64" } }, { "category": "product_version", "name": "php7-intl-7.0.7-50.56.2.aarch64", "product": { "name": "php7-intl-7.0.7-50.56.2.aarch64", "product_id": "php7-intl-7.0.7-50.56.2.aarch64" } }, { "category": "product_version", "name": "php7-json-7.0.7-50.56.2.aarch64", "product": { "name": "php7-json-7.0.7-50.56.2.aarch64", "product_id": "php7-json-7.0.7-50.56.2.aarch64" } }, { "category": "product_version", "name": "php7-ldap-7.0.7-50.56.2.aarch64", "product": { "name": "php7-ldap-7.0.7-50.56.2.aarch64", "product_id": "php7-ldap-7.0.7-50.56.2.aarch64" } }, { "category": "product_version", "name": "php7-mbstring-7.0.7-50.56.2.aarch64", "product": { "name": "php7-mbstring-7.0.7-50.56.2.aarch64", "product_id": "php7-mbstring-7.0.7-50.56.2.aarch64" } }, { "category": "product_version", "name": "php7-mcrypt-7.0.7-50.56.2.aarch64", "product": { "name": "php7-mcrypt-7.0.7-50.56.2.aarch64", "product_id": "php7-mcrypt-7.0.7-50.56.2.aarch64" } }, { "category": "product_version", "name": "php7-mysql-7.0.7-50.56.2.aarch64", "product": { "name": "php7-mysql-7.0.7-50.56.2.aarch64", "product_id": "php7-mysql-7.0.7-50.56.2.aarch64" } }, { "category": "product_version", "name": "php7-odbc-7.0.7-50.56.2.aarch64", "product": { "name": "php7-odbc-7.0.7-50.56.2.aarch64", "product_id": "php7-odbc-7.0.7-50.56.2.aarch64" } }, { "category": "product_version", "name": "php7-opcache-7.0.7-50.56.2.aarch64", "product": { "name": "php7-opcache-7.0.7-50.56.2.aarch64", "product_id": "php7-opcache-7.0.7-50.56.2.aarch64" } }, { "category": "product_version", "name": "php7-openssl-7.0.7-50.56.2.aarch64", "product": { "name": "php7-openssl-7.0.7-50.56.2.aarch64", "product_id": "php7-openssl-7.0.7-50.56.2.aarch64" } }, { "category": "product_version", "name": "php7-pcntl-7.0.7-50.56.2.aarch64", "product": { "name": "php7-pcntl-7.0.7-50.56.2.aarch64", "product_id": "php7-pcntl-7.0.7-50.56.2.aarch64" } }, { "category": "product_version", "name": "php7-pdo-7.0.7-50.56.2.aarch64", "product": { "name": "php7-pdo-7.0.7-50.56.2.aarch64", "product_id": "php7-pdo-7.0.7-50.56.2.aarch64" } }, { "category": "product_version", "name": "php7-pgsql-7.0.7-50.56.2.aarch64", "product": { "name": "php7-pgsql-7.0.7-50.56.2.aarch64", "product_id": "php7-pgsql-7.0.7-50.56.2.aarch64" } }, { "category": "product_version", "name": "php7-phar-7.0.7-50.56.2.aarch64", "product": { "name": "php7-phar-7.0.7-50.56.2.aarch64", "product_id": "php7-phar-7.0.7-50.56.2.aarch64" } }, { "category": "product_version", "name": "php7-posix-7.0.7-50.56.2.aarch64", "product": { "name": "php7-posix-7.0.7-50.56.2.aarch64", "product_id": "php7-posix-7.0.7-50.56.2.aarch64" } }, { "category": "product_version", "name": "php7-pspell-7.0.7-50.56.2.aarch64", "product": { "name": "php7-pspell-7.0.7-50.56.2.aarch64", "product_id": "php7-pspell-7.0.7-50.56.2.aarch64" } }, { "category": "product_version", "name": "php7-shmop-7.0.7-50.56.2.aarch64", "product": { "name": "php7-shmop-7.0.7-50.56.2.aarch64", "product_id": "php7-shmop-7.0.7-50.56.2.aarch64" } }, { "category": "product_version", "name": "php7-snmp-7.0.7-50.56.2.aarch64", "product": { "name": "php7-snmp-7.0.7-50.56.2.aarch64", "product_id": "php7-snmp-7.0.7-50.56.2.aarch64" } }, { "category": "product_version", "name": "php7-soap-7.0.7-50.56.2.aarch64", "product": { "name": "php7-soap-7.0.7-50.56.2.aarch64", "product_id": "php7-soap-7.0.7-50.56.2.aarch64" } }, { "category": "product_version", "name": "php7-sockets-7.0.7-50.56.2.aarch64", "product": { "name": "php7-sockets-7.0.7-50.56.2.aarch64", "product_id": "php7-sockets-7.0.7-50.56.2.aarch64" } }, { "category": "product_version", "name": "php7-sqlite-7.0.7-50.56.2.aarch64", "product": { "name": "php7-sqlite-7.0.7-50.56.2.aarch64", "product_id": "php7-sqlite-7.0.7-50.56.2.aarch64" } }, { "category": "product_version", "name": "php7-sysvmsg-7.0.7-50.56.2.aarch64", "product": { "name": "php7-sysvmsg-7.0.7-50.56.2.aarch64", "product_id": "php7-sysvmsg-7.0.7-50.56.2.aarch64" } }, { "category": "product_version", "name": "php7-sysvsem-7.0.7-50.56.2.aarch64", "product": { "name": "php7-sysvsem-7.0.7-50.56.2.aarch64", "product_id": "php7-sysvsem-7.0.7-50.56.2.aarch64" } }, { "category": "product_version", "name": "php7-sysvshm-7.0.7-50.56.2.aarch64", "product": { "name": "php7-sysvshm-7.0.7-50.56.2.aarch64", "product_id": "php7-sysvshm-7.0.7-50.56.2.aarch64" } }, { "category": "product_version", "name": "php7-tokenizer-7.0.7-50.56.2.aarch64", "product": { "name": "php7-tokenizer-7.0.7-50.56.2.aarch64", "product_id": "php7-tokenizer-7.0.7-50.56.2.aarch64" } }, { "category": "product_version", "name": "php7-wddx-7.0.7-50.56.2.aarch64", "product": { "name": "php7-wddx-7.0.7-50.56.2.aarch64", "product_id": "php7-wddx-7.0.7-50.56.2.aarch64" } }, { "category": "product_version", "name": "php7-xmlreader-7.0.7-50.56.2.aarch64", "product": { "name": "php7-xmlreader-7.0.7-50.56.2.aarch64", "product_id": "php7-xmlreader-7.0.7-50.56.2.aarch64" } }, { "category": "product_version", "name": "php7-xmlrpc-7.0.7-50.56.2.aarch64", "product": { "name": "php7-xmlrpc-7.0.7-50.56.2.aarch64", "product_id": "php7-xmlrpc-7.0.7-50.56.2.aarch64" } }, { "category": "product_version", "name": "php7-xmlwriter-7.0.7-50.56.2.aarch64", "product": { "name": "php7-xmlwriter-7.0.7-50.56.2.aarch64", "product_id": "php7-xmlwriter-7.0.7-50.56.2.aarch64" } }, { "category": "product_version", "name": "php7-xsl-7.0.7-50.56.2.aarch64", "product": { "name": "php7-xsl-7.0.7-50.56.2.aarch64", "product_id": "php7-xsl-7.0.7-50.56.2.aarch64" } }, { "category": "product_version", "name": "php7-zip-7.0.7-50.56.2.aarch64", "product": { "name": "php7-zip-7.0.7-50.56.2.aarch64", "product_id": "php7-zip-7.0.7-50.56.2.aarch64" } }, { "category": "product_version", "name": "php7-zlib-7.0.7-50.56.2.aarch64", "product": { "name": "php7-zlib-7.0.7-50.56.2.aarch64", "product_id": "php7-zlib-7.0.7-50.56.2.aarch64" } }, { "category": "product_version", "name": "php7-devel-7.0.7-50.56.2.aarch64", "product": { "name": "php7-devel-7.0.7-50.56.2.aarch64", "product_id": "php7-devel-7.0.7-50.56.2.aarch64" } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "php7-pear-7.0.7-50.56.2.noarch", "product": { "name": "php7-pear-7.0.7-50.56.2.noarch", "product_id": "php7-pear-7.0.7-50.56.2.noarch" } }, { "category": "product_version", "name": "php7-pear-Archive_Tar-7.0.7-50.56.2.noarch", "product": { "name": "php7-pear-Archive_Tar-7.0.7-50.56.2.noarch", "product_id": "php7-pear-Archive_Tar-7.0.7-50.56.2.noarch" } } ], "category": "architecture", "name": "noarch" }, { "branches": [ { "category": "product_version", "name": "apache2-mod_php7-7.0.7-50.56.2.ppc64le", "product": { "name": "apache2-mod_php7-7.0.7-50.56.2.ppc64le", "product_id": "apache2-mod_php7-7.0.7-50.56.2.ppc64le" } }, { "category": "product_version", "name": "php7-7.0.7-50.56.2.ppc64le", "product": { "name": "php7-7.0.7-50.56.2.ppc64le", "product_id": "php7-7.0.7-50.56.2.ppc64le" } }, { "category": "product_version", "name": "php7-bcmath-7.0.7-50.56.2.ppc64le", "product": { "name": "php7-bcmath-7.0.7-50.56.2.ppc64le", "product_id": "php7-bcmath-7.0.7-50.56.2.ppc64le" } }, { "category": "product_version", "name": "php7-bz2-7.0.7-50.56.2.ppc64le", "product": { "name": "php7-bz2-7.0.7-50.56.2.ppc64le", "product_id": "php7-bz2-7.0.7-50.56.2.ppc64le" } }, { "category": "product_version", "name": "php7-calendar-7.0.7-50.56.2.ppc64le", "product": { "name": "php7-calendar-7.0.7-50.56.2.ppc64le", "product_id": "php7-calendar-7.0.7-50.56.2.ppc64le" } }, { "category": "product_version", "name": "php7-ctype-7.0.7-50.56.2.ppc64le", "product": { "name": "php7-ctype-7.0.7-50.56.2.ppc64le", "product_id": "php7-ctype-7.0.7-50.56.2.ppc64le" } }, { "category": "product_version", "name": "php7-curl-7.0.7-50.56.2.ppc64le", "product": { "name": "php7-curl-7.0.7-50.56.2.ppc64le", "product_id": "php7-curl-7.0.7-50.56.2.ppc64le" } }, { "category": "product_version", "name": "php7-dba-7.0.7-50.56.2.ppc64le", "product": { "name": "php7-dba-7.0.7-50.56.2.ppc64le", "product_id": "php7-dba-7.0.7-50.56.2.ppc64le" } }, { "category": "product_version", "name": "php7-dom-7.0.7-50.56.2.ppc64le", "product": { "name": "php7-dom-7.0.7-50.56.2.ppc64le", "product_id": "php7-dom-7.0.7-50.56.2.ppc64le" } }, { "category": "product_version", "name": "php7-enchant-7.0.7-50.56.2.ppc64le", "product": { "name": "php7-enchant-7.0.7-50.56.2.ppc64le", "product_id": "php7-enchant-7.0.7-50.56.2.ppc64le" } }, { "category": "product_version", "name": "php7-exif-7.0.7-50.56.2.ppc64le", "product": { "name": "php7-exif-7.0.7-50.56.2.ppc64le", "product_id": "php7-exif-7.0.7-50.56.2.ppc64le" } }, { "category": "product_version", "name": "php7-fastcgi-7.0.7-50.56.2.ppc64le", "product": { "name": "php7-fastcgi-7.0.7-50.56.2.ppc64le", "product_id": "php7-fastcgi-7.0.7-50.56.2.ppc64le" } }, { "category": "product_version", "name": "php7-fileinfo-7.0.7-50.56.2.ppc64le", "product": { "name": "php7-fileinfo-7.0.7-50.56.2.ppc64le", "product_id": "php7-fileinfo-7.0.7-50.56.2.ppc64le" } }, { "category": "product_version", "name": "php7-fpm-7.0.7-50.56.2.ppc64le", "product": { "name": "php7-fpm-7.0.7-50.56.2.ppc64le", "product_id": "php7-fpm-7.0.7-50.56.2.ppc64le" } }, { "category": "product_version", "name": "php7-ftp-7.0.7-50.56.2.ppc64le", "product": { "name": "php7-ftp-7.0.7-50.56.2.ppc64le", "product_id": "php7-ftp-7.0.7-50.56.2.ppc64le" } }, { "category": "product_version", "name": "php7-gd-7.0.7-50.56.2.ppc64le", "product": { "name": "php7-gd-7.0.7-50.56.2.ppc64le", "product_id": "php7-gd-7.0.7-50.56.2.ppc64le" } }, { "category": "product_version", "name": "php7-gettext-7.0.7-50.56.2.ppc64le", "product": { "name": "php7-gettext-7.0.7-50.56.2.ppc64le", "product_id": "php7-gettext-7.0.7-50.56.2.ppc64le" } }, { "category": "product_version", "name": "php7-gmp-7.0.7-50.56.2.ppc64le", "product": { "name": "php7-gmp-7.0.7-50.56.2.ppc64le", "product_id": "php7-gmp-7.0.7-50.56.2.ppc64le" } }, { "category": "product_version", "name": "php7-iconv-7.0.7-50.56.2.ppc64le", "product": { "name": "php7-iconv-7.0.7-50.56.2.ppc64le", "product_id": "php7-iconv-7.0.7-50.56.2.ppc64le" } }, { "category": "product_version", "name": "php7-imap-7.0.7-50.56.2.ppc64le", "product": { "name": "php7-imap-7.0.7-50.56.2.ppc64le", "product_id": "php7-imap-7.0.7-50.56.2.ppc64le" } }, { "category": "product_version", "name": "php7-intl-7.0.7-50.56.2.ppc64le", "product": { "name": "php7-intl-7.0.7-50.56.2.ppc64le", "product_id": "php7-intl-7.0.7-50.56.2.ppc64le" } }, { "category": "product_version", "name": "php7-json-7.0.7-50.56.2.ppc64le", "product": { "name": "php7-json-7.0.7-50.56.2.ppc64le", "product_id": "php7-json-7.0.7-50.56.2.ppc64le" } }, { "category": "product_version", "name": "php7-ldap-7.0.7-50.56.2.ppc64le", "product": { "name": "php7-ldap-7.0.7-50.56.2.ppc64le", "product_id": "php7-ldap-7.0.7-50.56.2.ppc64le" } }, { "category": "product_version", "name": "php7-mbstring-7.0.7-50.56.2.ppc64le", "product": { "name": "php7-mbstring-7.0.7-50.56.2.ppc64le", "product_id": "php7-mbstring-7.0.7-50.56.2.ppc64le" } }, { "category": "product_version", "name": "php7-mcrypt-7.0.7-50.56.2.ppc64le", "product": { "name": "php7-mcrypt-7.0.7-50.56.2.ppc64le", "product_id": "php7-mcrypt-7.0.7-50.56.2.ppc64le" } }, { "category": "product_version", "name": "php7-mysql-7.0.7-50.56.2.ppc64le", "product": { "name": "php7-mysql-7.0.7-50.56.2.ppc64le", "product_id": "php7-mysql-7.0.7-50.56.2.ppc64le" } }, { "category": "product_version", "name": "php7-odbc-7.0.7-50.56.2.ppc64le", "product": { "name": "php7-odbc-7.0.7-50.56.2.ppc64le", "product_id": "php7-odbc-7.0.7-50.56.2.ppc64le" } }, { "category": "product_version", "name": "php7-opcache-7.0.7-50.56.2.ppc64le", "product": { "name": "php7-opcache-7.0.7-50.56.2.ppc64le", "product_id": "php7-opcache-7.0.7-50.56.2.ppc64le" } }, { "category": "product_version", "name": "php7-openssl-7.0.7-50.56.2.ppc64le", "product": { "name": "php7-openssl-7.0.7-50.56.2.ppc64le", "product_id": "php7-openssl-7.0.7-50.56.2.ppc64le" } }, { "category": "product_version", "name": "php7-pcntl-7.0.7-50.56.2.ppc64le", "product": { "name": "php7-pcntl-7.0.7-50.56.2.ppc64le", "product_id": "php7-pcntl-7.0.7-50.56.2.ppc64le" } }, { "category": "product_version", "name": "php7-pdo-7.0.7-50.56.2.ppc64le", "product": { "name": "php7-pdo-7.0.7-50.56.2.ppc64le", "product_id": "php7-pdo-7.0.7-50.56.2.ppc64le" } }, { "category": "product_version", "name": "php7-pgsql-7.0.7-50.56.2.ppc64le", "product": { "name": "php7-pgsql-7.0.7-50.56.2.ppc64le", "product_id": "php7-pgsql-7.0.7-50.56.2.ppc64le" } }, { "category": "product_version", "name": "php7-phar-7.0.7-50.56.2.ppc64le", "product": { "name": "php7-phar-7.0.7-50.56.2.ppc64le", "product_id": "php7-phar-7.0.7-50.56.2.ppc64le" } }, { "category": "product_version", "name": "php7-posix-7.0.7-50.56.2.ppc64le", "product": { "name": "php7-posix-7.0.7-50.56.2.ppc64le", "product_id": "php7-posix-7.0.7-50.56.2.ppc64le" } }, { "category": "product_version", "name": "php7-pspell-7.0.7-50.56.2.ppc64le", "product": { "name": "php7-pspell-7.0.7-50.56.2.ppc64le", "product_id": "php7-pspell-7.0.7-50.56.2.ppc64le" } }, { "category": "product_version", "name": "php7-shmop-7.0.7-50.56.2.ppc64le", "product": { "name": "php7-shmop-7.0.7-50.56.2.ppc64le", "product_id": "php7-shmop-7.0.7-50.56.2.ppc64le" } }, { "category": "product_version", "name": "php7-snmp-7.0.7-50.56.2.ppc64le", "product": { "name": "php7-snmp-7.0.7-50.56.2.ppc64le", "product_id": "php7-snmp-7.0.7-50.56.2.ppc64le" } }, { "category": "product_version", "name": "php7-soap-7.0.7-50.56.2.ppc64le", "product": { "name": "php7-soap-7.0.7-50.56.2.ppc64le", "product_id": "php7-soap-7.0.7-50.56.2.ppc64le" } }, { "category": "product_version", "name": "php7-sockets-7.0.7-50.56.2.ppc64le", "product": { "name": "php7-sockets-7.0.7-50.56.2.ppc64le", "product_id": "php7-sockets-7.0.7-50.56.2.ppc64le" } }, { "category": "product_version", "name": "php7-sqlite-7.0.7-50.56.2.ppc64le", "product": { "name": "php7-sqlite-7.0.7-50.56.2.ppc64le", "product_id": "php7-sqlite-7.0.7-50.56.2.ppc64le" } }, { "category": "product_version", "name": "php7-sysvmsg-7.0.7-50.56.2.ppc64le", "product": { "name": "php7-sysvmsg-7.0.7-50.56.2.ppc64le", "product_id": "php7-sysvmsg-7.0.7-50.56.2.ppc64le" } }, { "category": "product_version", "name": "php7-sysvsem-7.0.7-50.56.2.ppc64le", "product": { "name": "php7-sysvsem-7.0.7-50.56.2.ppc64le", "product_id": "php7-sysvsem-7.0.7-50.56.2.ppc64le" } }, { "category": "product_version", "name": "php7-sysvshm-7.0.7-50.56.2.ppc64le", "product": { "name": "php7-sysvshm-7.0.7-50.56.2.ppc64le", "product_id": "php7-sysvshm-7.0.7-50.56.2.ppc64le" } }, { "category": "product_version", "name": "php7-tokenizer-7.0.7-50.56.2.ppc64le", "product": { "name": "php7-tokenizer-7.0.7-50.56.2.ppc64le", "product_id": "php7-tokenizer-7.0.7-50.56.2.ppc64le" } }, { "category": "product_version", "name": "php7-wddx-7.0.7-50.56.2.ppc64le", "product": { "name": "php7-wddx-7.0.7-50.56.2.ppc64le", "product_id": "php7-wddx-7.0.7-50.56.2.ppc64le" } }, { "category": "product_version", "name": "php7-xmlreader-7.0.7-50.56.2.ppc64le", "product": { "name": "php7-xmlreader-7.0.7-50.56.2.ppc64le", "product_id": "php7-xmlreader-7.0.7-50.56.2.ppc64le" } }, { "category": "product_version", "name": "php7-xmlrpc-7.0.7-50.56.2.ppc64le", "product": { "name": "php7-xmlrpc-7.0.7-50.56.2.ppc64le", "product_id": "php7-xmlrpc-7.0.7-50.56.2.ppc64le" } }, { "category": "product_version", "name": "php7-xmlwriter-7.0.7-50.56.2.ppc64le", "product": { "name": "php7-xmlwriter-7.0.7-50.56.2.ppc64le", "product_id": "php7-xmlwriter-7.0.7-50.56.2.ppc64le" } }, { "category": "product_version", "name": "php7-xsl-7.0.7-50.56.2.ppc64le", "product": { "name": "php7-xsl-7.0.7-50.56.2.ppc64le", "product_id": "php7-xsl-7.0.7-50.56.2.ppc64le" } }, { "category": "product_version", "name": "php7-zip-7.0.7-50.56.2.ppc64le", "product": { "name": "php7-zip-7.0.7-50.56.2.ppc64le", "product_id": "php7-zip-7.0.7-50.56.2.ppc64le" } }, { "category": "product_version", "name": "php7-zlib-7.0.7-50.56.2.ppc64le", "product": { "name": "php7-zlib-7.0.7-50.56.2.ppc64le", "product_id": "php7-zlib-7.0.7-50.56.2.ppc64le" } }, { "category": "product_version", "name": "php7-devel-7.0.7-50.56.2.ppc64le", "product": { "name": "php7-devel-7.0.7-50.56.2.ppc64le", "product_id": "php7-devel-7.0.7-50.56.2.ppc64le" } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "apache2-mod_php7-7.0.7-50.56.2.s390x", "product": { "name": "apache2-mod_php7-7.0.7-50.56.2.s390x", "product_id": "apache2-mod_php7-7.0.7-50.56.2.s390x" } }, { "category": "product_version", "name": "php7-7.0.7-50.56.2.s390x", "product": { "name": "php7-7.0.7-50.56.2.s390x", "product_id": "php7-7.0.7-50.56.2.s390x" } }, { "category": "product_version", "name": "php7-bcmath-7.0.7-50.56.2.s390x", "product": { "name": "php7-bcmath-7.0.7-50.56.2.s390x", "product_id": "php7-bcmath-7.0.7-50.56.2.s390x" } }, { "category": "product_version", "name": "php7-bz2-7.0.7-50.56.2.s390x", "product": { "name": "php7-bz2-7.0.7-50.56.2.s390x", "product_id": "php7-bz2-7.0.7-50.56.2.s390x" } }, { "category": "product_version", "name": "php7-calendar-7.0.7-50.56.2.s390x", "product": { "name": "php7-calendar-7.0.7-50.56.2.s390x", "product_id": "php7-calendar-7.0.7-50.56.2.s390x" } }, { "category": "product_version", "name": "php7-ctype-7.0.7-50.56.2.s390x", "product": { "name": "php7-ctype-7.0.7-50.56.2.s390x", "product_id": "php7-ctype-7.0.7-50.56.2.s390x" } }, { "category": "product_version", "name": "php7-curl-7.0.7-50.56.2.s390x", "product": { "name": "php7-curl-7.0.7-50.56.2.s390x", "product_id": "php7-curl-7.0.7-50.56.2.s390x" } }, { "category": "product_version", "name": "php7-dba-7.0.7-50.56.2.s390x", "product": { "name": "php7-dba-7.0.7-50.56.2.s390x", "product_id": "php7-dba-7.0.7-50.56.2.s390x" } }, { "category": "product_version", "name": "php7-dom-7.0.7-50.56.2.s390x", "product": { "name": "php7-dom-7.0.7-50.56.2.s390x", "product_id": "php7-dom-7.0.7-50.56.2.s390x" } }, { "category": "product_version", "name": "php7-enchant-7.0.7-50.56.2.s390x", "product": { "name": "php7-enchant-7.0.7-50.56.2.s390x", "product_id": "php7-enchant-7.0.7-50.56.2.s390x" } }, { "category": "product_version", "name": "php7-exif-7.0.7-50.56.2.s390x", "product": { "name": "php7-exif-7.0.7-50.56.2.s390x", "product_id": "php7-exif-7.0.7-50.56.2.s390x" } }, { "category": "product_version", "name": "php7-fastcgi-7.0.7-50.56.2.s390x", "product": { "name": "php7-fastcgi-7.0.7-50.56.2.s390x", "product_id": "php7-fastcgi-7.0.7-50.56.2.s390x" } }, { "category": "product_version", "name": "php7-fileinfo-7.0.7-50.56.2.s390x", "product": { "name": "php7-fileinfo-7.0.7-50.56.2.s390x", "product_id": "php7-fileinfo-7.0.7-50.56.2.s390x" } }, { "category": "product_version", "name": "php7-fpm-7.0.7-50.56.2.s390x", "product": { "name": "php7-fpm-7.0.7-50.56.2.s390x", "product_id": "php7-fpm-7.0.7-50.56.2.s390x" } }, { "category": "product_version", "name": "php7-ftp-7.0.7-50.56.2.s390x", "product": { "name": "php7-ftp-7.0.7-50.56.2.s390x", "product_id": "php7-ftp-7.0.7-50.56.2.s390x" } }, { "category": "product_version", "name": "php7-gd-7.0.7-50.56.2.s390x", "product": { "name": "php7-gd-7.0.7-50.56.2.s390x", "product_id": "php7-gd-7.0.7-50.56.2.s390x" } }, { "category": "product_version", "name": "php7-gettext-7.0.7-50.56.2.s390x", "product": { "name": "php7-gettext-7.0.7-50.56.2.s390x", "product_id": "php7-gettext-7.0.7-50.56.2.s390x" } }, { "category": "product_version", "name": "php7-gmp-7.0.7-50.56.2.s390x", "product": { "name": "php7-gmp-7.0.7-50.56.2.s390x", "product_id": "php7-gmp-7.0.7-50.56.2.s390x" } }, { "category": "product_version", "name": "php7-iconv-7.0.7-50.56.2.s390x", "product": { "name": "php7-iconv-7.0.7-50.56.2.s390x", "product_id": "php7-iconv-7.0.7-50.56.2.s390x" } }, { "category": "product_version", "name": "php7-imap-7.0.7-50.56.2.s390x", "product": { "name": "php7-imap-7.0.7-50.56.2.s390x", "product_id": "php7-imap-7.0.7-50.56.2.s390x" } }, { "category": "product_version", "name": "php7-intl-7.0.7-50.56.2.s390x", "product": { "name": "php7-intl-7.0.7-50.56.2.s390x", "product_id": "php7-intl-7.0.7-50.56.2.s390x" } }, { "category": "product_version", "name": "php7-json-7.0.7-50.56.2.s390x", "product": { "name": "php7-json-7.0.7-50.56.2.s390x", "product_id": "php7-json-7.0.7-50.56.2.s390x" } }, { "category": "product_version", "name": "php7-ldap-7.0.7-50.56.2.s390x", "product": { "name": "php7-ldap-7.0.7-50.56.2.s390x", "product_id": "php7-ldap-7.0.7-50.56.2.s390x" } }, { "category": "product_version", "name": "php7-mbstring-7.0.7-50.56.2.s390x", "product": { "name": "php7-mbstring-7.0.7-50.56.2.s390x", "product_id": "php7-mbstring-7.0.7-50.56.2.s390x" } }, { "category": "product_version", "name": "php7-mcrypt-7.0.7-50.56.2.s390x", "product": { "name": "php7-mcrypt-7.0.7-50.56.2.s390x", "product_id": "php7-mcrypt-7.0.7-50.56.2.s390x" } }, { "category": "product_version", "name": "php7-mysql-7.0.7-50.56.2.s390x", "product": { "name": "php7-mysql-7.0.7-50.56.2.s390x", "product_id": "php7-mysql-7.0.7-50.56.2.s390x" } }, { "category": "product_version", "name": "php7-odbc-7.0.7-50.56.2.s390x", "product": { "name": "php7-odbc-7.0.7-50.56.2.s390x", "product_id": "php7-odbc-7.0.7-50.56.2.s390x" } }, { "category": "product_version", "name": "php7-opcache-7.0.7-50.56.2.s390x", "product": { "name": "php7-opcache-7.0.7-50.56.2.s390x", "product_id": "php7-opcache-7.0.7-50.56.2.s390x" } }, { "category": "product_version", "name": "php7-openssl-7.0.7-50.56.2.s390x", "product": { "name": "php7-openssl-7.0.7-50.56.2.s390x", "product_id": "php7-openssl-7.0.7-50.56.2.s390x" } }, { "category": "product_version", "name": "php7-pcntl-7.0.7-50.56.2.s390x", "product": { "name": "php7-pcntl-7.0.7-50.56.2.s390x", "product_id": "php7-pcntl-7.0.7-50.56.2.s390x" } }, { "category": "product_version", "name": "php7-pdo-7.0.7-50.56.2.s390x", "product": { "name": "php7-pdo-7.0.7-50.56.2.s390x", "product_id": "php7-pdo-7.0.7-50.56.2.s390x" } }, { "category": "product_version", "name": "php7-pgsql-7.0.7-50.56.2.s390x", "product": { "name": "php7-pgsql-7.0.7-50.56.2.s390x", "product_id": "php7-pgsql-7.0.7-50.56.2.s390x" } }, { "category": "product_version", "name": "php7-phar-7.0.7-50.56.2.s390x", "product": { "name": "php7-phar-7.0.7-50.56.2.s390x", "product_id": "php7-phar-7.0.7-50.56.2.s390x" } }, { "category": "product_version", "name": "php7-posix-7.0.7-50.56.2.s390x", "product": { "name": "php7-posix-7.0.7-50.56.2.s390x", "product_id": "php7-posix-7.0.7-50.56.2.s390x" } }, { "category": "product_version", "name": "php7-pspell-7.0.7-50.56.2.s390x", "product": { "name": "php7-pspell-7.0.7-50.56.2.s390x", "product_id": "php7-pspell-7.0.7-50.56.2.s390x" } }, { "category": "product_version", "name": "php7-shmop-7.0.7-50.56.2.s390x", "product": { "name": "php7-shmop-7.0.7-50.56.2.s390x", "product_id": "php7-shmop-7.0.7-50.56.2.s390x" } }, { "category": "product_version", "name": "php7-snmp-7.0.7-50.56.2.s390x", "product": { "name": "php7-snmp-7.0.7-50.56.2.s390x", "product_id": "php7-snmp-7.0.7-50.56.2.s390x" } }, { "category": "product_version", "name": "php7-soap-7.0.7-50.56.2.s390x", "product": { "name": "php7-soap-7.0.7-50.56.2.s390x", "product_id": "php7-soap-7.0.7-50.56.2.s390x" } }, { "category": "product_version", "name": "php7-sockets-7.0.7-50.56.2.s390x", "product": { "name": "php7-sockets-7.0.7-50.56.2.s390x", "product_id": "php7-sockets-7.0.7-50.56.2.s390x" } }, { "category": "product_version", "name": "php7-sqlite-7.0.7-50.56.2.s390x", "product": { "name": "php7-sqlite-7.0.7-50.56.2.s390x", "product_id": "php7-sqlite-7.0.7-50.56.2.s390x" } }, { "category": "product_version", "name": "php7-sysvmsg-7.0.7-50.56.2.s390x", "product": { "name": "php7-sysvmsg-7.0.7-50.56.2.s390x", "product_id": "php7-sysvmsg-7.0.7-50.56.2.s390x" } }, { "category": "product_version", "name": "php7-sysvsem-7.0.7-50.56.2.s390x", "product": { "name": "php7-sysvsem-7.0.7-50.56.2.s390x", "product_id": "php7-sysvsem-7.0.7-50.56.2.s390x" } }, { "category": "product_version", "name": "php7-sysvshm-7.0.7-50.56.2.s390x", "product": { "name": "php7-sysvshm-7.0.7-50.56.2.s390x", "product_id": "php7-sysvshm-7.0.7-50.56.2.s390x" } }, { "category": "product_version", "name": "php7-tokenizer-7.0.7-50.56.2.s390x", "product": { "name": "php7-tokenizer-7.0.7-50.56.2.s390x", "product_id": "php7-tokenizer-7.0.7-50.56.2.s390x" } }, { "category": "product_version", "name": "php7-wddx-7.0.7-50.56.2.s390x", "product": { "name": "php7-wddx-7.0.7-50.56.2.s390x", "product_id": "php7-wddx-7.0.7-50.56.2.s390x" } }, { "category": "product_version", "name": "php7-xmlreader-7.0.7-50.56.2.s390x", "product": { "name": "php7-xmlreader-7.0.7-50.56.2.s390x", "product_id": "php7-xmlreader-7.0.7-50.56.2.s390x" } }, { "category": "product_version", "name": "php7-xmlrpc-7.0.7-50.56.2.s390x", "product": { "name": "php7-xmlrpc-7.0.7-50.56.2.s390x", "product_id": "php7-xmlrpc-7.0.7-50.56.2.s390x" } }, { "category": "product_version", "name": "php7-xmlwriter-7.0.7-50.56.2.s390x", "product": { "name": "php7-xmlwriter-7.0.7-50.56.2.s390x", "product_id": "php7-xmlwriter-7.0.7-50.56.2.s390x" } }, { "category": "product_version", "name": "php7-xsl-7.0.7-50.56.2.s390x", "product": { "name": "php7-xsl-7.0.7-50.56.2.s390x", "product_id": "php7-xsl-7.0.7-50.56.2.s390x" } }, { "category": "product_version", "name": "php7-zip-7.0.7-50.56.2.s390x", "product": { "name": "php7-zip-7.0.7-50.56.2.s390x", "product_id": "php7-zip-7.0.7-50.56.2.s390x" } }, { "category": "product_version", "name": "php7-zlib-7.0.7-50.56.2.s390x", "product": { "name": "php7-zlib-7.0.7-50.56.2.s390x", "product_id": "php7-zlib-7.0.7-50.56.2.s390x" } }, { "category": "product_version", "name": "php7-devel-7.0.7-50.56.2.s390x", "product": { "name": "php7-devel-7.0.7-50.56.2.s390x", "product_id": "php7-devel-7.0.7-50.56.2.s390x" } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "apache2-mod_php7-7.0.7-50.56.2.x86_64", "product": { "name": "apache2-mod_php7-7.0.7-50.56.2.x86_64", "product_id": "apache2-mod_php7-7.0.7-50.56.2.x86_64" } }, { "category": "product_version", "name": "php7-7.0.7-50.56.2.x86_64", "product": { "name": "php7-7.0.7-50.56.2.x86_64", "product_id": "php7-7.0.7-50.56.2.x86_64" } }, { "category": "product_version", "name": "php7-bcmath-7.0.7-50.56.2.x86_64", "product": { "name": "php7-bcmath-7.0.7-50.56.2.x86_64", "product_id": "php7-bcmath-7.0.7-50.56.2.x86_64" } }, { "category": "product_version", "name": "php7-bz2-7.0.7-50.56.2.x86_64", "product": { "name": "php7-bz2-7.0.7-50.56.2.x86_64", "product_id": "php7-bz2-7.0.7-50.56.2.x86_64" } }, { "category": "product_version", "name": "php7-calendar-7.0.7-50.56.2.x86_64", "product": { "name": "php7-calendar-7.0.7-50.56.2.x86_64", "product_id": "php7-calendar-7.0.7-50.56.2.x86_64" } }, { "category": "product_version", "name": "php7-ctype-7.0.7-50.56.2.x86_64", "product": { "name": "php7-ctype-7.0.7-50.56.2.x86_64", "product_id": "php7-ctype-7.0.7-50.56.2.x86_64" } }, { "category": "product_version", "name": "php7-curl-7.0.7-50.56.2.x86_64", "product": { "name": "php7-curl-7.0.7-50.56.2.x86_64", "product_id": "php7-curl-7.0.7-50.56.2.x86_64" } }, { "category": "product_version", "name": "php7-dba-7.0.7-50.56.2.x86_64", "product": { "name": "php7-dba-7.0.7-50.56.2.x86_64", "product_id": "php7-dba-7.0.7-50.56.2.x86_64" } }, { "category": "product_version", "name": "php7-dom-7.0.7-50.56.2.x86_64", "product": { "name": "php7-dom-7.0.7-50.56.2.x86_64", "product_id": "php7-dom-7.0.7-50.56.2.x86_64" } }, { "category": "product_version", "name": "php7-enchant-7.0.7-50.56.2.x86_64", "product": { "name": "php7-enchant-7.0.7-50.56.2.x86_64", "product_id": "php7-enchant-7.0.7-50.56.2.x86_64" } }, { "category": "product_version", "name": "php7-exif-7.0.7-50.56.2.x86_64", "product": { "name": "php7-exif-7.0.7-50.56.2.x86_64", "product_id": "php7-exif-7.0.7-50.56.2.x86_64" } }, { "category": "product_version", "name": "php7-fastcgi-7.0.7-50.56.2.x86_64", "product": { "name": "php7-fastcgi-7.0.7-50.56.2.x86_64", "product_id": "php7-fastcgi-7.0.7-50.56.2.x86_64" } }, { "category": "product_version", "name": "php7-fileinfo-7.0.7-50.56.2.x86_64", "product": { "name": "php7-fileinfo-7.0.7-50.56.2.x86_64", "product_id": "php7-fileinfo-7.0.7-50.56.2.x86_64" } }, { "category": "product_version", "name": "php7-fpm-7.0.7-50.56.2.x86_64", "product": { "name": "php7-fpm-7.0.7-50.56.2.x86_64", "product_id": "php7-fpm-7.0.7-50.56.2.x86_64" } }, { "category": "product_version", "name": "php7-ftp-7.0.7-50.56.2.x86_64", "product": { "name": "php7-ftp-7.0.7-50.56.2.x86_64", "product_id": "php7-ftp-7.0.7-50.56.2.x86_64" } }, { "category": "product_version", "name": "php7-gd-7.0.7-50.56.2.x86_64", "product": { "name": "php7-gd-7.0.7-50.56.2.x86_64", "product_id": "php7-gd-7.0.7-50.56.2.x86_64" } }, { "category": "product_version", "name": "php7-gettext-7.0.7-50.56.2.x86_64", "product": { "name": "php7-gettext-7.0.7-50.56.2.x86_64", "product_id": "php7-gettext-7.0.7-50.56.2.x86_64" } }, { "category": "product_version", "name": "php7-gmp-7.0.7-50.56.2.x86_64", "product": { "name": "php7-gmp-7.0.7-50.56.2.x86_64", "product_id": "php7-gmp-7.0.7-50.56.2.x86_64" } }, { "category": "product_version", "name": "php7-iconv-7.0.7-50.56.2.x86_64", "product": { "name": "php7-iconv-7.0.7-50.56.2.x86_64", "product_id": "php7-iconv-7.0.7-50.56.2.x86_64" } }, { "category": "product_version", "name": "php7-imap-7.0.7-50.56.2.x86_64", "product": { "name": "php7-imap-7.0.7-50.56.2.x86_64", "product_id": "php7-imap-7.0.7-50.56.2.x86_64" } }, { "category": "product_version", "name": "php7-intl-7.0.7-50.56.2.x86_64", "product": { "name": "php7-intl-7.0.7-50.56.2.x86_64", "product_id": "php7-intl-7.0.7-50.56.2.x86_64" } }, { "category": "product_version", "name": "php7-json-7.0.7-50.56.2.x86_64", "product": { "name": "php7-json-7.0.7-50.56.2.x86_64", "product_id": "php7-json-7.0.7-50.56.2.x86_64" } }, { "category": "product_version", "name": "php7-ldap-7.0.7-50.56.2.x86_64", "product": { "name": "php7-ldap-7.0.7-50.56.2.x86_64", "product_id": "php7-ldap-7.0.7-50.56.2.x86_64" } }, { "category": "product_version", "name": "php7-mbstring-7.0.7-50.56.2.x86_64", "product": { "name": "php7-mbstring-7.0.7-50.56.2.x86_64", "product_id": "php7-mbstring-7.0.7-50.56.2.x86_64" } }, { "category": "product_version", "name": "php7-mcrypt-7.0.7-50.56.2.x86_64", "product": { "name": "php7-mcrypt-7.0.7-50.56.2.x86_64", "product_id": "php7-mcrypt-7.0.7-50.56.2.x86_64" } }, { "category": "product_version", "name": "php7-mysql-7.0.7-50.56.2.x86_64", "product": { "name": "php7-mysql-7.0.7-50.56.2.x86_64", "product_id": "php7-mysql-7.0.7-50.56.2.x86_64" } }, { "category": "product_version", "name": "php7-odbc-7.0.7-50.56.2.x86_64", "product": { "name": "php7-odbc-7.0.7-50.56.2.x86_64", "product_id": "php7-odbc-7.0.7-50.56.2.x86_64" } }, { "category": "product_version", "name": "php7-opcache-7.0.7-50.56.2.x86_64", "product": { "name": "php7-opcache-7.0.7-50.56.2.x86_64", "product_id": "php7-opcache-7.0.7-50.56.2.x86_64" } }, { "category": "product_version", "name": "php7-openssl-7.0.7-50.56.2.x86_64", "product": { "name": "php7-openssl-7.0.7-50.56.2.x86_64", "product_id": "php7-openssl-7.0.7-50.56.2.x86_64" } }, { "category": "product_version", "name": "php7-pcntl-7.0.7-50.56.2.x86_64", "product": { "name": "php7-pcntl-7.0.7-50.56.2.x86_64", "product_id": "php7-pcntl-7.0.7-50.56.2.x86_64" } }, { "category": "product_version", "name": "php7-pdo-7.0.7-50.56.2.x86_64", "product": { "name": "php7-pdo-7.0.7-50.56.2.x86_64", "product_id": "php7-pdo-7.0.7-50.56.2.x86_64" } }, { "category": "product_version", "name": "php7-pgsql-7.0.7-50.56.2.x86_64", "product": { "name": "php7-pgsql-7.0.7-50.56.2.x86_64", "product_id": "php7-pgsql-7.0.7-50.56.2.x86_64" } }, { "category": "product_version", "name": "php7-phar-7.0.7-50.56.2.x86_64", "product": { "name": "php7-phar-7.0.7-50.56.2.x86_64", "product_id": "php7-phar-7.0.7-50.56.2.x86_64" } }, { "category": "product_version", "name": "php7-posix-7.0.7-50.56.2.x86_64", "product": { "name": "php7-posix-7.0.7-50.56.2.x86_64", "product_id": "php7-posix-7.0.7-50.56.2.x86_64" } }, { "category": "product_version", "name": "php7-pspell-7.0.7-50.56.2.x86_64", "product": { "name": "php7-pspell-7.0.7-50.56.2.x86_64", "product_id": "php7-pspell-7.0.7-50.56.2.x86_64" } }, { "category": "product_version", "name": "php7-shmop-7.0.7-50.56.2.x86_64", "product": { "name": "php7-shmop-7.0.7-50.56.2.x86_64", "product_id": "php7-shmop-7.0.7-50.56.2.x86_64" } }, { "category": "product_version", "name": "php7-snmp-7.0.7-50.56.2.x86_64", "product": { "name": "php7-snmp-7.0.7-50.56.2.x86_64", "product_id": "php7-snmp-7.0.7-50.56.2.x86_64" } }, { "category": "product_version", "name": "php7-soap-7.0.7-50.56.2.x86_64", "product": { "name": "php7-soap-7.0.7-50.56.2.x86_64", "product_id": "php7-soap-7.0.7-50.56.2.x86_64" } }, { "category": "product_version", "name": "php7-sockets-7.0.7-50.56.2.x86_64", "product": { "name": "php7-sockets-7.0.7-50.56.2.x86_64", "product_id": "php7-sockets-7.0.7-50.56.2.x86_64" } }, { "category": "product_version", "name": "php7-sqlite-7.0.7-50.56.2.x86_64", "product": { "name": "php7-sqlite-7.0.7-50.56.2.x86_64", "product_id": "php7-sqlite-7.0.7-50.56.2.x86_64" } }, { "category": "product_version", "name": "php7-sysvmsg-7.0.7-50.56.2.x86_64", "product": { "name": "php7-sysvmsg-7.0.7-50.56.2.x86_64", "product_id": "php7-sysvmsg-7.0.7-50.56.2.x86_64" } }, { "category": "product_version", "name": "php7-sysvsem-7.0.7-50.56.2.x86_64", "product": { "name": "php7-sysvsem-7.0.7-50.56.2.x86_64", "product_id": "php7-sysvsem-7.0.7-50.56.2.x86_64" } }, { "category": "product_version", "name": "php7-sysvshm-7.0.7-50.56.2.x86_64", "product": { "name": "php7-sysvshm-7.0.7-50.56.2.x86_64", "product_id": "php7-sysvshm-7.0.7-50.56.2.x86_64" } }, { "category": "product_version", "name": "php7-tokenizer-7.0.7-50.56.2.x86_64", "product": { "name": "php7-tokenizer-7.0.7-50.56.2.x86_64", "product_id": "php7-tokenizer-7.0.7-50.56.2.x86_64" } }, { "category": "product_version", "name": "php7-wddx-7.0.7-50.56.2.x86_64", "product": { "name": "php7-wddx-7.0.7-50.56.2.x86_64", "product_id": "php7-wddx-7.0.7-50.56.2.x86_64" } }, { "category": "product_version", "name": "php7-xmlreader-7.0.7-50.56.2.x86_64", "product": { "name": "php7-xmlreader-7.0.7-50.56.2.x86_64", "product_id": "php7-xmlreader-7.0.7-50.56.2.x86_64" } }, { "category": "product_version", "name": "php7-xmlrpc-7.0.7-50.56.2.x86_64", "product": { "name": "php7-xmlrpc-7.0.7-50.56.2.x86_64", "product_id": "php7-xmlrpc-7.0.7-50.56.2.x86_64" } }, { "category": "product_version", "name": "php7-xmlwriter-7.0.7-50.56.2.x86_64", "product": { "name": "php7-xmlwriter-7.0.7-50.56.2.x86_64", "product_id": "php7-xmlwriter-7.0.7-50.56.2.x86_64" } }, { "category": "product_version", "name": "php7-xsl-7.0.7-50.56.2.x86_64", "product": { "name": "php7-xsl-7.0.7-50.56.2.x86_64", "product_id": "php7-xsl-7.0.7-50.56.2.x86_64" } }, { "category": "product_version", "name": "php7-zip-7.0.7-50.56.2.x86_64", "product": { "name": "php7-zip-7.0.7-50.56.2.x86_64", "product_id": "php7-zip-7.0.7-50.56.2.x86_64" } }, { "category": "product_version", "name": "php7-zlib-7.0.7-50.56.2.x86_64", "product": { "name": "php7-zlib-7.0.7-50.56.2.x86_64", "product_id": "php7-zlib-7.0.7-50.56.2.x86_64" } }, { "category": "product_version", "name": "php7-devel-7.0.7-50.56.2.x86_64", "product": { "name": "php7-devel-7.0.7-50.56.2.x86_64", "product_id": "php7-devel-7.0.7-50.56.2.x86_64" } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_name", "name": "SUSE Linux Enterprise Module for Web and Scripting 12", "product": { "name": "SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12", "product_identification_helper": { "cpe": "cpe:/o:suse:sle-module-web-scripting:12" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise Software Development Kit 12 SP3", "product": { "name": "SUSE Linux Enterprise Software Development Kit 12 SP3", "product_id": "SUSE Linux Enterprise Software Development Kit 12 SP3", "product_identification_helper": { "cpe": "cpe:/o:suse:sle-sdk:12:sp3" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise Software Development Kit 12 SP4", "product": { "name": "SUSE Linux Enterprise Software Development Kit 12 SP4", "product_id": "SUSE Linux Enterprise Software Development Kit 12 SP4", "product_identification_helper": { "cpe": "cpe:/o:suse:sle-sdk:12:sp4" } } } ], "category": "product_family", "name": "SUSE Linux Enterprise" } ], "category": "vendor", "name": "SUSE" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "apache2-mod_php7-7.0.7-50.56.2.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:apache2-mod_php7-7.0.7-50.56.2.aarch64" }, "product_reference": "apache2-mod_php7-7.0.7-50.56.2.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "apache2-mod_php7-7.0.7-50.56.2.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:apache2-mod_php7-7.0.7-50.56.2.ppc64le" }, "product_reference": "apache2-mod_php7-7.0.7-50.56.2.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "apache2-mod_php7-7.0.7-50.56.2.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:apache2-mod_php7-7.0.7-50.56.2.s390x" }, "product_reference": "apache2-mod_php7-7.0.7-50.56.2.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "apache2-mod_php7-7.0.7-50.56.2.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:apache2-mod_php7-7.0.7-50.56.2.x86_64" }, "product_reference": "apache2-mod_php7-7.0.7-50.56.2.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-7.0.7-50.56.2.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-7.0.7-50.56.2.aarch64" }, "product_reference": "php7-7.0.7-50.56.2.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-7.0.7-50.56.2.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-7.0.7-50.56.2.ppc64le" }, "product_reference": "php7-7.0.7-50.56.2.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-7.0.7-50.56.2.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-7.0.7-50.56.2.s390x" }, "product_reference": "php7-7.0.7-50.56.2.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-7.0.7-50.56.2.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-7.0.7-50.56.2.x86_64" }, "product_reference": "php7-7.0.7-50.56.2.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-bcmath-7.0.7-50.56.2.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-bcmath-7.0.7-50.56.2.aarch64" }, "product_reference": "php7-bcmath-7.0.7-50.56.2.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-bcmath-7.0.7-50.56.2.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-bcmath-7.0.7-50.56.2.ppc64le" }, "product_reference": "php7-bcmath-7.0.7-50.56.2.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-bcmath-7.0.7-50.56.2.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-bcmath-7.0.7-50.56.2.s390x" }, "product_reference": "php7-bcmath-7.0.7-50.56.2.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-bcmath-7.0.7-50.56.2.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-bcmath-7.0.7-50.56.2.x86_64" }, "product_reference": "php7-bcmath-7.0.7-50.56.2.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-bz2-7.0.7-50.56.2.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-bz2-7.0.7-50.56.2.aarch64" }, "product_reference": "php7-bz2-7.0.7-50.56.2.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-bz2-7.0.7-50.56.2.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-bz2-7.0.7-50.56.2.ppc64le" }, "product_reference": "php7-bz2-7.0.7-50.56.2.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-bz2-7.0.7-50.56.2.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-bz2-7.0.7-50.56.2.s390x" }, "product_reference": "php7-bz2-7.0.7-50.56.2.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-bz2-7.0.7-50.56.2.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-bz2-7.0.7-50.56.2.x86_64" }, "product_reference": "php7-bz2-7.0.7-50.56.2.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-calendar-7.0.7-50.56.2.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-calendar-7.0.7-50.56.2.aarch64" }, "product_reference": "php7-calendar-7.0.7-50.56.2.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-calendar-7.0.7-50.56.2.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-calendar-7.0.7-50.56.2.ppc64le" }, "product_reference": "php7-calendar-7.0.7-50.56.2.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-calendar-7.0.7-50.56.2.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-calendar-7.0.7-50.56.2.s390x" }, "product_reference": "php7-calendar-7.0.7-50.56.2.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-calendar-7.0.7-50.56.2.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-calendar-7.0.7-50.56.2.x86_64" }, "product_reference": "php7-calendar-7.0.7-50.56.2.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-ctype-7.0.7-50.56.2.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-ctype-7.0.7-50.56.2.aarch64" }, "product_reference": "php7-ctype-7.0.7-50.56.2.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-ctype-7.0.7-50.56.2.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-ctype-7.0.7-50.56.2.ppc64le" }, "product_reference": "php7-ctype-7.0.7-50.56.2.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-ctype-7.0.7-50.56.2.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-ctype-7.0.7-50.56.2.s390x" }, "product_reference": "php7-ctype-7.0.7-50.56.2.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-ctype-7.0.7-50.56.2.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-ctype-7.0.7-50.56.2.x86_64" }, "product_reference": "php7-ctype-7.0.7-50.56.2.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-curl-7.0.7-50.56.2.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-curl-7.0.7-50.56.2.aarch64" }, "product_reference": "php7-curl-7.0.7-50.56.2.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-curl-7.0.7-50.56.2.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-curl-7.0.7-50.56.2.ppc64le" }, "product_reference": "php7-curl-7.0.7-50.56.2.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-curl-7.0.7-50.56.2.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-curl-7.0.7-50.56.2.s390x" }, "product_reference": "php7-curl-7.0.7-50.56.2.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-curl-7.0.7-50.56.2.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-curl-7.0.7-50.56.2.x86_64" }, "product_reference": "php7-curl-7.0.7-50.56.2.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-dba-7.0.7-50.56.2.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-dba-7.0.7-50.56.2.aarch64" }, "product_reference": "php7-dba-7.0.7-50.56.2.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-dba-7.0.7-50.56.2.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-dba-7.0.7-50.56.2.ppc64le" }, "product_reference": "php7-dba-7.0.7-50.56.2.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-dba-7.0.7-50.56.2.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-dba-7.0.7-50.56.2.s390x" }, "product_reference": "php7-dba-7.0.7-50.56.2.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-dba-7.0.7-50.56.2.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-dba-7.0.7-50.56.2.x86_64" }, "product_reference": "php7-dba-7.0.7-50.56.2.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-dom-7.0.7-50.56.2.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-dom-7.0.7-50.56.2.aarch64" }, "product_reference": "php7-dom-7.0.7-50.56.2.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-dom-7.0.7-50.56.2.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-dom-7.0.7-50.56.2.ppc64le" }, "product_reference": "php7-dom-7.0.7-50.56.2.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-dom-7.0.7-50.56.2.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-dom-7.0.7-50.56.2.s390x" }, "product_reference": "php7-dom-7.0.7-50.56.2.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-dom-7.0.7-50.56.2.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-dom-7.0.7-50.56.2.x86_64" }, "product_reference": "php7-dom-7.0.7-50.56.2.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-enchant-7.0.7-50.56.2.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-enchant-7.0.7-50.56.2.aarch64" }, "product_reference": "php7-enchant-7.0.7-50.56.2.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-enchant-7.0.7-50.56.2.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-enchant-7.0.7-50.56.2.ppc64le" }, "product_reference": "php7-enchant-7.0.7-50.56.2.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-enchant-7.0.7-50.56.2.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-enchant-7.0.7-50.56.2.s390x" }, "product_reference": "php7-enchant-7.0.7-50.56.2.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-enchant-7.0.7-50.56.2.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-enchant-7.0.7-50.56.2.x86_64" }, "product_reference": "php7-enchant-7.0.7-50.56.2.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-exif-7.0.7-50.56.2.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-exif-7.0.7-50.56.2.aarch64" }, "product_reference": "php7-exif-7.0.7-50.56.2.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-exif-7.0.7-50.56.2.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-exif-7.0.7-50.56.2.ppc64le" }, "product_reference": "php7-exif-7.0.7-50.56.2.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-exif-7.0.7-50.56.2.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-exif-7.0.7-50.56.2.s390x" }, "product_reference": "php7-exif-7.0.7-50.56.2.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-exif-7.0.7-50.56.2.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-exif-7.0.7-50.56.2.x86_64" }, "product_reference": "php7-exif-7.0.7-50.56.2.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-fastcgi-7.0.7-50.56.2.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-fastcgi-7.0.7-50.56.2.aarch64" }, "product_reference": "php7-fastcgi-7.0.7-50.56.2.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-fastcgi-7.0.7-50.56.2.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-fastcgi-7.0.7-50.56.2.ppc64le" }, "product_reference": "php7-fastcgi-7.0.7-50.56.2.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-fastcgi-7.0.7-50.56.2.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-fastcgi-7.0.7-50.56.2.s390x" }, "product_reference": "php7-fastcgi-7.0.7-50.56.2.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-fastcgi-7.0.7-50.56.2.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-fastcgi-7.0.7-50.56.2.x86_64" }, "product_reference": "php7-fastcgi-7.0.7-50.56.2.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-fileinfo-7.0.7-50.56.2.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-fileinfo-7.0.7-50.56.2.aarch64" }, "product_reference": "php7-fileinfo-7.0.7-50.56.2.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-fileinfo-7.0.7-50.56.2.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-fileinfo-7.0.7-50.56.2.ppc64le" }, "product_reference": "php7-fileinfo-7.0.7-50.56.2.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-fileinfo-7.0.7-50.56.2.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-fileinfo-7.0.7-50.56.2.s390x" }, "product_reference": "php7-fileinfo-7.0.7-50.56.2.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-fileinfo-7.0.7-50.56.2.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-fileinfo-7.0.7-50.56.2.x86_64" }, "product_reference": "php7-fileinfo-7.0.7-50.56.2.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-fpm-7.0.7-50.56.2.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-fpm-7.0.7-50.56.2.aarch64" }, "product_reference": "php7-fpm-7.0.7-50.56.2.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-fpm-7.0.7-50.56.2.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-fpm-7.0.7-50.56.2.ppc64le" }, "product_reference": "php7-fpm-7.0.7-50.56.2.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-fpm-7.0.7-50.56.2.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-fpm-7.0.7-50.56.2.s390x" }, "product_reference": "php7-fpm-7.0.7-50.56.2.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-fpm-7.0.7-50.56.2.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-fpm-7.0.7-50.56.2.x86_64" }, "product_reference": "php7-fpm-7.0.7-50.56.2.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-ftp-7.0.7-50.56.2.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-ftp-7.0.7-50.56.2.aarch64" }, "product_reference": "php7-ftp-7.0.7-50.56.2.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-ftp-7.0.7-50.56.2.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-ftp-7.0.7-50.56.2.ppc64le" }, "product_reference": "php7-ftp-7.0.7-50.56.2.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-ftp-7.0.7-50.56.2.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-ftp-7.0.7-50.56.2.s390x" }, "product_reference": "php7-ftp-7.0.7-50.56.2.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-ftp-7.0.7-50.56.2.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-ftp-7.0.7-50.56.2.x86_64" }, "product_reference": "php7-ftp-7.0.7-50.56.2.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-gd-7.0.7-50.56.2.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-gd-7.0.7-50.56.2.aarch64" }, "product_reference": "php7-gd-7.0.7-50.56.2.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-gd-7.0.7-50.56.2.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-gd-7.0.7-50.56.2.ppc64le" }, "product_reference": "php7-gd-7.0.7-50.56.2.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-gd-7.0.7-50.56.2.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-gd-7.0.7-50.56.2.s390x" }, "product_reference": "php7-gd-7.0.7-50.56.2.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-gd-7.0.7-50.56.2.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-gd-7.0.7-50.56.2.x86_64" }, "product_reference": "php7-gd-7.0.7-50.56.2.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-gettext-7.0.7-50.56.2.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-gettext-7.0.7-50.56.2.aarch64" }, "product_reference": "php7-gettext-7.0.7-50.56.2.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-gettext-7.0.7-50.56.2.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-gettext-7.0.7-50.56.2.ppc64le" }, "product_reference": "php7-gettext-7.0.7-50.56.2.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-gettext-7.0.7-50.56.2.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-gettext-7.0.7-50.56.2.s390x" }, "product_reference": "php7-gettext-7.0.7-50.56.2.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-gettext-7.0.7-50.56.2.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-gettext-7.0.7-50.56.2.x86_64" }, "product_reference": "php7-gettext-7.0.7-50.56.2.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-gmp-7.0.7-50.56.2.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-gmp-7.0.7-50.56.2.aarch64" }, "product_reference": "php7-gmp-7.0.7-50.56.2.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-gmp-7.0.7-50.56.2.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-gmp-7.0.7-50.56.2.ppc64le" }, "product_reference": "php7-gmp-7.0.7-50.56.2.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-gmp-7.0.7-50.56.2.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-gmp-7.0.7-50.56.2.s390x" }, "product_reference": "php7-gmp-7.0.7-50.56.2.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-gmp-7.0.7-50.56.2.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-gmp-7.0.7-50.56.2.x86_64" }, "product_reference": "php7-gmp-7.0.7-50.56.2.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-iconv-7.0.7-50.56.2.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-iconv-7.0.7-50.56.2.aarch64" }, "product_reference": "php7-iconv-7.0.7-50.56.2.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-iconv-7.0.7-50.56.2.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-iconv-7.0.7-50.56.2.ppc64le" }, "product_reference": "php7-iconv-7.0.7-50.56.2.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-iconv-7.0.7-50.56.2.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-iconv-7.0.7-50.56.2.s390x" }, "product_reference": "php7-iconv-7.0.7-50.56.2.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-iconv-7.0.7-50.56.2.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-iconv-7.0.7-50.56.2.x86_64" }, "product_reference": "php7-iconv-7.0.7-50.56.2.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-imap-7.0.7-50.56.2.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-imap-7.0.7-50.56.2.aarch64" }, "product_reference": "php7-imap-7.0.7-50.56.2.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-imap-7.0.7-50.56.2.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-imap-7.0.7-50.56.2.ppc64le" }, "product_reference": "php7-imap-7.0.7-50.56.2.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-imap-7.0.7-50.56.2.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-imap-7.0.7-50.56.2.s390x" }, "product_reference": "php7-imap-7.0.7-50.56.2.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-imap-7.0.7-50.56.2.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-imap-7.0.7-50.56.2.x86_64" }, "product_reference": "php7-imap-7.0.7-50.56.2.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-intl-7.0.7-50.56.2.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-intl-7.0.7-50.56.2.aarch64" }, "product_reference": "php7-intl-7.0.7-50.56.2.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-intl-7.0.7-50.56.2.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-intl-7.0.7-50.56.2.ppc64le" }, "product_reference": "php7-intl-7.0.7-50.56.2.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-intl-7.0.7-50.56.2.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-intl-7.0.7-50.56.2.s390x" }, "product_reference": "php7-intl-7.0.7-50.56.2.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-intl-7.0.7-50.56.2.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-intl-7.0.7-50.56.2.x86_64" }, "product_reference": "php7-intl-7.0.7-50.56.2.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-json-7.0.7-50.56.2.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-json-7.0.7-50.56.2.aarch64" }, "product_reference": "php7-json-7.0.7-50.56.2.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-json-7.0.7-50.56.2.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-json-7.0.7-50.56.2.ppc64le" }, "product_reference": "php7-json-7.0.7-50.56.2.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-json-7.0.7-50.56.2.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-json-7.0.7-50.56.2.s390x" }, "product_reference": "php7-json-7.0.7-50.56.2.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-json-7.0.7-50.56.2.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-json-7.0.7-50.56.2.x86_64" }, "product_reference": "php7-json-7.0.7-50.56.2.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-ldap-7.0.7-50.56.2.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-ldap-7.0.7-50.56.2.aarch64" }, "product_reference": "php7-ldap-7.0.7-50.56.2.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-ldap-7.0.7-50.56.2.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-ldap-7.0.7-50.56.2.ppc64le" }, "product_reference": "php7-ldap-7.0.7-50.56.2.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-ldap-7.0.7-50.56.2.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-ldap-7.0.7-50.56.2.s390x" }, "product_reference": "php7-ldap-7.0.7-50.56.2.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-ldap-7.0.7-50.56.2.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-ldap-7.0.7-50.56.2.x86_64" }, "product_reference": "php7-ldap-7.0.7-50.56.2.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-mbstring-7.0.7-50.56.2.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-mbstring-7.0.7-50.56.2.aarch64" }, "product_reference": "php7-mbstring-7.0.7-50.56.2.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-mbstring-7.0.7-50.56.2.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-mbstring-7.0.7-50.56.2.ppc64le" }, "product_reference": "php7-mbstring-7.0.7-50.56.2.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-mbstring-7.0.7-50.56.2.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-mbstring-7.0.7-50.56.2.s390x" }, "product_reference": "php7-mbstring-7.0.7-50.56.2.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-mbstring-7.0.7-50.56.2.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-mbstring-7.0.7-50.56.2.x86_64" }, "product_reference": "php7-mbstring-7.0.7-50.56.2.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-mcrypt-7.0.7-50.56.2.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-mcrypt-7.0.7-50.56.2.aarch64" }, "product_reference": "php7-mcrypt-7.0.7-50.56.2.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-mcrypt-7.0.7-50.56.2.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-mcrypt-7.0.7-50.56.2.ppc64le" }, "product_reference": "php7-mcrypt-7.0.7-50.56.2.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-mcrypt-7.0.7-50.56.2.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-mcrypt-7.0.7-50.56.2.s390x" }, "product_reference": "php7-mcrypt-7.0.7-50.56.2.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-mcrypt-7.0.7-50.56.2.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-mcrypt-7.0.7-50.56.2.x86_64" }, "product_reference": "php7-mcrypt-7.0.7-50.56.2.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-mysql-7.0.7-50.56.2.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-mysql-7.0.7-50.56.2.aarch64" }, "product_reference": "php7-mysql-7.0.7-50.56.2.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-mysql-7.0.7-50.56.2.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-mysql-7.0.7-50.56.2.ppc64le" }, "product_reference": "php7-mysql-7.0.7-50.56.2.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-mysql-7.0.7-50.56.2.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-mysql-7.0.7-50.56.2.s390x" }, "product_reference": "php7-mysql-7.0.7-50.56.2.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-mysql-7.0.7-50.56.2.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-mysql-7.0.7-50.56.2.x86_64" }, "product_reference": "php7-mysql-7.0.7-50.56.2.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-odbc-7.0.7-50.56.2.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-odbc-7.0.7-50.56.2.aarch64" }, "product_reference": "php7-odbc-7.0.7-50.56.2.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-odbc-7.0.7-50.56.2.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-odbc-7.0.7-50.56.2.ppc64le" }, "product_reference": "php7-odbc-7.0.7-50.56.2.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-odbc-7.0.7-50.56.2.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-odbc-7.0.7-50.56.2.s390x" }, "product_reference": "php7-odbc-7.0.7-50.56.2.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-odbc-7.0.7-50.56.2.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-odbc-7.0.7-50.56.2.x86_64" }, "product_reference": "php7-odbc-7.0.7-50.56.2.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-opcache-7.0.7-50.56.2.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-opcache-7.0.7-50.56.2.aarch64" }, "product_reference": "php7-opcache-7.0.7-50.56.2.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-opcache-7.0.7-50.56.2.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-opcache-7.0.7-50.56.2.ppc64le" }, "product_reference": "php7-opcache-7.0.7-50.56.2.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-opcache-7.0.7-50.56.2.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-opcache-7.0.7-50.56.2.s390x" }, "product_reference": "php7-opcache-7.0.7-50.56.2.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-opcache-7.0.7-50.56.2.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-opcache-7.0.7-50.56.2.x86_64" }, "product_reference": "php7-opcache-7.0.7-50.56.2.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-openssl-7.0.7-50.56.2.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-openssl-7.0.7-50.56.2.aarch64" }, "product_reference": "php7-openssl-7.0.7-50.56.2.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-openssl-7.0.7-50.56.2.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-openssl-7.0.7-50.56.2.ppc64le" }, "product_reference": "php7-openssl-7.0.7-50.56.2.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-openssl-7.0.7-50.56.2.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-openssl-7.0.7-50.56.2.s390x" }, "product_reference": "php7-openssl-7.0.7-50.56.2.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-openssl-7.0.7-50.56.2.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-openssl-7.0.7-50.56.2.x86_64" }, "product_reference": "php7-openssl-7.0.7-50.56.2.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-pcntl-7.0.7-50.56.2.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-pcntl-7.0.7-50.56.2.aarch64" }, "product_reference": "php7-pcntl-7.0.7-50.56.2.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-pcntl-7.0.7-50.56.2.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-pcntl-7.0.7-50.56.2.ppc64le" }, "product_reference": "php7-pcntl-7.0.7-50.56.2.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-pcntl-7.0.7-50.56.2.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-pcntl-7.0.7-50.56.2.s390x" }, "product_reference": "php7-pcntl-7.0.7-50.56.2.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-pcntl-7.0.7-50.56.2.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-pcntl-7.0.7-50.56.2.x86_64" }, "product_reference": "php7-pcntl-7.0.7-50.56.2.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-pdo-7.0.7-50.56.2.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-pdo-7.0.7-50.56.2.aarch64" }, "product_reference": "php7-pdo-7.0.7-50.56.2.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-pdo-7.0.7-50.56.2.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-pdo-7.0.7-50.56.2.ppc64le" }, "product_reference": "php7-pdo-7.0.7-50.56.2.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-pdo-7.0.7-50.56.2.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-pdo-7.0.7-50.56.2.s390x" }, "product_reference": "php7-pdo-7.0.7-50.56.2.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-pdo-7.0.7-50.56.2.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-pdo-7.0.7-50.56.2.x86_64" }, "product_reference": "php7-pdo-7.0.7-50.56.2.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-pear-7.0.7-50.56.2.noarch as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-pear-7.0.7-50.56.2.noarch" }, "product_reference": "php7-pear-7.0.7-50.56.2.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-pear-Archive_Tar-7.0.7-50.56.2.noarch as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-pear-Archive_Tar-7.0.7-50.56.2.noarch" }, "product_reference": "php7-pear-Archive_Tar-7.0.7-50.56.2.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-pgsql-7.0.7-50.56.2.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-pgsql-7.0.7-50.56.2.aarch64" }, "product_reference": "php7-pgsql-7.0.7-50.56.2.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-pgsql-7.0.7-50.56.2.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-pgsql-7.0.7-50.56.2.ppc64le" }, "product_reference": "php7-pgsql-7.0.7-50.56.2.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-pgsql-7.0.7-50.56.2.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-pgsql-7.0.7-50.56.2.s390x" }, "product_reference": "php7-pgsql-7.0.7-50.56.2.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-pgsql-7.0.7-50.56.2.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-pgsql-7.0.7-50.56.2.x86_64" }, "product_reference": "php7-pgsql-7.0.7-50.56.2.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-phar-7.0.7-50.56.2.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-phar-7.0.7-50.56.2.aarch64" }, "product_reference": "php7-phar-7.0.7-50.56.2.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-phar-7.0.7-50.56.2.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-phar-7.0.7-50.56.2.ppc64le" }, "product_reference": "php7-phar-7.0.7-50.56.2.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-phar-7.0.7-50.56.2.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-phar-7.0.7-50.56.2.s390x" }, "product_reference": "php7-phar-7.0.7-50.56.2.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-phar-7.0.7-50.56.2.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-phar-7.0.7-50.56.2.x86_64" }, "product_reference": "php7-phar-7.0.7-50.56.2.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-posix-7.0.7-50.56.2.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-posix-7.0.7-50.56.2.aarch64" }, "product_reference": "php7-posix-7.0.7-50.56.2.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-posix-7.0.7-50.56.2.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-posix-7.0.7-50.56.2.ppc64le" }, "product_reference": "php7-posix-7.0.7-50.56.2.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-posix-7.0.7-50.56.2.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-posix-7.0.7-50.56.2.s390x" }, "product_reference": "php7-posix-7.0.7-50.56.2.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-posix-7.0.7-50.56.2.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-posix-7.0.7-50.56.2.x86_64" }, "product_reference": "php7-posix-7.0.7-50.56.2.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-pspell-7.0.7-50.56.2.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-pspell-7.0.7-50.56.2.aarch64" }, "product_reference": "php7-pspell-7.0.7-50.56.2.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-pspell-7.0.7-50.56.2.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-pspell-7.0.7-50.56.2.ppc64le" }, "product_reference": "php7-pspell-7.0.7-50.56.2.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-pspell-7.0.7-50.56.2.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-pspell-7.0.7-50.56.2.s390x" }, "product_reference": "php7-pspell-7.0.7-50.56.2.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-pspell-7.0.7-50.56.2.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-pspell-7.0.7-50.56.2.x86_64" }, "product_reference": "php7-pspell-7.0.7-50.56.2.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-shmop-7.0.7-50.56.2.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-shmop-7.0.7-50.56.2.aarch64" }, "product_reference": "php7-shmop-7.0.7-50.56.2.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-shmop-7.0.7-50.56.2.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-shmop-7.0.7-50.56.2.ppc64le" }, "product_reference": "php7-shmop-7.0.7-50.56.2.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-shmop-7.0.7-50.56.2.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-shmop-7.0.7-50.56.2.s390x" }, "product_reference": "php7-shmop-7.0.7-50.56.2.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-shmop-7.0.7-50.56.2.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-shmop-7.0.7-50.56.2.x86_64" }, "product_reference": "php7-shmop-7.0.7-50.56.2.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-snmp-7.0.7-50.56.2.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-snmp-7.0.7-50.56.2.aarch64" }, "product_reference": "php7-snmp-7.0.7-50.56.2.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-snmp-7.0.7-50.56.2.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-snmp-7.0.7-50.56.2.ppc64le" }, "product_reference": "php7-snmp-7.0.7-50.56.2.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-snmp-7.0.7-50.56.2.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-snmp-7.0.7-50.56.2.s390x" }, "product_reference": "php7-snmp-7.0.7-50.56.2.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-snmp-7.0.7-50.56.2.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-snmp-7.0.7-50.56.2.x86_64" }, "product_reference": "php7-snmp-7.0.7-50.56.2.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-soap-7.0.7-50.56.2.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-soap-7.0.7-50.56.2.aarch64" }, "product_reference": "php7-soap-7.0.7-50.56.2.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-soap-7.0.7-50.56.2.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-soap-7.0.7-50.56.2.ppc64le" }, "product_reference": "php7-soap-7.0.7-50.56.2.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-soap-7.0.7-50.56.2.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-soap-7.0.7-50.56.2.s390x" }, "product_reference": "php7-soap-7.0.7-50.56.2.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-soap-7.0.7-50.56.2.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-soap-7.0.7-50.56.2.x86_64" }, "product_reference": "php7-soap-7.0.7-50.56.2.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-sockets-7.0.7-50.56.2.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sockets-7.0.7-50.56.2.aarch64" }, "product_reference": "php7-sockets-7.0.7-50.56.2.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-sockets-7.0.7-50.56.2.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sockets-7.0.7-50.56.2.ppc64le" }, "product_reference": "php7-sockets-7.0.7-50.56.2.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-sockets-7.0.7-50.56.2.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sockets-7.0.7-50.56.2.s390x" }, "product_reference": "php7-sockets-7.0.7-50.56.2.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-sockets-7.0.7-50.56.2.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sockets-7.0.7-50.56.2.x86_64" }, "product_reference": "php7-sockets-7.0.7-50.56.2.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-sqlite-7.0.7-50.56.2.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sqlite-7.0.7-50.56.2.aarch64" }, "product_reference": "php7-sqlite-7.0.7-50.56.2.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-sqlite-7.0.7-50.56.2.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sqlite-7.0.7-50.56.2.ppc64le" }, "product_reference": "php7-sqlite-7.0.7-50.56.2.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-sqlite-7.0.7-50.56.2.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sqlite-7.0.7-50.56.2.s390x" }, "product_reference": "php7-sqlite-7.0.7-50.56.2.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-sqlite-7.0.7-50.56.2.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sqlite-7.0.7-50.56.2.x86_64" }, "product_reference": "php7-sqlite-7.0.7-50.56.2.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-sysvmsg-7.0.7-50.56.2.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sysvmsg-7.0.7-50.56.2.aarch64" }, "product_reference": "php7-sysvmsg-7.0.7-50.56.2.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-sysvmsg-7.0.7-50.56.2.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sysvmsg-7.0.7-50.56.2.ppc64le" }, "product_reference": "php7-sysvmsg-7.0.7-50.56.2.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-sysvmsg-7.0.7-50.56.2.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sysvmsg-7.0.7-50.56.2.s390x" }, "product_reference": "php7-sysvmsg-7.0.7-50.56.2.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-sysvmsg-7.0.7-50.56.2.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sysvmsg-7.0.7-50.56.2.x86_64" }, "product_reference": "php7-sysvmsg-7.0.7-50.56.2.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-sysvsem-7.0.7-50.56.2.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sysvsem-7.0.7-50.56.2.aarch64" }, "product_reference": "php7-sysvsem-7.0.7-50.56.2.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-sysvsem-7.0.7-50.56.2.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sysvsem-7.0.7-50.56.2.ppc64le" }, "product_reference": "php7-sysvsem-7.0.7-50.56.2.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-sysvsem-7.0.7-50.56.2.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sysvsem-7.0.7-50.56.2.s390x" }, "product_reference": "php7-sysvsem-7.0.7-50.56.2.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-sysvsem-7.0.7-50.56.2.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sysvsem-7.0.7-50.56.2.x86_64" }, "product_reference": "php7-sysvsem-7.0.7-50.56.2.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-sysvshm-7.0.7-50.56.2.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sysvshm-7.0.7-50.56.2.aarch64" }, "product_reference": "php7-sysvshm-7.0.7-50.56.2.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-sysvshm-7.0.7-50.56.2.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sysvshm-7.0.7-50.56.2.ppc64le" }, "product_reference": "php7-sysvshm-7.0.7-50.56.2.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-sysvshm-7.0.7-50.56.2.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sysvshm-7.0.7-50.56.2.s390x" }, "product_reference": "php7-sysvshm-7.0.7-50.56.2.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-sysvshm-7.0.7-50.56.2.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sysvshm-7.0.7-50.56.2.x86_64" }, "product_reference": "php7-sysvshm-7.0.7-50.56.2.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-tokenizer-7.0.7-50.56.2.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-tokenizer-7.0.7-50.56.2.aarch64" }, "product_reference": "php7-tokenizer-7.0.7-50.56.2.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-tokenizer-7.0.7-50.56.2.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-tokenizer-7.0.7-50.56.2.ppc64le" }, "product_reference": "php7-tokenizer-7.0.7-50.56.2.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-tokenizer-7.0.7-50.56.2.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-tokenizer-7.0.7-50.56.2.s390x" }, "product_reference": "php7-tokenizer-7.0.7-50.56.2.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-tokenizer-7.0.7-50.56.2.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-tokenizer-7.0.7-50.56.2.x86_64" }, "product_reference": "php7-tokenizer-7.0.7-50.56.2.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-wddx-7.0.7-50.56.2.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-wddx-7.0.7-50.56.2.aarch64" }, "product_reference": "php7-wddx-7.0.7-50.56.2.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-wddx-7.0.7-50.56.2.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-wddx-7.0.7-50.56.2.ppc64le" }, "product_reference": "php7-wddx-7.0.7-50.56.2.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-wddx-7.0.7-50.56.2.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-wddx-7.0.7-50.56.2.s390x" }, "product_reference": "php7-wddx-7.0.7-50.56.2.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-wddx-7.0.7-50.56.2.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-wddx-7.0.7-50.56.2.x86_64" }, "product_reference": "php7-wddx-7.0.7-50.56.2.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-xmlreader-7.0.7-50.56.2.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-xmlreader-7.0.7-50.56.2.aarch64" }, "product_reference": "php7-xmlreader-7.0.7-50.56.2.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-xmlreader-7.0.7-50.56.2.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-xmlreader-7.0.7-50.56.2.ppc64le" }, "product_reference": "php7-xmlreader-7.0.7-50.56.2.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-xmlreader-7.0.7-50.56.2.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-xmlreader-7.0.7-50.56.2.s390x" }, "product_reference": "php7-xmlreader-7.0.7-50.56.2.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-xmlreader-7.0.7-50.56.2.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-xmlreader-7.0.7-50.56.2.x86_64" }, "product_reference": "php7-xmlreader-7.0.7-50.56.2.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-xmlrpc-7.0.7-50.56.2.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-xmlrpc-7.0.7-50.56.2.aarch64" }, "product_reference": "php7-xmlrpc-7.0.7-50.56.2.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-xmlrpc-7.0.7-50.56.2.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-xmlrpc-7.0.7-50.56.2.ppc64le" }, "product_reference": "php7-xmlrpc-7.0.7-50.56.2.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-xmlrpc-7.0.7-50.56.2.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-xmlrpc-7.0.7-50.56.2.s390x" }, "product_reference": "php7-xmlrpc-7.0.7-50.56.2.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-xmlrpc-7.0.7-50.56.2.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-xmlrpc-7.0.7-50.56.2.x86_64" }, "product_reference": "php7-xmlrpc-7.0.7-50.56.2.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-xmlwriter-7.0.7-50.56.2.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-xmlwriter-7.0.7-50.56.2.aarch64" }, "product_reference": "php7-xmlwriter-7.0.7-50.56.2.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-xmlwriter-7.0.7-50.56.2.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-xmlwriter-7.0.7-50.56.2.ppc64le" }, "product_reference": "php7-xmlwriter-7.0.7-50.56.2.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-xmlwriter-7.0.7-50.56.2.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-xmlwriter-7.0.7-50.56.2.s390x" }, "product_reference": "php7-xmlwriter-7.0.7-50.56.2.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-xmlwriter-7.0.7-50.56.2.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-xmlwriter-7.0.7-50.56.2.x86_64" }, "product_reference": "php7-xmlwriter-7.0.7-50.56.2.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-xsl-7.0.7-50.56.2.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-xsl-7.0.7-50.56.2.aarch64" }, "product_reference": "php7-xsl-7.0.7-50.56.2.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-xsl-7.0.7-50.56.2.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-xsl-7.0.7-50.56.2.ppc64le" }, "product_reference": "php7-xsl-7.0.7-50.56.2.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-xsl-7.0.7-50.56.2.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-xsl-7.0.7-50.56.2.s390x" }, "product_reference": "php7-xsl-7.0.7-50.56.2.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-xsl-7.0.7-50.56.2.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-xsl-7.0.7-50.56.2.x86_64" }, "product_reference": "php7-xsl-7.0.7-50.56.2.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-zip-7.0.7-50.56.2.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-zip-7.0.7-50.56.2.aarch64" }, "product_reference": "php7-zip-7.0.7-50.56.2.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-zip-7.0.7-50.56.2.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-zip-7.0.7-50.56.2.ppc64le" }, "product_reference": "php7-zip-7.0.7-50.56.2.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-zip-7.0.7-50.56.2.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-zip-7.0.7-50.56.2.s390x" }, "product_reference": "php7-zip-7.0.7-50.56.2.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-zip-7.0.7-50.56.2.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-zip-7.0.7-50.56.2.x86_64" }, "product_reference": "php7-zip-7.0.7-50.56.2.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-zlib-7.0.7-50.56.2.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-zlib-7.0.7-50.56.2.aarch64" }, "product_reference": "php7-zlib-7.0.7-50.56.2.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-zlib-7.0.7-50.56.2.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-zlib-7.0.7-50.56.2.ppc64le" }, "product_reference": "php7-zlib-7.0.7-50.56.2.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-zlib-7.0.7-50.56.2.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-zlib-7.0.7-50.56.2.s390x" }, "product_reference": "php7-zlib-7.0.7-50.56.2.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-zlib-7.0.7-50.56.2.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-zlib-7.0.7-50.56.2.x86_64" }, "product_reference": "php7-zlib-7.0.7-50.56.2.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "php7-devel-7.0.7-50.56.2.aarch64 as component of SUSE Linux Enterprise Software Development Kit 12 SP3", "product_id": "SUSE Linux Enterprise Software Development Kit 12 SP3:php7-devel-7.0.7-50.56.2.aarch64" }, "product_reference": "php7-devel-7.0.7-50.56.2.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Software Development Kit 12 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "php7-devel-7.0.7-50.56.2.ppc64le as component of SUSE Linux Enterprise Software Development Kit 12 SP3", "product_id": "SUSE Linux Enterprise Software Development Kit 12 SP3:php7-devel-7.0.7-50.56.2.ppc64le" }, "product_reference": "php7-devel-7.0.7-50.56.2.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Software Development Kit 12 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "php7-devel-7.0.7-50.56.2.s390x as component of SUSE Linux Enterprise Software Development Kit 12 SP3", "product_id": "SUSE Linux Enterprise Software Development Kit 12 SP3:php7-devel-7.0.7-50.56.2.s390x" }, "product_reference": "php7-devel-7.0.7-50.56.2.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Software Development Kit 12 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "php7-devel-7.0.7-50.56.2.x86_64 as component of SUSE Linux Enterprise Software Development Kit 12 SP3", "product_id": "SUSE Linux Enterprise Software Development Kit 12 SP3:php7-devel-7.0.7-50.56.2.x86_64" }, "product_reference": "php7-devel-7.0.7-50.56.2.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Software Development Kit 12 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "php7-devel-7.0.7-50.56.2.aarch64 as component of SUSE Linux Enterprise Software Development Kit 12 SP4", "product_id": "SUSE Linux Enterprise Software Development Kit 12 SP4:php7-devel-7.0.7-50.56.2.aarch64" }, "product_reference": "php7-devel-7.0.7-50.56.2.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Software Development Kit 12 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php7-devel-7.0.7-50.56.2.ppc64le as component of SUSE Linux Enterprise Software Development Kit 12 SP4", "product_id": "SUSE Linux Enterprise Software Development Kit 12 SP4:php7-devel-7.0.7-50.56.2.ppc64le" }, "product_reference": "php7-devel-7.0.7-50.56.2.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Software Development Kit 12 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php7-devel-7.0.7-50.56.2.s390x as component of SUSE Linux Enterprise Software Development Kit 12 SP4", "product_id": "SUSE Linux Enterprise Software Development Kit 12 SP4:php7-devel-7.0.7-50.56.2.s390x" }, "product_reference": "php7-devel-7.0.7-50.56.2.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Software Development Kit 12 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "php7-devel-7.0.7-50.56.2.x86_64 as component of SUSE Linux Enterprise Software Development Kit 12 SP4", "product_id": "SUSE Linux Enterprise Software Development Kit 12 SP4:php7-devel-7.0.7-50.56.2.x86_64" }, "product_reference": "php7-devel-7.0.7-50.56.2.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Software Development Kit 12 SP4" } ] }, "vulnerabilities": [ { "cve": "CVE-2018-19518", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2018-19518" } ], "notes": [ { "category": "general", "text": "University of Washington IMAP Toolkit 2007f on UNIX, as used in imap_open() in PHP and other products, launches an rsh command (by means of the imap_rimap function in c-client/imap4r1.c and the tcp_aopen function in osdep/unix/tcp_unix.c) without preventing argument injection, which might allow remote attackers to execute arbitrary OS commands if the IMAP server name is untrusted input (e.g., entered by a user of a web application) and if rsh has been replaced by a program with different argument semantics. For example, if rsh is a link to ssh (as seen on Debian and Ubuntu systems), then the attack can use an IMAP server name containing a \"-oProxyCommand\" argument.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Module for Web and Scripting 12:apache2-mod_php7-7.0.7-50.56.2.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:apache2-mod_php7-7.0.7-50.56.2.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:apache2-mod_php7-7.0.7-50.56.2.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:apache2-mod_php7-7.0.7-50.56.2.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-7.0.7-50.56.2.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-7.0.7-50.56.2.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-7.0.7-50.56.2.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-7.0.7-50.56.2.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-bcmath-7.0.7-50.56.2.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-bcmath-7.0.7-50.56.2.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-bcmath-7.0.7-50.56.2.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-bcmath-7.0.7-50.56.2.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-bz2-7.0.7-50.56.2.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-bz2-7.0.7-50.56.2.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-bz2-7.0.7-50.56.2.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-bz2-7.0.7-50.56.2.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-calendar-7.0.7-50.56.2.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-calendar-7.0.7-50.56.2.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-calendar-7.0.7-50.56.2.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-calendar-7.0.7-50.56.2.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-ctype-7.0.7-50.56.2.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-ctype-7.0.7-50.56.2.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-ctype-7.0.7-50.56.2.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-ctype-7.0.7-50.56.2.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-curl-7.0.7-50.56.2.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-curl-7.0.7-50.56.2.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-curl-7.0.7-50.56.2.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-curl-7.0.7-50.56.2.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-dba-7.0.7-50.56.2.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-dba-7.0.7-50.56.2.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-dba-7.0.7-50.56.2.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-dba-7.0.7-50.56.2.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-dom-7.0.7-50.56.2.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-dom-7.0.7-50.56.2.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-dom-7.0.7-50.56.2.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-dom-7.0.7-50.56.2.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-enchant-7.0.7-50.56.2.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-enchant-7.0.7-50.56.2.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-enchant-7.0.7-50.56.2.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-enchant-7.0.7-50.56.2.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-exif-7.0.7-50.56.2.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-exif-7.0.7-50.56.2.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-exif-7.0.7-50.56.2.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-exif-7.0.7-50.56.2.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-fastcgi-7.0.7-50.56.2.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-fastcgi-7.0.7-50.56.2.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-fastcgi-7.0.7-50.56.2.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-fastcgi-7.0.7-50.56.2.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-fileinfo-7.0.7-50.56.2.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-fileinfo-7.0.7-50.56.2.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-fileinfo-7.0.7-50.56.2.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-fileinfo-7.0.7-50.56.2.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-fpm-7.0.7-50.56.2.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-fpm-7.0.7-50.56.2.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-fpm-7.0.7-50.56.2.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-fpm-7.0.7-50.56.2.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-ftp-7.0.7-50.56.2.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-ftp-7.0.7-50.56.2.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-ftp-7.0.7-50.56.2.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-ftp-7.0.7-50.56.2.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-gd-7.0.7-50.56.2.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-gd-7.0.7-50.56.2.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-gd-7.0.7-50.56.2.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-gd-7.0.7-50.56.2.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-gettext-7.0.7-50.56.2.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-gettext-7.0.7-50.56.2.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-gettext-7.0.7-50.56.2.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-gettext-7.0.7-50.56.2.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-gmp-7.0.7-50.56.2.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-gmp-7.0.7-50.56.2.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-gmp-7.0.7-50.56.2.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-gmp-7.0.7-50.56.2.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-iconv-7.0.7-50.56.2.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-iconv-7.0.7-50.56.2.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-iconv-7.0.7-50.56.2.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-iconv-7.0.7-50.56.2.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-imap-7.0.7-50.56.2.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-imap-7.0.7-50.56.2.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-imap-7.0.7-50.56.2.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-imap-7.0.7-50.56.2.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-intl-7.0.7-50.56.2.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-intl-7.0.7-50.56.2.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-intl-7.0.7-50.56.2.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-intl-7.0.7-50.56.2.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-json-7.0.7-50.56.2.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-json-7.0.7-50.56.2.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-json-7.0.7-50.56.2.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-json-7.0.7-50.56.2.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-ldap-7.0.7-50.56.2.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-ldap-7.0.7-50.56.2.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-ldap-7.0.7-50.56.2.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-ldap-7.0.7-50.56.2.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-mbstring-7.0.7-50.56.2.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-mbstring-7.0.7-50.56.2.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-mbstring-7.0.7-50.56.2.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-mbstring-7.0.7-50.56.2.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-mcrypt-7.0.7-50.56.2.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-mcrypt-7.0.7-50.56.2.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-mcrypt-7.0.7-50.56.2.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-mcrypt-7.0.7-50.56.2.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-mysql-7.0.7-50.56.2.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-mysql-7.0.7-50.56.2.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-mysql-7.0.7-50.56.2.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-mysql-7.0.7-50.56.2.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-odbc-7.0.7-50.56.2.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-odbc-7.0.7-50.56.2.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-odbc-7.0.7-50.56.2.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-odbc-7.0.7-50.56.2.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-opcache-7.0.7-50.56.2.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-opcache-7.0.7-50.56.2.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-opcache-7.0.7-50.56.2.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-opcache-7.0.7-50.56.2.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-openssl-7.0.7-50.56.2.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-openssl-7.0.7-50.56.2.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-openssl-7.0.7-50.56.2.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-openssl-7.0.7-50.56.2.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-pcntl-7.0.7-50.56.2.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-pcntl-7.0.7-50.56.2.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-pcntl-7.0.7-50.56.2.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-pcntl-7.0.7-50.56.2.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-pdo-7.0.7-50.56.2.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-pdo-7.0.7-50.56.2.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-pdo-7.0.7-50.56.2.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-pdo-7.0.7-50.56.2.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-pear-7.0.7-50.56.2.noarch", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-pear-Archive_Tar-7.0.7-50.56.2.noarch", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-pgsql-7.0.7-50.56.2.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-pgsql-7.0.7-50.56.2.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-pgsql-7.0.7-50.56.2.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-pgsql-7.0.7-50.56.2.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-phar-7.0.7-50.56.2.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-phar-7.0.7-50.56.2.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-phar-7.0.7-50.56.2.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-phar-7.0.7-50.56.2.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-posix-7.0.7-50.56.2.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-posix-7.0.7-50.56.2.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-posix-7.0.7-50.56.2.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-posix-7.0.7-50.56.2.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-pspell-7.0.7-50.56.2.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-pspell-7.0.7-50.56.2.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-pspell-7.0.7-50.56.2.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-pspell-7.0.7-50.56.2.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-shmop-7.0.7-50.56.2.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-shmop-7.0.7-50.56.2.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-shmop-7.0.7-50.56.2.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-shmop-7.0.7-50.56.2.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-snmp-7.0.7-50.56.2.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-snmp-7.0.7-50.56.2.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-snmp-7.0.7-50.56.2.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-snmp-7.0.7-50.56.2.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-soap-7.0.7-50.56.2.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-soap-7.0.7-50.56.2.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-soap-7.0.7-50.56.2.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-soap-7.0.7-50.56.2.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sockets-7.0.7-50.56.2.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sockets-7.0.7-50.56.2.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sockets-7.0.7-50.56.2.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sockets-7.0.7-50.56.2.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sqlite-7.0.7-50.56.2.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sqlite-7.0.7-50.56.2.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sqlite-7.0.7-50.56.2.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sqlite-7.0.7-50.56.2.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sysvmsg-7.0.7-50.56.2.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sysvmsg-7.0.7-50.56.2.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sysvmsg-7.0.7-50.56.2.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sysvmsg-7.0.7-50.56.2.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sysvsem-7.0.7-50.56.2.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sysvsem-7.0.7-50.56.2.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sysvsem-7.0.7-50.56.2.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sysvsem-7.0.7-50.56.2.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sysvshm-7.0.7-50.56.2.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sysvshm-7.0.7-50.56.2.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sysvshm-7.0.7-50.56.2.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sysvshm-7.0.7-50.56.2.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-tokenizer-7.0.7-50.56.2.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-tokenizer-7.0.7-50.56.2.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-tokenizer-7.0.7-50.56.2.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-tokenizer-7.0.7-50.56.2.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-wddx-7.0.7-50.56.2.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-wddx-7.0.7-50.56.2.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-wddx-7.0.7-50.56.2.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-wddx-7.0.7-50.56.2.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-xmlreader-7.0.7-50.56.2.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-xmlreader-7.0.7-50.56.2.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-xmlreader-7.0.7-50.56.2.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-xmlreader-7.0.7-50.56.2.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-xmlrpc-7.0.7-50.56.2.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-xmlrpc-7.0.7-50.56.2.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-xmlrpc-7.0.7-50.56.2.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-xmlrpc-7.0.7-50.56.2.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-xmlwriter-7.0.7-50.56.2.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-xmlwriter-7.0.7-50.56.2.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-xmlwriter-7.0.7-50.56.2.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-xmlwriter-7.0.7-50.56.2.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-xsl-7.0.7-50.56.2.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-xsl-7.0.7-50.56.2.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-xsl-7.0.7-50.56.2.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-xsl-7.0.7-50.56.2.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-zip-7.0.7-50.56.2.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-zip-7.0.7-50.56.2.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-zip-7.0.7-50.56.2.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-zip-7.0.7-50.56.2.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-zlib-7.0.7-50.56.2.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-zlib-7.0.7-50.56.2.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-zlib-7.0.7-50.56.2.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-zlib-7.0.7-50.56.2.x86_64", "SUSE Linux Enterprise Software Development Kit 12 SP3:php7-devel-7.0.7-50.56.2.aarch64", "SUSE Linux Enterprise Software Development Kit 12 SP3:php7-devel-7.0.7-50.56.2.ppc64le", "SUSE Linux Enterprise Software Development Kit 12 SP3:php7-devel-7.0.7-50.56.2.s390x", "SUSE Linux Enterprise Software Development Kit 12 SP3:php7-devel-7.0.7-50.56.2.x86_64", "SUSE Linux Enterprise Software Development Kit 12 SP4:php7-devel-7.0.7-50.56.2.aarch64", "SUSE Linux Enterprise Software Development Kit 12 SP4:php7-devel-7.0.7-50.56.2.ppc64le", "SUSE Linux Enterprise Software Development Kit 12 SP4:php7-devel-7.0.7-50.56.2.s390x", "SUSE Linux Enterprise Software Development Kit 12 SP4:php7-devel-7.0.7-50.56.2.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2018-19518", "url": "https://www.suse.com/security/cve/CVE-2018-19518" }, { "category": "external", "summary": "SUSE Bug 1117107 for CVE-2018-19518", "url": "https://bugzilla.suse.com/1117107" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "SUSE Linux Enterprise Module for Web and Scripting 12:apache2-mod_php7-7.0.7-50.56.2.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:apache2-mod_php7-7.0.7-50.56.2.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:apache2-mod_php7-7.0.7-50.56.2.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:apache2-mod_php7-7.0.7-50.56.2.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-7.0.7-50.56.2.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-7.0.7-50.56.2.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-7.0.7-50.56.2.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-7.0.7-50.56.2.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-bcmath-7.0.7-50.56.2.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-bcmath-7.0.7-50.56.2.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-bcmath-7.0.7-50.56.2.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-bcmath-7.0.7-50.56.2.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-bz2-7.0.7-50.56.2.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-bz2-7.0.7-50.56.2.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-bz2-7.0.7-50.56.2.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-bz2-7.0.7-50.56.2.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-calendar-7.0.7-50.56.2.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-calendar-7.0.7-50.56.2.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-calendar-7.0.7-50.56.2.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-calendar-7.0.7-50.56.2.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-ctype-7.0.7-50.56.2.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-ctype-7.0.7-50.56.2.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-ctype-7.0.7-50.56.2.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-ctype-7.0.7-50.56.2.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-curl-7.0.7-50.56.2.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-curl-7.0.7-50.56.2.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-curl-7.0.7-50.56.2.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-curl-7.0.7-50.56.2.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-dba-7.0.7-50.56.2.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-dba-7.0.7-50.56.2.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-dba-7.0.7-50.56.2.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-dba-7.0.7-50.56.2.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-dom-7.0.7-50.56.2.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-dom-7.0.7-50.56.2.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-dom-7.0.7-50.56.2.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-dom-7.0.7-50.56.2.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-enchant-7.0.7-50.56.2.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-enchant-7.0.7-50.56.2.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-enchant-7.0.7-50.56.2.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-enchant-7.0.7-50.56.2.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-exif-7.0.7-50.56.2.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-exif-7.0.7-50.56.2.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-exif-7.0.7-50.56.2.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-exif-7.0.7-50.56.2.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-fastcgi-7.0.7-50.56.2.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-fastcgi-7.0.7-50.56.2.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-fastcgi-7.0.7-50.56.2.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-fastcgi-7.0.7-50.56.2.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-fileinfo-7.0.7-50.56.2.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-fileinfo-7.0.7-50.56.2.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-fileinfo-7.0.7-50.56.2.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-fileinfo-7.0.7-50.56.2.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-fpm-7.0.7-50.56.2.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-fpm-7.0.7-50.56.2.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-fpm-7.0.7-50.56.2.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-fpm-7.0.7-50.56.2.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-ftp-7.0.7-50.56.2.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-ftp-7.0.7-50.56.2.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-ftp-7.0.7-50.56.2.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-ftp-7.0.7-50.56.2.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-gd-7.0.7-50.56.2.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-gd-7.0.7-50.56.2.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-gd-7.0.7-50.56.2.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-gd-7.0.7-50.56.2.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-gettext-7.0.7-50.56.2.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-gettext-7.0.7-50.56.2.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-gettext-7.0.7-50.56.2.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-gettext-7.0.7-50.56.2.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-gmp-7.0.7-50.56.2.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-gmp-7.0.7-50.56.2.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-gmp-7.0.7-50.56.2.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-gmp-7.0.7-50.56.2.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-iconv-7.0.7-50.56.2.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-iconv-7.0.7-50.56.2.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-iconv-7.0.7-50.56.2.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-iconv-7.0.7-50.56.2.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-imap-7.0.7-50.56.2.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-imap-7.0.7-50.56.2.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-imap-7.0.7-50.56.2.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-imap-7.0.7-50.56.2.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-intl-7.0.7-50.56.2.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-intl-7.0.7-50.56.2.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-intl-7.0.7-50.56.2.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-intl-7.0.7-50.56.2.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-json-7.0.7-50.56.2.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-json-7.0.7-50.56.2.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-json-7.0.7-50.56.2.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-json-7.0.7-50.56.2.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-ldap-7.0.7-50.56.2.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-ldap-7.0.7-50.56.2.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-ldap-7.0.7-50.56.2.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-ldap-7.0.7-50.56.2.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-mbstring-7.0.7-50.56.2.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-mbstring-7.0.7-50.56.2.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-mbstring-7.0.7-50.56.2.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-mbstring-7.0.7-50.56.2.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-mcrypt-7.0.7-50.56.2.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-mcrypt-7.0.7-50.56.2.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-mcrypt-7.0.7-50.56.2.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-mcrypt-7.0.7-50.56.2.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-mysql-7.0.7-50.56.2.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-mysql-7.0.7-50.56.2.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-mysql-7.0.7-50.56.2.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-mysql-7.0.7-50.56.2.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-odbc-7.0.7-50.56.2.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-odbc-7.0.7-50.56.2.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-odbc-7.0.7-50.56.2.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-odbc-7.0.7-50.56.2.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-opcache-7.0.7-50.56.2.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-opcache-7.0.7-50.56.2.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-opcache-7.0.7-50.56.2.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-opcache-7.0.7-50.56.2.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-openssl-7.0.7-50.56.2.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-openssl-7.0.7-50.56.2.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-openssl-7.0.7-50.56.2.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-openssl-7.0.7-50.56.2.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-pcntl-7.0.7-50.56.2.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-pcntl-7.0.7-50.56.2.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-pcntl-7.0.7-50.56.2.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-pcntl-7.0.7-50.56.2.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-pdo-7.0.7-50.56.2.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-pdo-7.0.7-50.56.2.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-pdo-7.0.7-50.56.2.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-pdo-7.0.7-50.56.2.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-pear-7.0.7-50.56.2.noarch", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-pear-Archive_Tar-7.0.7-50.56.2.noarch", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-pgsql-7.0.7-50.56.2.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-pgsql-7.0.7-50.56.2.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-pgsql-7.0.7-50.56.2.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-pgsql-7.0.7-50.56.2.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-phar-7.0.7-50.56.2.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-phar-7.0.7-50.56.2.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-phar-7.0.7-50.56.2.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-phar-7.0.7-50.56.2.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-posix-7.0.7-50.56.2.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-posix-7.0.7-50.56.2.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-posix-7.0.7-50.56.2.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-posix-7.0.7-50.56.2.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-pspell-7.0.7-50.56.2.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-pspell-7.0.7-50.56.2.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-pspell-7.0.7-50.56.2.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-pspell-7.0.7-50.56.2.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-shmop-7.0.7-50.56.2.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-shmop-7.0.7-50.56.2.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-shmop-7.0.7-50.56.2.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-shmop-7.0.7-50.56.2.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-snmp-7.0.7-50.56.2.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-snmp-7.0.7-50.56.2.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-snmp-7.0.7-50.56.2.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-snmp-7.0.7-50.56.2.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-soap-7.0.7-50.56.2.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-soap-7.0.7-50.56.2.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-soap-7.0.7-50.56.2.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-soap-7.0.7-50.56.2.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sockets-7.0.7-50.56.2.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sockets-7.0.7-50.56.2.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sockets-7.0.7-50.56.2.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sockets-7.0.7-50.56.2.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sqlite-7.0.7-50.56.2.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sqlite-7.0.7-50.56.2.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sqlite-7.0.7-50.56.2.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sqlite-7.0.7-50.56.2.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sysvmsg-7.0.7-50.56.2.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sysvmsg-7.0.7-50.56.2.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sysvmsg-7.0.7-50.56.2.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sysvmsg-7.0.7-50.56.2.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sysvsem-7.0.7-50.56.2.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sysvsem-7.0.7-50.56.2.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sysvsem-7.0.7-50.56.2.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sysvsem-7.0.7-50.56.2.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sysvshm-7.0.7-50.56.2.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sysvshm-7.0.7-50.56.2.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sysvshm-7.0.7-50.56.2.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sysvshm-7.0.7-50.56.2.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-tokenizer-7.0.7-50.56.2.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-tokenizer-7.0.7-50.56.2.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-tokenizer-7.0.7-50.56.2.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-tokenizer-7.0.7-50.56.2.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-wddx-7.0.7-50.56.2.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-wddx-7.0.7-50.56.2.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-wddx-7.0.7-50.56.2.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-wddx-7.0.7-50.56.2.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-xmlreader-7.0.7-50.56.2.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-xmlreader-7.0.7-50.56.2.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-xmlreader-7.0.7-50.56.2.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-xmlreader-7.0.7-50.56.2.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-xmlrpc-7.0.7-50.56.2.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-xmlrpc-7.0.7-50.56.2.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-xmlrpc-7.0.7-50.56.2.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-xmlrpc-7.0.7-50.56.2.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-xmlwriter-7.0.7-50.56.2.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-xmlwriter-7.0.7-50.56.2.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-xmlwriter-7.0.7-50.56.2.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-xmlwriter-7.0.7-50.56.2.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-xsl-7.0.7-50.56.2.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-xsl-7.0.7-50.56.2.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-xsl-7.0.7-50.56.2.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-xsl-7.0.7-50.56.2.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-zip-7.0.7-50.56.2.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-zip-7.0.7-50.56.2.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-zip-7.0.7-50.56.2.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-zip-7.0.7-50.56.2.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-zlib-7.0.7-50.56.2.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-zlib-7.0.7-50.56.2.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-zlib-7.0.7-50.56.2.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-zlib-7.0.7-50.56.2.x86_64", "SUSE Linux Enterprise Software Development Kit 12 SP3:php7-devel-7.0.7-50.56.2.aarch64", "SUSE Linux Enterprise Software Development Kit 12 SP3:php7-devel-7.0.7-50.56.2.ppc64le", "SUSE Linux Enterprise Software Development Kit 12 SP3:php7-devel-7.0.7-50.56.2.s390x", "SUSE Linux Enterprise Software Development Kit 12 SP3:php7-devel-7.0.7-50.56.2.x86_64", "SUSE Linux Enterprise Software Development Kit 12 SP4:php7-devel-7.0.7-50.56.2.aarch64", "SUSE Linux Enterprise Software Development Kit 12 SP4:php7-devel-7.0.7-50.56.2.ppc64le", "SUSE Linux Enterprise Software Development Kit 12 SP4:php7-devel-7.0.7-50.56.2.s390x", "SUSE Linux Enterprise Software Development Kit 12 SP4:php7-devel-7.0.7-50.56.2.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 5.3, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.0/AV:L/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:L", "version": "3.0" }, "products": [ "SUSE Linux Enterprise Module for Web and Scripting 12:apache2-mod_php7-7.0.7-50.56.2.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:apache2-mod_php7-7.0.7-50.56.2.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:apache2-mod_php7-7.0.7-50.56.2.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:apache2-mod_php7-7.0.7-50.56.2.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-7.0.7-50.56.2.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-7.0.7-50.56.2.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-7.0.7-50.56.2.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-7.0.7-50.56.2.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-bcmath-7.0.7-50.56.2.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-bcmath-7.0.7-50.56.2.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-bcmath-7.0.7-50.56.2.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-bcmath-7.0.7-50.56.2.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-bz2-7.0.7-50.56.2.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-bz2-7.0.7-50.56.2.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-bz2-7.0.7-50.56.2.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-bz2-7.0.7-50.56.2.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-calendar-7.0.7-50.56.2.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-calendar-7.0.7-50.56.2.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-calendar-7.0.7-50.56.2.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-calendar-7.0.7-50.56.2.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-ctype-7.0.7-50.56.2.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-ctype-7.0.7-50.56.2.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-ctype-7.0.7-50.56.2.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-ctype-7.0.7-50.56.2.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-curl-7.0.7-50.56.2.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-curl-7.0.7-50.56.2.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-curl-7.0.7-50.56.2.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-curl-7.0.7-50.56.2.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-dba-7.0.7-50.56.2.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-dba-7.0.7-50.56.2.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-dba-7.0.7-50.56.2.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-dba-7.0.7-50.56.2.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-dom-7.0.7-50.56.2.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-dom-7.0.7-50.56.2.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-dom-7.0.7-50.56.2.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-dom-7.0.7-50.56.2.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-enchant-7.0.7-50.56.2.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-enchant-7.0.7-50.56.2.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-enchant-7.0.7-50.56.2.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-enchant-7.0.7-50.56.2.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-exif-7.0.7-50.56.2.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-exif-7.0.7-50.56.2.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-exif-7.0.7-50.56.2.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-exif-7.0.7-50.56.2.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-fastcgi-7.0.7-50.56.2.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-fastcgi-7.0.7-50.56.2.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-fastcgi-7.0.7-50.56.2.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-fastcgi-7.0.7-50.56.2.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-fileinfo-7.0.7-50.56.2.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-fileinfo-7.0.7-50.56.2.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-fileinfo-7.0.7-50.56.2.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-fileinfo-7.0.7-50.56.2.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-fpm-7.0.7-50.56.2.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-fpm-7.0.7-50.56.2.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-fpm-7.0.7-50.56.2.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-fpm-7.0.7-50.56.2.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-ftp-7.0.7-50.56.2.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-ftp-7.0.7-50.56.2.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-ftp-7.0.7-50.56.2.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-ftp-7.0.7-50.56.2.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-gd-7.0.7-50.56.2.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-gd-7.0.7-50.56.2.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-gd-7.0.7-50.56.2.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-gd-7.0.7-50.56.2.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-gettext-7.0.7-50.56.2.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-gettext-7.0.7-50.56.2.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-gettext-7.0.7-50.56.2.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-gettext-7.0.7-50.56.2.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-gmp-7.0.7-50.56.2.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-gmp-7.0.7-50.56.2.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-gmp-7.0.7-50.56.2.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-gmp-7.0.7-50.56.2.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-iconv-7.0.7-50.56.2.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-iconv-7.0.7-50.56.2.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-iconv-7.0.7-50.56.2.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-iconv-7.0.7-50.56.2.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-imap-7.0.7-50.56.2.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-imap-7.0.7-50.56.2.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-imap-7.0.7-50.56.2.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-imap-7.0.7-50.56.2.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-intl-7.0.7-50.56.2.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-intl-7.0.7-50.56.2.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-intl-7.0.7-50.56.2.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-intl-7.0.7-50.56.2.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-json-7.0.7-50.56.2.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-json-7.0.7-50.56.2.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-json-7.0.7-50.56.2.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-json-7.0.7-50.56.2.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-ldap-7.0.7-50.56.2.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-ldap-7.0.7-50.56.2.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-ldap-7.0.7-50.56.2.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-ldap-7.0.7-50.56.2.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-mbstring-7.0.7-50.56.2.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-mbstring-7.0.7-50.56.2.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-mbstring-7.0.7-50.56.2.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-mbstring-7.0.7-50.56.2.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-mcrypt-7.0.7-50.56.2.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-mcrypt-7.0.7-50.56.2.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-mcrypt-7.0.7-50.56.2.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-mcrypt-7.0.7-50.56.2.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-mysql-7.0.7-50.56.2.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-mysql-7.0.7-50.56.2.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-mysql-7.0.7-50.56.2.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-mysql-7.0.7-50.56.2.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-odbc-7.0.7-50.56.2.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-odbc-7.0.7-50.56.2.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-odbc-7.0.7-50.56.2.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-odbc-7.0.7-50.56.2.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-opcache-7.0.7-50.56.2.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-opcache-7.0.7-50.56.2.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-opcache-7.0.7-50.56.2.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-opcache-7.0.7-50.56.2.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-openssl-7.0.7-50.56.2.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-openssl-7.0.7-50.56.2.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-openssl-7.0.7-50.56.2.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-openssl-7.0.7-50.56.2.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-pcntl-7.0.7-50.56.2.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-pcntl-7.0.7-50.56.2.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-pcntl-7.0.7-50.56.2.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-pcntl-7.0.7-50.56.2.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-pdo-7.0.7-50.56.2.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-pdo-7.0.7-50.56.2.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-pdo-7.0.7-50.56.2.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-pdo-7.0.7-50.56.2.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-pear-7.0.7-50.56.2.noarch", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-pear-Archive_Tar-7.0.7-50.56.2.noarch", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-pgsql-7.0.7-50.56.2.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-pgsql-7.0.7-50.56.2.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-pgsql-7.0.7-50.56.2.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-pgsql-7.0.7-50.56.2.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-phar-7.0.7-50.56.2.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-phar-7.0.7-50.56.2.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-phar-7.0.7-50.56.2.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-phar-7.0.7-50.56.2.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-posix-7.0.7-50.56.2.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-posix-7.0.7-50.56.2.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-posix-7.0.7-50.56.2.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-posix-7.0.7-50.56.2.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-pspell-7.0.7-50.56.2.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-pspell-7.0.7-50.56.2.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-pspell-7.0.7-50.56.2.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-pspell-7.0.7-50.56.2.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-shmop-7.0.7-50.56.2.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-shmop-7.0.7-50.56.2.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-shmop-7.0.7-50.56.2.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-shmop-7.0.7-50.56.2.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-snmp-7.0.7-50.56.2.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-snmp-7.0.7-50.56.2.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-snmp-7.0.7-50.56.2.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-snmp-7.0.7-50.56.2.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-soap-7.0.7-50.56.2.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-soap-7.0.7-50.56.2.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-soap-7.0.7-50.56.2.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-soap-7.0.7-50.56.2.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sockets-7.0.7-50.56.2.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sockets-7.0.7-50.56.2.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sockets-7.0.7-50.56.2.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sockets-7.0.7-50.56.2.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sqlite-7.0.7-50.56.2.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sqlite-7.0.7-50.56.2.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sqlite-7.0.7-50.56.2.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sqlite-7.0.7-50.56.2.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sysvmsg-7.0.7-50.56.2.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sysvmsg-7.0.7-50.56.2.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sysvmsg-7.0.7-50.56.2.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sysvmsg-7.0.7-50.56.2.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sysvsem-7.0.7-50.56.2.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sysvsem-7.0.7-50.56.2.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sysvsem-7.0.7-50.56.2.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sysvsem-7.0.7-50.56.2.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sysvshm-7.0.7-50.56.2.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sysvshm-7.0.7-50.56.2.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sysvshm-7.0.7-50.56.2.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sysvshm-7.0.7-50.56.2.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-tokenizer-7.0.7-50.56.2.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-tokenizer-7.0.7-50.56.2.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-tokenizer-7.0.7-50.56.2.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-tokenizer-7.0.7-50.56.2.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-wddx-7.0.7-50.56.2.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-wddx-7.0.7-50.56.2.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-wddx-7.0.7-50.56.2.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-wddx-7.0.7-50.56.2.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-xmlreader-7.0.7-50.56.2.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-xmlreader-7.0.7-50.56.2.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-xmlreader-7.0.7-50.56.2.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-xmlreader-7.0.7-50.56.2.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-xmlrpc-7.0.7-50.56.2.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-xmlrpc-7.0.7-50.56.2.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-xmlrpc-7.0.7-50.56.2.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-xmlrpc-7.0.7-50.56.2.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-xmlwriter-7.0.7-50.56.2.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-xmlwriter-7.0.7-50.56.2.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-xmlwriter-7.0.7-50.56.2.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-xmlwriter-7.0.7-50.56.2.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-xsl-7.0.7-50.56.2.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-xsl-7.0.7-50.56.2.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-xsl-7.0.7-50.56.2.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-xsl-7.0.7-50.56.2.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-zip-7.0.7-50.56.2.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-zip-7.0.7-50.56.2.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-zip-7.0.7-50.56.2.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-zip-7.0.7-50.56.2.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-zlib-7.0.7-50.56.2.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-zlib-7.0.7-50.56.2.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-zlib-7.0.7-50.56.2.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:php7-zlib-7.0.7-50.56.2.x86_64", "SUSE Linux Enterprise Software Development Kit 12 SP3:php7-devel-7.0.7-50.56.2.aarch64", "SUSE Linux Enterprise Software Development Kit 12 SP3:php7-devel-7.0.7-50.56.2.ppc64le", "SUSE Linux Enterprise Software Development Kit 12 SP3:php7-devel-7.0.7-50.56.2.s390x", "SUSE Linux Enterprise Software Development Kit 12 SP3:php7-devel-7.0.7-50.56.2.x86_64", "SUSE Linux Enterprise Software Development Kit 12 SP4:php7-devel-7.0.7-50.56.2.aarch64", "SUSE Linux Enterprise Software Development Kit 12 SP4:php7-devel-7.0.7-50.56.2.ppc64le", "SUSE Linux Enterprise Software Development Kit 12 SP4:php7-devel-7.0.7-50.56.2.s390x", "SUSE Linux Enterprise Software Development Kit 12 SP4:php7-devel-7.0.7-50.56.2.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2018-12-05T13:46:42Z", "details": "important" } ], "title": "CVE-2018-19518" } ] }
fkie_cve-2018-19518
Vulnerability from fkie_nvd
Published
2018-11-25 10:29
Modified
2024-11-21 03:58
Severity ?
Summary
University of Washington IMAP Toolkit 2007f on UNIX, as used in imap_open() in PHP and other products, launches an rsh command (by means of the imap_rimap function in c-client/imap4r1.c and the tcp_aopen function in osdep/unix/tcp_unix.c) without preventing argument injection, which might allow remote attackers to execute arbitrary OS commands if the IMAP server name is untrusted input (e.g., entered by a user of a web application) and if rsh has been replaced by a program with different argument semantics. For example, if rsh is a link to ssh (as seen on Debian and Ubuntu systems), then the attack can use an IMAP server name containing a "-oProxyCommand" argument.
References
Impacted products
Vendor | Product | Version | |
---|---|---|---|
php | php | * | |
php | php | * | |
php | php | * | |
php | php | * | |
debian | debian_linux | 8.0 | |
debian | debian_linux | 9.0 | |
uw-imap_project | uw-imap | 2007f | |
canonical | ubuntu_linux | 16.04 | |
canonical | ubuntu_linux | 18.04 | |
canonical | ubuntu_linux | 19.04 |
{ "configurations": [ { "nodes": [ { "cpeMatch": [ { "criteria": "cpe:2.3:a:php:php:*:*:*:*:*:*:*:*", "matchCriteriaId": "8ADD47D0-0706-44E2-AE36-13AC54F5D768", "versionEndIncluding": "5.6.38", "versionStartIncluding": "5.6.0", "vulnerable": true }, { "criteria": "cpe:2.3:a:php:php:*:*:*:*:*:*:*:*", "matchCriteriaId": "2B38E1D2-5264-472A-AD02-D65F0B0D94E7", "versionEndIncluding": "7.0.32", "versionStartIncluding": "7.0.0", "vulnerable": true }, { "criteria": "cpe:2.3:a:php:php:*:*:*:*:*:*:*:*", "matchCriteriaId": "C7D7FA44-5FC6-4EBE-982C-DAA32F543156", "versionEndIncluding": "7.1.24", "versionStartIncluding": "7.1.0", "vulnerable": true }, { "criteria": "cpe:2.3:a:php:php:*:*:*:*:*:*:*:*", "matchCriteriaId": "97D33246-3D83-4BFD-9149-62188C355DAB", "versionEndIncluding": "7.2.12", "versionStartIncluding": "7.2.0", "vulnerable": true } ], "negate": false, "operator": "OR" } ] }, { "nodes": [ { "cpeMatch": [ { "criteria": "cpe:2.3:o:debian:debian_linux:8.0:*:*:*:*:*:*:*", "matchCriteriaId": "C11E6FB0-C8C0-4527-9AA0-CB9B316F8F43", "vulnerable": true }, { "criteria": "cpe:2.3:o:debian:debian_linux:9.0:*:*:*:*:*:*:*", "matchCriteriaId": "DEECE5FC-CACF-4496-A3E7-164736409252", "vulnerable": true } ], "negate": false, "operator": "OR" } ] }, { "nodes": [ { "cpeMatch": [ { "criteria": "cpe:2.3:a:uw-imap_project:uw-imap:2007f:*:*:*:*:*:*:*", "matchCriteriaId": "E72605F6-53DB-4D26-B0E6-EFF7C772AA52", "vulnerable": true } ], "negate": false, "operator": "OR" } ] }, { "nodes": [ { "cpeMatch": [ { "criteria": "cpe:2.3:o:canonical:ubuntu_linux:16.04:*:*:*:esm:*:*:*", "matchCriteriaId": "7A5301BF-1402-4BE0-A0F8-69FBE79BC6D6", "vulnerable": true }, { "criteria": "cpe:2.3:o:canonical:ubuntu_linux:18.04:*:*:*:lts:*:*:*", "matchCriteriaId": "23A7C53F-B80F-4E6A-AFA9-58EEA84BE11D", "vulnerable": true }, { "criteria": "cpe:2.3:o:canonical:ubuntu_linux:19.04:*:*:*:*:*:*:*", "matchCriteriaId": "CD783B0C-9246-47D9-A937-6144FE8BFF0F", "vulnerable": true } ], "negate": false, "operator": "OR" } ] } ], "cveTags": [], "descriptions": [ { "lang": "en", "value": "University of Washington IMAP Toolkit 2007f on UNIX, as used in imap_open() in PHP and other products, launches an rsh command (by means of the imap_rimap function in c-client/imap4r1.c and the tcp_aopen function in osdep/unix/tcp_unix.c) without preventing argument injection, which might allow remote attackers to execute arbitrary OS commands if the IMAP server name is untrusted input (e.g., entered by a user of a web application) and if rsh has been replaced by a program with different argument semantics. For example, if rsh is a link to ssh (as seen on Debian and Ubuntu systems), then the attack can use an IMAP server name containing a \"-oProxyCommand\" argument." }, { "lang": "es", "value": "La versi\u00f3n 2007f de University of Washington IMAP Toolkit en UNIX, tal y como se utiliza en imap_open() en PHP y otros productos, lanza un comando rsh (por medio de la funci\u00f3n imap_rimap en c-client/imap4r1.c y la funci\u00f3n tcp_aopen en osdep/unix/tcp_unix.c) sin prevenir una inyecci\u00f3n de argumentos. Esto podr\u00eda permitir a los atacantes remotos ejecutar comandos arbitrarios del sistema operativo si el nombre del servidor IMAP son entradas no fiables (por ejemplo, si son introducidos por un usuario de una aplicaci\u00f3n web) y si rsh ha sido reemplazado por un programa con sem\u00e1nticas de argumentos diversas. Por ejemplo, si rsh es un enlace a ssh (como es el caso de los sistemas Debian y Ubuntu), el ataque puede utilizar un nombre del servidor IMAP que contenga un argumento \"-oProxyCommand\"." } ], "id": "CVE-2018-19518", "lastModified": "2024-11-21T03:58:04.993", "metrics": { "cvssMetricV2": [ { "acInsufInfo": false, "baseSeverity": "HIGH", "cvssData": { "accessComplexity": "MEDIUM", "accessVector": "NETWORK", "authentication": "SINGLE", "availabilityImpact": "COMPLETE", "baseScore": 8.5, "confidentialityImpact": "COMPLETE", "integrityImpact": "COMPLETE", "vectorString": "AV:N/AC:M/Au:S/C:C/I:C/A:C", "version": "2.0" }, "exploitabilityScore": 6.8, "impactScore": 10.0, "obtainAllPrivilege": false, "obtainOtherPrivilege": false, "obtainUserPrivilege": false, "source": "nvd@nist.gov", "type": "Primary", "userInteractionRequired": false } ], "cvssMetricV31": [ { "cvssData": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "exploitabilityScore": 1.6, "impactScore": 5.9, "source": "nvd@nist.gov", "type": "Primary" } ] }, "published": "2018-11-25T10:29:00.250", "references": [ { "source": "cve@mitre.org", "tags": [ "Broken Link" ], "url": "http://www.securityfocus.com/bid/106018" }, { "source": "cve@mitre.org", "tags": [ "Broken Link" ], "url": "http://www.securitytracker.com/id/1042157" }, { "source": "cve@mitre.org", "tags": [ "Exploit", "Third Party Advisory" ], "url": "https://antichat.com/threads/463395/#post-4254681" }, { "source": "cve@mitre.org", "tags": [ "Mailing List", "Third Party Advisory" ], "url": "https://bugs.debian.org/913775" }, { "source": "cve@mitre.org", "tags": [ "Mailing List", "Third Party Advisory" ], "url": "https://bugs.debian.org/913835" }, { "source": "cve@mitre.org", "tags": [ "Mailing List", "Third Party Advisory" ], "url": "https://bugs.debian.org/913836" }, { "source": "cve@mitre.org", "tags": [ "Exploit", "Mailing List", "Vendor Advisory" ], "url": "https://bugs.php.net/bug.php?id=76428" }, { "source": "cve@mitre.org", "tags": [ "Exploit", "Mailing List", "Vendor Advisory" ], "url": "https://bugs.php.net/bug.php?id=77153" }, { "source": "cve@mitre.org", "tags": [ "Vendor Advisory" ], "url": "https://bugs.php.net/bug.php?id=77160" }, { "source": "cve@mitre.org", "url": "https://git.php.net/?p=php-src.git%3Ba=commit%3Bh=e5bfea64c81ae34816479bb05d17cdffe45adddb" }, { "source": "cve@mitre.org", "tags": [ "Exploit", "Third Party Advisory" ], "url": "https://github.com/Bo0oM/PHP_imap_open_exploit/blob/master/exploit.php" }, { "source": "cve@mitre.org", "tags": [ "Mailing List", "Third Party Advisory" ], "url": "https://lists.debian.org/debian-lts-announce/2018/12/msg00006.html" }, { "source": "cve@mitre.org", "tags": [ "Mailing List", "Third Party Advisory" ], "url": "https://lists.debian.org/debian-lts-announce/2019/03/msg00001.html" }, { "source": "cve@mitre.org", "tags": [ "Mailing List", "Third Party Advisory" ], "url": "https://lists.debian.org/debian-lts-announce/2021/12/msg00031.html" }, { "source": "cve@mitre.org", "tags": [ "Third Party Advisory" ], "url": "https://security.gentoo.org/glsa/202003-57" }, { "source": "cve@mitre.org", "tags": [ "Third Party Advisory" ], "url": "https://security.netapp.com/advisory/ntap-20181221-0004/" }, { "source": "cve@mitre.org", "tags": [ "Third Party Advisory" ], "url": "https://usn.ubuntu.com/4160-1/" }, { "source": "cve@mitre.org", "tags": [ "Third Party Advisory" ], "url": "https://www.debian.org/security/2018/dsa-4353" }, { "source": "cve@mitre.org", "tags": [ "Exploit", "Third Party Advisory", "VDB Entry" ], "url": "https://www.exploit-db.com/exploits/45914/" }, { "source": "cve@mitre.org", "tags": [ "Exploit", "Mailing List", "Third Party Advisory" ], "url": "https://www.openwall.com/lists/oss-security/2018/11/22/3" }, { "source": "af854a3a-2127-422b-91ae-364da2661108", "tags": [ "Broken Link" ], "url": "http://www.securityfocus.com/bid/106018" }, { "source": "af854a3a-2127-422b-91ae-364da2661108", "tags": [ "Broken Link" ], "url": "http://www.securitytracker.com/id/1042157" }, { "source": "af854a3a-2127-422b-91ae-364da2661108", "tags": [ "Exploit", "Third Party Advisory" ], "url": "https://antichat.com/threads/463395/#post-4254681" }, { "source": "af854a3a-2127-422b-91ae-364da2661108", "tags": [ "Mailing List", "Third Party Advisory" ], "url": "https://bugs.debian.org/913775" }, { "source": "af854a3a-2127-422b-91ae-364da2661108", "tags": [ "Mailing List", "Third Party Advisory" ], "url": "https://bugs.debian.org/913835" }, { "source": "af854a3a-2127-422b-91ae-364da2661108", "tags": [ "Mailing List", "Third Party Advisory" ], "url": "https://bugs.debian.org/913836" }, { "source": "af854a3a-2127-422b-91ae-364da2661108", "tags": [ "Exploit", "Mailing List", "Vendor Advisory" ], "url": "https://bugs.php.net/bug.php?id=76428" }, { "source": "af854a3a-2127-422b-91ae-364da2661108", "tags": [ "Exploit", "Mailing List", "Vendor Advisory" ], "url": "https://bugs.php.net/bug.php?id=77153" }, { "source": "af854a3a-2127-422b-91ae-364da2661108", "tags": [ "Vendor Advisory" ], "url": "https://bugs.php.net/bug.php?id=77160" }, { "source": "af854a3a-2127-422b-91ae-364da2661108", "url": "https://git.php.net/?p=php-src.git%3Ba=commit%3Bh=e5bfea64c81ae34816479bb05d17cdffe45adddb" }, { "source": "af854a3a-2127-422b-91ae-364da2661108", "tags": [ "Exploit", "Third Party Advisory" ], "url": "https://github.com/Bo0oM/PHP_imap_open_exploit/blob/master/exploit.php" }, { "source": "af854a3a-2127-422b-91ae-364da2661108", "tags": [ "Mailing List", "Third Party Advisory" ], "url": "https://lists.debian.org/debian-lts-announce/2018/12/msg00006.html" }, { "source": "af854a3a-2127-422b-91ae-364da2661108", "tags": [ "Mailing List", "Third Party Advisory" ], "url": "https://lists.debian.org/debian-lts-announce/2019/03/msg00001.html" }, { "source": "af854a3a-2127-422b-91ae-364da2661108", "tags": [ "Mailing List", "Third Party Advisory" ], "url": "https://lists.debian.org/debian-lts-announce/2021/12/msg00031.html" }, { "source": "af854a3a-2127-422b-91ae-364da2661108", "tags": [ "Third Party Advisory" ], "url": "https://security.gentoo.org/glsa/202003-57" }, { "source": "af854a3a-2127-422b-91ae-364da2661108", "tags": [ "Third Party Advisory" ], "url": "https://security.netapp.com/advisory/ntap-20181221-0004/" }, { "source": "af854a3a-2127-422b-91ae-364da2661108", "tags": [ "Third Party Advisory" ], "url": "https://usn.ubuntu.com/4160-1/" }, { "source": "af854a3a-2127-422b-91ae-364da2661108", "tags": [ "Third Party Advisory" ], "url": "https://www.debian.org/security/2018/dsa-4353" }, { "source": "af854a3a-2127-422b-91ae-364da2661108", "tags": [ "Exploit", "Third Party Advisory", "VDB Entry" ], "url": "https://www.exploit-db.com/exploits/45914/" }, { "source": "af854a3a-2127-422b-91ae-364da2661108", "tags": [ "Exploit", "Mailing List", "Third Party Advisory" ], "url": "https://www.openwall.com/lists/oss-security/2018/11/22/3" } ], "sourceIdentifier": "cve@mitre.org", "vulnStatus": "Modified", "weaknesses": [ { "description": [ { "lang": "en", "value": "CWE-88" } ], "source": "nvd@nist.gov", "type": "Primary" } ] }
gsd-2018-19518
Vulnerability from gsd
Modified
2023-12-13 01:22
Details
University of Washington IMAP Toolkit 2007f on UNIX, as used in imap_open() in PHP and other products, launches an rsh command (by means of the imap_rimap function in c-client/imap4r1.c and the tcp_aopen function in osdep/unix/tcp_unix.c) without preventing argument injection, which might allow remote attackers to execute arbitrary OS commands if the IMAP server name is untrusted input (e.g., entered by a user of a web application) and if rsh has been replaced by a program with different argument semantics. For example, if rsh is a link to ssh (as seen on Debian and Ubuntu systems), then the attack can use an IMAP server name containing a "-oProxyCommand" argument.
Aliases
Aliases
{ "GSD": { "alias": "CVE-2018-19518", "description": "University of Washington IMAP Toolkit 2007f on UNIX, as used in imap_open() in PHP and other products, launches an rsh command (by means of the imap_rimap function in c-client/imap4r1.c and the tcp_aopen function in osdep/unix/tcp_unix.c) without preventing argument injection, which might allow remote attackers to execute arbitrary OS commands if the IMAP server name is untrusted input (e.g., entered by a user of a web application) and if rsh has been replaced by a program with different argument semantics. For example, if rsh is a link to ssh (as seen on Debian and Ubuntu systems), then the attack can use an IMAP server name containing a \"-oProxyCommand\" argument.", "id": "GSD-2018-19518", "references": [ "https://www.suse.com/security/cve/CVE-2018-19518.html", "https://www.debian.org/security/2018/dsa-4353", "https://ubuntu.com/security/CVE-2018-19518", "https://advisories.mageia.org/CVE-2018-19518.html", "https://alas.aws.amazon.com/cve/html/CVE-2018-19518.html" ] }, "gsd": { "metadata": { "exploitCode": "unknown", "remediation": "unknown", "reportConfidence": "confirmed", "type": "vulnerability" }, "osvSchema": { "aliases": [ "CVE-2018-19518" ], "details": "University of Washington IMAP Toolkit 2007f on UNIX, as used in imap_open() in PHP and other products, launches an rsh command (by means of the imap_rimap function in c-client/imap4r1.c and the tcp_aopen function in osdep/unix/tcp_unix.c) without preventing argument injection, which might allow remote attackers to execute arbitrary OS commands if the IMAP server name is untrusted input (e.g., entered by a user of a web application) and if rsh has been replaced by a program with different argument semantics. For example, if rsh is a link to ssh (as seen on Debian and Ubuntu systems), then the attack can use an IMAP server name containing a \"-oProxyCommand\" argument.", "id": "GSD-2018-19518", "modified": "2023-12-13T01:22:38.766529Z", "schema_version": "1.4.0" } }, "namespaces": { "cve.org": { "CVE_data_meta": { "ASSIGNER": "cve@mitre.org", "ID": "CVE-2018-19518", "STATE": "PUBLIC" }, "affects": { "vendor": { "vendor_data": [ { "product": { "product_data": [ { "product_name": "n/a", "version": { "version_data": [ { "version_value": "n/a" } ] } } ] }, "vendor_name": "n/a" } ] } }, "data_format": "MITRE", "data_type": "CVE", "data_version": "4.0", "description": { "description_data": [ { "lang": "eng", "value": "University of Washington IMAP Toolkit 2007f on UNIX, as used in imap_open() in PHP and other products, launches an rsh command (by means of the imap_rimap function in c-client/imap4r1.c and the tcp_aopen function in osdep/unix/tcp_unix.c) without preventing argument injection, which might allow remote attackers to execute arbitrary OS commands if the IMAP server name is untrusted input (e.g., entered by a user of a web application) and if rsh has been replaced by a program with different argument semantics. For example, if rsh is a link to ssh (as seen on Debian and Ubuntu systems), then the attack can use an IMAP server name containing a \"-oProxyCommand\" argument." } ] }, "problemtype": { "problemtype_data": [ { "description": [ { "lang": "eng", "value": "n/a" } ] } ] }, "references": { "reference_data": [ { "name": "https://bugs.php.net/bug.php?id=77160", "refsource": "MISC", "url": "https://bugs.php.net/bug.php?id=77160" }, { "name": "45914", "refsource": "EXPLOIT-DB", "url": "https://www.exploit-db.com/exploits/45914/" }, { "name": "[debian-lts-announce] 20190301 [SECURITY] [DLA 1700-1] uw-imap security update", "refsource": "MLIST", "url": "https://lists.debian.org/debian-lts-announce/2019/03/msg00001.html" }, { "name": "https://security.netapp.com/advisory/ntap-20181221-0004/", "refsource": "CONFIRM", "url": "https://security.netapp.com/advisory/ntap-20181221-0004/" }, { "name": "1042157", "refsource": "SECTRACK", "url": "http://www.securitytracker.com/id/1042157" }, { "name": "DSA-4353", "refsource": "DEBIAN", "url": "https://www.debian.org/security/2018/dsa-4353" }, { "name": "https://github.com/Bo0oM/PHP_imap_open_exploit/blob/master/exploit.php", "refsource": "MISC", "url": "https://github.com/Bo0oM/PHP_imap_open_exploit/blob/master/exploit.php" }, { "name": "https://bugs.debian.org/913835", "refsource": "MISC", "url": "https://bugs.debian.org/913835" }, { "name": "https://www.openwall.com/lists/oss-security/2018/11/22/3", "refsource": "MISC", "url": "https://www.openwall.com/lists/oss-security/2018/11/22/3" }, { "name": "https://git.php.net/?p=php-src.git;a=commit;h=e5bfea64c81ae34816479bb05d17cdffe45adddb", "refsource": "CONFIRM", "url": "https://git.php.net/?p=php-src.git;a=commit;h=e5bfea64c81ae34816479bb05d17cdffe45adddb" }, { "name": "106018", "refsource": "BID", "url": "http://www.securityfocus.com/bid/106018" }, { "name": "https://bugs.php.net/bug.php?id=76428", "refsource": "MISC", "url": "https://bugs.php.net/bug.php?id=76428" }, { "name": "https://bugs.debian.org/913775", "refsource": "MISC", "url": "https://bugs.debian.org/913775" }, { "name": "https://bugs.debian.org/913836", "refsource": "MISC", "url": "https://bugs.debian.org/913836" }, { "name": "https://antichat.com/threads/463395/#post-4254681", "refsource": "MISC", "url": "https://antichat.com/threads/463395/#post-4254681" }, { "name": "https://bugs.php.net/bug.php?id=77153", "refsource": "MISC", "url": "https://bugs.php.net/bug.php?id=77153" }, { "name": "[debian-lts-announce] 20181217 [SECURITY] [DLA 1608-1] php5 security update", "refsource": "MLIST", "url": "https://lists.debian.org/debian-lts-announce/2018/12/msg00006.html" }, { "name": "USN-4160-1", "refsource": "UBUNTU", "url": "https://usn.ubuntu.com/4160-1/" }, { "name": "GLSA-202003-57", "refsource": "GENTOO", "url": "https://security.gentoo.org/glsa/202003-57" }, { "name": "[debian-lts-announce] 20211229 [SECURITY] [DLA 2866-1] uw-imap security update", "refsource": "MLIST", "url": "https://lists.debian.org/debian-lts-announce/2021/12/msg00031.html" } ] } }, "nvd.nist.gov": { "configurations": { "CVE_data_version": "4.0", "nodes": [ { "children": [], "cpe_match": [ { "cpe23Uri": "cpe:2.3:a:php:php:*:*:*:*:*:*:*:*", "cpe_name": [], "versionEndIncluding": "7.2.12", "versionStartIncluding": "7.2.0", "vulnerable": true }, { "cpe23Uri": "cpe:2.3:a:php:php:*:*:*:*:*:*:*:*", "cpe_name": [], "versionEndIncluding": "7.0.32", "versionStartIncluding": "7.0.0", "vulnerable": true }, { "cpe23Uri": "cpe:2.3:a:php:php:*:*:*:*:*:*:*:*", "cpe_name": [], "versionEndIncluding": "7.1.24", "versionStartIncluding": "7.1.0", "vulnerable": true }, { "cpe23Uri": "cpe:2.3:a:php:php:*:*:*:*:*:*:*:*", "cpe_name": [], "versionEndIncluding": "5.6.38", "versionStartIncluding": "5.6.0", "vulnerable": true } ], "operator": "OR" }, { "children": [], "cpe_match": [ { "cpe23Uri": "cpe:2.3:o:debian:debian_linux:8.0:*:*:*:*:*:*:*", "cpe_name": [], "vulnerable": true }, { "cpe23Uri": "cpe:2.3:o:debian:debian_linux:9.0:*:*:*:*:*:*:*", "cpe_name": [], "vulnerable": true } ], "operator": "OR" }, { "children": [], "cpe_match": [ { "cpe23Uri": "cpe:2.3:a:uw-imap_project:uw-imap:2007f:*:*:*:*:*:*:*", "cpe_name": [], "vulnerable": true } ], "operator": "OR" }, { "children": [], "cpe_match": [ { "cpe23Uri": "cpe:2.3:o:canonical:ubuntu_linux:16.04:*:*:*:esm:*:*:*", "cpe_name": [], "vulnerable": true }, { "cpe23Uri": "cpe:2.3:o:canonical:ubuntu_linux:18.04:*:*:*:lts:*:*:*", "cpe_name": [], "vulnerable": true }, { "cpe23Uri": "cpe:2.3:o:canonical:ubuntu_linux:19.04:*:*:*:*:*:*:*", "cpe_name": [], "vulnerable": true } ], "operator": "OR" } ] }, "cve": { "CVE_data_meta": { "ASSIGNER": "cve@mitre.org", "ID": "CVE-2018-19518" }, "data_format": "MITRE", "data_type": "CVE", "data_version": "4.0", "description": { "description_data": [ { "lang": "en", "value": "University of Washington IMAP Toolkit 2007f on UNIX, as used in imap_open() in PHP and other products, launches an rsh command (by means of the imap_rimap function in c-client/imap4r1.c and the tcp_aopen function in osdep/unix/tcp_unix.c) without preventing argument injection, which might allow remote attackers to execute arbitrary OS commands if the IMAP server name is untrusted input (e.g., entered by a user of a web application) and if rsh has been replaced by a program with different argument semantics. For example, if rsh is a link to ssh (as seen on Debian and Ubuntu systems), then the attack can use an IMAP server name containing a \"-oProxyCommand\" argument." } ] }, "problemtype": { "problemtype_data": [ { "description": [ { "lang": "en", "value": "CWE-88" } ] } ] }, "references": { "reference_data": [ { "name": "https://www.openwall.com/lists/oss-security/2018/11/22/3", "refsource": "MISC", "tags": [ "Exploit", "Mailing List", "Third Party Advisory" ], "url": "https://www.openwall.com/lists/oss-security/2018/11/22/3" }, { "name": "https://github.com/Bo0oM/PHP_imap_open_exploit/blob/master/exploit.php", "refsource": "MISC", "tags": [ "Exploit", "Third Party Advisory" ], "url": "https://github.com/Bo0oM/PHP_imap_open_exploit/blob/master/exploit.php" }, { "name": "https://bugs.php.net/bug.php?id=77160", "refsource": "MISC", "tags": [ "Vendor Advisory" ], "url": "https://bugs.php.net/bug.php?id=77160" }, { "name": "https://bugs.php.net/bug.php?id=77153", "refsource": "MISC", "tags": [ "Exploit", "Mailing List", "Vendor Advisory" ], "url": "https://bugs.php.net/bug.php?id=77153" }, { "name": "https://bugs.php.net/bug.php?id=76428", "refsource": "MISC", "tags": [ "Exploit", "Mailing List", "Vendor Advisory" ], "url": "https://bugs.php.net/bug.php?id=76428" }, { "name": "https://bugs.debian.org/913836", "refsource": "MISC", "tags": [ "Mailing List", "Third Party Advisory" ], "url": "https://bugs.debian.org/913836" }, { "name": "https://bugs.debian.org/913835", "refsource": "MISC", "tags": [ "Mailing List", "Third Party Advisory" ], "url": "https://bugs.debian.org/913835" }, { "name": "https://bugs.debian.org/913775", "refsource": "MISC", "tags": [ "Mailing List", "Third Party Advisory" ], "url": "https://bugs.debian.org/913775" }, { "name": "https://antichat.com/threads/463395/#post-4254681", "refsource": "MISC", "tags": [ "Exploit", "Third Party Advisory" ], "url": "https://antichat.com/threads/463395/#post-4254681" }, { "name": "1042157", "refsource": "SECTRACK", "tags": [ "Broken Link" ], "url": "http://www.securitytracker.com/id/1042157" }, { "name": "106018", "refsource": "BID", "tags": [ "Broken Link" ], "url": "http://www.securityfocus.com/bid/106018" }, { "name": "https://git.php.net/?p=php-src.git;a=commit;h=e5bfea64c81ae34816479bb05d17cdffe45adddb", "refsource": "CONFIRM", "tags": [ "Mailing List", "Patch", "Third Party Advisory" ], "url": "https://git.php.net/?p=php-src.git;a=commit;h=e5bfea64c81ae34816479bb05d17cdffe45adddb" }, { "name": "45914", "refsource": "EXPLOIT-DB", "tags": [ "Exploit", "Third Party Advisory", "VDB Entry" ], "url": "https://www.exploit-db.com/exploits/45914/" }, { "name": "DSA-4353", "refsource": "DEBIAN", "tags": [ "Third Party Advisory" ], "url": "https://www.debian.org/security/2018/dsa-4353" }, { "name": "[debian-lts-announce] 20181217 [SECURITY] [DLA 1608-1] php5 security update", "refsource": "MLIST", "tags": [ "Mailing List", "Third Party Advisory" ], "url": "https://lists.debian.org/debian-lts-announce/2018/12/msg00006.html" }, { "name": "https://security.netapp.com/advisory/ntap-20181221-0004/", "refsource": "CONFIRM", "tags": [ "Third Party Advisory" ], "url": "https://security.netapp.com/advisory/ntap-20181221-0004/" }, { "name": "[debian-lts-announce] 20190301 [SECURITY] [DLA 1700-1] uw-imap security update", "refsource": "MLIST", "tags": [ "Mailing List", "Third Party Advisory" ], "url": "https://lists.debian.org/debian-lts-announce/2019/03/msg00001.html" }, { "name": "USN-4160-1", "refsource": "UBUNTU", "tags": [ "Third Party Advisory" ], "url": "https://usn.ubuntu.com/4160-1/" }, { "name": "GLSA-202003-57", "refsource": "GENTOO", "tags": [ "Third Party Advisory" ], "url": "https://security.gentoo.org/glsa/202003-57" }, { "name": "[debian-lts-announce] 20211229 [SECURITY] [DLA 2866-1] uw-imap security update", "refsource": "MLIST", "tags": [ "Mailing List", "Third Party Advisory" ], "url": "https://lists.debian.org/debian-lts-announce/2021/12/msg00031.html" } ] } }, "impact": { "baseMetricV2": { "acInsufInfo": false, "cvssV2": { "accessComplexity": "MEDIUM", "accessVector": "NETWORK", "authentication": "SINGLE", "availabilityImpact": "COMPLETE", "baseScore": 8.5, "confidentialityImpact": "COMPLETE", "integrityImpact": "COMPLETE", "vectorString": "AV:N/AC:M/Au:S/C:C/I:C/A:C", "version": "2.0" }, "exploitabilityScore": 6.8, "impactScore": 10.0, "obtainAllPrivilege": false, "obtainOtherPrivilege": false, "obtainUserPrivilege": false, "severity": "HIGH", "userInteractionRequired": false }, "baseMetricV3": { "cvssV3": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "exploitabilityScore": 1.6, "impactScore": 5.9 } }, "lastModifiedDate": "2022-04-18T18:12Z", "publishedDate": "2018-11-25T10:29Z" } } }
Loading…
Loading…
Sightings
Author | Source | Type | Date |
---|
Nomenclature
- Seen: The vulnerability was mentioned, discussed, or seen somewhere by the user.
- Confirmed: The vulnerability is confirmed from an analyst perspective.
- Exploited: This vulnerability was exploited and seen by the user reporting the sighting.
- Patched: This vulnerability was successfully patched by the user reporting the sighting.
- Not exploited: This vulnerability was not exploited or seen by the user reporting the sighting.
- Not confirmed: The user expresses doubt about the veracity of the vulnerability.
- Not patched: This vulnerability was not successfully patched by the user reporting the sighting.
Loading…