Action not permitted
Modal body text goes here.
Modal Title
Modal Body
CVE-2015-8994 (GCVE-0-2015-8994)
Vulnerability from cvelistv5 – Published: 2017-03-02 06:00 – Updated: 2024-08-06 08:36- n/a
| URL | Tags | ||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|||||||||||||||||||||||
{
"containers": {
"adp": [
{
"providerMetadata": {
"dateUpdated": "2024-08-06T08:36:31.549Z",
"orgId": "af854a3a-2127-422b-91ae-364da2661108",
"shortName": "CVE"
},
"references": [
{
"tags": [
"x_refsource_MISC",
"x_transferred"
],
"url": "http://openwall.com/lists/oss-security/2017/02/28/1"
},
{
"tags": [
"x_refsource_MISC",
"x_transferred"
],
"url": "http://seclists.org/oss-sec/2017/q1/520"
},
{
"tags": [
"x_refsource_MISC",
"x_transferred"
],
"url": "http://marc.info/?l=php-internals\u0026m=147921016724565\u0026w=2"
},
{
"tags": [
"x_refsource_MISC",
"x_transferred"
],
"url": "https://ma.ttias.be/a-better-way-to-run-php-fpm/"
},
{
"tags": [
"x_refsource_MISC",
"x_transferred"
],
"url": "http://marc.info/?l=php-internals\u0026m=147876797317925\u0026w=2"
},
{
"tags": [
"x_refsource_MISC",
"x_transferred"
],
"url": "http://seclists.org/oss-sec/2016/q4/343"
},
{
"tags": [
"x_refsource_MISC",
"x_transferred"
],
"url": "https://bugs.php.net/bug.php?id=69090"
}
],
"title": "CVE Program Container"
}
],
"cna": {
"affected": [
{
"product": "n/a",
"vendor": "n/a",
"versions": [
{
"status": "affected",
"version": "n/a"
}
]
}
],
"datePublic": "2017-03-02T00:00:00",
"descriptions": [
{
"lang": "en",
"value": "An issue was discovered in PHP 5.x and 7.x, when the configuration uses apache2handler/mod_php or php-fpm with OpCache enabled. With 5.x after 5.6.28 or 7.x after 7.0.13, the issue is resolved in a non-default configuration with the opcache.validate_permission=1 setting. The vulnerability details are as follows. In PHP SAPIs where PHP interpreters share a common parent process, Zend OpCache creates a shared memory object owned by the common parent during initialization. Child PHP processes inherit the SHM descriptor, using it to cache and retrieve compiled script bytecode (\"opcode\" in PHP jargon). Cache keys vary depending on configuration, but filename is a central key component, and compiled opcode can generally be run if a script\u0027s filename is known or can be guessed. Many common shared-hosting configurations change EUID in child processes to enforce privilege separation among hosted users (for example using mod_ruid2 for the Apache HTTP Server, or php-fpm user settings). In these scenarios, the default Zend OpCache behavior defeats script file permissions by sharing a single SHM cache among all child PHP processes. PHP scripts often contain sensitive information: Think of CMS configurations where reading or running another user\u0027s script usually means gaining privileges to the CMS database."
}
],
"problemTypes": [
{
"descriptions": [
{
"description": "n/a",
"lang": "en",
"type": "text"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2017-03-02T05:57:01",
"orgId": "8254265b-2729-46b6-b9e3-3dfca2d5bfca",
"shortName": "mitre"
},
"references": [
{
"tags": [
"x_refsource_MISC"
],
"url": "http://openwall.com/lists/oss-security/2017/02/28/1"
},
{
"tags": [
"x_refsource_MISC"
],
"url": "http://seclists.org/oss-sec/2017/q1/520"
},
{
"tags": [
"x_refsource_MISC"
],
"url": "http://marc.info/?l=php-internals\u0026m=147921016724565\u0026w=2"
},
{
"tags": [
"x_refsource_MISC"
],
"url": "https://ma.ttias.be/a-better-way-to-run-php-fpm/"
},
{
"tags": [
"x_refsource_MISC"
],
"url": "http://marc.info/?l=php-internals\u0026m=147876797317925\u0026w=2"
},
{
"tags": [
"x_refsource_MISC"
],
"url": "http://seclists.org/oss-sec/2016/q4/343"
},
{
"tags": [
"x_refsource_MISC"
],
"url": "https://bugs.php.net/bug.php?id=69090"
}
],
"x_legacyV4Record": {
"CVE_data_meta": {
"ASSIGNER": "cve@mitre.org",
"ID": "CVE-2015-8994",
"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": "An issue was discovered in PHP 5.x and 7.x, when the configuration uses apache2handler/mod_php or php-fpm with OpCache enabled. With 5.x after 5.6.28 or 7.x after 7.0.13, the issue is resolved in a non-default configuration with the opcache.validate_permission=1 setting. The vulnerability details are as follows. In PHP SAPIs where PHP interpreters share a common parent process, Zend OpCache creates a shared memory object owned by the common parent during initialization. Child PHP processes inherit the SHM descriptor, using it to cache and retrieve compiled script bytecode (\"opcode\" in PHP jargon). Cache keys vary depending on configuration, but filename is a central key component, and compiled opcode can generally be run if a script\u0027s filename is known or can be guessed. Many common shared-hosting configurations change EUID in child processes to enforce privilege separation among hosted users (for example using mod_ruid2 for the Apache HTTP Server, or php-fpm user settings). In these scenarios, the default Zend OpCache behavior defeats script file permissions by sharing a single SHM cache among all child PHP processes. PHP scripts often contain sensitive information: Think of CMS configurations where reading or running another user\u0027s script usually means gaining privileges to the CMS database."
}
]
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "n/a"
}
]
}
]
},
"references": {
"reference_data": [
{
"name": "http://openwall.com/lists/oss-security/2017/02/28/1",
"refsource": "MISC",
"url": "http://openwall.com/lists/oss-security/2017/02/28/1"
},
{
"name": "http://seclists.org/oss-sec/2017/q1/520",
"refsource": "MISC",
"url": "http://seclists.org/oss-sec/2017/q1/520"
},
{
"name": "http://marc.info/?l=php-internals\u0026m=147921016724565\u0026w=2",
"refsource": "MISC",
"url": "http://marc.info/?l=php-internals\u0026m=147921016724565\u0026w=2"
},
{
"name": "https://ma.ttias.be/a-better-way-to-run-php-fpm/",
"refsource": "MISC",
"url": "https://ma.ttias.be/a-better-way-to-run-php-fpm/"
},
{
"name": "http://marc.info/?l=php-internals\u0026m=147876797317925\u0026w=2",
"refsource": "MISC",
"url": "http://marc.info/?l=php-internals\u0026m=147876797317925\u0026w=2"
},
{
"name": "http://seclists.org/oss-sec/2016/q4/343",
"refsource": "MISC",
"url": "http://seclists.org/oss-sec/2016/q4/343"
},
{
"name": "https://bugs.php.net/bug.php?id=69090",
"refsource": "MISC",
"url": "https://bugs.php.net/bug.php?id=69090"
}
]
}
}
}
},
"cveMetadata": {
"assignerOrgId": "8254265b-2729-46b6-b9e3-3dfca2d5bfca",
"assignerShortName": "mitre",
"cveId": "CVE-2015-8994",
"datePublished": "2017-03-02T06:00:00",
"dateReserved": "2017-02-28T00:00:00",
"dateUpdated": "2024-08-06T08:36:31.549Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.1",
"vulnerability-lookup:meta": {
"nvd": "{\"cve\":{\"id\":\"CVE-2015-8994\",\"sourceIdentifier\":\"cve@mitre.org\",\"published\":\"2017-03-02T06:59:00.167\",\"lastModified\":\"2025-04-20T01:37:25.860\",\"vulnStatus\":\"Deferred\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"An issue was discovered in PHP 5.x and 7.x, when the configuration uses apache2handler/mod_php or php-fpm with OpCache enabled. With 5.x after 5.6.28 or 7.x after 7.0.13, the issue is resolved in a non-default configuration with the opcache.validate_permission=1 setting. The vulnerability details are as follows. In PHP SAPIs where PHP interpreters share a common parent process, Zend OpCache creates a shared memory object owned by the common parent during initialization. Child PHP processes inherit the SHM descriptor, using it to cache and retrieve compiled script bytecode (\\\"opcode\\\" in PHP jargon). Cache keys vary depending on configuration, but filename is a central key component, and compiled opcode can generally be run if a script\u0027s filename is known or can be guessed. Many common shared-hosting configurations change EUID in child processes to enforce privilege separation among hosted users (for example using mod_ruid2 for the Apache HTTP Server, or php-fpm user settings). In these scenarios, the default Zend OpCache behavior defeats script file permissions by sharing a single SHM cache among all child PHP processes. PHP scripts often contain sensitive information: Think of CMS configurations where reading or running another user\u0027s script usually means gaining privileges to the CMS database.\"},{\"lang\":\"es\",\"value\":\"Se ha descubierto un problema en PHP 5.x y 7.x, cuando la configuraci\u00f3n utiliza apache2handler/mod_php o php-fpm con OpCache habilitado. Con 5.x despu\u00e9s de la versi\u00f3n 5.6.28 o 7.x despu\u00e9s de la versi\u00f3n 7.0.13, el problema se resuelve en una configuraci\u00f3n no predeterminada con el ajuste opcache.validate_permission=1. Los detalles de la vulnerabilidad son los siguientes. En PHP SAPIs donde los int\u00e9rpretes PHP comparten un proceso padre com\u00fan, Zend OpCache crea un objeto de memoria compartido propiedad del padre com\u00fan durante la inicializaci\u00f3n. Los procesos Child PHP heredan el descriptor SHM, us\u00e1ndolo para almacenar en cach\u00e9 y recuperar la secuencia de comandos de bytecode (\\\"opcode\\\" en jerga PHP ). Las claves de cach\u00e9 var\u00edan dependiendo de la configuraci\u00f3n, pero el nombre del archivo es un componente clave central y el c\u00f3digo de operaci\u00f3n compilado puede ejecutarse generalmente si un nombre de archivo de la secuencia de comandos es conocido o puede ser adivinado. Muchas configuraciones comunes de alojamiento compartido cambian el EUID en los procesos hijo para forzar la separaci\u00f3n de privilegios entre los usuarios invitados (por ejemplo usando mod_ruid2 para el servidor HTTP de Apache o la configuraci\u00f3n de usuario php-fpm). En estos escenarios, el comportamiento predeterminado de Zend OpCache invalida los permisos del archivo de secuencia de comandos compartiendo una sola cach\u00e9 SHM entre todos los procesos hijo PHP. Las secuencias de comandos PHP a menudo contiene informaci\u00f3n sensible: las configuraciones de Think of CMS donde leen o ejecutan las secuencias de comandos de otros usuarios generalmente significa obtener privilegios de la base de datos CMS.\"}],\"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:N/C:P/I:P/A:P\",\"baseScore\":6.8,\"accessVector\":\"NETWORK\",\"accessComplexity\":\"MEDIUM\",\"authentication\":\"NONE\",\"confidentialityImpact\":\"PARTIAL\",\"integrityImpact\":\"PARTIAL\",\"availabilityImpact\":\"PARTIAL\"},\"baseSeverity\":\"MEDIUM\",\"exploitabilityScore\":8.6,\"impactScore\":6.4,\"acInsufInfo\":false,\"obtainAllPrivilege\":false,\"obtainUserPrivilege\":false,\"obtainOtherPrivilege\":false,\"userInteractionRequired\":false}]},\"weaknesses\":[{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-264\"}]}],\"configurations\":[{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:php:php:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"5.0.0\",\"versionEndIncluding\":\"5.6.29\",\"matchCriteriaId\":\"0B8F76E6-7BD5-4532-B99E-25CE01A739B7\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:php:php:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"7.0.0\",\"versionEndExcluding\":\"7.0.14\",\"matchCriteriaId\":\"1CEBCBE0-832F-4164-BAA8-63ACC07AF862\"}]}]}],\"references\":[{\"url\":\"http://marc.info/?l=php-internals\u0026m=147876797317925\u0026w=2\",\"source\":\"cve@mitre.org\",\"tags\":[\"Mailing List\"]},{\"url\":\"http://marc.info/?l=php-internals\u0026m=147921016724565\u0026w=2\",\"source\":\"cve@mitre.org\",\"tags\":[\"Mailing List\"]},{\"url\":\"http://openwall.com/lists/oss-security/2017/02/28/1\",\"source\":\"cve@mitre.org\",\"tags\":[\"Mailing List\"]},{\"url\":\"http://seclists.org/oss-sec/2016/q4/343\",\"source\":\"cve@mitre.org\",\"tags\":[\"Mailing List\",\"Third Party Advisory\"]},{\"url\":\"http://seclists.org/oss-sec/2017/q1/520\",\"source\":\"cve@mitre.org\",\"tags\":[\"Mailing List\",\"Third Party Advisory\"]},{\"url\":\"https://bugs.php.net/bug.php?id=69090\",\"source\":\"cve@mitre.org\",\"tags\":[\"Exploit\",\"Issue Tracking\"]},{\"url\":\"https://ma.ttias.be/a-better-way-to-run-php-fpm/\",\"source\":\"cve@mitre.org\",\"tags\":[\"Exploit\",\"Technical Description\",\"Third Party Advisory\"]},{\"url\":\"http://marc.info/?l=php-internals\u0026m=147876797317925\u0026w=2\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Mailing List\"]},{\"url\":\"http://marc.info/?l=php-internals\u0026m=147921016724565\u0026w=2\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Mailing List\"]},{\"url\":\"http://openwall.com/lists/oss-security/2017/02/28/1\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Mailing List\"]},{\"url\":\"http://seclists.org/oss-sec/2016/q4/343\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Mailing List\",\"Third Party Advisory\"]},{\"url\":\"http://seclists.org/oss-sec/2017/q1/520\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Mailing List\",\"Third Party Advisory\"]},{\"url\":\"https://bugs.php.net/bug.php?id=69090\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Exploit\",\"Issue Tracking\"]},{\"url\":\"https://ma.ttias.be/a-better-way-to-run-php-fpm/\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Exploit\",\"Technical Description\",\"Third Party Advisory\"]}]}}"
}
}
CNVD-2018-22561
Vulnerability from cnvd - Published: 2018-11-06目前厂商已经发布了升级补丁以修复此安全问题,补丁获取链接: https://bugs.php.net/bug.php?id=69090
| Name | ['PHP PHP 5.x', 'PHP PHP 7.x'] |
|---|
{
"cves": {
"cve": {
"cveNumber": "CVE-2015-8994"
}
},
"description": "PHP\uff08PHP\uff1aHypertext Preprocessor\uff0cPHP\uff1a\u8d85\u6587\u672c\u9884\u5904\u7406\u5668\uff09\u662fPHP Group\u548c\u5f00\u653e\u6e90\u4ee3\u7801\u793e\u533a\u5171\u540c\u7ef4\u62a4\u7684\u4e00\u79cd\u5f00\u6e90\u7684\u901a\u7528\u8ba1\u7b97\u673a\u811a\u672c\u8bed\u8a00\u3002\u8be5\u8bed\u8a00\u4e3b\u8981\u7528\u4e8eWeb\u5f00\u53d1\uff0c\u652f\u6301\u591a\u79cd\u6570\u636e\u5e93\u53ca\u64cd\u4f5c\u7cfb\u7edf\u3002\n\nPHP 5.x\u7248\u672c\u548c7.x\u7248\u672c\u4e2d\u5b58\u5728\u5b89\u5168\u6f0f\u6d1e\u3002\u653b\u51fb\u8005\u53ef\u5229\u7528\u8be5\u6f0f\u63a7\u5236PHP Web\u5e94\u7528\u7a0b\u5e8f\u3002",
"discovererName": "unknwon",
"formalWay": "\u76ee\u524d\u5382\u5546\u5df2\u7ecf\u53d1\u5e03\u4e86\u5347\u7ea7\u8865\u4e01\u4ee5\u4fee\u590d\u6b64\u5b89\u5168\u95ee\u9898\uff0c\u8865\u4e01\u83b7\u53d6\u94fe\u63a5\uff1a\r\nhttps://bugs.php.net/bug.php?id=69090",
"isEvent": "\u901a\u7528\u8f6f\u786c\u4ef6\u6f0f\u6d1e",
"number": "CNVD-2018-22561",
"openTime": "2018-11-06",
"patchDescription": "PHP\uff08PHP\uff1aHypertext Preprocessor\uff0cPHP\uff1a\u8d85\u6587\u672c\u9884\u5904\u7406\u5668\uff09\u662fPHP Group\u548c\u5f00\u653e\u6e90\u4ee3\u7801\u793e\u533a\u5171\u540c\u7ef4\u62a4\u7684\u4e00\u79cd\u5f00\u6e90\u7684\u901a\u7528\u8ba1\u7b97\u673a\u811a\u672c\u8bed\u8a00\u3002\u8be5\u8bed\u8a00\u4e3b\u8981\u7528\u4e8eWeb\u5f00\u53d1\uff0c\u652f\u6301\u591a\u79cd\u6570\u636e\u5e93\u53ca\u64cd\u4f5c\u7cfb\u7edf\u3002\r\n\r\nPHP 5.x\u7248\u672c\u548c7.x\u7248\u672c\u4e2d\u5b58\u5728\u5b89\u5168\u6f0f\u6d1e\u3002\u653b\u51fb\u8005\u53ef\u5229\u7528\u8be5\u6f0f\u63a7\u5236PHP Web\u5e94\u7528\u7a0b\u5e8f\u3002\u76ee\u524d\uff0c\u4f9b\u5e94\u5546\u53d1\u5e03\u4e86\u5b89\u5168\u516c\u544a\u53ca\u76f8\u5173\u8865\u4e01\u4fe1\u606f\uff0c\u4fee\u590d\u4e86\u6b64\u6f0f\u6d1e\u3002",
"patchName": "PHP\u6df7\u6dc6\u5bc6\u94a5\u6f0f\u6d1e\u7684\u8865\u4e01",
"products": {
"product": [
"PHP PHP 5.x",
"PHP PHP 7.x"
]
},
"referenceLink": "http://marc.info/?l=php-internals\u0026m=147876797317925\u0026w=2",
"serverity": "\u4e2d",
"submitTime": "2018-06-14",
"title": "PHP\u6df7\u6dc6\u5bc6\u94a5\u6f0f\u6d1e"
}
SUSE-SU-2017:0899-1
Vulnerability from csaf_suse - Published: 2017-03-31 09:46 - Updated: 2017-03-31 09:46Notes
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Security update for php7",
"title": "Title of the patch"
},
{
"category": "description",
"text": "\nThis update for php7 fixes the following issues:\n\nSecurity issue fixed:\n- CVE-2015-8994: code permission/sensitive data protection vulnerability (bsc#1027210).\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-SLE-Module-Web-Scripting-12-2017-514,SUSE-SLE-SDK-12-SP1-2017-514,SUSE-SLE-SDK-12-SP2-2017-514",
"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-2017_0899-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2017:0899-1",
"url": "https://www.suse.com/support/update/announcement/2017/suse-su-20170899-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2017:0899-1",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2017-March/002777.html"
},
{
"category": "self",
"summary": "SUSE Bug 1027210",
"url": "https://bugzilla.suse.com/1027210"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2015-8994 page",
"url": "https://www.suse.com/security/cve/CVE-2015-8994/"
}
],
"title": "Security update for php7",
"tracking": {
"current_release_date": "2017-03-31T09:46:31Z",
"generator": {
"date": "2017-03-31T09:46:31Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2017:0899-1",
"initial_release_date": "2017-03-31T09:46:31Z",
"revision_history": [
{
"date": "2017-03-31T09:46:31Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "apache2-mod_php7-7.0.7-38.1.aarch64",
"product": {
"name": "apache2-mod_php7-7.0.7-38.1.aarch64",
"product_id": "apache2-mod_php7-7.0.7-38.1.aarch64"
}
},
{
"category": "product_version",
"name": "php7-7.0.7-38.1.aarch64",
"product": {
"name": "php7-7.0.7-38.1.aarch64",
"product_id": "php7-7.0.7-38.1.aarch64"
}
},
{
"category": "product_version",
"name": "php7-bcmath-7.0.7-38.1.aarch64",
"product": {
"name": "php7-bcmath-7.0.7-38.1.aarch64",
"product_id": "php7-bcmath-7.0.7-38.1.aarch64"
}
},
{
"category": "product_version",
"name": "php7-bz2-7.0.7-38.1.aarch64",
"product": {
"name": "php7-bz2-7.0.7-38.1.aarch64",
"product_id": "php7-bz2-7.0.7-38.1.aarch64"
}
},
{
"category": "product_version",
"name": "php7-calendar-7.0.7-38.1.aarch64",
"product": {
"name": "php7-calendar-7.0.7-38.1.aarch64",
"product_id": "php7-calendar-7.0.7-38.1.aarch64"
}
},
{
"category": "product_version",
"name": "php7-ctype-7.0.7-38.1.aarch64",
"product": {
"name": "php7-ctype-7.0.7-38.1.aarch64",
"product_id": "php7-ctype-7.0.7-38.1.aarch64"
}
},
{
"category": "product_version",
"name": "php7-curl-7.0.7-38.1.aarch64",
"product": {
"name": "php7-curl-7.0.7-38.1.aarch64",
"product_id": "php7-curl-7.0.7-38.1.aarch64"
}
},
{
"category": "product_version",
"name": "php7-dba-7.0.7-38.1.aarch64",
"product": {
"name": "php7-dba-7.0.7-38.1.aarch64",
"product_id": "php7-dba-7.0.7-38.1.aarch64"
}
},
{
"category": "product_version",
"name": "php7-dom-7.0.7-38.1.aarch64",
"product": {
"name": "php7-dom-7.0.7-38.1.aarch64",
"product_id": "php7-dom-7.0.7-38.1.aarch64"
}
},
{
"category": "product_version",
"name": "php7-enchant-7.0.7-38.1.aarch64",
"product": {
"name": "php7-enchant-7.0.7-38.1.aarch64",
"product_id": "php7-enchant-7.0.7-38.1.aarch64"
}
},
{
"category": "product_version",
"name": "php7-exif-7.0.7-38.1.aarch64",
"product": {
"name": "php7-exif-7.0.7-38.1.aarch64",
"product_id": "php7-exif-7.0.7-38.1.aarch64"
}
},
{
"category": "product_version",
"name": "php7-fastcgi-7.0.7-38.1.aarch64",
"product": {
"name": "php7-fastcgi-7.0.7-38.1.aarch64",
"product_id": "php7-fastcgi-7.0.7-38.1.aarch64"
}
},
{
"category": "product_version",
"name": "php7-fileinfo-7.0.7-38.1.aarch64",
"product": {
"name": "php7-fileinfo-7.0.7-38.1.aarch64",
"product_id": "php7-fileinfo-7.0.7-38.1.aarch64"
}
},
{
"category": "product_version",
"name": "php7-fpm-7.0.7-38.1.aarch64",
"product": {
"name": "php7-fpm-7.0.7-38.1.aarch64",
"product_id": "php7-fpm-7.0.7-38.1.aarch64"
}
},
{
"category": "product_version",
"name": "php7-ftp-7.0.7-38.1.aarch64",
"product": {
"name": "php7-ftp-7.0.7-38.1.aarch64",
"product_id": "php7-ftp-7.0.7-38.1.aarch64"
}
},
{
"category": "product_version",
"name": "php7-gd-7.0.7-38.1.aarch64",
"product": {
"name": "php7-gd-7.0.7-38.1.aarch64",
"product_id": "php7-gd-7.0.7-38.1.aarch64"
}
},
{
"category": "product_version",
"name": "php7-gettext-7.0.7-38.1.aarch64",
"product": {
"name": "php7-gettext-7.0.7-38.1.aarch64",
"product_id": "php7-gettext-7.0.7-38.1.aarch64"
}
},
{
"category": "product_version",
"name": "php7-gmp-7.0.7-38.1.aarch64",
"product": {
"name": "php7-gmp-7.0.7-38.1.aarch64",
"product_id": "php7-gmp-7.0.7-38.1.aarch64"
}
},
{
"category": "product_version",
"name": "php7-iconv-7.0.7-38.1.aarch64",
"product": {
"name": "php7-iconv-7.0.7-38.1.aarch64",
"product_id": "php7-iconv-7.0.7-38.1.aarch64"
}
},
{
"category": "product_version",
"name": "php7-imap-7.0.7-38.1.aarch64",
"product": {
"name": "php7-imap-7.0.7-38.1.aarch64",
"product_id": "php7-imap-7.0.7-38.1.aarch64"
}
},
{
"category": "product_version",
"name": "php7-intl-7.0.7-38.1.aarch64",
"product": {
"name": "php7-intl-7.0.7-38.1.aarch64",
"product_id": "php7-intl-7.0.7-38.1.aarch64"
}
},
{
"category": "product_version",
"name": "php7-json-7.0.7-38.1.aarch64",
"product": {
"name": "php7-json-7.0.7-38.1.aarch64",
"product_id": "php7-json-7.0.7-38.1.aarch64"
}
},
{
"category": "product_version",
"name": "php7-ldap-7.0.7-38.1.aarch64",
"product": {
"name": "php7-ldap-7.0.7-38.1.aarch64",
"product_id": "php7-ldap-7.0.7-38.1.aarch64"
}
},
{
"category": "product_version",
"name": "php7-mbstring-7.0.7-38.1.aarch64",
"product": {
"name": "php7-mbstring-7.0.7-38.1.aarch64",
"product_id": "php7-mbstring-7.0.7-38.1.aarch64"
}
},
{
"category": "product_version",
"name": "php7-mcrypt-7.0.7-38.1.aarch64",
"product": {
"name": "php7-mcrypt-7.0.7-38.1.aarch64",
"product_id": "php7-mcrypt-7.0.7-38.1.aarch64"
}
},
{
"category": "product_version",
"name": "php7-mysql-7.0.7-38.1.aarch64",
"product": {
"name": "php7-mysql-7.0.7-38.1.aarch64",
"product_id": "php7-mysql-7.0.7-38.1.aarch64"
}
},
{
"category": "product_version",
"name": "php7-odbc-7.0.7-38.1.aarch64",
"product": {
"name": "php7-odbc-7.0.7-38.1.aarch64",
"product_id": "php7-odbc-7.0.7-38.1.aarch64"
}
},
{
"category": "product_version",
"name": "php7-opcache-7.0.7-38.1.aarch64",
"product": {
"name": "php7-opcache-7.0.7-38.1.aarch64",
"product_id": "php7-opcache-7.0.7-38.1.aarch64"
}
},
{
"category": "product_version",
"name": "php7-openssl-7.0.7-38.1.aarch64",
"product": {
"name": "php7-openssl-7.0.7-38.1.aarch64",
"product_id": "php7-openssl-7.0.7-38.1.aarch64"
}
},
{
"category": "product_version",
"name": "php7-pcntl-7.0.7-38.1.aarch64",
"product": {
"name": "php7-pcntl-7.0.7-38.1.aarch64",
"product_id": "php7-pcntl-7.0.7-38.1.aarch64"
}
},
{
"category": "product_version",
"name": "php7-pdo-7.0.7-38.1.aarch64",
"product": {
"name": "php7-pdo-7.0.7-38.1.aarch64",
"product_id": "php7-pdo-7.0.7-38.1.aarch64"
}
},
{
"category": "product_version",
"name": "php7-pgsql-7.0.7-38.1.aarch64",
"product": {
"name": "php7-pgsql-7.0.7-38.1.aarch64",
"product_id": "php7-pgsql-7.0.7-38.1.aarch64"
}
},
{
"category": "product_version",
"name": "php7-phar-7.0.7-38.1.aarch64",
"product": {
"name": "php7-phar-7.0.7-38.1.aarch64",
"product_id": "php7-phar-7.0.7-38.1.aarch64"
}
},
{
"category": "product_version",
"name": "php7-posix-7.0.7-38.1.aarch64",
"product": {
"name": "php7-posix-7.0.7-38.1.aarch64",
"product_id": "php7-posix-7.0.7-38.1.aarch64"
}
},
{
"category": "product_version",
"name": "php7-pspell-7.0.7-38.1.aarch64",
"product": {
"name": "php7-pspell-7.0.7-38.1.aarch64",
"product_id": "php7-pspell-7.0.7-38.1.aarch64"
}
},
{
"category": "product_version",
"name": "php7-shmop-7.0.7-38.1.aarch64",
"product": {
"name": "php7-shmop-7.0.7-38.1.aarch64",
"product_id": "php7-shmop-7.0.7-38.1.aarch64"
}
},
{
"category": "product_version",
"name": "php7-snmp-7.0.7-38.1.aarch64",
"product": {
"name": "php7-snmp-7.0.7-38.1.aarch64",
"product_id": "php7-snmp-7.0.7-38.1.aarch64"
}
},
{
"category": "product_version",
"name": "php7-soap-7.0.7-38.1.aarch64",
"product": {
"name": "php7-soap-7.0.7-38.1.aarch64",
"product_id": "php7-soap-7.0.7-38.1.aarch64"
}
},
{
"category": "product_version",
"name": "php7-sockets-7.0.7-38.1.aarch64",
"product": {
"name": "php7-sockets-7.0.7-38.1.aarch64",
"product_id": "php7-sockets-7.0.7-38.1.aarch64"
}
},
{
"category": "product_version",
"name": "php7-sqlite-7.0.7-38.1.aarch64",
"product": {
"name": "php7-sqlite-7.0.7-38.1.aarch64",
"product_id": "php7-sqlite-7.0.7-38.1.aarch64"
}
},
{
"category": "product_version",
"name": "php7-sysvmsg-7.0.7-38.1.aarch64",
"product": {
"name": "php7-sysvmsg-7.0.7-38.1.aarch64",
"product_id": "php7-sysvmsg-7.0.7-38.1.aarch64"
}
},
{
"category": "product_version",
"name": "php7-sysvsem-7.0.7-38.1.aarch64",
"product": {
"name": "php7-sysvsem-7.0.7-38.1.aarch64",
"product_id": "php7-sysvsem-7.0.7-38.1.aarch64"
}
},
{
"category": "product_version",
"name": "php7-sysvshm-7.0.7-38.1.aarch64",
"product": {
"name": "php7-sysvshm-7.0.7-38.1.aarch64",
"product_id": "php7-sysvshm-7.0.7-38.1.aarch64"
}
},
{
"category": "product_version",
"name": "php7-tokenizer-7.0.7-38.1.aarch64",
"product": {
"name": "php7-tokenizer-7.0.7-38.1.aarch64",
"product_id": "php7-tokenizer-7.0.7-38.1.aarch64"
}
},
{
"category": "product_version",
"name": "php7-wddx-7.0.7-38.1.aarch64",
"product": {
"name": "php7-wddx-7.0.7-38.1.aarch64",
"product_id": "php7-wddx-7.0.7-38.1.aarch64"
}
},
{
"category": "product_version",
"name": "php7-xmlreader-7.0.7-38.1.aarch64",
"product": {
"name": "php7-xmlreader-7.0.7-38.1.aarch64",
"product_id": "php7-xmlreader-7.0.7-38.1.aarch64"
}
},
{
"category": "product_version",
"name": "php7-xmlrpc-7.0.7-38.1.aarch64",
"product": {
"name": "php7-xmlrpc-7.0.7-38.1.aarch64",
"product_id": "php7-xmlrpc-7.0.7-38.1.aarch64"
}
},
{
"category": "product_version",
"name": "php7-xmlwriter-7.0.7-38.1.aarch64",
"product": {
"name": "php7-xmlwriter-7.0.7-38.1.aarch64",
"product_id": "php7-xmlwriter-7.0.7-38.1.aarch64"
}
},
{
"category": "product_version",
"name": "php7-xsl-7.0.7-38.1.aarch64",
"product": {
"name": "php7-xsl-7.0.7-38.1.aarch64",
"product_id": "php7-xsl-7.0.7-38.1.aarch64"
}
},
{
"category": "product_version",
"name": "php7-zip-7.0.7-38.1.aarch64",
"product": {
"name": "php7-zip-7.0.7-38.1.aarch64",
"product_id": "php7-zip-7.0.7-38.1.aarch64"
}
},
{
"category": "product_version",
"name": "php7-zlib-7.0.7-38.1.aarch64",
"product": {
"name": "php7-zlib-7.0.7-38.1.aarch64",
"product_id": "php7-zlib-7.0.7-38.1.aarch64"
}
},
{
"category": "product_version",
"name": "php7-devel-7.0.7-38.1.aarch64",
"product": {
"name": "php7-devel-7.0.7-38.1.aarch64",
"product_id": "php7-devel-7.0.7-38.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "php7-pear-7.0.7-38.1.noarch",
"product": {
"name": "php7-pear-7.0.7-38.1.noarch",
"product_id": "php7-pear-7.0.7-38.1.noarch"
}
},
{
"category": "product_version",
"name": "php7-pear-Archive_Tar-7.0.7-38.1.noarch",
"product": {
"name": "php7-pear-Archive_Tar-7.0.7-38.1.noarch",
"product_id": "php7-pear-Archive_Tar-7.0.7-38.1.noarch"
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "apache2-mod_php7-7.0.7-38.1.ppc64le",
"product": {
"name": "apache2-mod_php7-7.0.7-38.1.ppc64le",
"product_id": "apache2-mod_php7-7.0.7-38.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php7-7.0.7-38.1.ppc64le",
"product": {
"name": "php7-7.0.7-38.1.ppc64le",
"product_id": "php7-7.0.7-38.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php7-bcmath-7.0.7-38.1.ppc64le",
"product": {
"name": "php7-bcmath-7.0.7-38.1.ppc64le",
"product_id": "php7-bcmath-7.0.7-38.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php7-bz2-7.0.7-38.1.ppc64le",
"product": {
"name": "php7-bz2-7.0.7-38.1.ppc64le",
"product_id": "php7-bz2-7.0.7-38.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php7-calendar-7.0.7-38.1.ppc64le",
"product": {
"name": "php7-calendar-7.0.7-38.1.ppc64le",
"product_id": "php7-calendar-7.0.7-38.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php7-ctype-7.0.7-38.1.ppc64le",
"product": {
"name": "php7-ctype-7.0.7-38.1.ppc64le",
"product_id": "php7-ctype-7.0.7-38.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php7-curl-7.0.7-38.1.ppc64le",
"product": {
"name": "php7-curl-7.0.7-38.1.ppc64le",
"product_id": "php7-curl-7.0.7-38.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php7-dba-7.0.7-38.1.ppc64le",
"product": {
"name": "php7-dba-7.0.7-38.1.ppc64le",
"product_id": "php7-dba-7.0.7-38.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php7-dom-7.0.7-38.1.ppc64le",
"product": {
"name": "php7-dom-7.0.7-38.1.ppc64le",
"product_id": "php7-dom-7.0.7-38.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php7-enchant-7.0.7-38.1.ppc64le",
"product": {
"name": "php7-enchant-7.0.7-38.1.ppc64le",
"product_id": "php7-enchant-7.0.7-38.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php7-exif-7.0.7-38.1.ppc64le",
"product": {
"name": "php7-exif-7.0.7-38.1.ppc64le",
"product_id": "php7-exif-7.0.7-38.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php7-fastcgi-7.0.7-38.1.ppc64le",
"product": {
"name": "php7-fastcgi-7.0.7-38.1.ppc64le",
"product_id": "php7-fastcgi-7.0.7-38.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php7-fileinfo-7.0.7-38.1.ppc64le",
"product": {
"name": "php7-fileinfo-7.0.7-38.1.ppc64le",
"product_id": "php7-fileinfo-7.0.7-38.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php7-fpm-7.0.7-38.1.ppc64le",
"product": {
"name": "php7-fpm-7.0.7-38.1.ppc64le",
"product_id": "php7-fpm-7.0.7-38.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php7-ftp-7.0.7-38.1.ppc64le",
"product": {
"name": "php7-ftp-7.0.7-38.1.ppc64le",
"product_id": "php7-ftp-7.0.7-38.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php7-gd-7.0.7-38.1.ppc64le",
"product": {
"name": "php7-gd-7.0.7-38.1.ppc64le",
"product_id": "php7-gd-7.0.7-38.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php7-gettext-7.0.7-38.1.ppc64le",
"product": {
"name": "php7-gettext-7.0.7-38.1.ppc64le",
"product_id": "php7-gettext-7.0.7-38.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php7-gmp-7.0.7-38.1.ppc64le",
"product": {
"name": "php7-gmp-7.0.7-38.1.ppc64le",
"product_id": "php7-gmp-7.0.7-38.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php7-iconv-7.0.7-38.1.ppc64le",
"product": {
"name": "php7-iconv-7.0.7-38.1.ppc64le",
"product_id": "php7-iconv-7.0.7-38.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php7-imap-7.0.7-38.1.ppc64le",
"product": {
"name": "php7-imap-7.0.7-38.1.ppc64le",
"product_id": "php7-imap-7.0.7-38.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php7-intl-7.0.7-38.1.ppc64le",
"product": {
"name": "php7-intl-7.0.7-38.1.ppc64le",
"product_id": "php7-intl-7.0.7-38.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php7-json-7.0.7-38.1.ppc64le",
"product": {
"name": "php7-json-7.0.7-38.1.ppc64le",
"product_id": "php7-json-7.0.7-38.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php7-ldap-7.0.7-38.1.ppc64le",
"product": {
"name": "php7-ldap-7.0.7-38.1.ppc64le",
"product_id": "php7-ldap-7.0.7-38.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php7-mbstring-7.0.7-38.1.ppc64le",
"product": {
"name": "php7-mbstring-7.0.7-38.1.ppc64le",
"product_id": "php7-mbstring-7.0.7-38.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php7-mcrypt-7.0.7-38.1.ppc64le",
"product": {
"name": "php7-mcrypt-7.0.7-38.1.ppc64le",
"product_id": "php7-mcrypt-7.0.7-38.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php7-mysql-7.0.7-38.1.ppc64le",
"product": {
"name": "php7-mysql-7.0.7-38.1.ppc64le",
"product_id": "php7-mysql-7.0.7-38.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php7-odbc-7.0.7-38.1.ppc64le",
"product": {
"name": "php7-odbc-7.0.7-38.1.ppc64le",
"product_id": "php7-odbc-7.0.7-38.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php7-opcache-7.0.7-38.1.ppc64le",
"product": {
"name": "php7-opcache-7.0.7-38.1.ppc64le",
"product_id": "php7-opcache-7.0.7-38.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php7-openssl-7.0.7-38.1.ppc64le",
"product": {
"name": "php7-openssl-7.0.7-38.1.ppc64le",
"product_id": "php7-openssl-7.0.7-38.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php7-pcntl-7.0.7-38.1.ppc64le",
"product": {
"name": "php7-pcntl-7.0.7-38.1.ppc64le",
"product_id": "php7-pcntl-7.0.7-38.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php7-pdo-7.0.7-38.1.ppc64le",
"product": {
"name": "php7-pdo-7.0.7-38.1.ppc64le",
"product_id": "php7-pdo-7.0.7-38.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php7-pgsql-7.0.7-38.1.ppc64le",
"product": {
"name": "php7-pgsql-7.0.7-38.1.ppc64le",
"product_id": "php7-pgsql-7.0.7-38.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php7-phar-7.0.7-38.1.ppc64le",
"product": {
"name": "php7-phar-7.0.7-38.1.ppc64le",
"product_id": "php7-phar-7.0.7-38.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php7-posix-7.0.7-38.1.ppc64le",
"product": {
"name": "php7-posix-7.0.7-38.1.ppc64le",
"product_id": "php7-posix-7.0.7-38.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php7-pspell-7.0.7-38.1.ppc64le",
"product": {
"name": "php7-pspell-7.0.7-38.1.ppc64le",
"product_id": "php7-pspell-7.0.7-38.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php7-shmop-7.0.7-38.1.ppc64le",
"product": {
"name": "php7-shmop-7.0.7-38.1.ppc64le",
"product_id": "php7-shmop-7.0.7-38.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php7-snmp-7.0.7-38.1.ppc64le",
"product": {
"name": "php7-snmp-7.0.7-38.1.ppc64le",
"product_id": "php7-snmp-7.0.7-38.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php7-soap-7.0.7-38.1.ppc64le",
"product": {
"name": "php7-soap-7.0.7-38.1.ppc64le",
"product_id": "php7-soap-7.0.7-38.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php7-sockets-7.0.7-38.1.ppc64le",
"product": {
"name": "php7-sockets-7.0.7-38.1.ppc64le",
"product_id": "php7-sockets-7.0.7-38.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php7-sqlite-7.0.7-38.1.ppc64le",
"product": {
"name": "php7-sqlite-7.0.7-38.1.ppc64le",
"product_id": "php7-sqlite-7.0.7-38.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php7-sysvmsg-7.0.7-38.1.ppc64le",
"product": {
"name": "php7-sysvmsg-7.0.7-38.1.ppc64le",
"product_id": "php7-sysvmsg-7.0.7-38.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php7-sysvsem-7.0.7-38.1.ppc64le",
"product": {
"name": "php7-sysvsem-7.0.7-38.1.ppc64le",
"product_id": "php7-sysvsem-7.0.7-38.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php7-sysvshm-7.0.7-38.1.ppc64le",
"product": {
"name": "php7-sysvshm-7.0.7-38.1.ppc64le",
"product_id": "php7-sysvshm-7.0.7-38.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php7-tokenizer-7.0.7-38.1.ppc64le",
"product": {
"name": "php7-tokenizer-7.0.7-38.1.ppc64le",
"product_id": "php7-tokenizer-7.0.7-38.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php7-wddx-7.0.7-38.1.ppc64le",
"product": {
"name": "php7-wddx-7.0.7-38.1.ppc64le",
"product_id": "php7-wddx-7.0.7-38.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php7-xmlreader-7.0.7-38.1.ppc64le",
"product": {
"name": "php7-xmlreader-7.0.7-38.1.ppc64le",
"product_id": "php7-xmlreader-7.0.7-38.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php7-xmlrpc-7.0.7-38.1.ppc64le",
"product": {
"name": "php7-xmlrpc-7.0.7-38.1.ppc64le",
"product_id": "php7-xmlrpc-7.0.7-38.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php7-xmlwriter-7.0.7-38.1.ppc64le",
"product": {
"name": "php7-xmlwriter-7.0.7-38.1.ppc64le",
"product_id": "php7-xmlwriter-7.0.7-38.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php7-xsl-7.0.7-38.1.ppc64le",
"product": {
"name": "php7-xsl-7.0.7-38.1.ppc64le",
"product_id": "php7-xsl-7.0.7-38.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php7-zip-7.0.7-38.1.ppc64le",
"product": {
"name": "php7-zip-7.0.7-38.1.ppc64le",
"product_id": "php7-zip-7.0.7-38.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php7-zlib-7.0.7-38.1.ppc64le",
"product": {
"name": "php7-zlib-7.0.7-38.1.ppc64le",
"product_id": "php7-zlib-7.0.7-38.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php7-devel-7.0.7-38.1.ppc64le",
"product": {
"name": "php7-devel-7.0.7-38.1.ppc64le",
"product_id": "php7-devel-7.0.7-38.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "apache2-mod_php7-7.0.7-38.1.s390x",
"product": {
"name": "apache2-mod_php7-7.0.7-38.1.s390x",
"product_id": "apache2-mod_php7-7.0.7-38.1.s390x"
}
},
{
"category": "product_version",
"name": "php7-7.0.7-38.1.s390x",
"product": {
"name": "php7-7.0.7-38.1.s390x",
"product_id": "php7-7.0.7-38.1.s390x"
}
},
{
"category": "product_version",
"name": "php7-bcmath-7.0.7-38.1.s390x",
"product": {
"name": "php7-bcmath-7.0.7-38.1.s390x",
"product_id": "php7-bcmath-7.0.7-38.1.s390x"
}
},
{
"category": "product_version",
"name": "php7-bz2-7.0.7-38.1.s390x",
"product": {
"name": "php7-bz2-7.0.7-38.1.s390x",
"product_id": "php7-bz2-7.0.7-38.1.s390x"
}
},
{
"category": "product_version",
"name": "php7-calendar-7.0.7-38.1.s390x",
"product": {
"name": "php7-calendar-7.0.7-38.1.s390x",
"product_id": "php7-calendar-7.0.7-38.1.s390x"
}
},
{
"category": "product_version",
"name": "php7-ctype-7.0.7-38.1.s390x",
"product": {
"name": "php7-ctype-7.0.7-38.1.s390x",
"product_id": "php7-ctype-7.0.7-38.1.s390x"
}
},
{
"category": "product_version",
"name": "php7-curl-7.0.7-38.1.s390x",
"product": {
"name": "php7-curl-7.0.7-38.1.s390x",
"product_id": "php7-curl-7.0.7-38.1.s390x"
}
},
{
"category": "product_version",
"name": "php7-dba-7.0.7-38.1.s390x",
"product": {
"name": "php7-dba-7.0.7-38.1.s390x",
"product_id": "php7-dba-7.0.7-38.1.s390x"
}
},
{
"category": "product_version",
"name": "php7-dom-7.0.7-38.1.s390x",
"product": {
"name": "php7-dom-7.0.7-38.1.s390x",
"product_id": "php7-dom-7.0.7-38.1.s390x"
}
},
{
"category": "product_version",
"name": "php7-enchant-7.0.7-38.1.s390x",
"product": {
"name": "php7-enchant-7.0.7-38.1.s390x",
"product_id": "php7-enchant-7.0.7-38.1.s390x"
}
},
{
"category": "product_version",
"name": "php7-exif-7.0.7-38.1.s390x",
"product": {
"name": "php7-exif-7.0.7-38.1.s390x",
"product_id": "php7-exif-7.0.7-38.1.s390x"
}
},
{
"category": "product_version",
"name": "php7-fastcgi-7.0.7-38.1.s390x",
"product": {
"name": "php7-fastcgi-7.0.7-38.1.s390x",
"product_id": "php7-fastcgi-7.0.7-38.1.s390x"
}
},
{
"category": "product_version",
"name": "php7-fileinfo-7.0.7-38.1.s390x",
"product": {
"name": "php7-fileinfo-7.0.7-38.1.s390x",
"product_id": "php7-fileinfo-7.0.7-38.1.s390x"
}
},
{
"category": "product_version",
"name": "php7-fpm-7.0.7-38.1.s390x",
"product": {
"name": "php7-fpm-7.0.7-38.1.s390x",
"product_id": "php7-fpm-7.0.7-38.1.s390x"
}
},
{
"category": "product_version",
"name": "php7-ftp-7.0.7-38.1.s390x",
"product": {
"name": "php7-ftp-7.0.7-38.1.s390x",
"product_id": "php7-ftp-7.0.7-38.1.s390x"
}
},
{
"category": "product_version",
"name": "php7-gd-7.0.7-38.1.s390x",
"product": {
"name": "php7-gd-7.0.7-38.1.s390x",
"product_id": "php7-gd-7.0.7-38.1.s390x"
}
},
{
"category": "product_version",
"name": "php7-gettext-7.0.7-38.1.s390x",
"product": {
"name": "php7-gettext-7.0.7-38.1.s390x",
"product_id": "php7-gettext-7.0.7-38.1.s390x"
}
},
{
"category": "product_version",
"name": "php7-gmp-7.0.7-38.1.s390x",
"product": {
"name": "php7-gmp-7.0.7-38.1.s390x",
"product_id": "php7-gmp-7.0.7-38.1.s390x"
}
},
{
"category": "product_version",
"name": "php7-iconv-7.0.7-38.1.s390x",
"product": {
"name": "php7-iconv-7.0.7-38.1.s390x",
"product_id": "php7-iconv-7.0.7-38.1.s390x"
}
},
{
"category": "product_version",
"name": "php7-imap-7.0.7-38.1.s390x",
"product": {
"name": "php7-imap-7.0.7-38.1.s390x",
"product_id": "php7-imap-7.0.7-38.1.s390x"
}
},
{
"category": "product_version",
"name": "php7-intl-7.0.7-38.1.s390x",
"product": {
"name": "php7-intl-7.0.7-38.1.s390x",
"product_id": "php7-intl-7.0.7-38.1.s390x"
}
},
{
"category": "product_version",
"name": "php7-json-7.0.7-38.1.s390x",
"product": {
"name": "php7-json-7.0.7-38.1.s390x",
"product_id": "php7-json-7.0.7-38.1.s390x"
}
},
{
"category": "product_version",
"name": "php7-ldap-7.0.7-38.1.s390x",
"product": {
"name": "php7-ldap-7.0.7-38.1.s390x",
"product_id": "php7-ldap-7.0.7-38.1.s390x"
}
},
{
"category": "product_version",
"name": "php7-mbstring-7.0.7-38.1.s390x",
"product": {
"name": "php7-mbstring-7.0.7-38.1.s390x",
"product_id": "php7-mbstring-7.0.7-38.1.s390x"
}
},
{
"category": "product_version",
"name": "php7-mcrypt-7.0.7-38.1.s390x",
"product": {
"name": "php7-mcrypt-7.0.7-38.1.s390x",
"product_id": "php7-mcrypt-7.0.7-38.1.s390x"
}
},
{
"category": "product_version",
"name": "php7-mysql-7.0.7-38.1.s390x",
"product": {
"name": "php7-mysql-7.0.7-38.1.s390x",
"product_id": "php7-mysql-7.0.7-38.1.s390x"
}
},
{
"category": "product_version",
"name": "php7-odbc-7.0.7-38.1.s390x",
"product": {
"name": "php7-odbc-7.0.7-38.1.s390x",
"product_id": "php7-odbc-7.0.7-38.1.s390x"
}
},
{
"category": "product_version",
"name": "php7-opcache-7.0.7-38.1.s390x",
"product": {
"name": "php7-opcache-7.0.7-38.1.s390x",
"product_id": "php7-opcache-7.0.7-38.1.s390x"
}
},
{
"category": "product_version",
"name": "php7-openssl-7.0.7-38.1.s390x",
"product": {
"name": "php7-openssl-7.0.7-38.1.s390x",
"product_id": "php7-openssl-7.0.7-38.1.s390x"
}
},
{
"category": "product_version",
"name": "php7-pcntl-7.0.7-38.1.s390x",
"product": {
"name": "php7-pcntl-7.0.7-38.1.s390x",
"product_id": "php7-pcntl-7.0.7-38.1.s390x"
}
},
{
"category": "product_version",
"name": "php7-pdo-7.0.7-38.1.s390x",
"product": {
"name": "php7-pdo-7.0.7-38.1.s390x",
"product_id": "php7-pdo-7.0.7-38.1.s390x"
}
},
{
"category": "product_version",
"name": "php7-pgsql-7.0.7-38.1.s390x",
"product": {
"name": "php7-pgsql-7.0.7-38.1.s390x",
"product_id": "php7-pgsql-7.0.7-38.1.s390x"
}
},
{
"category": "product_version",
"name": "php7-phar-7.0.7-38.1.s390x",
"product": {
"name": "php7-phar-7.0.7-38.1.s390x",
"product_id": "php7-phar-7.0.7-38.1.s390x"
}
},
{
"category": "product_version",
"name": "php7-posix-7.0.7-38.1.s390x",
"product": {
"name": "php7-posix-7.0.7-38.1.s390x",
"product_id": "php7-posix-7.0.7-38.1.s390x"
}
},
{
"category": "product_version",
"name": "php7-pspell-7.0.7-38.1.s390x",
"product": {
"name": "php7-pspell-7.0.7-38.1.s390x",
"product_id": "php7-pspell-7.0.7-38.1.s390x"
}
},
{
"category": "product_version",
"name": "php7-shmop-7.0.7-38.1.s390x",
"product": {
"name": "php7-shmop-7.0.7-38.1.s390x",
"product_id": "php7-shmop-7.0.7-38.1.s390x"
}
},
{
"category": "product_version",
"name": "php7-snmp-7.0.7-38.1.s390x",
"product": {
"name": "php7-snmp-7.0.7-38.1.s390x",
"product_id": "php7-snmp-7.0.7-38.1.s390x"
}
},
{
"category": "product_version",
"name": "php7-soap-7.0.7-38.1.s390x",
"product": {
"name": "php7-soap-7.0.7-38.1.s390x",
"product_id": "php7-soap-7.0.7-38.1.s390x"
}
},
{
"category": "product_version",
"name": "php7-sockets-7.0.7-38.1.s390x",
"product": {
"name": "php7-sockets-7.0.7-38.1.s390x",
"product_id": "php7-sockets-7.0.7-38.1.s390x"
}
},
{
"category": "product_version",
"name": "php7-sqlite-7.0.7-38.1.s390x",
"product": {
"name": "php7-sqlite-7.0.7-38.1.s390x",
"product_id": "php7-sqlite-7.0.7-38.1.s390x"
}
},
{
"category": "product_version",
"name": "php7-sysvmsg-7.0.7-38.1.s390x",
"product": {
"name": "php7-sysvmsg-7.0.7-38.1.s390x",
"product_id": "php7-sysvmsg-7.0.7-38.1.s390x"
}
},
{
"category": "product_version",
"name": "php7-sysvsem-7.0.7-38.1.s390x",
"product": {
"name": "php7-sysvsem-7.0.7-38.1.s390x",
"product_id": "php7-sysvsem-7.0.7-38.1.s390x"
}
},
{
"category": "product_version",
"name": "php7-sysvshm-7.0.7-38.1.s390x",
"product": {
"name": "php7-sysvshm-7.0.7-38.1.s390x",
"product_id": "php7-sysvshm-7.0.7-38.1.s390x"
}
},
{
"category": "product_version",
"name": "php7-tokenizer-7.0.7-38.1.s390x",
"product": {
"name": "php7-tokenizer-7.0.7-38.1.s390x",
"product_id": "php7-tokenizer-7.0.7-38.1.s390x"
}
},
{
"category": "product_version",
"name": "php7-wddx-7.0.7-38.1.s390x",
"product": {
"name": "php7-wddx-7.0.7-38.1.s390x",
"product_id": "php7-wddx-7.0.7-38.1.s390x"
}
},
{
"category": "product_version",
"name": "php7-xmlreader-7.0.7-38.1.s390x",
"product": {
"name": "php7-xmlreader-7.0.7-38.1.s390x",
"product_id": "php7-xmlreader-7.0.7-38.1.s390x"
}
},
{
"category": "product_version",
"name": "php7-xmlrpc-7.0.7-38.1.s390x",
"product": {
"name": "php7-xmlrpc-7.0.7-38.1.s390x",
"product_id": "php7-xmlrpc-7.0.7-38.1.s390x"
}
},
{
"category": "product_version",
"name": "php7-xmlwriter-7.0.7-38.1.s390x",
"product": {
"name": "php7-xmlwriter-7.0.7-38.1.s390x",
"product_id": "php7-xmlwriter-7.0.7-38.1.s390x"
}
},
{
"category": "product_version",
"name": "php7-xsl-7.0.7-38.1.s390x",
"product": {
"name": "php7-xsl-7.0.7-38.1.s390x",
"product_id": "php7-xsl-7.0.7-38.1.s390x"
}
},
{
"category": "product_version",
"name": "php7-zip-7.0.7-38.1.s390x",
"product": {
"name": "php7-zip-7.0.7-38.1.s390x",
"product_id": "php7-zip-7.0.7-38.1.s390x"
}
},
{
"category": "product_version",
"name": "php7-zlib-7.0.7-38.1.s390x",
"product": {
"name": "php7-zlib-7.0.7-38.1.s390x",
"product_id": "php7-zlib-7.0.7-38.1.s390x"
}
},
{
"category": "product_version",
"name": "php7-devel-7.0.7-38.1.s390x",
"product": {
"name": "php7-devel-7.0.7-38.1.s390x",
"product_id": "php7-devel-7.0.7-38.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "apache2-mod_php7-7.0.7-38.1.x86_64",
"product": {
"name": "apache2-mod_php7-7.0.7-38.1.x86_64",
"product_id": "apache2-mod_php7-7.0.7-38.1.x86_64"
}
},
{
"category": "product_version",
"name": "php7-7.0.7-38.1.x86_64",
"product": {
"name": "php7-7.0.7-38.1.x86_64",
"product_id": "php7-7.0.7-38.1.x86_64"
}
},
{
"category": "product_version",
"name": "php7-bcmath-7.0.7-38.1.x86_64",
"product": {
"name": "php7-bcmath-7.0.7-38.1.x86_64",
"product_id": "php7-bcmath-7.0.7-38.1.x86_64"
}
},
{
"category": "product_version",
"name": "php7-bz2-7.0.7-38.1.x86_64",
"product": {
"name": "php7-bz2-7.0.7-38.1.x86_64",
"product_id": "php7-bz2-7.0.7-38.1.x86_64"
}
},
{
"category": "product_version",
"name": "php7-calendar-7.0.7-38.1.x86_64",
"product": {
"name": "php7-calendar-7.0.7-38.1.x86_64",
"product_id": "php7-calendar-7.0.7-38.1.x86_64"
}
},
{
"category": "product_version",
"name": "php7-ctype-7.0.7-38.1.x86_64",
"product": {
"name": "php7-ctype-7.0.7-38.1.x86_64",
"product_id": "php7-ctype-7.0.7-38.1.x86_64"
}
},
{
"category": "product_version",
"name": "php7-curl-7.0.7-38.1.x86_64",
"product": {
"name": "php7-curl-7.0.7-38.1.x86_64",
"product_id": "php7-curl-7.0.7-38.1.x86_64"
}
},
{
"category": "product_version",
"name": "php7-dba-7.0.7-38.1.x86_64",
"product": {
"name": "php7-dba-7.0.7-38.1.x86_64",
"product_id": "php7-dba-7.0.7-38.1.x86_64"
}
},
{
"category": "product_version",
"name": "php7-dom-7.0.7-38.1.x86_64",
"product": {
"name": "php7-dom-7.0.7-38.1.x86_64",
"product_id": "php7-dom-7.0.7-38.1.x86_64"
}
},
{
"category": "product_version",
"name": "php7-enchant-7.0.7-38.1.x86_64",
"product": {
"name": "php7-enchant-7.0.7-38.1.x86_64",
"product_id": "php7-enchant-7.0.7-38.1.x86_64"
}
},
{
"category": "product_version",
"name": "php7-exif-7.0.7-38.1.x86_64",
"product": {
"name": "php7-exif-7.0.7-38.1.x86_64",
"product_id": "php7-exif-7.0.7-38.1.x86_64"
}
},
{
"category": "product_version",
"name": "php7-fastcgi-7.0.7-38.1.x86_64",
"product": {
"name": "php7-fastcgi-7.0.7-38.1.x86_64",
"product_id": "php7-fastcgi-7.0.7-38.1.x86_64"
}
},
{
"category": "product_version",
"name": "php7-fileinfo-7.0.7-38.1.x86_64",
"product": {
"name": "php7-fileinfo-7.0.7-38.1.x86_64",
"product_id": "php7-fileinfo-7.0.7-38.1.x86_64"
}
},
{
"category": "product_version",
"name": "php7-fpm-7.0.7-38.1.x86_64",
"product": {
"name": "php7-fpm-7.0.7-38.1.x86_64",
"product_id": "php7-fpm-7.0.7-38.1.x86_64"
}
},
{
"category": "product_version",
"name": "php7-ftp-7.0.7-38.1.x86_64",
"product": {
"name": "php7-ftp-7.0.7-38.1.x86_64",
"product_id": "php7-ftp-7.0.7-38.1.x86_64"
}
},
{
"category": "product_version",
"name": "php7-gd-7.0.7-38.1.x86_64",
"product": {
"name": "php7-gd-7.0.7-38.1.x86_64",
"product_id": "php7-gd-7.0.7-38.1.x86_64"
}
},
{
"category": "product_version",
"name": "php7-gettext-7.0.7-38.1.x86_64",
"product": {
"name": "php7-gettext-7.0.7-38.1.x86_64",
"product_id": "php7-gettext-7.0.7-38.1.x86_64"
}
},
{
"category": "product_version",
"name": "php7-gmp-7.0.7-38.1.x86_64",
"product": {
"name": "php7-gmp-7.0.7-38.1.x86_64",
"product_id": "php7-gmp-7.0.7-38.1.x86_64"
}
},
{
"category": "product_version",
"name": "php7-iconv-7.0.7-38.1.x86_64",
"product": {
"name": "php7-iconv-7.0.7-38.1.x86_64",
"product_id": "php7-iconv-7.0.7-38.1.x86_64"
}
},
{
"category": "product_version",
"name": "php7-imap-7.0.7-38.1.x86_64",
"product": {
"name": "php7-imap-7.0.7-38.1.x86_64",
"product_id": "php7-imap-7.0.7-38.1.x86_64"
}
},
{
"category": "product_version",
"name": "php7-intl-7.0.7-38.1.x86_64",
"product": {
"name": "php7-intl-7.0.7-38.1.x86_64",
"product_id": "php7-intl-7.0.7-38.1.x86_64"
}
},
{
"category": "product_version",
"name": "php7-json-7.0.7-38.1.x86_64",
"product": {
"name": "php7-json-7.0.7-38.1.x86_64",
"product_id": "php7-json-7.0.7-38.1.x86_64"
}
},
{
"category": "product_version",
"name": "php7-ldap-7.0.7-38.1.x86_64",
"product": {
"name": "php7-ldap-7.0.7-38.1.x86_64",
"product_id": "php7-ldap-7.0.7-38.1.x86_64"
}
},
{
"category": "product_version",
"name": "php7-mbstring-7.0.7-38.1.x86_64",
"product": {
"name": "php7-mbstring-7.0.7-38.1.x86_64",
"product_id": "php7-mbstring-7.0.7-38.1.x86_64"
}
},
{
"category": "product_version",
"name": "php7-mcrypt-7.0.7-38.1.x86_64",
"product": {
"name": "php7-mcrypt-7.0.7-38.1.x86_64",
"product_id": "php7-mcrypt-7.0.7-38.1.x86_64"
}
},
{
"category": "product_version",
"name": "php7-mysql-7.0.7-38.1.x86_64",
"product": {
"name": "php7-mysql-7.0.7-38.1.x86_64",
"product_id": "php7-mysql-7.0.7-38.1.x86_64"
}
},
{
"category": "product_version",
"name": "php7-odbc-7.0.7-38.1.x86_64",
"product": {
"name": "php7-odbc-7.0.7-38.1.x86_64",
"product_id": "php7-odbc-7.0.7-38.1.x86_64"
}
},
{
"category": "product_version",
"name": "php7-opcache-7.0.7-38.1.x86_64",
"product": {
"name": "php7-opcache-7.0.7-38.1.x86_64",
"product_id": "php7-opcache-7.0.7-38.1.x86_64"
}
},
{
"category": "product_version",
"name": "php7-openssl-7.0.7-38.1.x86_64",
"product": {
"name": "php7-openssl-7.0.7-38.1.x86_64",
"product_id": "php7-openssl-7.0.7-38.1.x86_64"
}
},
{
"category": "product_version",
"name": "php7-pcntl-7.0.7-38.1.x86_64",
"product": {
"name": "php7-pcntl-7.0.7-38.1.x86_64",
"product_id": "php7-pcntl-7.0.7-38.1.x86_64"
}
},
{
"category": "product_version",
"name": "php7-pdo-7.0.7-38.1.x86_64",
"product": {
"name": "php7-pdo-7.0.7-38.1.x86_64",
"product_id": "php7-pdo-7.0.7-38.1.x86_64"
}
},
{
"category": "product_version",
"name": "php7-pgsql-7.0.7-38.1.x86_64",
"product": {
"name": "php7-pgsql-7.0.7-38.1.x86_64",
"product_id": "php7-pgsql-7.0.7-38.1.x86_64"
}
},
{
"category": "product_version",
"name": "php7-phar-7.0.7-38.1.x86_64",
"product": {
"name": "php7-phar-7.0.7-38.1.x86_64",
"product_id": "php7-phar-7.0.7-38.1.x86_64"
}
},
{
"category": "product_version",
"name": "php7-posix-7.0.7-38.1.x86_64",
"product": {
"name": "php7-posix-7.0.7-38.1.x86_64",
"product_id": "php7-posix-7.0.7-38.1.x86_64"
}
},
{
"category": "product_version",
"name": "php7-pspell-7.0.7-38.1.x86_64",
"product": {
"name": "php7-pspell-7.0.7-38.1.x86_64",
"product_id": "php7-pspell-7.0.7-38.1.x86_64"
}
},
{
"category": "product_version",
"name": "php7-shmop-7.0.7-38.1.x86_64",
"product": {
"name": "php7-shmop-7.0.7-38.1.x86_64",
"product_id": "php7-shmop-7.0.7-38.1.x86_64"
}
},
{
"category": "product_version",
"name": "php7-snmp-7.0.7-38.1.x86_64",
"product": {
"name": "php7-snmp-7.0.7-38.1.x86_64",
"product_id": "php7-snmp-7.0.7-38.1.x86_64"
}
},
{
"category": "product_version",
"name": "php7-soap-7.0.7-38.1.x86_64",
"product": {
"name": "php7-soap-7.0.7-38.1.x86_64",
"product_id": "php7-soap-7.0.7-38.1.x86_64"
}
},
{
"category": "product_version",
"name": "php7-sockets-7.0.7-38.1.x86_64",
"product": {
"name": "php7-sockets-7.0.7-38.1.x86_64",
"product_id": "php7-sockets-7.0.7-38.1.x86_64"
}
},
{
"category": "product_version",
"name": "php7-sqlite-7.0.7-38.1.x86_64",
"product": {
"name": "php7-sqlite-7.0.7-38.1.x86_64",
"product_id": "php7-sqlite-7.0.7-38.1.x86_64"
}
},
{
"category": "product_version",
"name": "php7-sysvmsg-7.0.7-38.1.x86_64",
"product": {
"name": "php7-sysvmsg-7.0.7-38.1.x86_64",
"product_id": "php7-sysvmsg-7.0.7-38.1.x86_64"
}
},
{
"category": "product_version",
"name": "php7-sysvsem-7.0.7-38.1.x86_64",
"product": {
"name": "php7-sysvsem-7.0.7-38.1.x86_64",
"product_id": "php7-sysvsem-7.0.7-38.1.x86_64"
}
},
{
"category": "product_version",
"name": "php7-sysvshm-7.0.7-38.1.x86_64",
"product": {
"name": "php7-sysvshm-7.0.7-38.1.x86_64",
"product_id": "php7-sysvshm-7.0.7-38.1.x86_64"
}
},
{
"category": "product_version",
"name": "php7-tokenizer-7.0.7-38.1.x86_64",
"product": {
"name": "php7-tokenizer-7.0.7-38.1.x86_64",
"product_id": "php7-tokenizer-7.0.7-38.1.x86_64"
}
},
{
"category": "product_version",
"name": "php7-wddx-7.0.7-38.1.x86_64",
"product": {
"name": "php7-wddx-7.0.7-38.1.x86_64",
"product_id": "php7-wddx-7.0.7-38.1.x86_64"
}
},
{
"category": "product_version",
"name": "php7-xmlreader-7.0.7-38.1.x86_64",
"product": {
"name": "php7-xmlreader-7.0.7-38.1.x86_64",
"product_id": "php7-xmlreader-7.0.7-38.1.x86_64"
}
},
{
"category": "product_version",
"name": "php7-xmlrpc-7.0.7-38.1.x86_64",
"product": {
"name": "php7-xmlrpc-7.0.7-38.1.x86_64",
"product_id": "php7-xmlrpc-7.0.7-38.1.x86_64"
}
},
{
"category": "product_version",
"name": "php7-xmlwriter-7.0.7-38.1.x86_64",
"product": {
"name": "php7-xmlwriter-7.0.7-38.1.x86_64",
"product_id": "php7-xmlwriter-7.0.7-38.1.x86_64"
}
},
{
"category": "product_version",
"name": "php7-xsl-7.0.7-38.1.x86_64",
"product": {
"name": "php7-xsl-7.0.7-38.1.x86_64",
"product_id": "php7-xsl-7.0.7-38.1.x86_64"
}
},
{
"category": "product_version",
"name": "php7-zip-7.0.7-38.1.x86_64",
"product": {
"name": "php7-zip-7.0.7-38.1.x86_64",
"product_id": "php7-zip-7.0.7-38.1.x86_64"
}
},
{
"category": "product_version",
"name": "php7-zlib-7.0.7-38.1.x86_64",
"product": {
"name": "php7-zlib-7.0.7-38.1.x86_64",
"product_id": "php7-zlib-7.0.7-38.1.x86_64"
}
},
{
"category": "product_version",
"name": "php7-devel-7.0.7-38.1.x86_64",
"product": {
"name": "php7-devel-7.0.7-38.1.x86_64",
"product_id": "php7-devel-7.0.7-38.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Enterprise Module for Web and Scripting 12",
"product": {
"name": "SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-module-web-scripting:12"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Software Development Kit 12 SP1",
"product": {
"name": "SUSE Linux Enterprise Software Development Kit 12 SP1",
"product_id": "SUSE Linux Enterprise Software Development Kit 12 SP1",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-sdk:12:sp1"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Software Development Kit 12 SP2",
"product": {
"name": "SUSE Linux Enterprise Software Development Kit 12 SP2",
"product_id": "SUSE Linux Enterprise Software Development Kit 12 SP2",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-sdk:12:sp2"
}
}
}
],
"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-38.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:apache2-mod_php7-7.0.7-38.1.aarch64"
},
"product_reference": "apache2-mod_php7-7.0.7-38.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "apache2-mod_php7-7.0.7-38.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:apache2-mod_php7-7.0.7-38.1.ppc64le"
},
"product_reference": "apache2-mod_php7-7.0.7-38.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "apache2-mod_php7-7.0.7-38.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:apache2-mod_php7-7.0.7-38.1.s390x"
},
"product_reference": "apache2-mod_php7-7.0.7-38.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "apache2-mod_php7-7.0.7-38.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:apache2-mod_php7-7.0.7-38.1.x86_64"
},
"product_reference": "apache2-mod_php7-7.0.7-38.1.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-38.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-7.0.7-38.1.aarch64"
},
"product_reference": "php7-7.0.7-38.1.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-38.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-7.0.7-38.1.ppc64le"
},
"product_reference": "php7-7.0.7-38.1.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-38.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-7.0.7-38.1.s390x"
},
"product_reference": "php7-7.0.7-38.1.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-38.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-7.0.7-38.1.x86_64"
},
"product_reference": "php7-7.0.7-38.1.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-38.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-bcmath-7.0.7-38.1.aarch64"
},
"product_reference": "php7-bcmath-7.0.7-38.1.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-38.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-bcmath-7.0.7-38.1.ppc64le"
},
"product_reference": "php7-bcmath-7.0.7-38.1.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-38.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-bcmath-7.0.7-38.1.s390x"
},
"product_reference": "php7-bcmath-7.0.7-38.1.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-38.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-bcmath-7.0.7-38.1.x86_64"
},
"product_reference": "php7-bcmath-7.0.7-38.1.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-38.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-bz2-7.0.7-38.1.aarch64"
},
"product_reference": "php7-bz2-7.0.7-38.1.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-38.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-bz2-7.0.7-38.1.ppc64le"
},
"product_reference": "php7-bz2-7.0.7-38.1.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-38.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-bz2-7.0.7-38.1.s390x"
},
"product_reference": "php7-bz2-7.0.7-38.1.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-38.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-bz2-7.0.7-38.1.x86_64"
},
"product_reference": "php7-bz2-7.0.7-38.1.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-38.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-calendar-7.0.7-38.1.aarch64"
},
"product_reference": "php7-calendar-7.0.7-38.1.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-38.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-calendar-7.0.7-38.1.ppc64le"
},
"product_reference": "php7-calendar-7.0.7-38.1.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-38.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-calendar-7.0.7-38.1.s390x"
},
"product_reference": "php7-calendar-7.0.7-38.1.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-38.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-calendar-7.0.7-38.1.x86_64"
},
"product_reference": "php7-calendar-7.0.7-38.1.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-38.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-ctype-7.0.7-38.1.aarch64"
},
"product_reference": "php7-ctype-7.0.7-38.1.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-38.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-ctype-7.0.7-38.1.ppc64le"
},
"product_reference": "php7-ctype-7.0.7-38.1.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-38.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-ctype-7.0.7-38.1.s390x"
},
"product_reference": "php7-ctype-7.0.7-38.1.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-38.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-ctype-7.0.7-38.1.x86_64"
},
"product_reference": "php7-ctype-7.0.7-38.1.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-38.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-curl-7.0.7-38.1.aarch64"
},
"product_reference": "php7-curl-7.0.7-38.1.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-38.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-curl-7.0.7-38.1.ppc64le"
},
"product_reference": "php7-curl-7.0.7-38.1.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-38.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-curl-7.0.7-38.1.s390x"
},
"product_reference": "php7-curl-7.0.7-38.1.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-38.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-curl-7.0.7-38.1.x86_64"
},
"product_reference": "php7-curl-7.0.7-38.1.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-38.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-dba-7.0.7-38.1.aarch64"
},
"product_reference": "php7-dba-7.0.7-38.1.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-38.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-dba-7.0.7-38.1.ppc64le"
},
"product_reference": "php7-dba-7.0.7-38.1.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-38.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-dba-7.0.7-38.1.s390x"
},
"product_reference": "php7-dba-7.0.7-38.1.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-38.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-dba-7.0.7-38.1.x86_64"
},
"product_reference": "php7-dba-7.0.7-38.1.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-38.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-dom-7.0.7-38.1.aarch64"
},
"product_reference": "php7-dom-7.0.7-38.1.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-38.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-dom-7.0.7-38.1.ppc64le"
},
"product_reference": "php7-dom-7.0.7-38.1.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-38.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-dom-7.0.7-38.1.s390x"
},
"product_reference": "php7-dom-7.0.7-38.1.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-38.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-dom-7.0.7-38.1.x86_64"
},
"product_reference": "php7-dom-7.0.7-38.1.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-38.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-enchant-7.0.7-38.1.aarch64"
},
"product_reference": "php7-enchant-7.0.7-38.1.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-38.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-enchant-7.0.7-38.1.ppc64le"
},
"product_reference": "php7-enchant-7.0.7-38.1.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-38.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-enchant-7.0.7-38.1.s390x"
},
"product_reference": "php7-enchant-7.0.7-38.1.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-38.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-enchant-7.0.7-38.1.x86_64"
},
"product_reference": "php7-enchant-7.0.7-38.1.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-38.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-exif-7.0.7-38.1.aarch64"
},
"product_reference": "php7-exif-7.0.7-38.1.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-38.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-exif-7.0.7-38.1.ppc64le"
},
"product_reference": "php7-exif-7.0.7-38.1.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-38.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-exif-7.0.7-38.1.s390x"
},
"product_reference": "php7-exif-7.0.7-38.1.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-38.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-exif-7.0.7-38.1.x86_64"
},
"product_reference": "php7-exif-7.0.7-38.1.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-38.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-fastcgi-7.0.7-38.1.aarch64"
},
"product_reference": "php7-fastcgi-7.0.7-38.1.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-38.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-fastcgi-7.0.7-38.1.ppc64le"
},
"product_reference": "php7-fastcgi-7.0.7-38.1.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-38.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-fastcgi-7.0.7-38.1.s390x"
},
"product_reference": "php7-fastcgi-7.0.7-38.1.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-38.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-fastcgi-7.0.7-38.1.x86_64"
},
"product_reference": "php7-fastcgi-7.0.7-38.1.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-38.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-fileinfo-7.0.7-38.1.aarch64"
},
"product_reference": "php7-fileinfo-7.0.7-38.1.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-38.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-fileinfo-7.0.7-38.1.ppc64le"
},
"product_reference": "php7-fileinfo-7.0.7-38.1.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-38.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-fileinfo-7.0.7-38.1.s390x"
},
"product_reference": "php7-fileinfo-7.0.7-38.1.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-38.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-fileinfo-7.0.7-38.1.x86_64"
},
"product_reference": "php7-fileinfo-7.0.7-38.1.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-38.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-fpm-7.0.7-38.1.aarch64"
},
"product_reference": "php7-fpm-7.0.7-38.1.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-38.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-fpm-7.0.7-38.1.ppc64le"
},
"product_reference": "php7-fpm-7.0.7-38.1.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-38.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-fpm-7.0.7-38.1.s390x"
},
"product_reference": "php7-fpm-7.0.7-38.1.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-38.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-fpm-7.0.7-38.1.x86_64"
},
"product_reference": "php7-fpm-7.0.7-38.1.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-38.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-ftp-7.0.7-38.1.aarch64"
},
"product_reference": "php7-ftp-7.0.7-38.1.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-38.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-ftp-7.0.7-38.1.ppc64le"
},
"product_reference": "php7-ftp-7.0.7-38.1.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-38.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-ftp-7.0.7-38.1.s390x"
},
"product_reference": "php7-ftp-7.0.7-38.1.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-38.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-ftp-7.0.7-38.1.x86_64"
},
"product_reference": "php7-ftp-7.0.7-38.1.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-38.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-gd-7.0.7-38.1.aarch64"
},
"product_reference": "php7-gd-7.0.7-38.1.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-38.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-gd-7.0.7-38.1.ppc64le"
},
"product_reference": "php7-gd-7.0.7-38.1.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-38.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-gd-7.0.7-38.1.s390x"
},
"product_reference": "php7-gd-7.0.7-38.1.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-38.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-gd-7.0.7-38.1.x86_64"
},
"product_reference": "php7-gd-7.0.7-38.1.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-38.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-gettext-7.0.7-38.1.aarch64"
},
"product_reference": "php7-gettext-7.0.7-38.1.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-38.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-gettext-7.0.7-38.1.ppc64le"
},
"product_reference": "php7-gettext-7.0.7-38.1.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-38.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-gettext-7.0.7-38.1.s390x"
},
"product_reference": "php7-gettext-7.0.7-38.1.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-38.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-gettext-7.0.7-38.1.x86_64"
},
"product_reference": "php7-gettext-7.0.7-38.1.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-38.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-gmp-7.0.7-38.1.aarch64"
},
"product_reference": "php7-gmp-7.0.7-38.1.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-38.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-gmp-7.0.7-38.1.ppc64le"
},
"product_reference": "php7-gmp-7.0.7-38.1.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-38.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-gmp-7.0.7-38.1.s390x"
},
"product_reference": "php7-gmp-7.0.7-38.1.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-38.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-gmp-7.0.7-38.1.x86_64"
},
"product_reference": "php7-gmp-7.0.7-38.1.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-38.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-iconv-7.0.7-38.1.aarch64"
},
"product_reference": "php7-iconv-7.0.7-38.1.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-38.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-iconv-7.0.7-38.1.ppc64le"
},
"product_reference": "php7-iconv-7.0.7-38.1.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-38.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-iconv-7.0.7-38.1.s390x"
},
"product_reference": "php7-iconv-7.0.7-38.1.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-38.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-iconv-7.0.7-38.1.x86_64"
},
"product_reference": "php7-iconv-7.0.7-38.1.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-38.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-imap-7.0.7-38.1.aarch64"
},
"product_reference": "php7-imap-7.0.7-38.1.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-38.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-imap-7.0.7-38.1.ppc64le"
},
"product_reference": "php7-imap-7.0.7-38.1.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-38.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-imap-7.0.7-38.1.s390x"
},
"product_reference": "php7-imap-7.0.7-38.1.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-38.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-imap-7.0.7-38.1.x86_64"
},
"product_reference": "php7-imap-7.0.7-38.1.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-38.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-intl-7.0.7-38.1.aarch64"
},
"product_reference": "php7-intl-7.0.7-38.1.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-38.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-intl-7.0.7-38.1.ppc64le"
},
"product_reference": "php7-intl-7.0.7-38.1.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-38.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-intl-7.0.7-38.1.s390x"
},
"product_reference": "php7-intl-7.0.7-38.1.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-38.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-intl-7.0.7-38.1.x86_64"
},
"product_reference": "php7-intl-7.0.7-38.1.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-38.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-json-7.0.7-38.1.aarch64"
},
"product_reference": "php7-json-7.0.7-38.1.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-38.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-json-7.0.7-38.1.ppc64le"
},
"product_reference": "php7-json-7.0.7-38.1.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-38.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-json-7.0.7-38.1.s390x"
},
"product_reference": "php7-json-7.0.7-38.1.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-38.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-json-7.0.7-38.1.x86_64"
},
"product_reference": "php7-json-7.0.7-38.1.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-38.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-ldap-7.0.7-38.1.aarch64"
},
"product_reference": "php7-ldap-7.0.7-38.1.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-38.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-ldap-7.0.7-38.1.ppc64le"
},
"product_reference": "php7-ldap-7.0.7-38.1.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-38.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-ldap-7.0.7-38.1.s390x"
},
"product_reference": "php7-ldap-7.0.7-38.1.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-38.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-ldap-7.0.7-38.1.x86_64"
},
"product_reference": "php7-ldap-7.0.7-38.1.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-38.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-mbstring-7.0.7-38.1.aarch64"
},
"product_reference": "php7-mbstring-7.0.7-38.1.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-38.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-mbstring-7.0.7-38.1.ppc64le"
},
"product_reference": "php7-mbstring-7.0.7-38.1.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-38.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-mbstring-7.0.7-38.1.s390x"
},
"product_reference": "php7-mbstring-7.0.7-38.1.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-38.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-mbstring-7.0.7-38.1.x86_64"
},
"product_reference": "php7-mbstring-7.0.7-38.1.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-38.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-mcrypt-7.0.7-38.1.aarch64"
},
"product_reference": "php7-mcrypt-7.0.7-38.1.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-38.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-mcrypt-7.0.7-38.1.ppc64le"
},
"product_reference": "php7-mcrypt-7.0.7-38.1.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-38.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-mcrypt-7.0.7-38.1.s390x"
},
"product_reference": "php7-mcrypt-7.0.7-38.1.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-38.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-mcrypt-7.0.7-38.1.x86_64"
},
"product_reference": "php7-mcrypt-7.0.7-38.1.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-38.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-mysql-7.0.7-38.1.aarch64"
},
"product_reference": "php7-mysql-7.0.7-38.1.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-38.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-mysql-7.0.7-38.1.ppc64le"
},
"product_reference": "php7-mysql-7.0.7-38.1.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-38.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-mysql-7.0.7-38.1.s390x"
},
"product_reference": "php7-mysql-7.0.7-38.1.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-38.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-mysql-7.0.7-38.1.x86_64"
},
"product_reference": "php7-mysql-7.0.7-38.1.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-38.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-odbc-7.0.7-38.1.aarch64"
},
"product_reference": "php7-odbc-7.0.7-38.1.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-38.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-odbc-7.0.7-38.1.ppc64le"
},
"product_reference": "php7-odbc-7.0.7-38.1.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-38.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-odbc-7.0.7-38.1.s390x"
},
"product_reference": "php7-odbc-7.0.7-38.1.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-38.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-odbc-7.0.7-38.1.x86_64"
},
"product_reference": "php7-odbc-7.0.7-38.1.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-38.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-opcache-7.0.7-38.1.aarch64"
},
"product_reference": "php7-opcache-7.0.7-38.1.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-38.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-opcache-7.0.7-38.1.ppc64le"
},
"product_reference": "php7-opcache-7.0.7-38.1.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-38.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-opcache-7.0.7-38.1.s390x"
},
"product_reference": "php7-opcache-7.0.7-38.1.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-38.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-opcache-7.0.7-38.1.x86_64"
},
"product_reference": "php7-opcache-7.0.7-38.1.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-38.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-openssl-7.0.7-38.1.aarch64"
},
"product_reference": "php7-openssl-7.0.7-38.1.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-38.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-openssl-7.0.7-38.1.ppc64le"
},
"product_reference": "php7-openssl-7.0.7-38.1.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-38.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-openssl-7.0.7-38.1.s390x"
},
"product_reference": "php7-openssl-7.0.7-38.1.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-38.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-openssl-7.0.7-38.1.x86_64"
},
"product_reference": "php7-openssl-7.0.7-38.1.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-38.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-pcntl-7.0.7-38.1.aarch64"
},
"product_reference": "php7-pcntl-7.0.7-38.1.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-38.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-pcntl-7.0.7-38.1.ppc64le"
},
"product_reference": "php7-pcntl-7.0.7-38.1.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-38.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-pcntl-7.0.7-38.1.s390x"
},
"product_reference": "php7-pcntl-7.0.7-38.1.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-38.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-pcntl-7.0.7-38.1.x86_64"
},
"product_reference": "php7-pcntl-7.0.7-38.1.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-38.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-pdo-7.0.7-38.1.aarch64"
},
"product_reference": "php7-pdo-7.0.7-38.1.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-38.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-pdo-7.0.7-38.1.ppc64le"
},
"product_reference": "php7-pdo-7.0.7-38.1.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-38.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-pdo-7.0.7-38.1.s390x"
},
"product_reference": "php7-pdo-7.0.7-38.1.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-38.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-pdo-7.0.7-38.1.x86_64"
},
"product_reference": "php7-pdo-7.0.7-38.1.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-38.1.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-38.1.noarch"
},
"product_reference": "php7-pear-7.0.7-38.1.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-38.1.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-38.1.noarch"
},
"product_reference": "php7-pear-Archive_Tar-7.0.7-38.1.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-38.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-pgsql-7.0.7-38.1.aarch64"
},
"product_reference": "php7-pgsql-7.0.7-38.1.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-38.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-pgsql-7.0.7-38.1.ppc64le"
},
"product_reference": "php7-pgsql-7.0.7-38.1.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-38.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-pgsql-7.0.7-38.1.s390x"
},
"product_reference": "php7-pgsql-7.0.7-38.1.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-38.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-pgsql-7.0.7-38.1.x86_64"
},
"product_reference": "php7-pgsql-7.0.7-38.1.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-38.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-phar-7.0.7-38.1.aarch64"
},
"product_reference": "php7-phar-7.0.7-38.1.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-38.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-phar-7.0.7-38.1.ppc64le"
},
"product_reference": "php7-phar-7.0.7-38.1.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-38.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-phar-7.0.7-38.1.s390x"
},
"product_reference": "php7-phar-7.0.7-38.1.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-38.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-phar-7.0.7-38.1.x86_64"
},
"product_reference": "php7-phar-7.0.7-38.1.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-38.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-posix-7.0.7-38.1.aarch64"
},
"product_reference": "php7-posix-7.0.7-38.1.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-38.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-posix-7.0.7-38.1.ppc64le"
},
"product_reference": "php7-posix-7.0.7-38.1.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-38.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-posix-7.0.7-38.1.s390x"
},
"product_reference": "php7-posix-7.0.7-38.1.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-38.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-posix-7.0.7-38.1.x86_64"
},
"product_reference": "php7-posix-7.0.7-38.1.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-38.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-pspell-7.0.7-38.1.aarch64"
},
"product_reference": "php7-pspell-7.0.7-38.1.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-38.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-pspell-7.0.7-38.1.ppc64le"
},
"product_reference": "php7-pspell-7.0.7-38.1.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-38.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-pspell-7.0.7-38.1.s390x"
},
"product_reference": "php7-pspell-7.0.7-38.1.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-38.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-pspell-7.0.7-38.1.x86_64"
},
"product_reference": "php7-pspell-7.0.7-38.1.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-38.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-shmop-7.0.7-38.1.aarch64"
},
"product_reference": "php7-shmop-7.0.7-38.1.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-38.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-shmop-7.0.7-38.1.ppc64le"
},
"product_reference": "php7-shmop-7.0.7-38.1.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-38.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-shmop-7.0.7-38.1.s390x"
},
"product_reference": "php7-shmop-7.0.7-38.1.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-38.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-shmop-7.0.7-38.1.x86_64"
},
"product_reference": "php7-shmop-7.0.7-38.1.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-38.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-snmp-7.0.7-38.1.aarch64"
},
"product_reference": "php7-snmp-7.0.7-38.1.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-38.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-snmp-7.0.7-38.1.ppc64le"
},
"product_reference": "php7-snmp-7.0.7-38.1.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-38.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-snmp-7.0.7-38.1.s390x"
},
"product_reference": "php7-snmp-7.0.7-38.1.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-38.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-snmp-7.0.7-38.1.x86_64"
},
"product_reference": "php7-snmp-7.0.7-38.1.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-38.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-soap-7.0.7-38.1.aarch64"
},
"product_reference": "php7-soap-7.0.7-38.1.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-38.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-soap-7.0.7-38.1.ppc64le"
},
"product_reference": "php7-soap-7.0.7-38.1.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-38.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-soap-7.0.7-38.1.s390x"
},
"product_reference": "php7-soap-7.0.7-38.1.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-38.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-soap-7.0.7-38.1.x86_64"
},
"product_reference": "php7-soap-7.0.7-38.1.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-38.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sockets-7.0.7-38.1.aarch64"
},
"product_reference": "php7-sockets-7.0.7-38.1.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-38.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sockets-7.0.7-38.1.ppc64le"
},
"product_reference": "php7-sockets-7.0.7-38.1.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-38.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sockets-7.0.7-38.1.s390x"
},
"product_reference": "php7-sockets-7.0.7-38.1.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-38.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sockets-7.0.7-38.1.x86_64"
},
"product_reference": "php7-sockets-7.0.7-38.1.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-38.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sqlite-7.0.7-38.1.aarch64"
},
"product_reference": "php7-sqlite-7.0.7-38.1.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-38.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sqlite-7.0.7-38.1.ppc64le"
},
"product_reference": "php7-sqlite-7.0.7-38.1.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-38.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sqlite-7.0.7-38.1.s390x"
},
"product_reference": "php7-sqlite-7.0.7-38.1.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-38.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sqlite-7.0.7-38.1.x86_64"
},
"product_reference": "php7-sqlite-7.0.7-38.1.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-38.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sysvmsg-7.0.7-38.1.aarch64"
},
"product_reference": "php7-sysvmsg-7.0.7-38.1.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-38.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sysvmsg-7.0.7-38.1.ppc64le"
},
"product_reference": "php7-sysvmsg-7.0.7-38.1.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-38.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sysvmsg-7.0.7-38.1.s390x"
},
"product_reference": "php7-sysvmsg-7.0.7-38.1.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-38.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sysvmsg-7.0.7-38.1.x86_64"
},
"product_reference": "php7-sysvmsg-7.0.7-38.1.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-38.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sysvsem-7.0.7-38.1.aarch64"
},
"product_reference": "php7-sysvsem-7.0.7-38.1.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-38.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sysvsem-7.0.7-38.1.ppc64le"
},
"product_reference": "php7-sysvsem-7.0.7-38.1.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-38.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sysvsem-7.0.7-38.1.s390x"
},
"product_reference": "php7-sysvsem-7.0.7-38.1.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-38.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sysvsem-7.0.7-38.1.x86_64"
},
"product_reference": "php7-sysvsem-7.0.7-38.1.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-38.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sysvshm-7.0.7-38.1.aarch64"
},
"product_reference": "php7-sysvshm-7.0.7-38.1.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-38.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sysvshm-7.0.7-38.1.ppc64le"
},
"product_reference": "php7-sysvshm-7.0.7-38.1.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-38.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sysvshm-7.0.7-38.1.s390x"
},
"product_reference": "php7-sysvshm-7.0.7-38.1.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-38.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-sysvshm-7.0.7-38.1.x86_64"
},
"product_reference": "php7-sysvshm-7.0.7-38.1.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-38.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-tokenizer-7.0.7-38.1.aarch64"
},
"product_reference": "php7-tokenizer-7.0.7-38.1.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-38.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-tokenizer-7.0.7-38.1.ppc64le"
},
"product_reference": "php7-tokenizer-7.0.7-38.1.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-38.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-tokenizer-7.0.7-38.1.s390x"
},
"product_reference": "php7-tokenizer-7.0.7-38.1.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-38.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-tokenizer-7.0.7-38.1.x86_64"
},
"product_reference": "php7-tokenizer-7.0.7-38.1.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-38.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-wddx-7.0.7-38.1.aarch64"
},
"product_reference": "php7-wddx-7.0.7-38.1.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-38.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-wddx-7.0.7-38.1.ppc64le"
},
"product_reference": "php7-wddx-7.0.7-38.1.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-38.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-wddx-7.0.7-38.1.s390x"
},
"product_reference": "php7-wddx-7.0.7-38.1.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-38.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-wddx-7.0.7-38.1.x86_64"
},
"product_reference": "php7-wddx-7.0.7-38.1.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-38.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-xmlreader-7.0.7-38.1.aarch64"
},
"product_reference": "php7-xmlreader-7.0.7-38.1.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-38.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-xmlreader-7.0.7-38.1.ppc64le"
},
"product_reference": "php7-xmlreader-7.0.7-38.1.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-38.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-xmlreader-7.0.7-38.1.s390x"
},
"product_reference": "php7-xmlreader-7.0.7-38.1.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-38.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-xmlreader-7.0.7-38.1.x86_64"
},
"product_reference": "php7-xmlreader-7.0.7-38.1.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-38.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-xmlrpc-7.0.7-38.1.aarch64"
},
"product_reference": "php7-xmlrpc-7.0.7-38.1.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-38.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-xmlrpc-7.0.7-38.1.ppc64le"
},
"product_reference": "php7-xmlrpc-7.0.7-38.1.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-38.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-xmlrpc-7.0.7-38.1.s390x"
},
"product_reference": "php7-xmlrpc-7.0.7-38.1.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-38.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-xmlrpc-7.0.7-38.1.x86_64"
},
"product_reference": "php7-xmlrpc-7.0.7-38.1.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-38.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-xmlwriter-7.0.7-38.1.aarch64"
},
"product_reference": "php7-xmlwriter-7.0.7-38.1.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-38.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-xmlwriter-7.0.7-38.1.ppc64le"
},
"product_reference": "php7-xmlwriter-7.0.7-38.1.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-38.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-xmlwriter-7.0.7-38.1.s390x"
},
"product_reference": "php7-xmlwriter-7.0.7-38.1.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-38.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-xmlwriter-7.0.7-38.1.x86_64"
},
"product_reference": "php7-xmlwriter-7.0.7-38.1.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-38.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-xsl-7.0.7-38.1.aarch64"
},
"product_reference": "php7-xsl-7.0.7-38.1.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-38.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-xsl-7.0.7-38.1.ppc64le"
},
"product_reference": "php7-xsl-7.0.7-38.1.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-38.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-xsl-7.0.7-38.1.s390x"
},
"product_reference": "php7-xsl-7.0.7-38.1.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-38.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-xsl-7.0.7-38.1.x86_64"
},
"product_reference": "php7-xsl-7.0.7-38.1.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-38.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-zip-7.0.7-38.1.aarch64"
},
"product_reference": "php7-zip-7.0.7-38.1.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-38.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-zip-7.0.7-38.1.ppc64le"
},
"product_reference": "php7-zip-7.0.7-38.1.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-38.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-zip-7.0.7-38.1.s390x"
},
"product_reference": "php7-zip-7.0.7-38.1.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-38.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-zip-7.0.7-38.1.x86_64"
},
"product_reference": "php7-zip-7.0.7-38.1.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-38.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-zlib-7.0.7-38.1.aarch64"
},
"product_reference": "php7-zlib-7.0.7-38.1.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-38.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-zlib-7.0.7-38.1.ppc64le"
},
"product_reference": "php7-zlib-7.0.7-38.1.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-38.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-zlib-7.0.7-38.1.s390x"
},
"product_reference": "php7-zlib-7.0.7-38.1.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-38.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php7-zlib-7.0.7-38.1.x86_64"
},
"product_reference": "php7-zlib-7.0.7-38.1.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-38.1.ppc64le as component of SUSE Linux Enterprise Software Development Kit 12 SP1",
"product_id": "SUSE Linux Enterprise Software Development Kit 12 SP1:php7-devel-7.0.7-38.1.ppc64le"
},
"product_reference": "php7-devel-7.0.7-38.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Software Development Kit 12 SP1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-devel-7.0.7-38.1.s390x as component of SUSE Linux Enterprise Software Development Kit 12 SP1",
"product_id": "SUSE Linux Enterprise Software Development Kit 12 SP1:php7-devel-7.0.7-38.1.s390x"
},
"product_reference": "php7-devel-7.0.7-38.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Software Development Kit 12 SP1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-devel-7.0.7-38.1.x86_64 as component of SUSE Linux Enterprise Software Development Kit 12 SP1",
"product_id": "SUSE Linux Enterprise Software Development Kit 12 SP1:php7-devel-7.0.7-38.1.x86_64"
},
"product_reference": "php7-devel-7.0.7-38.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Software Development Kit 12 SP1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-devel-7.0.7-38.1.aarch64 as component of SUSE Linux Enterprise Software Development Kit 12 SP2",
"product_id": "SUSE Linux Enterprise Software Development Kit 12 SP2:php7-devel-7.0.7-38.1.aarch64"
},
"product_reference": "php7-devel-7.0.7-38.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Software Development Kit 12 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-devel-7.0.7-38.1.ppc64le as component of SUSE Linux Enterprise Software Development Kit 12 SP2",
"product_id": "SUSE Linux Enterprise Software Development Kit 12 SP2:php7-devel-7.0.7-38.1.ppc64le"
},
"product_reference": "php7-devel-7.0.7-38.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Software Development Kit 12 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-devel-7.0.7-38.1.s390x as component of SUSE Linux Enterprise Software Development Kit 12 SP2",
"product_id": "SUSE Linux Enterprise Software Development Kit 12 SP2:php7-devel-7.0.7-38.1.s390x"
},
"product_reference": "php7-devel-7.0.7-38.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Software Development Kit 12 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-devel-7.0.7-38.1.x86_64 as component of SUSE Linux Enterprise Software Development Kit 12 SP2",
"product_id": "SUSE Linux Enterprise Software Development Kit 12 SP2:php7-devel-7.0.7-38.1.x86_64"
},
"product_reference": "php7-devel-7.0.7-38.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Software Development Kit 12 SP2"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2015-8994",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2015-8994"
}
],
"notes": [
{
"category": "general",
"text": "An issue was discovered in PHP 5.x and 7.x, when the configuration uses apache2handler/mod_php or php-fpm with OpCache enabled. With 5.x after 5.6.28 or 7.x after 7.0.13, the issue is resolved in a non-default configuration with the opcache.validate_permission=1 setting. The vulnerability details are as follows. In PHP SAPIs where PHP interpreters share a common parent process, Zend OpCache creates a shared memory object owned by the common parent during initialization. Child PHP processes inherit the SHM descriptor, using it to cache and retrieve compiled script bytecode (\"opcode\" in PHP jargon). Cache keys vary depending on configuration, but filename is a central key component, and compiled opcode can generally be run if a script\u0027s filename is known or can be guessed. Many common shared-hosting configurations change EUID in child processes to enforce privilege separation among hosted users (for example using mod_ruid2 for the Apache HTTP Server, or php-fpm user settings). In these scenarios, the default Zend OpCache behavior defeats script file permissions by sharing a single SHM cache among all child PHP processes. PHP scripts often contain sensitive information: Think of CMS configurations where reading or running another user\u0027s script usually means gaining privileges to the CMS database.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Web and Scripting 12:apache2-mod_php7-7.0.7-38.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:apache2-mod_php7-7.0.7-38.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:apache2-mod_php7-7.0.7-38.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:apache2-mod_php7-7.0.7-38.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-7.0.7-38.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-7.0.7-38.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-7.0.7-38.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-7.0.7-38.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-bcmath-7.0.7-38.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-bcmath-7.0.7-38.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-bcmath-7.0.7-38.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-bcmath-7.0.7-38.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-bz2-7.0.7-38.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-bz2-7.0.7-38.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-bz2-7.0.7-38.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-bz2-7.0.7-38.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-calendar-7.0.7-38.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-calendar-7.0.7-38.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-calendar-7.0.7-38.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-calendar-7.0.7-38.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-ctype-7.0.7-38.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-ctype-7.0.7-38.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-ctype-7.0.7-38.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-ctype-7.0.7-38.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-curl-7.0.7-38.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-curl-7.0.7-38.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-curl-7.0.7-38.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-curl-7.0.7-38.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-dba-7.0.7-38.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-dba-7.0.7-38.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-dba-7.0.7-38.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-dba-7.0.7-38.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-dom-7.0.7-38.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-dom-7.0.7-38.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-dom-7.0.7-38.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-dom-7.0.7-38.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-enchant-7.0.7-38.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-enchant-7.0.7-38.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-enchant-7.0.7-38.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-enchant-7.0.7-38.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-exif-7.0.7-38.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-exif-7.0.7-38.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-exif-7.0.7-38.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-exif-7.0.7-38.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-fastcgi-7.0.7-38.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-fastcgi-7.0.7-38.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-fastcgi-7.0.7-38.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-fastcgi-7.0.7-38.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-fileinfo-7.0.7-38.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-fileinfo-7.0.7-38.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-fileinfo-7.0.7-38.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-fileinfo-7.0.7-38.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-fpm-7.0.7-38.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-fpm-7.0.7-38.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-fpm-7.0.7-38.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-fpm-7.0.7-38.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-ftp-7.0.7-38.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-ftp-7.0.7-38.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-ftp-7.0.7-38.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-ftp-7.0.7-38.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-gd-7.0.7-38.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-gd-7.0.7-38.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-gd-7.0.7-38.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-gd-7.0.7-38.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-gettext-7.0.7-38.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-gettext-7.0.7-38.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-gettext-7.0.7-38.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-gettext-7.0.7-38.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-gmp-7.0.7-38.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-gmp-7.0.7-38.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-gmp-7.0.7-38.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-gmp-7.0.7-38.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-iconv-7.0.7-38.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-iconv-7.0.7-38.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-iconv-7.0.7-38.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-iconv-7.0.7-38.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-imap-7.0.7-38.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-imap-7.0.7-38.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-imap-7.0.7-38.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-imap-7.0.7-38.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-intl-7.0.7-38.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-intl-7.0.7-38.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-intl-7.0.7-38.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-intl-7.0.7-38.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-json-7.0.7-38.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-json-7.0.7-38.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-json-7.0.7-38.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-json-7.0.7-38.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-ldap-7.0.7-38.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-ldap-7.0.7-38.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-ldap-7.0.7-38.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-ldap-7.0.7-38.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-mbstring-7.0.7-38.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-mbstring-7.0.7-38.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-mbstring-7.0.7-38.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-mbstring-7.0.7-38.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-mcrypt-7.0.7-38.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-mcrypt-7.0.7-38.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-mcrypt-7.0.7-38.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-mcrypt-7.0.7-38.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-mysql-7.0.7-38.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-mysql-7.0.7-38.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-mysql-7.0.7-38.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-mysql-7.0.7-38.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-odbc-7.0.7-38.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-odbc-7.0.7-38.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-odbc-7.0.7-38.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-odbc-7.0.7-38.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-opcache-7.0.7-38.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-opcache-7.0.7-38.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-opcache-7.0.7-38.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-opcache-7.0.7-38.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-openssl-7.0.7-38.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-openssl-7.0.7-38.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-openssl-7.0.7-38.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-openssl-7.0.7-38.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-pcntl-7.0.7-38.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-pcntl-7.0.7-38.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-pcntl-7.0.7-38.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-pcntl-7.0.7-38.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-pdo-7.0.7-38.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-pdo-7.0.7-38.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-pdo-7.0.7-38.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-pdo-7.0.7-38.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-pear-7.0.7-38.1.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-pear-Archive_Tar-7.0.7-38.1.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-pgsql-7.0.7-38.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-pgsql-7.0.7-38.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-pgsql-7.0.7-38.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-pgsql-7.0.7-38.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-phar-7.0.7-38.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-phar-7.0.7-38.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-phar-7.0.7-38.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-phar-7.0.7-38.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-posix-7.0.7-38.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-posix-7.0.7-38.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-posix-7.0.7-38.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-posix-7.0.7-38.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-pspell-7.0.7-38.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-pspell-7.0.7-38.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-pspell-7.0.7-38.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-pspell-7.0.7-38.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-shmop-7.0.7-38.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-shmop-7.0.7-38.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-shmop-7.0.7-38.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-shmop-7.0.7-38.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-snmp-7.0.7-38.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-snmp-7.0.7-38.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-snmp-7.0.7-38.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-snmp-7.0.7-38.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-soap-7.0.7-38.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-soap-7.0.7-38.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-soap-7.0.7-38.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-soap-7.0.7-38.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-sockets-7.0.7-38.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-sockets-7.0.7-38.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-sockets-7.0.7-38.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-sockets-7.0.7-38.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-sqlite-7.0.7-38.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-sqlite-7.0.7-38.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-sqlite-7.0.7-38.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-sqlite-7.0.7-38.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-sysvmsg-7.0.7-38.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-sysvmsg-7.0.7-38.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-sysvmsg-7.0.7-38.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-sysvmsg-7.0.7-38.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-sysvsem-7.0.7-38.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-sysvsem-7.0.7-38.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-sysvsem-7.0.7-38.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-sysvsem-7.0.7-38.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-sysvshm-7.0.7-38.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-sysvshm-7.0.7-38.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-sysvshm-7.0.7-38.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-sysvshm-7.0.7-38.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-tokenizer-7.0.7-38.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-tokenizer-7.0.7-38.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-tokenizer-7.0.7-38.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-tokenizer-7.0.7-38.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-wddx-7.0.7-38.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-wddx-7.0.7-38.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-wddx-7.0.7-38.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-wddx-7.0.7-38.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-xmlreader-7.0.7-38.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-xmlreader-7.0.7-38.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-xmlreader-7.0.7-38.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-xmlreader-7.0.7-38.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-xmlrpc-7.0.7-38.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-xmlrpc-7.0.7-38.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-xmlrpc-7.0.7-38.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-xmlrpc-7.0.7-38.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-xmlwriter-7.0.7-38.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-xmlwriter-7.0.7-38.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-xmlwriter-7.0.7-38.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-xmlwriter-7.0.7-38.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-xsl-7.0.7-38.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-xsl-7.0.7-38.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-xsl-7.0.7-38.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-xsl-7.0.7-38.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-zip-7.0.7-38.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-zip-7.0.7-38.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-zip-7.0.7-38.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-zip-7.0.7-38.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-zlib-7.0.7-38.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-zlib-7.0.7-38.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-zlib-7.0.7-38.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-zlib-7.0.7-38.1.x86_64",
"SUSE Linux Enterprise Software Development Kit 12 SP1:php7-devel-7.0.7-38.1.ppc64le",
"SUSE Linux Enterprise Software Development Kit 12 SP1:php7-devel-7.0.7-38.1.s390x",
"SUSE Linux Enterprise Software Development Kit 12 SP1:php7-devel-7.0.7-38.1.x86_64",
"SUSE Linux Enterprise Software Development Kit 12 SP2:php7-devel-7.0.7-38.1.aarch64",
"SUSE Linux Enterprise Software Development Kit 12 SP2:php7-devel-7.0.7-38.1.ppc64le",
"SUSE Linux Enterprise Software Development Kit 12 SP2:php7-devel-7.0.7-38.1.s390x",
"SUSE Linux Enterprise Software Development Kit 12 SP2:php7-devel-7.0.7-38.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2015-8994",
"url": "https://www.suse.com/security/cve/CVE-2015-8994"
},
{
"category": "external",
"summary": "SUSE Bug 1027210 for CVE-2015-8994",
"url": "https://bugzilla.suse.com/1027210"
}
],
"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-38.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:apache2-mod_php7-7.0.7-38.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:apache2-mod_php7-7.0.7-38.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:apache2-mod_php7-7.0.7-38.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-7.0.7-38.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-7.0.7-38.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-7.0.7-38.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-7.0.7-38.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-bcmath-7.0.7-38.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-bcmath-7.0.7-38.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-bcmath-7.0.7-38.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-bcmath-7.0.7-38.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-bz2-7.0.7-38.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-bz2-7.0.7-38.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-bz2-7.0.7-38.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-bz2-7.0.7-38.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-calendar-7.0.7-38.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-calendar-7.0.7-38.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-calendar-7.0.7-38.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-calendar-7.0.7-38.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-ctype-7.0.7-38.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-ctype-7.0.7-38.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-ctype-7.0.7-38.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-ctype-7.0.7-38.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-curl-7.0.7-38.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-curl-7.0.7-38.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-curl-7.0.7-38.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-curl-7.0.7-38.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-dba-7.0.7-38.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-dba-7.0.7-38.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-dba-7.0.7-38.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-dba-7.0.7-38.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-dom-7.0.7-38.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-dom-7.0.7-38.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-dom-7.0.7-38.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-dom-7.0.7-38.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-enchant-7.0.7-38.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-enchant-7.0.7-38.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-enchant-7.0.7-38.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-enchant-7.0.7-38.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-exif-7.0.7-38.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-exif-7.0.7-38.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-exif-7.0.7-38.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-exif-7.0.7-38.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-fastcgi-7.0.7-38.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-fastcgi-7.0.7-38.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-fastcgi-7.0.7-38.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-fastcgi-7.0.7-38.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-fileinfo-7.0.7-38.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-fileinfo-7.0.7-38.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-fileinfo-7.0.7-38.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-fileinfo-7.0.7-38.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-fpm-7.0.7-38.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-fpm-7.0.7-38.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-fpm-7.0.7-38.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-fpm-7.0.7-38.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-ftp-7.0.7-38.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-ftp-7.0.7-38.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-ftp-7.0.7-38.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-ftp-7.0.7-38.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-gd-7.0.7-38.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-gd-7.0.7-38.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-gd-7.0.7-38.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-gd-7.0.7-38.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-gettext-7.0.7-38.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-gettext-7.0.7-38.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-gettext-7.0.7-38.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-gettext-7.0.7-38.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-gmp-7.0.7-38.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-gmp-7.0.7-38.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-gmp-7.0.7-38.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-gmp-7.0.7-38.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-iconv-7.0.7-38.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-iconv-7.0.7-38.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-iconv-7.0.7-38.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-iconv-7.0.7-38.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-imap-7.0.7-38.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-imap-7.0.7-38.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-imap-7.0.7-38.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-imap-7.0.7-38.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-intl-7.0.7-38.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-intl-7.0.7-38.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-intl-7.0.7-38.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-intl-7.0.7-38.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-json-7.0.7-38.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-json-7.0.7-38.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-json-7.0.7-38.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-json-7.0.7-38.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-ldap-7.0.7-38.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-ldap-7.0.7-38.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-ldap-7.0.7-38.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-ldap-7.0.7-38.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-mbstring-7.0.7-38.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-mbstring-7.0.7-38.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-mbstring-7.0.7-38.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-mbstring-7.0.7-38.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-mcrypt-7.0.7-38.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-mcrypt-7.0.7-38.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-mcrypt-7.0.7-38.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-mcrypt-7.0.7-38.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-mysql-7.0.7-38.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-mysql-7.0.7-38.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-mysql-7.0.7-38.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-mysql-7.0.7-38.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-odbc-7.0.7-38.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-odbc-7.0.7-38.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-odbc-7.0.7-38.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-odbc-7.0.7-38.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-opcache-7.0.7-38.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-opcache-7.0.7-38.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-opcache-7.0.7-38.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-opcache-7.0.7-38.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-openssl-7.0.7-38.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-openssl-7.0.7-38.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-openssl-7.0.7-38.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-openssl-7.0.7-38.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-pcntl-7.0.7-38.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-pcntl-7.0.7-38.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-pcntl-7.0.7-38.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-pcntl-7.0.7-38.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-pdo-7.0.7-38.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-pdo-7.0.7-38.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-pdo-7.0.7-38.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-pdo-7.0.7-38.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-pear-7.0.7-38.1.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-pear-Archive_Tar-7.0.7-38.1.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-pgsql-7.0.7-38.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-pgsql-7.0.7-38.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-pgsql-7.0.7-38.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-pgsql-7.0.7-38.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-phar-7.0.7-38.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-phar-7.0.7-38.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-phar-7.0.7-38.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-phar-7.0.7-38.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-posix-7.0.7-38.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-posix-7.0.7-38.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-posix-7.0.7-38.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-posix-7.0.7-38.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-pspell-7.0.7-38.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-pspell-7.0.7-38.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-pspell-7.0.7-38.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-pspell-7.0.7-38.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-shmop-7.0.7-38.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-shmop-7.0.7-38.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-shmop-7.0.7-38.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-shmop-7.0.7-38.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-snmp-7.0.7-38.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-snmp-7.0.7-38.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-snmp-7.0.7-38.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-snmp-7.0.7-38.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-soap-7.0.7-38.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-soap-7.0.7-38.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-soap-7.0.7-38.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-soap-7.0.7-38.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-sockets-7.0.7-38.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-sockets-7.0.7-38.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-sockets-7.0.7-38.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-sockets-7.0.7-38.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-sqlite-7.0.7-38.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-sqlite-7.0.7-38.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-sqlite-7.0.7-38.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-sqlite-7.0.7-38.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-sysvmsg-7.0.7-38.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-sysvmsg-7.0.7-38.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-sysvmsg-7.0.7-38.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-sysvmsg-7.0.7-38.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-sysvsem-7.0.7-38.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-sysvsem-7.0.7-38.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-sysvsem-7.0.7-38.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-sysvsem-7.0.7-38.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-sysvshm-7.0.7-38.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-sysvshm-7.0.7-38.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-sysvshm-7.0.7-38.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-sysvshm-7.0.7-38.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-tokenizer-7.0.7-38.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-tokenizer-7.0.7-38.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-tokenizer-7.0.7-38.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-tokenizer-7.0.7-38.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-wddx-7.0.7-38.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-wddx-7.0.7-38.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-wddx-7.0.7-38.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-wddx-7.0.7-38.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-xmlreader-7.0.7-38.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-xmlreader-7.0.7-38.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-xmlreader-7.0.7-38.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-xmlreader-7.0.7-38.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-xmlrpc-7.0.7-38.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-xmlrpc-7.0.7-38.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-xmlrpc-7.0.7-38.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-xmlrpc-7.0.7-38.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-xmlwriter-7.0.7-38.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-xmlwriter-7.0.7-38.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-xmlwriter-7.0.7-38.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-xmlwriter-7.0.7-38.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-xsl-7.0.7-38.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-xsl-7.0.7-38.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-xsl-7.0.7-38.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-xsl-7.0.7-38.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-zip-7.0.7-38.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-zip-7.0.7-38.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-zip-7.0.7-38.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-zip-7.0.7-38.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-zlib-7.0.7-38.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-zlib-7.0.7-38.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-zlib-7.0.7-38.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-zlib-7.0.7-38.1.x86_64",
"SUSE Linux Enterprise Software Development Kit 12 SP1:php7-devel-7.0.7-38.1.ppc64le",
"SUSE Linux Enterprise Software Development Kit 12 SP1:php7-devel-7.0.7-38.1.s390x",
"SUSE Linux Enterprise Software Development Kit 12 SP1:php7-devel-7.0.7-38.1.x86_64",
"SUSE Linux Enterprise Software Development Kit 12 SP2:php7-devel-7.0.7-38.1.aarch64",
"SUSE Linux Enterprise Software Development Kit 12 SP2:php7-devel-7.0.7-38.1.ppc64le",
"SUSE Linux Enterprise Software Development Kit 12 SP2:php7-devel-7.0.7-38.1.s390x",
"SUSE Linux Enterprise Software Development Kit 12 SP2:php7-devel-7.0.7-38.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Web and Scripting 12:apache2-mod_php7-7.0.7-38.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:apache2-mod_php7-7.0.7-38.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:apache2-mod_php7-7.0.7-38.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:apache2-mod_php7-7.0.7-38.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-7.0.7-38.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-7.0.7-38.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-7.0.7-38.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-7.0.7-38.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-bcmath-7.0.7-38.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-bcmath-7.0.7-38.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-bcmath-7.0.7-38.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-bcmath-7.0.7-38.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-bz2-7.0.7-38.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-bz2-7.0.7-38.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-bz2-7.0.7-38.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-bz2-7.0.7-38.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-calendar-7.0.7-38.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-calendar-7.0.7-38.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-calendar-7.0.7-38.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-calendar-7.0.7-38.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-ctype-7.0.7-38.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-ctype-7.0.7-38.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-ctype-7.0.7-38.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-ctype-7.0.7-38.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-curl-7.0.7-38.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-curl-7.0.7-38.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-curl-7.0.7-38.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-curl-7.0.7-38.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-dba-7.0.7-38.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-dba-7.0.7-38.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-dba-7.0.7-38.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-dba-7.0.7-38.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-dom-7.0.7-38.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-dom-7.0.7-38.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-dom-7.0.7-38.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-dom-7.0.7-38.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-enchant-7.0.7-38.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-enchant-7.0.7-38.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-enchant-7.0.7-38.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-enchant-7.0.7-38.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-exif-7.0.7-38.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-exif-7.0.7-38.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-exif-7.0.7-38.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-exif-7.0.7-38.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-fastcgi-7.0.7-38.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-fastcgi-7.0.7-38.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-fastcgi-7.0.7-38.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-fastcgi-7.0.7-38.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-fileinfo-7.0.7-38.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-fileinfo-7.0.7-38.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-fileinfo-7.0.7-38.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-fileinfo-7.0.7-38.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-fpm-7.0.7-38.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-fpm-7.0.7-38.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-fpm-7.0.7-38.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-fpm-7.0.7-38.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-ftp-7.0.7-38.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-ftp-7.0.7-38.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-ftp-7.0.7-38.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-ftp-7.0.7-38.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-gd-7.0.7-38.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-gd-7.0.7-38.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-gd-7.0.7-38.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-gd-7.0.7-38.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-gettext-7.0.7-38.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-gettext-7.0.7-38.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-gettext-7.0.7-38.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-gettext-7.0.7-38.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-gmp-7.0.7-38.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-gmp-7.0.7-38.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-gmp-7.0.7-38.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-gmp-7.0.7-38.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-iconv-7.0.7-38.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-iconv-7.0.7-38.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-iconv-7.0.7-38.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-iconv-7.0.7-38.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-imap-7.0.7-38.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-imap-7.0.7-38.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-imap-7.0.7-38.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-imap-7.0.7-38.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-intl-7.0.7-38.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-intl-7.0.7-38.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-intl-7.0.7-38.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-intl-7.0.7-38.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-json-7.0.7-38.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-json-7.0.7-38.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-json-7.0.7-38.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-json-7.0.7-38.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-ldap-7.0.7-38.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-ldap-7.0.7-38.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-ldap-7.0.7-38.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-ldap-7.0.7-38.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-mbstring-7.0.7-38.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-mbstring-7.0.7-38.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-mbstring-7.0.7-38.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-mbstring-7.0.7-38.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-mcrypt-7.0.7-38.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-mcrypt-7.0.7-38.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-mcrypt-7.0.7-38.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-mcrypt-7.0.7-38.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-mysql-7.0.7-38.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-mysql-7.0.7-38.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-mysql-7.0.7-38.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-mysql-7.0.7-38.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-odbc-7.0.7-38.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-odbc-7.0.7-38.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-odbc-7.0.7-38.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-odbc-7.0.7-38.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-opcache-7.0.7-38.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-opcache-7.0.7-38.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-opcache-7.0.7-38.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-opcache-7.0.7-38.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-openssl-7.0.7-38.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-openssl-7.0.7-38.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-openssl-7.0.7-38.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-openssl-7.0.7-38.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-pcntl-7.0.7-38.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-pcntl-7.0.7-38.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-pcntl-7.0.7-38.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-pcntl-7.0.7-38.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-pdo-7.0.7-38.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-pdo-7.0.7-38.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-pdo-7.0.7-38.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-pdo-7.0.7-38.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-pear-7.0.7-38.1.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-pear-Archive_Tar-7.0.7-38.1.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-pgsql-7.0.7-38.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-pgsql-7.0.7-38.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-pgsql-7.0.7-38.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-pgsql-7.0.7-38.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-phar-7.0.7-38.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-phar-7.0.7-38.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-phar-7.0.7-38.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-phar-7.0.7-38.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-posix-7.0.7-38.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-posix-7.0.7-38.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-posix-7.0.7-38.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-posix-7.0.7-38.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-pspell-7.0.7-38.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-pspell-7.0.7-38.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-pspell-7.0.7-38.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-pspell-7.0.7-38.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-shmop-7.0.7-38.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-shmop-7.0.7-38.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-shmop-7.0.7-38.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-shmop-7.0.7-38.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-snmp-7.0.7-38.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-snmp-7.0.7-38.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-snmp-7.0.7-38.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-snmp-7.0.7-38.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-soap-7.0.7-38.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-soap-7.0.7-38.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-soap-7.0.7-38.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-soap-7.0.7-38.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-sockets-7.0.7-38.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-sockets-7.0.7-38.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-sockets-7.0.7-38.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-sockets-7.0.7-38.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-sqlite-7.0.7-38.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-sqlite-7.0.7-38.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-sqlite-7.0.7-38.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-sqlite-7.0.7-38.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-sysvmsg-7.0.7-38.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-sysvmsg-7.0.7-38.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-sysvmsg-7.0.7-38.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-sysvmsg-7.0.7-38.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-sysvsem-7.0.7-38.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-sysvsem-7.0.7-38.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-sysvsem-7.0.7-38.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-sysvsem-7.0.7-38.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-sysvshm-7.0.7-38.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-sysvshm-7.0.7-38.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-sysvshm-7.0.7-38.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-sysvshm-7.0.7-38.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-tokenizer-7.0.7-38.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-tokenizer-7.0.7-38.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-tokenizer-7.0.7-38.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-tokenizer-7.0.7-38.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-wddx-7.0.7-38.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-wddx-7.0.7-38.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-wddx-7.0.7-38.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-wddx-7.0.7-38.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-xmlreader-7.0.7-38.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-xmlreader-7.0.7-38.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-xmlreader-7.0.7-38.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-xmlreader-7.0.7-38.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-xmlrpc-7.0.7-38.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-xmlrpc-7.0.7-38.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-xmlrpc-7.0.7-38.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-xmlrpc-7.0.7-38.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-xmlwriter-7.0.7-38.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-xmlwriter-7.0.7-38.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-xmlwriter-7.0.7-38.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-xmlwriter-7.0.7-38.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-xsl-7.0.7-38.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-xsl-7.0.7-38.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-xsl-7.0.7-38.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-xsl-7.0.7-38.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-zip-7.0.7-38.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-zip-7.0.7-38.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-zip-7.0.7-38.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-zip-7.0.7-38.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-zlib-7.0.7-38.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-zlib-7.0.7-38.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-zlib-7.0.7-38.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:php7-zlib-7.0.7-38.1.x86_64",
"SUSE Linux Enterprise Software Development Kit 12 SP1:php7-devel-7.0.7-38.1.ppc64le",
"SUSE Linux Enterprise Software Development Kit 12 SP1:php7-devel-7.0.7-38.1.s390x",
"SUSE Linux Enterprise Software Development Kit 12 SP1:php7-devel-7.0.7-38.1.x86_64",
"SUSE Linux Enterprise Software Development Kit 12 SP2:php7-devel-7.0.7-38.1.aarch64",
"SUSE Linux Enterprise Software Development Kit 12 SP2:php7-devel-7.0.7-38.1.ppc64le",
"SUSE Linux Enterprise Software Development Kit 12 SP2:php7-devel-7.0.7-38.1.s390x",
"SUSE Linux Enterprise Software Development Kit 12 SP2:php7-devel-7.0.7-38.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2017-03-31T09:46:31Z",
"details": "moderate"
}
],
"title": "CVE-2015-8994"
}
]
}
SUSE-SU-2017:0761-1
Vulnerability from csaf_suse - Published: 2017-03-20 19:46 - Updated: 2017-03-20 19:46Notes
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Security update for php5",
"title": "Title of the patch"
},
{
"category": "description",
"text": "\nThis update for php5 fixes the following issues:\n\nSecurity issue fixed:\n- CVE-2015-8994: code permission/sensitive data protection vulnerability (bsc#1027210).\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-SLE-Module-Web-Scripting-12-2017-417,SUSE-SLE-SDK-12-SP1-2017-417,SUSE-SLE-SDK-12-SP2-2017-417",
"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-2017_0761-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2017:0761-1",
"url": "https://www.suse.com/support/update/announcement/2017/suse-su-20170761-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2017:0761-1",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2017-March/002716.html"
},
{
"category": "self",
"summary": "SUSE Bug 1027210",
"url": "https://bugzilla.suse.com/1027210"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2015-8994 page",
"url": "https://www.suse.com/security/cve/CVE-2015-8994/"
}
],
"title": "Security update for php5",
"tracking": {
"current_release_date": "2017-03-20T19:46:20Z",
"generator": {
"date": "2017-03-20T19:46:20Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2017:0761-1",
"initial_release_date": "2017-03-20T19:46:20Z",
"revision_history": [
{
"date": "2017-03-20T19:46:20Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "apache2-mod_php5-5.5.14-99.1.aarch64",
"product": {
"name": "apache2-mod_php5-5.5.14-99.1.aarch64",
"product_id": "apache2-mod_php5-5.5.14-99.1.aarch64"
}
},
{
"category": "product_version",
"name": "php5-5.5.14-99.1.aarch64",
"product": {
"name": "php5-5.5.14-99.1.aarch64",
"product_id": "php5-5.5.14-99.1.aarch64"
}
},
{
"category": "product_version",
"name": "php5-bcmath-5.5.14-99.1.aarch64",
"product": {
"name": "php5-bcmath-5.5.14-99.1.aarch64",
"product_id": "php5-bcmath-5.5.14-99.1.aarch64"
}
},
{
"category": "product_version",
"name": "php5-bz2-5.5.14-99.1.aarch64",
"product": {
"name": "php5-bz2-5.5.14-99.1.aarch64",
"product_id": "php5-bz2-5.5.14-99.1.aarch64"
}
},
{
"category": "product_version",
"name": "php5-calendar-5.5.14-99.1.aarch64",
"product": {
"name": "php5-calendar-5.5.14-99.1.aarch64",
"product_id": "php5-calendar-5.5.14-99.1.aarch64"
}
},
{
"category": "product_version",
"name": "php5-ctype-5.5.14-99.1.aarch64",
"product": {
"name": "php5-ctype-5.5.14-99.1.aarch64",
"product_id": "php5-ctype-5.5.14-99.1.aarch64"
}
},
{
"category": "product_version",
"name": "php5-curl-5.5.14-99.1.aarch64",
"product": {
"name": "php5-curl-5.5.14-99.1.aarch64",
"product_id": "php5-curl-5.5.14-99.1.aarch64"
}
},
{
"category": "product_version",
"name": "php5-dba-5.5.14-99.1.aarch64",
"product": {
"name": "php5-dba-5.5.14-99.1.aarch64",
"product_id": "php5-dba-5.5.14-99.1.aarch64"
}
},
{
"category": "product_version",
"name": "php5-dom-5.5.14-99.1.aarch64",
"product": {
"name": "php5-dom-5.5.14-99.1.aarch64",
"product_id": "php5-dom-5.5.14-99.1.aarch64"
}
},
{
"category": "product_version",
"name": "php5-enchant-5.5.14-99.1.aarch64",
"product": {
"name": "php5-enchant-5.5.14-99.1.aarch64",
"product_id": "php5-enchant-5.5.14-99.1.aarch64"
}
},
{
"category": "product_version",
"name": "php5-exif-5.5.14-99.1.aarch64",
"product": {
"name": "php5-exif-5.5.14-99.1.aarch64",
"product_id": "php5-exif-5.5.14-99.1.aarch64"
}
},
{
"category": "product_version",
"name": "php5-fastcgi-5.5.14-99.1.aarch64",
"product": {
"name": "php5-fastcgi-5.5.14-99.1.aarch64",
"product_id": "php5-fastcgi-5.5.14-99.1.aarch64"
}
},
{
"category": "product_version",
"name": "php5-fileinfo-5.5.14-99.1.aarch64",
"product": {
"name": "php5-fileinfo-5.5.14-99.1.aarch64",
"product_id": "php5-fileinfo-5.5.14-99.1.aarch64"
}
},
{
"category": "product_version",
"name": "php5-fpm-5.5.14-99.1.aarch64",
"product": {
"name": "php5-fpm-5.5.14-99.1.aarch64",
"product_id": "php5-fpm-5.5.14-99.1.aarch64"
}
},
{
"category": "product_version",
"name": "php5-ftp-5.5.14-99.1.aarch64",
"product": {
"name": "php5-ftp-5.5.14-99.1.aarch64",
"product_id": "php5-ftp-5.5.14-99.1.aarch64"
}
},
{
"category": "product_version",
"name": "php5-gd-5.5.14-99.1.aarch64",
"product": {
"name": "php5-gd-5.5.14-99.1.aarch64",
"product_id": "php5-gd-5.5.14-99.1.aarch64"
}
},
{
"category": "product_version",
"name": "php5-gettext-5.5.14-99.1.aarch64",
"product": {
"name": "php5-gettext-5.5.14-99.1.aarch64",
"product_id": "php5-gettext-5.5.14-99.1.aarch64"
}
},
{
"category": "product_version",
"name": "php5-gmp-5.5.14-99.1.aarch64",
"product": {
"name": "php5-gmp-5.5.14-99.1.aarch64",
"product_id": "php5-gmp-5.5.14-99.1.aarch64"
}
},
{
"category": "product_version",
"name": "php5-iconv-5.5.14-99.1.aarch64",
"product": {
"name": "php5-iconv-5.5.14-99.1.aarch64",
"product_id": "php5-iconv-5.5.14-99.1.aarch64"
}
},
{
"category": "product_version",
"name": "php5-imap-5.5.14-99.1.aarch64",
"product": {
"name": "php5-imap-5.5.14-99.1.aarch64",
"product_id": "php5-imap-5.5.14-99.1.aarch64"
}
},
{
"category": "product_version",
"name": "php5-intl-5.5.14-99.1.aarch64",
"product": {
"name": "php5-intl-5.5.14-99.1.aarch64",
"product_id": "php5-intl-5.5.14-99.1.aarch64"
}
},
{
"category": "product_version",
"name": "php5-json-5.5.14-99.1.aarch64",
"product": {
"name": "php5-json-5.5.14-99.1.aarch64",
"product_id": "php5-json-5.5.14-99.1.aarch64"
}
},
{
"category": "product_version",
"name": "php5-ldap-5.5.14-99.1.aarch64",
"product": {
"name": "php5-ldap-5.5.14-99.1.aarch64",
"product_id": "php5-ldap-5.5.14-99.1.aarch64"
}
},
{
"category": "product_version",
"name": "php5-mbstring-5.5.14-99.1.aarch64",
"product": {
"name": "php5-mbstring-5.5.14-99.1.aarch64",
"product_id": "php5-mbstring-5.5.14-99.1.aarch64"
}
},
{
"category": "product_version",
"name": "php5-mcrypt-5.5.14-99.1.aarch64",
"product": {
"name": "php5-mcrypt-5.5.14-99.1.aarch64",
"product_id": "php5-mcrypt-5.5.14-99.1.aarch64"
}
},
{
"category": "product_version",
"name": "php5-mysql-5.5.14-99.1.aarch64",
"product": {
"name": "php5-mysql-5.5.14-99.1.aarch64",
"product_id": "php5-mysql-5.5.14-99.1.aarch64"
}
},
{
"category": "product_version",
"name": "php5-odbc-5.5.14-99.1.aarch64",
"product": {
"name": "php5-odbc-5.5.14-99.1.aarch64",
"product_id": "php5-odbc-5.5.14-99.1.aarch64"
}
},
{
"category": "product_version",
"name": "php5-opcache-5.5.14-99.1.aarch64",
"product": {
"name": "php5-opcache-5.5.14-99.1.aarch64",
"product_id": "php5-opcache-5.5.14-99.1.aarch64"
}
},
{
"category": "product_version",
"name": "php5-openssl-5.5.14-99.1.aarch64",
"product": {
"name": "php5-openssl-5.5.14-99.1.aarch64",
"product_id": "php5-openssl-5.5.14-99.1.aarch64"
}
},
{
"category": "product_version",
"name": "php5-pcntl-5.5.14-99.1.aarch64",
"product": {
"name": "php5-pcntl-5.5.14-99.1.aarch64",
"product_id": "php5-pcntl-5.5.14-99.1.aarch64"
}
},
{
"category": "product_version",
"name": "php5-pdo-5.5.14-99.1.aarch64",
"product": {
"name": "php5-pdo-5.5.14-99.1.aarch64",
"product_id": "php5-pdo-5.5.14-99.1.aarch64"
}
},
{
"category": "product_version",
"name": "php5-pgsql-5.5.14-99.1.aarch64",
"product": {
"name": "php5-pgsql-5.5.14-99.1.aarch64",
"product_id": "php5-pgsql-5.5.14-99.1.aarch64"
}
},
{
"category": "product_version",
"name": "php5-phar-5.5.14-99.1.aarch64",
"product": {
"name": "php5-phar-5.5.14-99.1.aarch64",
"product_id": "php5-phar-5.5.14-99.1.aarch64"
}
},
{
"category": "product_version",
"name": "php5-posix-5.5.14-99.1.aarch64",
"product": {
"name": "php5-posix-5.5.14-99.1.aarch64",
"product_id": "php5-posix-5.5.14-99.1.aarch64"
}
},
{
"category": "product_version",
"name": "php5-pspell-5.5.14-99.1.aarch64",
"product": {
"name": "php5-pspell-5.5.14-99.1.aarch64",
"product_id": "php5-pspell-5.5.14-99.1.aarch64"
}
},
{
"category": "product_version",
"name": "php5-shmop-5.5.14-99.1.aarch64",
"product": {
"name": "php5-shmop-5.5.14-99.1.aarch64",
"product_id": "php5-shmop-5.5.14-99.1.aarch64"
}
},
{
"category": "product_version",
"name": "php5-snmp-5.5.14-99.1.aarch64",
"product": {
"name": "php5-snmp-5.5.14-99.1.aarch64",
"product_id": "php5-snmp-5.5.14-99.1.aarch64"
}
},
{
"category": "product_version",
"name": "php5-soap-5.5.14-99.1.aarch64",
"product": {
"name": "php5-soap-5.5.14-99.1.aarch64",
"product_id": "php5-soap-5.5.14-99.1.aarch64"
}
},
{
"category": "product_version",
"name": "php5-sockets-5.5.14-99.1.aarch64",
"product": {
"name": "php5-sockets-5.5.14-99.1.aarch64",
"product_id": "php5-sockets-5.5.14-99.1.aarch64"
}
},
{
"category": "product_version",
"name": "php5-sqlite-5.5.14-99.1.aarch64",
"product": {
"name": "php5-sqlite-5.5.14-99.1.aarch64",
"product_id": "php5-sqlite-5.5.14-99.1.aarch64"
}
},
{
"category": "product_version",
"name": "php5-suhosin-5.5.14-99.1.aarch64",
"product": {
"name": "php5-suhosin-5.5.14-99.1.aarch64",
"product_id": "php5-suhosin-5.5.14-99.1.aarch64"
}
},
{
"category": "product_version",
"name": "php5-sysvmsg-5.5.14-99.1.aarch64",
"product": {
"name": "php5-sysvmsg-5.5.14-99.1.aarch64",
"product_id": "php5-sysvmsg-5.5.14-99.1.aarch64"
}
},
{
"category": "product_version",
"name": "php5-sysvsem-5.5.14-99.1.aarch64",
"product": {
"name": "php5-sysvsem-5.5.14-99.1.aarch64",
"product_id": "php5-sysvsem-5.5.14-99.1.aarch64"
}
},
{
"category": "product_version",
"name": "php5-sysvshm-5.5.14-99.1.aarch64",
"product": {
"name": "php5-sysvshm-5.5.14-99.1.aarch64",
"product_id": "php5-sysvshm-5.5.14-99.1.aarch64"
}
},
{
"category": "product_version",
"name": "php5-tokenizer-5.5.14-99.1.aarch64",
"product": {
"name": "php5-tokenizer-5.5.14-99.1.aarch64",
"product_id": "php5-tokenizer-5.5.14-99.1.aarch64"
}
},
{
"category": "product_version",
"name": "php5-wddx-5.5.14-99.1.aarch64",
"product": {
"name": "php5-wddx-5.5.14-99.1.aarch64",
"product_id": "php5-wddx-5.5.14-99.1.aarch64"
}
},
{
"category": "product_version",
"name": "php5-xmlreader-5.5.14-99.1.aarch64",
"product": {
"name": "php5-xmlreader-5.5.14-99.1.aarch64",
"product_id": "php5-xmlreader-5.5.14-99.1.aarch64"
}
},
{
"category": "product_version",
"name": "php5-xmlrpc-5.5.14-99.1.aarch64",
"product": {
"name": "php5-xmlrpc-5.5.14-99.1.aarch64",
"product_id": "php5-xmlrpc-5.5.14-99.1.aarch64"
}
},
{
"category": "product_version",
"name": "php5-xmlwriter-5.5.14-99.1.aarch64",
"product": {
"name": "php5-xmlwriter-5.5.14-99.1.aarch64",
"product_id": "php5-xmlwriter-5.5.14-99.1.aarch64"
}
},
{
"category": "product_version",
"name": "php5-xsl-5.5.14-99.1.aarch64",
"product": {
"name": "php5-xsl-5.5.14-99.1.aarch64",
"product_id": "php5-xsl-5.5.14-99.1.aarch64"
}
},
{
"category": "product_version",
"name": "php5-zip-5.5.14-99.1.aarch64",
"product": {
"name": "php5-zip-5.5.14-99.1.aarch64",
"product_id": "php5-zip-5.5.14-99.1.aarch64"
}
},
{
"category": "product_version",
"name": "php5-zlib-5.5.14-99.1.aarch64",
"product": {
"name": "php5-zlib-5.5.14-99.1.aarch64",
"product_id": "php5-zlib-5.5.14-99.1.aarch64"
}
},
{
"category": "product_version",
"name": "php5-devel-5.5.14-99.1.aarch64",
"product": {
"name": "php5-devel-5.5.14-99.1.aarch64",
"product_id": "php5-devel-5.5.14-99.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "php5-pear-5.5.14-99.1.noarch",
"product": {
"name": "php5-pear-5.5.14-99.1.noarch",
"product_id": "php5-pear-5.5.14-99.1.noarch"
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "apache2-mod_php5-5.5.14-99.1.ppc64le",
"product": {
"name": "apache2-mod_php5-5.5.14-99.1.ppc64le",
"product_id": "apache2-mod_php5-5.5.14-99.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php5-5.5.14-99.1.ppc64le",
"product": {
"name": "php5-5.5.14-99.1.ppc64le",
"product_id": "php5-5.5.14-99.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php5-bcmath-5.5.14-99.1.ppc64le",
"product": {
"name": "php5-bcmath-5.5.14-99.1.ppc64le",
"product_id": "php5-bcmath-5.5.14-99.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php5-bz2-5.5.14-99.1.ppc64le",
"product": {
"name": "php5-bz2-5.5.14-99.1.ppc64le",
"product_id": "php5-bz2-5.5.14-99.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php5-calendar-5.5.14-99.1.ppc64le",
"product": {
"name": "php5-calendar-5.5.14-99.1.ppc64le",
"product_id": "php5-calendar-5.5.14-99.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php5-ctype-5.5.14-99.1.ppc64le",
"product": {
"name": "php5-ctype-5.5.14-99.1.ppc64le",
"product_id": "php5-ctype-5.5.14-99.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php5-curl-5.5.14-99.1.ppc64le",
"product": {
"name": "php5-curl-5.5.14-99.1.ppc64le",
"product_id": "php5-curl-5.5.14-99.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php5-dba-5.5.14-99.1.ppc64le",
"product": {
"name": "php5-dba-5.5.14-99.1.ppc64le",
"product_id": "php5-dba-5.5.14-99.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php5-dom-5.5.14-99.1.ppc64le",
"product": {
"name": "php5-dom-5.5.14-99.1.ppc64le",
"product_id": "php5-dom-5.5.14-99.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php5-enchant-5.5.14-99.1.ppc64le",
"product": {
"name": "php5-enchant-5.5.14-99.1.ppc64le",
"product_id": "php5-enchant-5.5.14-99.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php5-exif-5.5.14-99.1.ppc64le",
"product": {
"name": "php5-exif-5.5.14-99.1.ppc64le",
"product_id": "php5-exif-5.5.14-99.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php5-fastcgi-5.5.14-99.1.ppc64le",
"product": {
"name": "php5-fastcgi-5.5.14-99.1.ppc64le",
"product_id": "php5-fastcgi-5.5.14-99.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php5-fileinfo-5.5.14-99.1.ppc64le",
"product": {
"name": "php5-fileinfo-5.5.14-99.1.ppc64le",
"product_id": "php5-fileinfo-5.5.14-99.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php5-fpm-5.5.14-99.1.ppc64le",
"product": {
"name": "php5-fpm-5.5.14-99.1.ppc64le",
"product_id": "php5-fpm-5.5.14-99.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php5-ftp-5.5.14-99.1.ppc64le",
"product": {
"name": "php5-ftp-5.5.14-99.1.ppc64le",
"product_id": "php5-ftp-5.5.14-99.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php5-gd-5.5.14-99.1.ppc64le",
"product": {
"name": "php5-gd-5.5.14-99.1.ppc64le",
"product_id": "php5-gd-5.5.14-99.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php5-gettext-5.5.14-99.1.ppc64le",
"product": {
"name": "php5-gettext-5.5.14-99.1.ppc64le",
"product_id": "php5-gettext-5.5.14-99.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php5-gmp-5.5.14-99.1.ppc64le",
"product": {
"name": "php5-gmp-5.5.14-99.1.ppc64le",
"product_id": "php5-gmp-5.5.14-99.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php5-iconv-5.5.14-99.1.ppc64le",
"product": {
"name": "php5-iconv-5.5.14-99.1.ppc64le",
"product_id": "php5-iconv-5.5.14-99.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php5-imap-5.5.14-99.1.ppc64le",
"product": {
"name": "php5-imap-5.5.14-99.1.ppc64le",
"product_id": "php5-imap-5.5.14-99.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php5-intl-5.5.14-99.1.ppc64le",
"product": {
"name": "php5-intl-5.5.14-99.1.ppc64le",
"product_id": "php5-intl-5.5.14-99.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php5-json-5.5.14-99.1.ppc64le",
"product": {
"name": "php5-json-5.5.14-99.1.ppc64le",
"product_id": "php5-json-5.5.14-99.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php5-ldap-5.5.14-99.1.ppc64le",
"product": {
"name": "php5-ldap-5.5.14-99.1.ppc64le",
"product_id": "php5-ldap-5.5.14-99.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php5-mbstring-5.5.14-99.1.ppc64le",
"product": {
"name": "php5-mbstring-5.5.14-99.1.ppc64le",
"product_id": "php5-mbstring-5.5.14-99.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php5-mcrypt-5.5.14-99.1.ppc64le",
"product": {
"name": "php5-mcrypt-5.5.14-99.1.ppc64le",
"product_id": "php5-mcrypt-5.5.14-99.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php5-mysql-5.5.14-99.1.ppc64le",
"product": {
"name": "php5-mysql-5.5.14-99.1.ppc64le",
"product_id": "php5-mysql-5.5.14-99.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php5-odbc-5.5.14-99.1.ppc64le",
"product": {
"name": "php5-odbc-5.5.14-99.1.ppc64le",
"product_id": "php5-odbc-5.5.14-99.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php5-opcache-5.5.14-99.1.ppc64le",
"product": {
"name": "php5-opcache-5.5.14-99.1.ppc64le",
"product_id": "php5-opcache-5.5.14-99.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php5-openssl-5.5.14-99.1.ppc64le",
"product": {
"name": "php5-openssl-5.5.14-99.1.ppc64le",
"product_id": "php5-openssl-5.5.14-99.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php5-pcntl-5.5.14-99.1.ppc64le",
"product": {
"name": "php5-pcntl-5.5.14-99.1.ppc64le",
"product_id": "php5-pcntl-5.5.14-99.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php5-pdo-5.5.14-99.1.ppc64le",
"product": {
"name": "php5-pdo-5.5.14-99.1.ppc64le",
"product_id": "php5-pdo-5.5.14-99.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php5-pgsql-5.5.14-99.1.ppc64le",
"product": {
"name": "php5-pgsql-5.5.14-99.1.ppc64le",
"product_id": "php5-pgsql-5.5.14-99.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php5-phar-5.5.14-99.1.ppc64le",
"product": {
"name": "php5-phar-5.5.14-99.1.ppc64le",
"product_id": "php5-phar-5.5.14-99.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php5-posix-5.5.14-99.1.ppc64le",
"product": {
"name": "php5-posix-5.5.14-99.1.ppc64le",
"product_id": "php5-posix-5.5.14-99.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php5-pspell-5.5.14-99.1.ppc64le",
"product": {
"name": "php5-pspell-5.5.14-99.1.ppc64le",
"product_id": "php5-pspell-5.5.14-99.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php5-shmop-5.5.14-99.1.ppc64le",
"product": {
"name": "php5-shmop-5.5.14-99.1.ppc64le",
"product_id": "php5-shmop-5.5.14-99.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php5-snmp-5.5.14-99.1.ppc64le",
"product": {
"name": "php5-snmp-5.5.14-99.1.ppc64le",
"product_id": "php5-snmp-5.5.14-99.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php5-soap-5.5.14-99.1.ppc64le",
"product": {
"name": "php5-soap-5.5.14-99.1.ppc64le",
"product_id": "php5-soap-5.5.14-99.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php5-sockets-5.5.14-99.1.ppc64le",
"product": {
"name": "php5-sockets-5.5.14-99.1.ppc64le",
"product_id": "php5-sockets-5.5.14-99.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php5-sqlite-5.5.14-99.1.ppc64le",
"product": {
"name": "php5-sqlite-5.5.14-99.1.ppc64le",
"product_id": "php5-sqlite-5.5.14-99.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php5-suhosin-5.5.14-99.1.ppc64le",
"product": {
"name": "php5-suhosin-5.5.14-99.1.ppc64le",
"product_id": "php5-suhosin-5.5.14-99.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php5-sysvmsg-5.5.14-99.1.ppc64le",
"product": {
"name": "php5-sysvmsg-5.5.14-99.1.ppc64le",
"product_id": "php5-sysvmsg-5.5.14-99.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php5-sysvsem-5.5.14-99.1.ppc64le",
"product": {
"name": "php5-sysvsem-5.5.14-99.1.ppc64le",
"product_id": "php5-sysvsem-5.5.14-99.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php5-sysvshm-5.5.14-99.1.ppc64le",
"product": {
"name": "php5-sysvshm-5.5.14-99.1.ppc64le",
"product_id": "php5-sysvshm-5.5.14-99.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php5-tokenizer-5.5.14-99.1.ppc64le",
"product": {
"name": "php5-tokenizer-5.5.14-99.1.ppc64le",
"product_id": "php5-tokenizer-5.5.14-99.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php5-wddx-5.5.14-99.1.ppc64le",
"product": {
"name": "php5-wddx-5.5.14-99.1.ppc64le",
"product_id": "php5-wddx-5.5.14-99.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php5-xmlreader-5.5.14-99.1.ppc64le",
"product": {
"name": "php5-xmlreader-5.5.14-99.1.ppc64le",
"product_id": "php5-xmlreader-5.5.14-99.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php5-xmlrpc-5.5.14-99.1.ppc64le",
"product": {
"name": "php5-xmlrpc-5.5.14-99.1.ppc64le",
"product_id": "php5-xmlrpc-5.5.14-99.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php5-xmlwriter-5.5.14-99.1.ppc64le",
"product": {
"name": "php5-xmlwriter-5.5.14-99.1.ppc64le",
"product_id": "php5-xmlwriter-5.5.14-99.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php5-xsl-5.5.14-99.1.ppc64le",
"product": {
"name": "php5-xsl-5.5.14-99.1.ppc64le",
"product_id": "php5-xsl-5.5.14-99.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php5-zip-5.5.14-99.1.ppc64le",
"product": {
"name": "php5-zip-5.5.14-99.1.ppc64le",
"product_id": "php5-zip-5.5.14-99.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php5-zlib-5.5.14-99.1.ppc64le",
"product": {
"name": "php5-zlib-5.5.14-99.1.ppc64le",
"product_id": "php5-zlib-5.5.14-99.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php5-devel-5.5.14-99.1.ppc64le",
"product": {
"name": "php5-devel-5.5.14-99.1.ppc64le",
"product_id": "php5-devel-5.5.14-99.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "apache2-mod_php5-5.5.14-99.1.s390x",
"product": {
"name": "apache2-mod_php5-5.5.14-99.1.s390x",
"product_id": "apache2-mod_php5-5.5.14-99.1.s390x"
}
},
{
"category": "product_version",
"name": "php5-5.5.14-99.1.s390x",
"product": {
"name": "php5-5.5.14-99.1.s390x",
"product_id": "php5-5.5.14-99.1.s390x"
}
},
{
"category": "product_version",
"name": "php5-bcmath-5.5.14-99.1.s390x",
"product": {
"name": "php5-bcmath-5.5.14-99.1.s390x",
"product_id": "php5-bcmath-5.5.14-99.1.s390x"
}
},
{
"category": "product_version",
"name": "php5-bz2-5.5.14-99.1.s390x",
"product": {
"name": "php5-bz2-5.5.14-99.1.s390x",
"product_id": "php5-bz2-5.5.14-99.1.s390x"
}
},
{
"category": "product_version",
"name": "php5-calendar-5.5.14-99.1.s390x",
"product": {
"name": "php5-calendar-5.5.14-99.1.s390x",
"product_id": "php5-calendar-5.5.14-99.1.s390x"
}
},
{
"category": "product_version",
"name": "php5-ctype-5.5.14-99.1.s390x",
"product": {
"name": "php5-ctype-5.5.14-99.1.s390x",
"product_id": "php5-ctype-5.5.14-99.1.s390x"
}
},
{
"category": "product_version",
"name": "php5-curl-5.5.14-99.1.s390x",
"product": {
"name": "php5-curl-5.5.14-99.1.s390x",
"product_id": "php5-curl-5.5.14-99.1.s390x"
}
},
{
"category": "product_version",
"name": "php5-dba-5.5.14-99.1.s390x",
"product": {
"name": "php5-dba-5.5.14-99.1.s390x",
"product_id": "php5-dba-5.5.14-99.1.s390x"
}
},
{
"category": "product_version",
"name": "php5-dom-5.5.14-99.1.s390x",
"product": {
"name": "php5-dom-5.5.14-99.1.s390x",
"product_id": "php5-dom-5.5.14-99.1.s390x"
}
},
{
"category": "product_version",
"name": "php5-enchant-5.5.14-99.1.s390x",
"product": {
"name": "php5-enchant-5.5.14-99.1.s390x",
"product_id": "php5-enchant-5.5.14-99.1.s390x"
}
},
{
"category": "product_version",
"name": "php5-exif-5.5.14-99.1.s390x",
"product": {
"name": "php5-exif-5.5.14-99.1.s390x",
"product_id": "php5-exif-5.5.14-99.1.s390x"
}
},
{
"category": "product_version",
"name": "php5-fastcgi-5.5.14-99.1.s390x",
"product": {
"name": "php5-fastcgi-5.5.14-99.1.s390x",
"product_id": "php5-fastcgi-5.5.14-99.1.s390x"
}
},
{
"category": "product_version",
"name": "php5-fileinfo-5.5.14-99.1.s390x",
"product": {
"name": "php5-fileinfo-5.5.14-99.1.s390x",
"product_id": "php5-fileinfo-5.5.14-99.1.s390x"
}
},
{
"category": "product_version",
"name": "php5-fpm-5.5.14-99.1.s390x",
"product": {
"name": "php5-fpm-5.5.14-99.1.s390x",
"product_id": "php5-fpm-5.5.14-99.1.s390x"
}
},
{
"category": "product_version",
"name": "php5-ftp-5.5.14-99.1.s390x",
"product": {
"name": "php5-ftp-5.5.14-99.1.s390x",
"product_id": "php5-ftp-5.5.14-99.1.s390x"
}
},
{
"category": "product_version",
"name": "php5-gd-5.5.14-99.1.s390x",
"product": {
"name": "php5-gd-5.5.14-99.1.s390x",
"product_id": "php5-gd-5.5.14-99.1.s390x"
}
},
{
"category": "product_version",
"name": "php5-gettext-5.5.14-99.1.s390x",
"product": {
"name": "php5-gettext-5.5.14-99.1.s390x",
"product_id": "php5-gettext-5.5.14-99.1.s390x"
}
},
{
"category": "product_version",
"name": "php5-gmp-5.5.14-99.1.s390x",
"product": {
"name": "php5-gmp-5.5.14-99.1.s390x",
"product_id": "php5-gmp-5.5.14-99.1.s390x"
}
},
{
"category": "product_version",
"name": "php5-iconv-5.5.14-99.1.s390x",
"product": {
"name": "php5-iconv-5.5.14-99.1.s390x",
"product_id": "php5-iconv-5.5.14-99.1.s390x"
}
},
{
"category": "product_version",
"name": "php5-imap-5.5.14-99.1.s390x",
"product": {
"name": "php5-imap-5.5.14-99.1.s390x",
"product_id": "php5-imap-5.5.14-99.1.s390x"
}
},
{
"category": "product_version",
"name": "php5-intl-5.5.14-99.1.s390x",
"product": {
"name": "php5-intl-5.5.14-99.1.s390x",
"product_id": "php5-intl-5.5.14-99.1.s390x"
}
},
{
"category": "product_version",
"name": "php5-json-5.5.14-99.1.s390x",
"product": {
"name": "php5-json-5.5.14-99.1.s390x",
"product_id": "php5-json-5.5.14-99.1.s390x"
}
},
{
"category": "product_version",
"name": "php5-ldap-5.5.14-99.1.s390x",
"product": {
"name": "php5-ldap-5.5.14-99.1.s390x",
"product_id": "php5-ldap-5.5.14-99.1.s390x"
}
},
{
"category": "product_version",
"name": "php5-mbstring-5.5.14-99.1.s390x",
"product": {
"name": "php5-mbstring-5.5.14-99.1.s390x",
"product_id": "php5-mbstring-5.5.14-99.1.s390x"
}
},
{
"category": "product_version",
"name": "php5-mcrypt-5.5.14-99.1.s390x",
"product": {
"name": "php5-mcrypt-5.5.14-99.1.s390x",
"product_id": "php5-mcrypt-5.5.14-99.1.s390x"
}
},
{
"category": "product_version",
"name": "php5-mysql-5.5.14-99.1.s390x",
"product": {
"name": "php5-mysql-5.5.14-99.1.s390x",
"product_id": "php5-mysql-5.5.14-99.1.s390x"
}
},
{
"category": "product_version",
"name": "php5-odbc-5.5.14-99.1.s390x",
"product": {
"name": "php5-odbc-5.5.14-99.1.s390x",
"product_id": "php5-odbc-5.5.14-99.1.s390x"
}
},
{
"category": "product_version",
"name": "php5-opcache-5.5.14-99.1.s390x",
"product": {
"name": "php5-opcache-5.5.14-99.1.s390x",
"product_id": "php5-opcache-5.5.14-99.1.s390x"
}
},
{
"category": "product_version",
"name": "php5-openssl-5.5.14-99.1.s390x",
"product": {
"name": "php5-openssl-5.5.14-99.1.s390x",
"product_id": "php5-openssl-5.5.14-99.1.s390x"
}
},
{
"category": "product_version",
"name": "php5-pcntl-5.5.14-99.1.s390x",
"product": {
"name": "php5-pcntl-5.5.14-99.1.s390x",
"product_id": "php5-pcntl-5.5.14-99.1.s390x"
}
},
{
"category": "product_version",
"name": "php5-pdo-5.5.14-99.1.s390x",
"product": {
"name": "php5-pdo-5.5.14-99.1.s390x",
"product_id": "php5-pdo-5.5.14-99.1.s390x"
}
},
{
"category": "product_version",
"name": "php5-pgsql-5.5.14-99.1.s390x",
"product": {
"name": "php5-pgsql-5.5.14-99.1.s390x",
"product_id": "php5-pgsql-5.5.14-99.1.s390x"
}
},
{
"category": "product_version",
"name": "php5-phar-5.5.14-99.1.s390x",
"product": {
"name": "php5-phar-5.5.14-99.1.s390x",
"product_id": "php5-phar-5.5.14-99.1.s390x"
}
},
{
"category": "product_version",
"name": "php5-posix-5.5.14-99.1.s390x",
"product": {
"name": "php5-posix-5.5.14-99.1.s390x",
"product_id": "php5-posix-5.5.14-99.1.s390x"
}
},
{
"category": "product_version",
"name": "php5-pspell-5.5.14-99.1.s390x",
"product": {
"name": "php5-pspell-5.5.14-99.1.s390x",
"product_id": "php5-pspell-5.5.14-99.1.s390x"
}
},
{
"category": "product_version",
"name": "php5-shmop-5.5.14-99.1.s390x",
"product": {
"name": "php5-shmop-5.5.14-99.1.s390x",
"product_id": "php5-shmop-5.5.14-99.1.s390x"
}
},
{
"category": "product_version",
"name": "php5-snmp-5.5.14-99.1.s390x",
"product": {
"name": "php5-snmp-5.5.14-99.1.s390x",
"product_id": "php5-snmp-5.5.14-99.1.s390x"
}
},
{
"category": "product_version",
"name": "php5-soap-5.5.14-99.1.s390x",
"product": {
"name": "php5-soap-5.5.14-99.1.s390x",
"product_id": "php5-soap-5.5.14-99.1.s390x"
}
},
{
"category": "product_version",
"name": "php5-sockets-5.5.14-99.1.s390x",
"product": {
"name": "php5-sockets-5.5.14-99.1.s390x",
"product_id": "php5-sockets-5.5.14-99.1.s390x"
}
},
{
"category": "product_version",
"name": "php5-sqlite-5.5.14-99.1.s390x",
"product": {
"name": "php5-sqlite-5.5.14-99.1.s390x",
"product_id": "php5-sqlite-5.5.14-99.1.s390x"
}
},
{
"category": "product_version",
"name": "php5-suhosin-5.5.14-99.1.s390x",
"product": {
"name": "php5-suhosin-5.5.14-99.1.s390x",
"product_id": "php5-suhosin-5.5.14-99.1.s390x"
}
},
{
"category": "product_version",
"name": "php5-sysvmsg-5.5.14-99.1.s390x",
"product": {
"name": "php5-sysvmsg-5.5.14-99.1.s390x",
"product_id": "php5-sysvmsg-5.5.14-99.1.s390x"
}
},
{
"category": "product_version",
"name": "php5-sysvsem-5.5.14-99.1.s390x",
"product": {
"name": "php5-sysvsem-5.5.14-99.1.s390x",
"product_id": "php5-sysvsem-5.5.14-99.1.s390x"
}
},
{
"category": "product_version",
"name": "php5-sysvshm-5.5.14-99.1.s390x",
"product": {
"name": "php5-sysvshm-5.5.14-99.1.s390x",
"product_id": "php5-sysvshm-5.5.14-99.1.s390x"
}
},
{
"category": "product_version",
"name": "php5-tokenizer-5.5.14-99.1.s390x",
"product": {
"name": "php5-tokenizer-5.5.14-99.1.s390x",
"product_id": "php5-tokenizer-5.5.14-99.1.s390x"
}
},
{
"category": "product_version",
"name": "php5-wddx-5.5.14-99.1.s390x",
"product": {
"name": "php5-wddx-5.5.14-99.1.s390x",
"product_id": "php5-wddx-5.5.14-99.1.s390x"
}
},
{
"category": "product_version",
"name": "php5-xmlreader-5.5.14-99.1.s390x",
"product": {
"name": "php5-xmlreader-5.5.14-99.1.s390x",
"product_id": "php5-xmlreader-5.5.14-99.1.s390x"
}
},
{
"category": "product_version",
"name": "php5-xmlrpc-5.5.14-99.1.s390x",
"product": {
"name": "php5-xmlrpc-5.5.14-99.1.s390x",
"product_id": "php5-xmlrpc-5.5.14-99.1.s390x"
}
},
{
"category": "product_version",
"name": "php5-xmlwriter-5.5.14-99.1.s390x",
"product": {
"name": "php5-xmlwriter-5.5.14-99.1.s390x",
"product_id": "php5-xmlwriter-5.5.14-99.1.s390x"
}
},
{
"category": "product_version",
"name": "php5-xsl-5.5.14-99.1.s390x",
"product": {
"name": "php5-xsl-5.5.14-99.1.s390x",
"product_id": "php5-xsl-5.5.14-99.1.s390x"
}
},
{
"category": "product_version",
"name": "php5-zip-5.5.14-99.1.s390x",
"product": {
"name": "php5-zip-5.5.14-99.1.s390x",
"product_id": "php5-zip-5.5.14-99.1.s390x"
}
},
{
"category": "product_version",
"name": "php5-zlib-5.5.14-99.1.s390x",
"product": {
"name": "php5-zlib-5.5.14-99.1.s390x",
"product_id": "php5-zlib-5.5.14-99.1.s390x"
}
},
{
"category": "product_version",
"name": "php5-devel-5.5.14-99.1.s390x",
"product": {
"name": "php5-devel-5.5.14-99.1.s390x",
"product_id": "php5-devel-5.5.14-99.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "apache2-mod_php5-5.5.14-99.1.x86_64",
"product": {
"name": "apache2-mod_php5-5.5.14-99.1.x86_64",
"product_id": "apache2-mod_php5-5.5.14-99.1.x86_64"
}
},
{
"category": "product_version",
"name": "php5-5.5.14-99.1.x86_64",
"product": {
"name": "php5-5.5.14-99.1.x86_64",
"product_id": "php5-5.5.14-99.1.x86_64"
}
},
{
"category": "product_version",
"name": "php5-bcmath-5.5.14-99.1.x86_64",
"product": {
"name": "php5-bcmath-5.5.14-99.1.x86_64",
"product_id": "php5-bcmath-5.5.14-99.1.x86_64"
}
},
{
"category": "product_version",
"name": "php5-bz2-5.5.14-99.1.x86_64",
"product": {
"name": "php5-bz2-5.5.14-99.1.x86_64",
"product_id": "php5-bz2-5.5.14-99.1.x86_64"
}
},
{
"category": "product_version",
"name": "php5-calendar-5.5.14-99.1.x86_64",
"product": {
"name": "php5-calendar-5.5.14-99.1.x86_64",
"product_id": "php5-calendar-5.5.14-99.1.x86_64"
}
},
{
"category": "product_version",
"name": "php5-ctype-5.5.14-99.1.x86_64",
"product": {
"name": "php5-ctype-5.5.14-99.1.x86_64",
"product_id": "php5-ctype-5.5.14-99.1.x86_64"
}
},
{
"category": "product_version",
"name": "php5-curl-5.5.14-99.1.x86_64",
"product": {
"name": "php5-curl-5.5.14-99.1.x86_64",
"product_id": "php5-curl-5.5.14-99.1.x86_64"
}
},
{
"category": "product_version",
"name": "php5-dba-5.5.14-99.1.x86_64",
"product": {
"name": "php5-dba-5.5.14-99.1.x86_64",
"product_id": "php5-dba-5.5.14-99.1.x86_64"
}
},
{
"category": "product_version",
"name": "php5-dom-5.5.14-99.1.x86_64",
"product": {
"name": "php5-dom-5.5.14-99.1.x86_64",
"product_id": "php5-dom-5.5.14-99.1.x86_64"
}
},
{
"category": "product_version",
"name": "php5-enchant-5.5.14-99.1.x86_64",
"product": {
"name": "php5-enchant-5.5.14-99.1.x86_64",
"product_id": "php5-enchant-5.5.14-99.1.x86_64"
}
},
{
"category": "product_version",
"name": "php5-exif-5.5.14-99.1.x86_64",
"product": {
"name": "php5-exif-5.5.14-99.1.x86_64",
"product_id": "php5-exif-5.5.14-99.1.x86_64"
}
},
{
"category": "product_version",
"name": "php5-fastcgi-5.5.14-99.1.x86_64",
"product": {
"name": "php5-fastcgi-5.5.14-99.1.x86_64",
"product_id": "php5-fastcgi-5.5.14-99.1.x86_64"
}
},
{
"category": "product_version",
"name": "php5-fileinfo-5.5.14-99.1.x86_64",
"product": {
"name": "php5-fileinfo-5.5.14-99.1.x86_64",
"product_id": "php5-fileinfo-5.5.14-99.1.x86_64"
}
},
{
"category": "product_version",
"name": "php5-fpm-5.5.14-99.1.x86_64",
"product": {
"name": "php5-fpm-5.5.14-99.1.x86_64",
"product_id": "php5-fpm-5.5.14-99.1.x86_64"
}
},
{
"category": "product_version",
"name": "php5-ftp-5.5.14-99.1.x86_64",
"product": {
"name": "php5-ftp-5.5.14-99.1.x86_64",
"product_id": "php5-ftp-5.5.14-99.1.x86_64"
}
},
{
"category": "product_version",
"name": "php5-gd-5.5.14-99.1.x86_64",
"product": {
"name": "php5-gd-5.5.14-99.1.x86_64",
"product_id": "php5-gd-5.5.14-99.1.x86_64"
}
},
{
"category": "product_version",
"name": "php5-gettext-5.5.14-99.1.x86_64",
"product": {
"name": "php5-gettext-5.5.14-99.1.x86_64",
"product_id": "php5-gettext-5.5.14-99.1.x86_64"
}
},
{
"category": "product_version",
"name": "php5-gmp-5.5.14-99.1.x86_64",
"product": {
"name": "php5-gmp-5.5.14-99.1.x86_64",
"product_id": "php5-gmp-5.5.14-99.1.x86_64"
}
},
{
"category": "product_version",
"name": "php5-iconv-5.5.14-99.1.x86_64",
"product": {
"name": "php5-iconv-5.5.14-99.1.x86_64",
"product_id": "php5-iconv-5.5.14-99.1.x86_64"
}
},
{
"category": "product_version",
"name": "php5-imap-5.5.14-99.1.x86_64",
"product": {
"name": "php5-imap-5.5.14-99.1.x86_64",
"product_id": "php5-imap-5.5.14-99.1.x86_64"
}
},
{
"category": "product_version",
"name": "php5-intl-5.5.14-99.1.x86_64",
"product": {
"name": "php5-intl-5.5.14-99.1.x86_64",
"product_id": "php5-intl-5.5.14-99.1.x86_64"
}
},
{
"category": "product_version",
"name": "php5-json-5.5.14-99.1.x86_64",
"product": {
"name": "php5-json-5.5.14-99.1.x86_64",
"product_id": "php5-json-5.5.14-99.1.x86_64"
}
},
{
"category": "product_version",
"name": "php5-ldap-5.5.14-99.1.x86_64",
"product": {
"name": "php5-ldap-5.5.14-99.1.x86_64",
"product_id": "php5-ldap-5.5.14-99.1.x86_64"
}
},
{
"category": "product_version",
"name": "php5-mbstring-5.5.14-99.1.x86_64",
"product": {
"name": "php5-mbstring-5.5.14-99.1.x86_64",
"product_id": "php5-mbstring-5.5.14-99.1.x86_64"
}
},
{
"category": "product_version",
"name": "php5-mcrypt-5.5.14-99.1.x86_64",
"product": {
"name": "php5-mcrypt-5.5.14-99.1.x86_64",
"product_id": "php5-mcrypt-5.5.14-99.1.x86_64"
}
},
{
"category": "product_version",
"name": "php5-mysql-5.5.14-99.1.x86_64",
"product": {
"name": "php5-mysql-5.5.14-99.1.x86_64",
"product_id": "php5-mysql-5.5.14-99.1.x86_64"
}
},
{
"category": "product_version",
"name": "php5-odbc-5.5.14-99.1.x86_64",
"product": {
"name": "php5-odbc-5.5.14-99.1.x86_64",
"product_id": "php5-odbc-5.5.14-99.1.x86_64"
}
},
{
"category": "product_version",
"name": "php5-opcache-5.5.14-99.1.x86_64",
"product": {
"name": "php5-opcache-5.5.14-99.1.x86_64",
"product_id": "php5-opcache-5.5.14-99.1.x86_64"
}
},
{
"category": "product_version",
"name": "php5-openssl-5.5.14-99.1.x86_64",
"product": {
"name": "php5-openssl-5.5.14-99.1.x86_64",
"product_id": "php5-openssl-5.5.14-99.1.x86_64"
}
},
{
"category": "product_version",
"name": "php5-pcntl-5.5.14-99.1.x86_64",
"product": {
"name": "php5-pcntl-5.5.14-99.1.x86_64",
"product_id": "php5-pcntl-5.5.14-99.1.x86_64"
}
},
{
"category": "product_version",
"name": "php5-pdo-5.5.14-99.1.x86_64",
"product": {
"name": "php5-pdo-5.5.14-99.1.x86_64",
"product_id": "php5-pdo-5.5.14-99.1.x86_64"
}
},
{
"category": "product_version",
"name": "php5-pgsql-5.5.14-99.1.x86_64",
"product": {
"name": "php5-pgsql-5.5.14-99.1.x86_64",
"product_id": "php5-pgsql-5.5.14-99.1.x86_64"
}
},
{
"category": "product_version",
"name": "php5-phar-5.5.14-99.1.x86_64",
"product": {
"name": "php5-phar-5.5.14-99.1.x86_64",
"product_id": "php5-phar-5.5.14-99.1.x86_64"
}
},
{
"category": "product_version",
"name": "php5-posix-5.5.14-99.1.x86_64",
"product": {
"name": "php5-posix-5.5.14-99.1.x86_64",
"product_id": "php5-posix-5.5.14-99.1.x86_64"
}
},
{
"category": "product_version",
"name": "php5-pspell-5.5.14-99.1.x86_64",
"product": {
"name": "php5-pspell-5.5.14-99.1.x86_64",
"product_id": "php5-pspell-5.5.14-99.1.x86_64"
}
},
{
"category": "product_version",
"name": "php5-shmop-5.5.14-99.1.x86_64",
"product": {
"name": "php5-shmop-5.5.14-99.1.x86_64",
"product_id": "php5-shmop-5.5.14-99.1.x86_64"
}
},
{
"category": "product_version",
"name": "php5-snmp-5.5.14-99.1.x86_64",
"product": {
"name": "php5-snmp-5.5.14-99.1.x86_64",
"product_id": "php5-snmp-5.5.14-99.1.x86_64"
}
},
{
"category": "product_version",
"name": "php5-soap-5.5.14-99.1.x86_64",
"product": {
"name": "php5-soap-5.5.14-99.1.x86_64",
"product_id": "php5-soap-5.5.14-99.1.x86_64"
}
},
{
"category": "product_version",
"name": "php5-sockets-5.5.14-99.1.x86_64",
"product": {
"name": "php5-sockets-5.5.14-99.1.x86_64",
"product_id": "php5-sockets-5.5.14-99.1.x86_64"
}
},
{
"category": "product_version",
"name": "php5-sqlite-5.5.14-99.1.x86_64",
"product": {
"name": "php5-sqlite-5.5.14-99.1.x86_64",
"product_id": "php5-sqlite-5.5.14-99.1.x86_64"
}
},
{
"category": "product_version",
"name": "php5-suhosin-5.5.14-99.1.x86_64",
"product": {
"name": "php5-suhosin-5.5.14-99.1.x86_64",
"product_id": "php5-suhosin-5.5.14-99.1.x86_64"
}
},
{
"category": "product_version",
"name": "php5-sysvmsg-5.5.14-99.1.x86_64",
"product": {
"name": "php5-sysvmsg-5.5.14-99.1.x86_64",
"product_id": "php5-sysvmsg-5.5.14-99.1.x86_64"
}
},
{
"category": "product_version",
"name": "php5-sysvsem-5.5.14-99.1.x86_64",
"product": {
"name": "php5-sysvsem-5.5.14-99.1.x86_64",
"product_id": "php5-sysvsem-5.5.14-99.1.x86_64"
}
},
{
"category": "product_version",
"name": "php5-sysvshm-5.5.14-99.1.x86_64",
"product": {
"name": "php5-sysvshm-5.5.14-99.1.x86_64",
"product_id": "php5-sysvshm-5.5.14-99.1.x86_64"
}
},
{
"category": "product_version",
"name": "php5-tokenizer-5.5.14-99.1.x86_64",
"product": {
"name": "php5-tokenizer-5.5.14-99.1.x86_64",
"product_id": "php5-tokenizer-5.5.14-99.1.x86_64"
}
},
{
"category": "product_version",
"name": "php5-wddx-5.5.14-99.1.x86_64",
"product": {
"name": "php5-wddx-5.5.14-99.1.x86_64",
"product_id": "php5-wddx-5.5.14-99.1.x86_64"
}
},
{
"category": "product_version",
"name": "php5-xmlreader-5.5.14-99.1.x86_64",
"product": {
"name": "php5-xmlreader-5.5.14-99.1.x86_64",
"product_id": "php5-xmlreader-5.5.14-99.1.x86_64"
}
},
{
"category": "product_version",
"name": "php5-xmlrpc-5.5.14-99.1.x86_64",
"product": {
"name": "php5-xmlrpc-5.5.14-99.1.x86_64",
"product_id": "php5-xmlrpc-5.5.14-99.1.x86_64"
}
},
{
"category": "product_version",
"name": "php5-xmlwriter-5.5.14-99.1.x86_64",
"product": {
"name": "php5-xmlwriter-5.5.14-99.1.x86_64",
"product_id": "php5-xmlwriter-5.5.14-99.1.x86_64"
}
},
{
"category": "product_version",
"name": "php5-xsl-5.5.14-99.1.x86_64",
"product": {
"name": "php5-xsl-5.5.14-99.1.x86_64",
"product_id": "php5-xsl-5.5.14-99.1.x86_64"
}
},
{
"category": "product_version",
"name": "php5-zip-5.5.14-99.1.x86_64",
"product": {
"name": "php5-zip-5.5.14-99.1.x86_64",
"product_id": "php5-zip-5.5.14-99.1.x86_64"
}
},
{
"category": "product_version",
"name": "php5-zlib-5.5.14-99.1.x86_64",
"product": {
"name": "php5-zlib-5.5.14-99.1.x86_64",
"product_id": "php5-zlib-5.5.14-99.1.x86_64"
}
},
{
"category": "product_version",
"name": "php5-devel-5.5.14-99.1.x86_64",
"product": {
"name": "php5-devel-5.5.14-99.1.x86_64",
"product_id": "php5-devel-5.5.14-99.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Enterprise Module for Web and Scripting 12",
"product": {
"name": "SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-module-web-scripting:12"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Software Development Kit 12 SP1",
"product": {
"name": "SUSE Linux Enterprise Software Development Kit 12 SP1",
"product_id": "SUSE Linux Enterprise Software Development Kit 12 SP1",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-sdk:12:sp1"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Software Development Kit 12 SP2",
"product": {
"name": "SUSE Linux Enterprise Software Development Kit 12 SP2",
"product_id": "SUSE Linux Enterprise Software Development Kit 12 SP2",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-sdk:12:sp2"
}
}
}
],
"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-99.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:apache2-mod_php5-5.5.14-99.1.aarch64"
},
"product_reference": "apache2-mod_php5-5.5.14-99.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "apache2-mod_php5-5.5.14-99.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:apache2-mod_php5-5.5.14-99.1.ppc64le"
},
"product_reference": "apache2-mod_php5-5.5.14-99.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "apache2-mod_php5-5.5.14-99.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:apache2-mod_php5-5.5.14-99.1.s390x"
},
"product_reference": "apache2-mod_php5-5.5.14-99.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "apache2-mod_php5-5.5.14-99.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:apache2-mod_php5-5.5.14-99.1.x86_64"
},
"product_reference": "apache2-mod_php5-5.5.14-99.1.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-99.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-5.5.14-99.1.aarch64"
},
"product_reference": "php5-5.5.14-99.1.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-99.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-5.5.14-99.1.ppc64le"
},
"product_reference": "php5-5.5.14-99.1.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-99.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-5.5.14-99.1.s390x"
},
"product_reference": "php5-5.5.14-99.1.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-99.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-5.5.14-99.1.x86_64"
},
"product_reference": "php5-5.5.14-99.1.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-99.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-bcmath-5.5.14-99.1.aarch64"
},
"product_reference": "php5-bcmath-5.5.14-99.1.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-99.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-bcmath-5.5.14-99.1.ppc64le"
},
"product_reference": "php5-bcmath-5.5.14-99.1.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-99.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-bcmath-5.5.14-99.1.s390x"
},
"product_reference": "php5-bcmath-5.5.14-99.1.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-99.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-bcmath-5.5.14-99.1.x86_64"
},
"product_reference": "php5-bcmath-5.5.14-99.1.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-99.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-bz2-5.5.14-99.1.aarch64"
},
"product_reference": "php5-bz2-5.5.14-99.1.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-99.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-bz2-5.5.14-99.1.ppc64le"
},
"product_reference": "php5-bz2-5.5.14-99.1.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-99.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-bz2-5.5.14-99.1.s390x"
},
"product_reference": "php5-bz2-5.5.14-99.1.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-99.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-bz2-5.5.14-99.1.x86_64"
},
"product_reference": "php5-bz2-5.5.14-99.1.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-99.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-calendar-5.5.14-99.1.aarch64"
},
"product_reference": "php5-calendar-5.5.14-99.1.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-99.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-calendar-5.5.14-99.1.ppc64le"
},
"product_reference": "php5-calendar-5.5.14-99.1.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-99.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-calendar-5.5.14-99.1.s390x"
},
"product_reference": "php5-calendar-5.5.14-99.1.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-99.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-calendar-5.5.14-99.1.x86_64"
},
"product_reference": "php5-calendar-5.5.14-99.1.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-99.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-ctype-5.5.14-99.1.aarch64"
},
"product_reference": "php5-ctype-5.5.14-99.1.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-99.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-ctype-5.5.14-99.1.ppc64le"
},
"product_reference": "php5-ctype-5.5.14-99.1.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-99.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-ctype-5.5.14-99.1.s390x"
},
"product_reference": "php5-ctype-5.5.14-99.1.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-99.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-ctype-5.5.14-99.1.x86_64"
},
"product_reference": "php5-ctype-5.5.14-99.1.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-99.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-curl-5.5.14-99.1.aarch64"
},
"product_reference": "php5-curl-5.5.14-99.1.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-99.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-curl-5.5.14-99.1.ppc64le"
},
"product_reference": "php5-curl-5.5.14-99.1.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-99.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-curl-5.5.14-99.1.s390x"
},
"product_reference": "php5-curl-5.5.14-99.1.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-99.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-curl-5.5.14-99.1.x86_64"
},
"product_reference": "php5-curl-5.5.14-99.1.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-99.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-dba-5.5.14-99.1.aarch64"
},
"product_reference": "php5-dba-5.5.14-99.1.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-99.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-dba-5.5.14-99.1.ppc64le"
},
"product_reference": "php5-dba-5.5.14-99.1.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-99.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-dba-5.5.14-99.1.s390x"
},
"product_reference": "php5-dba-5.5.14-99.1.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-99.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-dba-5.5.14-99.1.x86_64"
},
"product_reference": "php5-dba-5.5.14-99.1.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-99.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-dom-5.5.14-99.1.aarch64"
},
"product_reference": "php5-dom-5.5.14-99.1.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-99.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-dom-5.5.14-99.1.ppc64le"
},
"product_reference": "php5-dom-5.5.14-99.1.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-99.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-dom-5.5.14-99.1.s390x"
},
"product_reference": "php5-dom-5.5.14-99.1.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-99.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-dom-5.5.14-99.1.x86_64"
},
"product_reference": "php5-dom-5.5.14-99.1.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-99.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-enchant-5.5.14-99.1.aarch64"
},
"product_reference": "php5-enchant-5.5.14-99.1.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-99.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-enchant-5.5.14-99.1.ppc64le"
},
"product_reference": "php5-enchant-5.5.14-99.1.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-99.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-enchant-5.5.14-99.1.s390x"
},
"product_reference": "php5-enchant-5.5.14-99.1.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-99.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-enchant-5.5.14-99.1.x86_64"
},
"product_reference": "php5-enchant-5.5.14-99.1.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-99.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-exif-5.5.14-99.1.aarch64"
},
"product_reference": "php5-exif-5.5.14-99.1.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-99.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-exif-5.5.14-99.1.ppc64le"
},
"product_reference": "php5-exif-5.5.14-99.1.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-99.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-exif-5.5.14-99.1.s390x"
},
"product_reference": "php5-exif-5.5.14-99.1.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-99.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-exif-5.5.14-99.1.x86_64"
},
"product_reference": "php5-exif-5.5.14-99.1.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-99.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-fastcgi-5.5.14-99.1.aarch64"
},
"product_reference": "php5-fastcgi-5.5.14-99.1.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-99.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-fastcgi-5.5.14-99.1.ppc64le"
},
"product_reference": "php5-fastcgi-5.5.14-99.1.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-99.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-fastcgi-5.5.14-99.1.s390x"
},
"product_reference": "php5-fastcgi-5.5.14-99.1.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-99.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-fastcgi-5.5.14-99.1.x86_64"
},
"product_reference": "php5-fastcgi-5.5.14-99.1.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-99.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-fileinfo-5.5.14-99.1.aarch64"
},
"product_reference": "php5-fileinfo-5.5.14-99.1.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-99.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-fileinfo-5.5.14-99.1.ppc64le"
},
"product_reference": "php5-fileinfo-5.5.14-99.1.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-99.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-fileinfo-5.5.14-99.1.s390x"
},
"product_reference": "php5-fileinfo-5.5.14-99.1.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-99.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-fileinfo-5.5.14-99.1.x86_64"
},
"product_reference": "php5-fileinfo-5.5.14-99.1.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-99.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-fpm-5.5.14-99.1.aarch64"
},
"product_reference": "php5-fpm-5.5.14-99.1.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-99.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-fpm-5.5.14-99.1.ppc64le"
},
"product_reference": "php5-fpm-5.5.14-99.1.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-99.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-fpm-5.5.14-99.1.s390x"
},
"product_reference": "php5-fpm-5.5.14-99.1.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-99.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-fpm-5.5.14-99.1.x86_64"
},
"product_reference": "php5-fpm-5.5.14-99.1.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-99.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-ftp-5.5.14-99.1.aarch64"
},
"product_reference": "php5-ftp-5.5.14-99.1.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-99.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-ftp-5.5.14-99.1.ppc64le"
},
"product_reference": "php5-ftp-5.5.14-99.1.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-99.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-ftp-5.5.14-99.1.s390x"
},
"product_reference": "php5-ftp-5.5.14-99.1.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-99.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-ftp-5.5.14-99.1.x86_64"
},
"product_reference": "php5-ftp-5.5.14-99.1.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-99.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-gd-5.5.14-99.1.aarch64"
},
"product_reference": "php5-gd-5.5.14-99.1.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-99.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-gd-5.5.14-99.1.ppc64le"
},
"product_reference": "php5-gd-5.5.14-99.1.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-99.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-gd-5.5.14-99.1.s390x"
},
"product_reference": "php5-gd-5.5.14-99.1.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-99.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-gd-5.5.14-99.1.x86_64"
},
"product_reference": "php5-gd-5.5.14-99.1.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-99.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-gettext-5.5.14-99.1.aarch64"
},
"product_reference": "php5-gettext-5.5.14-99.1.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-99.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-gettext-5.5.14-99.1.ppc64le"
},
"product_reference": "php5-gettext-5.5.14-99.1.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-99.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-gettext-5.5.14-99.1.s390x"
},
"product_reference": "php5-gettext-5.5.14-99.1.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-99.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-gettext-5.5.14-99.1.x86_64"
},
"product_reference": "php5-gettext-5.5.14-99.1.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-99.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-gmp-5.5.14-99.1.aarch64"
},
"product_reference": "php5-gmp-5.5.14-99.1.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-99.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-gmp-5.5.14-99.1.ppc64le"
},
"product_reference": "php5-gmp-5.5.14-99.1.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-99.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-gmp-5.5.14-99.1.s390x"
},
"product_reference": "php5-gmp-5.5.14-99.1.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-99.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-gmp-5.5.14-99.1.x86_64"
},
"product_reference": "php5-gmp-5.5.14-99.1.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-99.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-iconv-5.5.14-99.1.aarch64"
},
"product_reference": "php5-iconv-5.5.14-99.1.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-99.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-iconv-5.5.14-99.1.ppc64le"
},
"product_reference": "php5-iconv-5.5.14-99.1.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-99.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-iconv-5.5.14-99.1.s390x"
},
"product_reference": "php5-iconv-5.5.14-99.1.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-99.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-iconv-5.5.14-99.1.x86_64"
},
"product_reference": "php5-iconv-5.5.14-99.1.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-99.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-imap-5.5.14-99.1.aarch64"
},
"product_reference": "php5-imap-5.5.14-99.1.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-99.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-imap-5.5.14-99.1.ppc64le"
},
"product_reference": "php5-imap-5.5.14-99.1.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-99.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-imap-5.5.14-99.1.s390x"
},
"product_reference": "php5-imap-5.5.14-99.1.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-99.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-imap-5.5.14-99.1.x86_64"
},
"product_reference": "php5-imap-5.5.14-99.1.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-99.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-intl-5.5.14-99.1.aarch64"
},
"product_reference": "php5-intl-5.5.14-99.1.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-99.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-intl-5.5.14-99.1.ppc64le"
},
"product_reference": "php5-intl-5.5.14-99.1.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-99.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-intl-5.5.14-99.1.s390x"
},
"product_reference": "php5-intl-5.5.14-99.1.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-99.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-intl-5.5.14-99.1.x86_64"
},
"product_reference": "php5-intl-5.5.14-99.1.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-99.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-json-5.5.14-99.1.aarch64"
},
"product_reference": "php5-json-5.5.14-99.1.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-99.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-json-5.5.14-99.1.ppc64le"
},
"product_reference": "php5-json-5.5.14-99.1.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-99.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-json-5.5.14-99.1.s390x"
},
"product_reference": "php5-json-5.5.14-99.1.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-99.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-json-5.5.14-99.1.x86_64"
},
"product_reference": "php5-json-5.5.14-99.1.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-99.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-ldap-5.5.14-99.1.aarch64"
},
"product_reference": "php5-ldap-5.5.14-99.1.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-99.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-ldap-5.5.14-99.1.ppc64le"
},
"product_reference": "php5-ldap-5.5.14-99.1.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-99.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-ldap-5.5.14-99.1.s390x"
},
"product_reference": "php5-ldap-5.5.14-99.1.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-99.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-ldap-5.5.14-99.1.x86_64"
},
"product_reference": "php5-ldap-5.5.14-99.1.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-99.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-mbstring-5.5.14-99.1.aarch64"
},
"product_reference": "php5-mbstring-5.5.14-99.1.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-99.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-mbstring-5.5.14-99.1.ppc64le"
},
"product_reference": "php5-mbstring-5.5.14-99.1.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-99.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-mbstring-5.5.14-99.1.s390x"
},
"product_reference": "php5-mbstring-5.5.14-99.1.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-99.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-mbstring-5.5.14-99.1.x86_64"
},
"product_reference": "php5-mbstring-5.5.14-99.1.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-99.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-mcrypt-5.5.14-99.1.aarch64"
},
"product_reference": "php5-mcrypt-5.5.14-99.1.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-99.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-mcrypt-5.5.14-99.1.ppc64le"
},
"product_reference": "php5-mcrypt-5.5.14-99.1.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-99.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-mcrypt-5.5.14-99.1.s390x"
},
"product_reference": "php5-mcrypt-5.5.14-99.1.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-99.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-mcrypt-5.5.14-99.1.x86_64"
},
"product_reference": "php5-mcrypt-5.5.14-99.1.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-99.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-mysql-5.5.14-99.1.aarch64"
},
"product_reference": "php5-mysql-5.5.14-99.1.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-99.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-mysql-5.5.14-99.1.ppc64le"
},
"product_reference": "php5-mysql-5.5.14-99.1.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-99.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-mysql-5.5.14-99.1.s390x"
},
"product_reference": "php5-mysql-5.5.14-99.1.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-99.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-mysql-5.5.14-99.1.x86_64"
},
"product_reference": "php5-mysql-5.5.14-99.1.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-99.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-odbc-5.5.14-99.1.aarch64"
},
"product_reference": "php5-odbc-5.5.14-99.1.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-99.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-odbc-5.5.14-99.1.ppc64le"
},
"product_reference": "php5-odbc-5.5.14-99.1.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-99.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-odbc-5.5.14-99.1.s390x"
},
"product_reference": "php5-odbc-5.5.14-99.1.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-99.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-odbc-5.5.14-99.1.x86_64"
},
"product_reference": "php5-odbc-5.5.14-99.1.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-99.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-opcache-5.5.14-99.1.aarch64"
},
"product_reference": "php5-opcache-5.5.14-99.1.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-99.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-opcache-5.5.14-99.1.ppc64le"
},
"product_reference": "php5-opcache-5.5.14-99.1.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-99.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-opcache-5.5.14-99.1.s390x"
},
"product_reference": "php5-opcache-5.5.14-99.1.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-99.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-opcache-5.5.14-99.1.x86_64"
},
"product_reference": "php5-opcache-5.5.14-99.1.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-99.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-openssl-5.5.14-99.1.aarch64"
},
"product_reference": "php5-openssl-5.5.14-99.1.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-99.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-openssl-5.5.14-99.1.ppc64le"
},
"product_reference": "php5-openssl-5.5.14-99.1.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-99.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-openssl-5.5.14-99.1.s390x"
},
"product_reference": "php5-openssl-5.5.14-99.1.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-99.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-openssl-5.5.14-99.1.x86_64"
},
"product_reference": "php5-openssl-5.5.14-99.1.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-99.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-pcntl-5.5.14-99.1.aarch64"
},
"product_reference": "php5-pcntl-5.5.14-99.1.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-99.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-pcntl-5.5.14-99.1.ppc64le"
},
"product_reference": "php5-pcntl-5.5.14-99.1.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-99.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-pcntl-5.5.14-99.1.s390x"
},
"product_reference": "php5-pcntl-5.5.14-99.1.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-99.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-pcntl-5.5.14-99.1.x86_64"
},
"product_reference": "php5-pcntl-5.5.14-99.1.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-99.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-pdo-5.5.14-99.1.aarch64"
},
"product_reference": "php5-pdo-5.5.14-99.1.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-99.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-pdo-5.5.14-99.1.ppc64le"
},
"product_reference": "php5-pdo-5.5.14-99.1.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-99.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-pdo-5.5.14-99.1.s390x"
},
"product_reference": "php5-pdo-5.5.14-99.1.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-99.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-pdo-5.5.14-99.1.x86_64"
},
"product_reference": "php5-pdo-5.5.14-99.1.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-99.1.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-99.1.noarch"
},
"product_reference": "php5-pear-5.5.14-99.1.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-99.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-pgsql-5.5.14-99.1.aarch64"
},
"product_reference": "php5-pgsql-5.5.14-99.1.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-99.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-pgsql-5.5.14-99.1.ppc64le"
},
"product_reference": "php5-pgsql-5.5.14-99.1.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-99.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-pgsql-5.5.14-99.1.s390x"
},
"product_reference": "php5-pgsql-5.5.14-99.1.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-99.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-pgsql-5.5.14-99.1.x86_64"
},
"product_reference": "php5-pgsql-5.5.14-99.1.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-99.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-phar-5.5.14-99.1.aarch64"
},
"product_reference": "php5-phar-5.5.14-99.1.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-99.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-phar-5.5.14-99.1.ppc64le"
},
"product_reference": "php5-phar-5.5.14-99.1.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-99.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-phar-5.5.14-99.1.s390x"
},
"product_reference": "php5-phar-5.5.14-99.1.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-99.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-phar-5.5.14-99.1.x86_64"
},
"product_reference": "php5-phar-5.5.14-99.1.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-99.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-posix-5.5.14-99.1.aarch64"
},
"product_reference": "php5-posix-5.5.14-99.1.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-99.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-posix-5.5.14-99.1.ppc64le"
},
"product_reference": "php5-posix-5.5.14-99.1.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-99.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-posix-5.5.14-99.1.s390x"
},
"product_reference": "php5-posix-5.5.14-99.1.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-99.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-posix-5.5.14-99.1.x86_64"
},
"product_reference": "php5-posix-5.5.14-99.1.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-99.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-pspell-5.5.14-99.1.aarch64"
},
"product_reference": "php5-pspell-5.5.14-99.1.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-99.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-pspell-5.5.14-99.1.ppc64le"
},
"product_reference": "php5-pspell-5.5.14-99.1.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-99.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-pspell-5.5.14-99.1.s390x"
},
"product_reference": "php5-pspell-5.5.14-99.1.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-99.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-pspell-5.5.14-99.1.x86_64"
},
"product_reference": "php5-pspell-5.5.14-99.1.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-99.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-shmop-5.5.14-99.1.aarch64"
},
"product_reference": "php5-shmop-5.5.14-99.1.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-99.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-shmop-5.5.14-99.1.ppc64le"
},
"product_reference": "php5-shmop-5.5.14-99.1.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-99.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-shmop-5.5.14-99.1.s390x"
},
"product_reference": "php5-shmop-5.5.14-99.1.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-99.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-shmop-5.5.14-99.1.x86_64"
},
"product_reference": "php5-shmop-5.5.14-99.1.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-99.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-snmp-5.5.14-99.1.aarch64"
},
"product_reference": "php5-snmp-5.5.14-99.1.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-99.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-snmp-5.5.14-99.1.ppc64le"
},
"product_reference": "php5-snmp-5.5.14-99.1.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-99.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-snmp-5.5.14-99.1.s390x"
},
"product_reference": "php5-snmp-5.5.14-99.1.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-99.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-snmp-5.5.14-99.1.x86_64"
},
"product_reference": "php5-snmp-5.5.14-99.1.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-99.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-soap-5.5.14-99.1.aarch64"
},
"product_reference": "php5-soap-5.5.14-99.1.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-99.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-soap-5.5.14-99.1.ppc64le"
},
"product_reference": "php5-soap-5.5.14-99.1.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-99.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-soap-5.5.14-99.1.s390x"
},
"product_reference": "php5-soap-5.5.14-99.1.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-99.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-soap-5.5.14-99.1.x86_64"
},
"product_reference": "php5-soap-5.5.14-99.1.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-99.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-sockets-5.5.14-99.1.aarch64"
},
"product_reference": "php5-sockets-5.5.14-99.1.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-99.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-sockets-5.5.14-99.1.ppc64le"
},
"product_reference": "php5-sockets-5.5.14-99.1.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-99.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-sockets-5.5.14-99.1.s390x"
},
"product_reference": "php5-sockets-5.5.14-99.1.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-99.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-sockets-5.5.14-99.1.x86_64"
},
"product_reference": "php5-sockets-5.5.14-99.1.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-99.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-sqlite-5.5.14-99.1.aarch64"
},
"product_reference": "php5-sqlite-5.5.14-99.1.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-99.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-sqlite-5.5.14-99.1.ppc64le"
},
"product_reference": "php5-sqlite-5.5.14-99.1.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-99.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-sqlite-5.5.14-99.1.s390x"
},
"product_reference": "php5-sqlite-5.5.14-99.1.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-99.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-sqlite-5.5.14-99.1.x86_64"
},
"product_reference": "php5-sqlite-5.5.14-99.1.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-99.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-suhosin-5.5.14-99.1.aarch64"
},
"product_reference": "php5-suhosin-5.5.14-99.1.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-99.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-suhosin-5.5.14-99.1.ppc64le"
},
"product_reference": "php5-suhosin-5.5.14-99.1.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-99.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-suhosin-5.5.14-99.1.s390x"
},
"product_reference": "php5-suhosin-5.5.14-99.1.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-99.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-suhosin-5.5.14-99.1.x86_64"
},
"product_reference": "php5-suhosin-5.5.14-99.1.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-99.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-sysvmsg-5.5.14-99.1.aarch64"
},
"product_reference": "php5-sysvmsg-5.5.14-99.1.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-99.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-sysvmsg-5.5.14-99.1.ppc64le"
},
"product_reference": "php5-sysvmsg-5.5.14-99.1.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-99.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-sysvmsg-5.5.14-99.1.s390x"
},
"product_reference": "php5-sysvmsg-5.5.14-99.1.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-99.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-sysvmsg-5.5.14-99.1.x86_64"
},
"product_reference": "php5-sysvmsg-5.5.14-99.1.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-99.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-sysvsem-5.5.14-99.1.aarch64"
},
"product_reference": "php5-sysvsem-5.5.14-99.1.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-99.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-sysvsem-5.5.14-99.1.ppc64le"
},
"product_reference": "php5-sysvsem-5.5.14-99.1.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-99.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-sysvsem-5.5.14-99.1.s390x"
},
"product_reference": "php5-sysvsem-5.5.14-99.1.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-99.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-sysvsem-5.5.14-99.1.x86_64"
},
"product_reference": "php5-sysvsem-5.5.14-99.1.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-99.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-sysvshm-5.5.14-99.1.aarch64"
},
"product_reference": "php5-sysvshm-5.5.14-99.1.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-99.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-sysvshm-5.5.14-99.1.ppc64le"
},
"product_reference": "php5-sysvshm-5.5.14-99.1.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-99.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-sysvshm-5.5.14-99.1.s390x"
},
"product_reference": "php5-sysvshm-5.5.14-99.1.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-99.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-sysvshm-5.5.14-99.1.x86_64"
},
"product_reference": "php5-sysvshm-5.5.14-99.1.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-99.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-tokenizer-5.5.14-99.1.aarch64"
},
"product_reference": "php5-tokenizer-5.5.14-99.1.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-99.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-tokenizer-5.5.14-99.1.ppc64le"
},
"product_reference": "php5-tokenizer-5.5.14-99.1.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-99.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-tokenizer-5.5.14-99.1.s390x"
},
"product_reference": "php5-tokenizer-5.5.14-99.1.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-99.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-tokenizer-5.5.14-99.1.x86_64"
},
"product_reference": "php5-tokenizer-5.5.14-99.1.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-99.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-wddx-5.5.14-99.1.aarch64"
},
"product_reference": "php5-wddx-5.5.14-99.1.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-99.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-wddx-5.5.14-99.1.ppc64le"
},
"product_reference": "php5-wddx-5.5.14-99.1.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-99.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-wddx-5.5.14-99.1.s390x"
},
"product_reference": "php5-wddx-5.5.14-99.1.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-99.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-wddx-5.5.14-99.1.x86_64"
},
"product_reference": "php5-wddx-5.5.14-99.1.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-99.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-xmlreader-5.5.14-99.1.aarch64"
},
"product_reference": "php5-xmlreader-5.5.14-99.1.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-99.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-xmlreader-5.5.14-99.1.ppc64le"
},
"product_reference": "php5-xmlreader-5.5.14-99.1.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-99.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-xmlreader-5.5.14-99.1.s390x"
},
"product_reference": "php5-xmlreader-5.5.14-99.1.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-99.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-xmlreader-5.5.14-99.1.x86_64"
},
"product_reference": "php5-xmlreader-5.5.14-99.1.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-99.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-xmlrpc-5.5.14-99.1.aarch64"
},
"product_reference": "php5-xmlrpc-5.5.14-99.1.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-99.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-xmlrpc-5.5.14-99.1.ppc64le"
},
"product_reference": "php5-xmlrpc-5.5.14-99.1.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-99.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-xmlrpc-5.5.14-99.1.s390x"
},
"product_reference": "php5-xmlrpc-5.5.14-99.1.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-99.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-xmlrpc-5.5.14-99.1.x86_64"
},
"product_reference": "php5-xmlrpc-5.5.14-99.1.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-99.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-xmlwriter-5.5.14-99.1.aarch64"
},
"product_reference": "php5-xmlwriter-5.5.14-99.1.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-99.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-xmlwriter-5.5.14-99.1.ppc64le"
},
"product_reference": "php5-xmlwriter-5.5.14-99.1.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-99.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-xmlwriter-5.5.14-99.1.s390x"
},
"product_reference": "php5-xmlwriter-5.5.14-99.1.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-99.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-xmlwriter-5.5.14-99.1.x86_64"
},
"product_reference": "php5-xmlwriter-5.5.14-99.1.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-99.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-xsl-5.5.14-99.1.aarch64"
},
"product_reference": "php5-xsl-5.5.14-99.1.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-99.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-xsl-5.5.14-99.1.ppc64le"
},
"product_reference": "php5-xsl-5.5.14-99.1.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-99.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-xsl-5.5.14-99.1.s390x"
},
"product_reference": "php5-xsl-5.5.14-99.1.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-99.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-xsl-5.5.14-99.1.x86_64"
},
"product_reference": "php5-xsl-5.5.14-99.1.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-99.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-zip-5.5.14-99.1.aarch64"
},
"product_reference": "php5-zip-5.5.14-99.1.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-99.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-zip-5.5.14-99.1.ppc64le"
},
"product_reference": "php5-zip-5.5.14-99.1.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-99.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-zip-5.5.14-99.1.s390x"
},
"product_reference": "php5-zip-5.5.14-99.1.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-99.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-zip-5.5.14-99.1.x86_64"
},
"product_reference": "php5-zip-5.5.14-99.1.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-99.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-zlib-5.5.14-99.1.aarch64"
},
"product_reference": "php5-zlib-5.5.14-99.1.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-99.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-zlib-5.5.14-99.1.ppc64le"
},
"product_reference": "php5-zlib-5.5.14-99.1.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-99.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-zlib-5.5.14-99.1.s390x"
},
"product_reference": "php5-zlib-5.5.14-99.1.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-99.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php5-zlib-5.5.14-99.1.x86_64"
},
"product_reference": "php5-zlib-5.5.14-99.1.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-99.1.ppc64le as component of SUSE Linux Enterprise Software Development Kit 12 SP1",
"product_id": "SUSE Linux Enterprise Software Development Kit 12 SP1:php5-devel-5.5.14-99.1.ppc64le"
},
"product_reference": "php5-devel-5.5.14-99.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Software Development Kit 12 SP1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php5-devel-5.5.14-99.1.s390x as component of SUSE Linux Enterprise Software Development Kit 12 SP1",
"product_id": "SUSE Linux Enterprise Software Development Kit 12 SP1:php5-devel-5.5.14-99.1.s390x"
},
"product_reference": "php5-devel-5.5.14-99.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Software Development Kit 12 SP1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php5-devel-5.5.14-99.1.x86_64 as component of SUSE Linux Enterprise Software Development Kit 12 SP1",
"product_id": "SUSE Linux Enterprise Software Development Kit 12 SP1:php5-devel-5.5.14-99.1.x86_64"
},
"product_reference": "php5-devel-5.5.14-99.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Software Development Kit 12 SP1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php5-devel-5.5.14-99.1.aarch64 as component of SUSE Linux Enterprise Software Development Kit 12 SP2",
"product_id": "SUSE Linux Enterprise Software Development Kit 12 SP2:php5-devel-5.5.14-99.1.aarch64"
},
"product_reference": "php5-devel-5.5.14-99.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Software Development Kit 12 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php5-devel-5.5.14-99.1.ppc64le as component of SUSE Linux Enterprise Software Development Kit 12 SP2",
"product_id": "SUSE Linux Enterprise Software Development Kit 12 SP2:php5-devel-5.5.14-99.1.ppc64le"
},
"product_reference": "php5-devel-5.5.14-99.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Software Development Kit 12 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php5-devel-5.5.14-99.1.s390x as component of SUSE Linux Enterprise Software Development Kit 12 SP2",
"product_id": "SUSE Linux Enterprise Software Development Kit 12 SP2:php5-devel-5.5.14-99.1.s390x"
},
"product_reference": "php5-devel-5.5.14-99.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Software Development Kit 12 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php5-devel-5.5.14-99.1.x86_64 as component of SUSE Linux Enterprise Software Development Kit 12 SP2",
"product_id": "SUSE Linux Enterprise Software Development Kit 12 SP2:php5-devel-5.5.14-99.1.x86_64"
},
"product_reference": "php5-devel-5.5.14-99.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Software Development Kit 12 SP2"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2015-8994",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2015-8994"
}
],
"notes": [
{
"category": "general",
"text": "An issue was discovered in PHP 5.x and 7.x, when the configuration uses apache2handler/mod_php or php-fpm with OpCache enabled. With 5.x after 5.6.28 or 7.x after 7.0.13, the issue is resolved in a non-default configuration with the opcache.validate_permission=1 setting. The vulnerability details are as follows. In PHP SAPIs where PHP interpreters share a common parent process, Zend OpCache creates a shared memory object owned by the common parent during initialization. Child PHP processes inherit the SHM descriptor, using it to cache and retrieve compiled script bytecode (\"opcode\" in PHP jargon). Cache keys vary depending on configuration, but filename is a central key component, and compiled opcode can generally be run if a script\u0027s filename is known or can be guessed. Many common shared-hosting configurations change EUID in child processes to enforce privilege separation among hosted users (for example using mod_ruid2 for the Apache HTTP Server, or php-fpm user settings). In these scenarios, the default Zend OpCache behavior defeats script file permissions by sharing a single SHM cache among all child PHP processes. PHP scripts often contain sensitive information: Think of CMS configurations where reading or running another user\u0027s script usually means gaining privileges to the CMS database.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Web and Scripting 12:apache2-mod_php5-5.5.14-99.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:apache2-mod_php5-5.5.14-99.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:apache2-mod_php5-5.5.14-99.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:apache2-mod_php5-5.5.14-99.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-5.5.14-99.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-5.5.14-99.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-5.5.14-99.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-5.5.14-99.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-bcmath-5.5.14-99.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-bcmath-5.5.14-99.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-bcmath-5.5.14-99.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-bcmath-5.5.14-99.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-bz2-5.5.14-99.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-bz2-5.5.14-99.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-bz2-5.5.14-99.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-bz2-5.5.14-99.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-calendar-5.5.14-99.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-calendar-5.5.14-99.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-calendar-5.5.14-99.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-calendar-5.5.14-99.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-ctype-5.5.14-99.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-ctype-5.5.14-99.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-ctype-5.5.14-99.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-ctype-5.5.14-99.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-curl-5.5.14-99.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-curl-5.5.14-99.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-curl-5.5.14-99.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-curl-5.5.14-99.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-dba-5.5.14-99.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-dba-5.5.14-99.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-dba-5.5.14-99.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-dba-5.5.14-99.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-dom-5.5.14-99.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-dom-5.5.14-99.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-dom-5.5.14-99.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-dom-5.5.14-99.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-enchant-5.5.14-99.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-enchant-5.5.14-99.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-enchant-5.5.14-99.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-enchant-5.5.14-99.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-exif-5.5.14-99.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-exif-5.5.14-99.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-exif-5.5.14-99.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-exif-5.5.14-99.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-fastcgi-5.5.14-99.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-fastcgi-5.5.14-99.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-fastcgi-5.5.14-99.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-fastcgi-5.5.14-99.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-fileinfo-5.5.14-99.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-fileinfo-5.5.14-99.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-fileinfo-5.5.14-99.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-fileinfo-5.5.14-99.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-fpm-5.5.14-99.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-fpm-5.5.14-99.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-fpm-5.5.14-99.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-fpm-5.5.14-99.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-ftp-5.5.14-99.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-ftp-5.5.14-99.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-ftp-5.5.14-99.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-ftp-5.5.14-99.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-gd-5.5.14-99.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-gd-5.5.14-99.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-gd-5.5.14-99.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-gd-5.5.14-99.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-gettext-5.5.14-99.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-gettext-5.5.14-99.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-gettext-5.5.14-99.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-gettext-5.5.14-99.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-gmp-5.5.14-99.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-gmp-5.5.14-99.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-gmp-5.5.14-99.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-gmp-5.5.14-99.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-iconv-5.5.14-99.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-iconv-5.5.14-99.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-iconv-5.5.14-99.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-iconv-5.5.14-99.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-imap-5.5.14-99.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-imap-5.5.14-99.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-imap-5.5.14-99.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-imap-5.5.14-99.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-intl-5.5.14-99.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-intl-5.5.14-99.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-intl-5.5.14-99.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-intl-5.5.14-99.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-json-5.5.14-99.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-json-5.5.14-99.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-json-5.5.14-99.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-json-5.5.14-99.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-ldap-5.5.14-99.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-ldap-5.5.14-99.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-ldap-5.5.14-99.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-ldap-5.5.14-99.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-mbstring-5.5.14-99.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-mbstring-5.5.14-99.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-mbstring-5.5.14-99.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-mbstring-5.5.14-99.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-mcrypt-5.5.14-99.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-mcrypt-5.5.14-99.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-mcrypt-5.5.14-99.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-mcrypt-5.5.14-99.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-mysql-5.5.14-99.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-mysql-5.5.14-99.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-mysql-5.5.14-99.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-mysql-5.5.14-99.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-odbc-5.5.14-99.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-odbc-5.5.14-99.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-odbc-5.5.14-99.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-odbc-5.5.14-99.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-opcache-5.5.14-99.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-opcache-5.5.14-99.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-opcache-5.5.14-99.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-opcache-5.5.14-99.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-openssl-5.5.14-99.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-openssl-5.5.14-99.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-openssl-5.5.14-99.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-openssl-5.5.14-99.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-pcntl-5.5.14-99.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-pcntl-5.5.14-99.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-pcntl-5.5.14-99.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-pcntl-5.5.14-99.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-pdo-5.5.14-99.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-pdo-5.5.14-99.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-pdo-5.5.14-99.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-pdo-5.5.14-99.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-pear-5.5.14-99.1.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-pgsql-5.5.14-99.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-pgsql-5.5.14-99.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-pgsql-5.5.14-99.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-pgsql-5.5.14-99.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-phar-5.5.14-99.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-phar-5.5.14-99.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-phar-5.5.14-99.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-phar-5.5.14-99.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-posix-5.5.14-99.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-posix-5.5.14-99.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-posix-5.5.14-99.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-posix-5.5.14-99.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-pspell-5.5.14-99.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-pspell-5.5.14-99.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-pspell-5.5.14-99.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-pspell-5.5.14-99.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-shmop-5.5.14-99.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-shmop-5.5.14-99.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-shmop-5.5.14-99.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-shmop-5.5.14-99.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-snmp-5.5.14-99.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-snmp-5.5.14-99.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-snmp-5.5.14-99.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-snmp-5.5.14-99.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-soap-5.5.14-99.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-soap-5.5.14-99.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-soap-5.5.14-99.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-soap-5.5.14-99.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-sockets-5.5.14-99.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-sockets-5.5.14-99.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-sockets-5.5.14-99.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-sockets-5.5.14-99.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-sqlite-5.5.14-99.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-sqlite-5.5.14-99.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-sqlite-5.5.14-99.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-sqlite-5.5.14-99.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-suhosin-5.5.14-99.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-suhosin-5.5.14-99.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-suhosin-5.5.14-99.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-suhosin-5.5.14-99.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-sysvmsg-5.5.14-99.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-sysvmsg-5.5.14-99.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-sysvmsg-5.5.14-99.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-sysvmsg-5.5.14-99.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-sysvsem-5.5.14-99.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-sysvsem-5.5.14-99.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-sysvsem-5.5.14-99.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-sysvsem-5.5.14-99.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-sysvshm-5.5.14-99.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-sysvshm-5.5.14-99.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-sysvshm-5.5.14-99.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-sysvshm-5.5.14-99.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-tokenizer-5.5.14-99.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-tokenizer-5.5.14-99.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-tokenizer-5.5.14-99.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-tokenizer-5.5.14-99.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-wddx-5.5.14-99.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-wddx-5.5.14-99.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-wddx-5.5.14-99.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-wddx-5.5.14-99.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-xmlreader-5.5.14-99.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-xmlreader-5.5.14-99.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-xmlreader-5.5.14-99.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-xmlreader-5.5.14-99.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-xmlrpc-5.5.14-99.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-xmlrpc-5.5.14-99.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-xmlrpc-5.5.14-99.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-xmlrpc-5.5.14-99.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-xmlwriter-5.5.14-99.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-xmlwriter-5.5.14-99.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-xmlwriter-5.5.14-99.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-xmlwriter-5.5.14-99.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-xsl-5.5.14-99.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-xsl-5.5.14-99.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-xsl-5.5.14-99.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-xsl-5.5.14-99.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-zip-5.5.14-99.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-zip-5.5.14-99.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-zip-5.5.14-99.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-zip-5.5.14-99.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-zlib-5.5.14-99.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-zlib-5.5.14-99.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-zlib-5.5.14-99.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-zlib-5.5.14-99.1.x86_64",
"SUSE Linux Enterprise Software Development Kit 12 SP1:php5-devel-5.5.14-99.1.ppc64le",
"SUSE Linux Enterprise Software Development Kit 12 SP1:php5-devel-5.5.14-99.1.s390x",
"SUSE Linux Enterprise Software Development Kit 12 SP1:php5-devel-5.5.14-99.1.x86_64",
"SUSE Linux Enterprise Software Development Kit 12 SP2:php5-devel-5.5.14-99.1.aarch64",
"SUSE Linux Enterprise Software Development Kit 12 SP2:php5-devel-5.5.14-99.1.ppc64le",
"SUSE Linux Enterprise Software Development Kit 12 SP2:php5-devel-5.5.14-99.1.s390x",
"SUSE Linux Enterprise Software Development Kit 12 SP2:php5-devel-5.5.14-99.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2015-8994",
"url": "https://www.suse.com/security/cve/CVE-2015-8994"
},
{
"category": "external",
"summary": "SUSE Bug 1027210 for CVE-2015-8994",
"url": "https://bugzilla.suse.com/1027210"
}
],
"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-99.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:apache2-mod_php5-5.5.14-99.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:apache2-mod_php5-5.5.14-99.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:apache2-mod_php5-5.5.14-99.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-5.5.14-99.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-5.5.14-99.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-5.5.14-99.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-5.5.14-99.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-bcmath-5.5.14-99.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-bcmath-5.5.14-99.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-bcmath-5.5.14-99.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-bcmath-5.5.14-99.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-bz2-5.5.14-99.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-bz2-5.5.14-99.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-bz2-5.5.14-99.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-bz2-5.5.14-99.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-calendar-5.5.14-99.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-calendar-5.5.14-99.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-calendar-5.5.14-99.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-calendar-5.5.14-99.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-ctype-5.5.14-99.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-ctype-5.5.14-99.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-ctype-5.5.14-99.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-ctype-5.5.14-99.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-curl-5.5.14-99.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-curl-5.5.14-99.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-curl-5.5.14-99.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-curl-5.5.14-99.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-dba-5.5.14-99.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-dba-5.5.14-99.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-dba-5.5.14-99.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-dba-5.5.14-99.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-dom-5.5.14-99.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-dom-5.5.14-99.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-dom-5.5.14-99.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-dom-5.5.14-99.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-enchant-5.5.14-99.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-enchant-5.5.14-99.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-enchant-5.5.14-99.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-enchant-5.5.14-99.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-exif-5.5.14-99.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-exif-5.5.14-99.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-exif-5.5.14-99.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-exif-5.5.14-99.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-fastcgi-5.5.14-99.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-fastcgi-5.5.14-99.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-fastcgi-5.5.14-99.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-fastcgi-5.5.14-99.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-fileinfo-5.5.14-99.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-fileinfo-5.5.14-99.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-fileinfo-5.5.14-99.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-fileinfo-5.5.14-99.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-fpm-5.5.14-99.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-fpm-5.5.14-99.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-fpm-5.5.14-99.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-fpm-5.5.14-99.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-ftp-5.5.14-99.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-ftp-5.5.14-99.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-ftp-5.5.14-99.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-ftp-5.5.14-99.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-gd-5.5.14-99.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-gd-5.5.14-99.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-gd-5.5.14-99.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-gd-5.5.14-99.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-gettext-5.5.14-99.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-gettext-5.5.14-99.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-gettext-5.5.14-99.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-gettext-5.5.14-99.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-gmp-5.5.14-99.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-gmp-5.5.14-99.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-gmp-5.5.14-99.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-gmp-5.5.14-99.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-iconv-5.5.14-99.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-iconv-5.5.14-99.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-iconv-5.5.14-99.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-iconv-5.5.14-99.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-imap-5.5.14-99.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-imap-5.5.14-99.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-imap-5.5.14-99.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-imap-5.5.14-99.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-intl-5.5.14-99.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-intl-5.5.14-99.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-intl-5.5.14-99.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-intl-5.5.14-99.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-json-5.5.14-99.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-json-5.5.14-99.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-json-5.5.14-99.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-json-5.5.14-99.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-ldap-5.5.14-99.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-ldap-5.5.14-99.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-ldap-5.5.14-99.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-ldap-5.5.14-99.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-mbstring-5.5.14-99.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-mbstring-5.5.14-99.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-mbstring-5.5.14-99.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-mbstring-5.5.14-99.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-mcrypt-5.5.14-99.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-mcrypt-5.5.14-99.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-mcrypt-5.5.14-99.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-mcrypt-5.5.14-99.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-mysql-5.5.14-99.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-mysql-5.5.14-99.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-mysql-5.5.14-99.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-mysql-5.5.14-99.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-odbc-5.5.14-99.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-odbc-5.5.14-99.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-odbc-5.5.14-99.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-odbc-5.5.14-99.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-opcache-5.5.14-99.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-opcache-5.5.14-99.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-opcache-5.5.14-99.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-opcache-5.5.14-99.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-openssl-5.5.14-99.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-openssl-5.5.14-99.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-openssl-5.5.14-99.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-openssl-5.5.14-99.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-pcntl-5.5.14-99.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-pcntl-5.5.14-99.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-pcntl-5.5.14-99.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-pcntl-5.5.14-99.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-pdo-5.5.14-99.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-pdo-5.5.14-99.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-pdo-5.5.14-99.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-pdo-5.5.14-99.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-pear-5.5.14-99.1.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-pgsql-5.5.14-99.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-pgsql-5.5.14-99.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-pgsql-5.5.14-99.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-pgsql-5.5.14-99.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-phar-5.5.14-99.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-phar-5.5.14-99.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-phar-5.5.14-99.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-phar-5.5.14-99.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-posix-5.5.14-99.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-posix-5.5.14-99.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-posix-5.5.14-99.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-posix-5.5.14-99.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-pspell-5.5.14-99.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-pspell-5.5.14-99.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-pspell-5.5.14-99.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-pspell-5.5.14-99.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-shmop-5.5.14-99.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-shmop-5.5.14-99.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-shmop-5.5.14-99.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-shmop-5.5.14-99.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-snmp-5.5.14-99.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-snmp-5.5.14-99.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-snmp-5.5.14-99.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-snmp-5.5.14-99.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-soap-5.5.14-99.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-soap-5.5.14-99.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-soap-5.5.14-99.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-soap-5.5.14-99.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-sockets-5.5.14-99.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-sockets-5.5.14-99.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-sockets-5.5.14-99.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-sockets-5.5.14-99.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-sqlite-5.5.14-99.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-sqlite-5.5.14-99.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-sqlite-5.5.14-99.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-sqlite-5.5.14-99.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-suhosin-5.5.14-99.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-suhosin-5.5.14-99.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-suhosin-5.5.14-99.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-suhosin-5.5.14-99.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-sysvmsg-5.5.14-99.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-sysvmsg-5.5.14-99.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-sysvmsg-5.5.14-99.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-sysvmsg-5.5.14-99.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-sysvsem-5.5.14-99.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-sysvsem-5.5.14-99.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-sysvsem-5.5.14-99.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-sysvsem-5.5.14-99.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-sysvshm-5.5.14-99.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-sysvshm-5.5.14-99.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-sysvshm-5.5.14-99.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-sysvshm-5.5.14-99.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-tokenizer-5.5.14-99.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-tokenizer-5.5.14-99.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-tokenizer-5.5.14-99.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-tokenizer-5.5.14-99.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-wddx-5.5.14-99.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-wddx-5.5.14-99.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-wddx-5.5.14-99.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-wddx-5.5.14-99.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-xmlreader-5.5.14-99.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-xmlreader-5.5.14-99.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-xmlreader-5.5.14-99.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-xmlreader-5.5.14-99.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-xmlrpc-5.5.14-99.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-xmlrpc-5.5.14-99.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-xmlrpc-5.5.14-99.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-xmlrpc-5.5.14-99.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-xmlwriter-5.5.14-99.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-xmlwriter-5.5.14-99.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-xmlwriter-5.5.14-99.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-xmlwriter-5.5.14-99.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-xsl-5.5.14-99.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-xsl-5.5.14-99.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-xsl-5.5.14-99.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-xsl-5.5.14-99.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-zip-5.5.14-99.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-zip-5.5.14-99.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-zip-5.5.14-99.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-zip-5.5.14-99.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-zlib-5.5.14-99.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-zlib-5.5.14-99.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-zlib-5.5.14-99.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-zlib-5.5.14-99.1.x86_64",
"SUSE Linux Enterprise Software Development Kit 12 SP1:php5-devel-5.5.14-99.1.ppc64le",
"SUSE Linux Enterprise Software Development Kit 12 SP1:php5-devel-5.5.14-99.1.s390x",
"SUSE Linux Enterprise Software Development Kit 12 SP1:php5-devel-5.5.14-99.1.x86_64",
"SUSE Linux Enterprise Software Development Kit 12 SP2:php5-devel-5.5.14-99.1.aarch64",
"SUSE Linux Enterprise Software Development Kit 12 SP2:php5-devel-5.5.14-99.1.ppc64le",
"SUSE Linux Enterprise Software Development Kit 12 SP2:php5-devel-5.5.14-99.1.s390x",
"SUSE Linux Enterprise Software Development Kit 12 SP2:php5-devel-5.5.14-99.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Web and Scripting 12:apache2-mod_php5-5.5.14-99.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:apache2-mod_php5-5.5.14-99.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:apache2-mod_php5-5.5.14-99.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:apache2-mod_php5-5.5.14-99.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-5.5.14-99.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-5.5.14-99.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-5.5.14-99.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-5.5.14-99.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-bcmath-5.5.14-99.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-bcmath-5.5.14-99.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-bcmath-5.5.14-99.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-bcmath-5.5.14-99.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-bz2-5.5.14-99.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-bz2-5.5.14-99.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-bz2-5.5.14-99.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-bz2-5.5.14-99.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-calendar-5.5.14-99.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-calendar-5.5.14-99.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-calendar-5.5.14-99.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-calendar-5.5.14-99.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-ctype-5.5.14-99.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-ctype-5.5.14-99.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-ctype-5.5.14-99.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-ctype-5.5.14-99.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-curl-5.5.14-99.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-curl-5.5.14-99.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-curl-5.5.14-99.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-curl-5.5.14-99.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-dba-5.5.14-99.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-dba-5.5.14-99.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-dba-5.5.14-99.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-dba-5.5.14-99.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-dom-5.5.14-99.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-dom-5.5.14-99.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-dom-5.5.14-99.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-dom-5.5.14-99.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-enchant-5.5.14-99.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-enchant-5.5.14-99.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-enchant-5.5.14-99.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-enchant-5.5.14-99.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-exif-5.5.14-99.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-exif-5.5.14-99.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-exif-5.5.14-99.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-exif-5.5.14-99.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-fastcgi-5.5.14-99.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-fastcgi-5.5.14-99.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-fastcgi-5.5.14-99.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-fastcgi-5.5.14-99.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-fileinfo-5.5.14-99.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-fileinfo-5.5.14-99.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-fileinfo-5.5.14-99.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-fileinfo-5.5.14-99.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-fpm-5.5.14-99.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-fpm-5.5.14-99.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-fpm-5.5.14-99.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-fpm-5.5.14-99.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-ftp-5.5.14-99.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-ftp-5.5.14-99.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-ftp-5.5.14-99.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-ftp-5.5.14-99.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-gd-5.5.14-99.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-gd-5.5.14-99.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-gd-5.5.14-99.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-gd-5.5.14-99.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-gettext-5.5.14-99.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-gettext-5.5.14-99.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-gettext-5.5.14-99.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-gettext-5.5.14-99.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-gmp-5.5.14-99.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-gmp-5.5.14-99.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-gmp-5.5.14-99.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-gmp-5.5.14-99.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-iconv-5.5.14-99.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-iconv-5.5.14-99.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-iconv-5.5.14-99.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-iconv-5.5.14-99.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-imap-5.5.14-99.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-imap-5.5.14-99.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-imap-5.5.14-99.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-imap-5.5.14-99.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-intl-5.5.14-99.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-intl-5.5.14-99.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-intl-5.5.14-99.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-intl-5.5.14-99.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-json-5.5.14-99.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-json-5.5.14-99.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-json-5.5.14-99.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-json-5.5.14-99.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-ldap-5.5.14-99.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-ldap-5.5.14-99.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-ldap-5.5.14-99.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-ldap-5.5.14-99.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-mbstring-5.5.14-99.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-mbstring-5.5.14-99.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-mbstring-5.5.14-99.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-mbstring-5.5.14-99.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-mcrypt-5.5.14-99.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-mcrypt-5.5.14-99.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-mcrypt-5.5.14-99.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-mcrypt-5.5.14-99.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-mysql-5.5.14-99.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-mysql-5.5.14-99.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-mysql-5.5.14-99.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-mysql-5.5.14-99.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-odbc-5.5.14-99.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-odbc-5.5.14-99.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-odbc-5.5.14-99.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-odbc-5.5.14-99.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-opcache-5.5.14-99.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-opcache-5.5.14-99.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-opcache-5.5.14-99.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-opcache-5.5.14-99.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-openssl-5.5.14-99.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-openssl-5.5.14-99.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-openssl-5.5.14-99.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-openssl-5.5.14-99.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-pcntl-5.5.14-99.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-pcntl-5.5.14-99.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-pcntl-5.5.14-99.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-pcntl-5.5.14-99.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-pdo-5.5.14-99.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-pdo-5.5.14-99.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-pdo-5.5.14-99.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-pdo-5.5.14-99.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-pear-5.5.14-99.1.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-pgsql-5.5.14-99.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-pgsql-5.5.14-99.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-pgsql-5.5.14-99.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-pgsql-5.5.14-99.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-phar-5.5.14-99.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-phar-5.5.14-99.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-phar-5.5.14-99.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-phar-5.5.14-99.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-posix-5.5.14-99.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-posix-5.5.14-99.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-posix-5.5.14-99.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-posix-5.5.14-99.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-pspell-5.5.14-99.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-pspell-5.5.14-99.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-pspell-5.5.14-99.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-pspell-5.5.14-99.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-shmop-5.5.14-99.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-shmop-5.5.14-99.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-shmop-5.5.14-99.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-shmop-5.5.14-99.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-snmp-5.5.14-99.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-snmp-5.5.14-99.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-snmp-5.5.14-99.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-snmp-5.5.14-99.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-soap-5.5.14-99.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-soap-5.5.14-99.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-soap-5.5.14-99.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-soap-5.5.14-99.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-sockets-5.5.14-99.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-sockets-5.5.14-99.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-sockets-5.5.14-99.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-sockets-5.5.14-99.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-sqlite-5.5.14-99.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-sqlite-5.5.14-99.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-sqlite-5.5.14-99.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-sqlite-5.5.14-99.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-suhosin-5.5.14-99.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-suhosin-5.5.14-99.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-suhosin-5.5.14-99.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-suhosin-5.5.14-99.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-sysvmsg-5.5.14-99.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-sysvmsg-5.5.14-99.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-sysvmsg-5.5.14-99.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-sysvmsg-5.5.14-99.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-sysvsem-5.5.14-99.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-sysvsem-5.5.14-99.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-sysvsem-5.5.14-99.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-sysvsem-5.5.14-99.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-sysvshm-5.5.14-99.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-sysvshm-5.5.14-99.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-sysvshm-5.5.14-99.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-sysvshm-5.5.14-99.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-tokenizer-5.5.14-99.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-tokenizer-5.5.14-99.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-tokenizer-5.5.14-99.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-tokenizer-5.5.14-99.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-wddx-5.5.14-99.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-wddx-5.5.14-99.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-wddx-5.5.14-99.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-wddx-5.5.14-99.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-xmlreader-5.5.14-99.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-xmlreader-5.5.14-99.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-xmlreader-5.5.14-99.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-xmlreader-5.5.14-99.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-xmlrpc-5.5.14-99.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-xmlrpc-5.5.14-99.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-xmlrpc-5.5.14-99.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-xmlrpc-5.5.14-99.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-xmlwriter-5.5.14-99.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-xmlwriter-5.5.14-99.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-xmlwriter-5.5.14-99.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-xmlwriter-5.5.14-99.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-xsl-5.5.14-99.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-xsl-5.5.14-99.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-xsl-5.5.14-99.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-xsl-5.5.14-99.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-zip-5.5.14-99.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-zip-5.5.14-99.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-zip-5.5.14-99.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-zip-5.5.14-99.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-zlib-5.5.14-99.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-zlib-5.5.14-99.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-zlib-5.5.14-99.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:php5-zlib-5.5.14-99.1.x86_64",
"SUSE Linux Enterprise Software Development Kit 12 SP1:php5-devel-5.5.14-99.1.ppc64le",
"SUSE Linux Enterprise Software Development Kit 12 SP1:php5-devel-5.5.14-99.1.s390x",
"SUSE Linux Enterprise Software Development Kit 12 SP1:php5-devel-5.5.14-99.1.x86_64",
"SUSE Linux Enterprise Software Development Kit 12 SP2:php5-devel-5.5.14-99.1.aarch64",
"SUSE Linux Enterprise Software Development Kit 12 SP2:php5-devel-5.5.14-99.1.ppc64le",
"SUSE Linux Enterprise Software Development Kit 12 SP2:php5-devel-5.5.14-99.1.s390x",
"SUSE Linux Enterprise Software Development Kit 12 SP2:php5-devel-5.5.14-99.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2017-03-20T19:46:20Z",
"details": "moderate"
}
],
"title": "CVE-2015-8994"
}
]
}
FKIE_CVE-2015-8994
Vulnerability from fkie_nvd - Published: 2017-03-02 06:59 - Updated: 2025-04-20 01:37{
"configurations": [
{
"nodes": [
{
"cpeMatch": [
{
"criteria": "cpe:2.3:a:php:php:*:*:*:*:*:*:*:*",
"matchCriteriaId": "0B8F76E6-7BD5-4532-B99E-25CE01A739B7",
"versionEndIncluding": "5.6.29",
"versionStartIncluding": "5.0.0",
"vulnerable": true
},
{
"criteria": "cpe:2.3:a:php:php:*:*:*:*:*:*:*:*",
"matchCriteriaId": "1CEBCBE0-832F-4164-BAA8-63ACC07AF862",
"versionEndExcluding": "7.0.14",
"versionStartIncluding": "7.0.0",
"vulnerable": true
}
],
"negate": false,
"operator": "OR"
}
]
}
],
"cveTags": [],
"descriptions": [
{
"lang": "en",
"value": "An issue was discovered in PHP 5.x and 7.x, when the configuration uses apache2handler/mod_php or php-fpm with OpCache enabled. With 5.x after 5.6.28 or 7.x after 7.0.13, the issue is resolved in a non-default configuration with the opcache.validate_permission=1 setting. The vulnerability details are as follows. In PHP SAPIs where PHP interpreters share a common parent process, Zend OpCache creates a shared memory object owned by the common parent during initialization. Child PHP processes inherit the SHM descriptor, using it to cache and retrieve compiled script bytecode (\"opcode\" in PHP jargon). Cache keys vary depending on configuration, but filename is a central key component, and compiled opcode can generally be run if a script\u0027s filename is known or can be guessed. Many common shared-hosting configurations change EUID in child processes to enforce privilege separation among hosted users (for example using mod_ruid2 for the Apache HTTP Server, or php-fpm user settings). In these scenarios, the default Zend OpCache behavior defeats script file permissions by sharing a single SHM cache among all child PHP processes. PHP scripts often contain sensitive information: Think of CMS configurations where reading or running another user\u0027s script usually means gaining privileges to the CMS database."
},
{
"lang": "es",
"value": "Se ha descubierto un problema en PHP 5.x y 7.x, cuando la configuraci\u00f3n utiliza apache2handler/mod_php o php-fpm con OpCache habilitado. Con 5.x despu\u00e9s de la versi\u00f3n 5.6.28 o 7.x despu\u00e9s de la versi\u00f3n 7.0.13, el problema se resuelve en una configuraci\u00f3n no predeterminada con el ajuste opcache.validate_permission=1. Los detalles de la vulnerabilidad son los siguientes. En PHP SAPIs donde los int\u00e9rpretes PHP comparten un proceso padre com\u00fan, Zend OpCache crea un objeto de memoria compartido propiedad del padre com\u00fan durante la inicializaci\u00f3n. Los procesos Child PHP heredan el descriptor SHM, us\u00e1ndolo para almacenar en cach\u00e9 y recuperar la secuencia de comandos de bytecode (\"opcode\" en jerga PHP ). Las claves de cach\u00e9 var\u00edan dependiendo de la configuraci\u00f3n, pero el nombre del archivo es un componente clave central y el c\u00f3digo de operaci\u00f3n compilado puede ejecutarse generalmente si un nombre de archivo de la secuencia de comandos es conocido o puede ser adivinado. Muchas configuraciones comunes de alojamiento compartido cambian el EUID en los procesos hijo para forzar la separaci\u00f3n de privilegios entre los usuarios invitados (por ejemplo usando mod_ruid2 para el servidor HTTP de Apache o la configuraci\u00f3n de usuario php-fpm). En estos escenarios, el comportamiento predeterminado de Zend OpCache invalida los permisos del archivo de secuencia de comandos compartiendo una sola cach\u00e9 SHM entre todos los procesos hijo PHP. Las secuencias de comandos PHP a menudo contiene informaci\u00f3n sensible: las configuraciones de Think of CMS donde leen o ejecutan las secuencias de comandos de otros usuarios generalmente significa obtener privilegios de la base de datos CMS."
}
],
"id": "CVE-2015-8994",
"lastModified": "2025-04-20T01:37:25.860",
"metrics": {
"cvssMetricV2": [
{
"acInsufInfo": false,
"baseSeverity": "MEDIUM",
"cvssData": {
"accessComplexity": "MEDIUM",
"accessVector": "NETWORK",
"authentication": "NONE",
"availabilityImpact": "PARTIAL",
"baseScore": 6.8,
"confidentialityImpact": "PARTIAL",
"integrityImpact": "PARTIAL",
"vectorString": "AV:N/AC:M/Au:N/C:P/I:P/A:P",
"version": "2.0"
},
"exploitabilityScore": 8.6,
"impactScore": 6.4,
"obtainAllPrivilege": false,
"obtainOtherPrivilege": false,
"obtainUserPrivilege": false,
"source": "nvd@nist.gov",
"type": "Primary",
"userInteractionRequired": false
}
],
"cvssMetricV31": [
{
"cvssData": {
"attackComplexity": "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": "2017-03-02T06:59:00.167",
"references": [
{
"source": "cve@mitre.org",
"tags": [
"Mailing List"
],
"url": "http://marc.info/?l=php-internals\u0026m=147876797317925\u0026w=2"
},
{
"source": "cve@mitre.org",
"tags": [
"Mailing List"
],
"url": "http://marc.info/?l=php-internals\u0026m=147921016724565\u0026w=2"
},
{
"source": "cve@mitre.org",
"tags": [
"Mailing List"
],
"url": "http://openwall.com/lists/oss-security/2017/02/28/1"
},
{
"source": "cve@mitre.org",
"tags": [
"Mailing List",
"Third Party Advisory"
],
"url": "http://seclists.org/oss-sec/2016/q4/343"
},
{
"source": "cve@mitre.org",
"tags": [
"Mailing List",
"Third Party Advisory"
],
"url": "http://seclists.org/oss-sec/2017/q1/520"
},
{
"source": "cve@mitre.org",
"tags": [
"Exploit",
"Issue Tracking"
],
"url": "https://bugs.php.net/bug.php?id=69090"
},
{
"source": "cve@mitre.org",
"tags": [
"Exploit",
"Technical Description",
"Third Party Advisory"
],
"url": "https://ma.ttias.be/a-better-way-to-run-php-fpm/"
},
{
"source": "af854a3a-2127-422b-91ae-364da2661108",
"tags": [
"Mailing List"
],
"url": "http://marc.info/?l=php-internals\u0026m=147876797317925\u0026w=2"
},
{
"source": "af854a3a-2127-422b-91ae-364da2661108",
"tags": [
"Mailing List"
],
"url": "http://marc.info/?l=php-internals\u0026m=147921016724565\u0026w=2"
},
{
"source": "af854a3a-2127-422b-91ae-364da2661108",
"tags": [
"Mailing List"
],
"url": "http://openwall.com/lists/oss-security/2017/02/28/1"
},
{
"source": "af854a3a-2127-422b-91ae-364da2661108",
"tags": [
"Mailing List",
"Third Party Advisory"
],
"url": "http://seclists.org/oss-sec/2016/q4/343"
},
{
"source": "af854a3a-2127-422b-91ae-364da2661108",
"tags": [
"Mailing List",
"Third Party Advisory"
],
"url": "http://seclists.org/oss-sec/2017/q1/520"
},
{
"source": "af854a3a-2127-422b-91ae-364da2661108",
"tags": [
"Exploit",
"Issue Tracking"
],
"url": "https://bugs.php.net/bug.php?id=69090"
},
{
"source": "af854a3a-2127-422b-91ae-364da2661108",
"tags": [
"Exploit",
"Technical Description",
"Third Party Advisory"
],
"url": "https://ma.ttias.be/a-better-way-to-run-php-fpm/"
}
],
"sourceIdentifier": "cve@mitre.org",
"vulnStatus": "Deferred",
"weaknesses": [
{
"description": [
{
"lang": "en",
"value": "CWE-264"
}
],
"source": "nvd@nist.gov",
"type": "Primary"
}
]
}
GSD-2015-8994
Vulnerability from gsd - Updated: 2023-12-13 01:20{
"GSD": {
"alias": "CVE-2015-8994",
"description": "An issue was discovered in PHP 5.x and 7.x, when the configuration uses apache2handler/mod_php or php-fpm with OpCache enabled. With 5.x after 5.6.28 or 7.x after 7.0.13, the issue is resolved in a non-default configuration with the opcache.validate_permission=1 setting. The vulnerability details are as follows. In PHP SAPIs where PHP interpreters share a common parent process, Zend OpCache creates a shared memory object owned by the common parent during initialization. Child PHP processes inherit the SHM descriptor, using it to cache and retrieve compiled script bytecode (\"opcode\" in PHP jargon). Cache keys vary depending on configuration, but filename is a central key component, and compiled opcode can generally be run if a script\u0027s filename is known or can be guessed. Many common shared-hosting configurations change EUID in child processes to enforce privilege separation among hosted users (for example using mod_ruid2 for the Apache HTTP Server, or php-fpm user settings). In these scenarios, the default Zend OpCache behavior defeats script file permissions by sharing a single SHM cache among all child PHP processes. PHP scripts often contain sensitive information: Think of CMS configurations where reading or running another user\u0027s script usually means gaining privileges to the CMS database.",
"id": "GSD-2015-8994",
"references": [
"https://www.suse.com/security/cve/CVE-2015-8994.html",
"https://ubuntu.com/security/CVE-2015-8994"
]
},
"gsd": {
"metadata": {
"exploitCode": "unknown",
"remediation": "unknown",
"reportConfidence": "confirmed",
"type": "vulnerability"
},
"osvSchema": {
"aliases": [
"CVE-2015-8994"
],
"details": "An issue was discovered in PHP 5.x and 7.x, when the configuration uses apache2handler/mod_php or php-fpm with OpCache enabled. With 5.x after 5.6.28 or 7.x after 7.0.13, the issue is resolved in a non-default configuration with the opcache.validate_permission=1 setting. The vulnerability details are as follows. In PHP SAPIs where PHP interpreters share a common parent process, Zend OpCache creates a shared memory object owned by the common parent during initialization. Child PHP processes inherit the SHM descriptor, using it to cache and retrieve compiled script bytecode (\"opcode\" in PHP jargon). Cache keys vary depending on configuration, but filename is a central key component, and compiled opcode can generally be run if a script\u0027s filename is known or can be guessed. Many common shared-hosting configurations change EUID in child processes to enforce privilege separation among hosted users (for example using mod_ruid2 for the Apache HTTP Server, or php-fpm user settings). In these scenarios, the default Zend OpCache behavior defeats script file permissions by sharing a single SHM cache among all child PHP processes. PHP scripts often contain sensitive information: Think of CMS configurations where reading or running another user\u0027s script usually means gaining privileges to the CMS database.",
"id": "GSD-2015-8994",
"modified": "2023-12-13T01:20:03.413539Z",
"schema_version": "1.4.0"
}
},
"namespaces": {
"cve.org": {
"CVE_data_meta": {
"ASSIGNER": "cve@mitre.org",
"ID": "CVE-2015-8994",
"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": "An issue was discovered in PHP 5.x and 7.x, when the configuration uses apache2handler/mod_php or php-fpm with OpCache enabled. With 5.x after 5.6.28 or 7.x after 7.0.13, the issue is resolved in a non-default configuration with the opcache.validate_permission=1 setting. The vulnerability details are as follows. In PHP SAPIs where PHP interpreters share a common parent process, Zend OpCache creates a shared memory object owned by the common parent during initialization. Child PHP processes inherit the SHM descriptor, using it to cache and retrieve compiled script bytecode (\"opcode\" in PHP jargon). Cache keys vary depending on configuration, but filename is a central key component, and compiled opcode can generally be run if a script\u0027s filename is known or can be guessed. Many common shared-hosting configurations change EUID in child processes to enforce privilege separation among hosted users (for example using mod_ruid2 for the Apache HTTP Server, or php-fpm user settings). In these scenarios, the default Zend OpCache behavior defeats script file permissions by sharing a single SHM cache among all child PHP processes. PHP scripts often contain sensitive information: Think of CMS configurations where reading or running another user\u0027s script usually means gaining privileges to the CMS database."
}
]
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "n/a"
}
]
}
]
},
"references": {
"reference_data": [
{
"name": "http://openwall.com/lists/oss-security/2017/02/28/1",
"refsource": "MISC",
"url": "http://openwall.com/lists/oss-security/2017/02/28/1"
},
{
"name": "http://seclists.org/oss-sec/2017/q1/520",
"refsource": "MISC",
"url": "http://seclists.org/oss-sec/2017/q1/520"
},
{
"name": "http://marc.info/?l=php-internals\u0026m=147921016724565\u0026w=2",
"refsource": "MISC",
"url": "http://marc.info/?l=php-internals\u0026m=147921016724565\u0026w=2"
},
{
"name": "https://ma.ttias.be/a-better-way-to-run-php-fpm/",
"refsource": "MISC",
"url": "https://ma.ttias.be/a-better-way-to-run-php-fpm/"
},
{
"name": "http://marc.info/?l=php-internals\u0026m=147876797317925\u0026w=2",
"refsource": "MISC",
"url": "http://marc.info/?l=php-internals\u0026m=147876797317925\u0026w=2"
},
{
"name": "http://seclists.org/oss-sec/2016/q4/343",
"refsource": "MISC",
"url": "http://seclists.org/oss-sec/2016/q4/343"
},
{
"name": "https://bugs.php.net/bug.php?id=69090",
"refsource": "MISC",
"url": "https://bugs.php.net/bug.php?id=69090"
}
]
}
},
"nvd.nist.gov": {
"configurations": {
"CVE_data_version": "4.0",
"nodes": [
{
"children": [],
"cpe_match": [
{
"cpe23Uri": "cpe:2.3:a:php:php:*:*:*:*:*:*:*:*",
"cpe_name": [],
"versionEndIncluding": "5.6.29",
"versionStartIncluding": "5.0.0",
"vulnerable": true
},
{
"cpe23Uri": "cpe:2.3:a:php:php:*:*:*:*:*:*:*:*",
"cpe_name": [],
"versionEndExcluding": "7.0.14",
"versionStartIncluding": "7.0.0",
"vulnerable": true
}
],
"operator": "OR"
}
]
},
"cve": {
"CVE_data_meta": {
"ASSIGNER": "cve@mitre.org",
"ID": "CVE-2015-8994"
},
"data_format": "MITRE",
"data_type": "CVE",
"data_version": "4.0",
"description": {
"description_data": [
{
"lang": "en",
"value": "An issue was discovered in PHP 5.x and 7.x, when the configuration uses apache2handler/mod_php or php-fpm with OpCache enabled. With 5.x after 5.6.28 or 7.x after 7.0.13, the issue is resolved in a non-default configuration with the opcache.validate_permission=1 setting. The vulnerability details are as follows. In PHP SAPIs where PHP interpreters share a common parent process, Zend OpCache creates a shared memory object owned by the common parent during initialization. Child PHP processes inherit the SHM descriptor, using it to cache and retrieve compiled script bytecode (\"opcode\" in PHP jargon). Cache keys vary depending on configuration, but filename is a central key component, and compiled opcode can generally be run if a script\u0027s filename is known or can be guessed. Many common shared-hosting configurations change EUID in child processes to enforce privilege separation among hosted users (for example using mod_ruid2 for the Apache HTTP Server, or php-fpm user settings). In these scenarios, the default Zend OpCache behavior defeats script file permissions by sharing a single SHM cache among all child PHP processes. PHP scripts often contain sensitive information: Think of CMS configurations where reading or running another user\u0027s script usually means gaining privileges to the CMS database."
}
]
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "en",
"value": "CWE-264"
}
]
}
]
},
"references": {
"reference_data": [
{
"name": "https://ma.ttias.be/a-better-way-to-run-php-fpm/",
"refsource": "MISC",
"tags": [
"Exploit",
"Technical Description",
"Third Party Advisory"
],
"url": "https://ma.ttias.be/a-better-way-to-run-php-fpm/"
},
{
"name": "https://bugs.php.net/bug.php?id=69090",
"refsource": "MISC",
"tags": [
"Exploit",
"Issue Tracking"
],
"url": "https://bugs.php.net/bug.php?id=69090"
},
{
"name": "http://seclists.org/oss-sec/2017/q1/520",
"refsource": "MISC",
"tags": [
"Mailing List",
"Third Party Advisory"
],
"url": "http://seclists.org/oss-sec/2017/q1/520"
},
{
"name": "http://seclists.org/oss-sec/2016/q4/343",
"refsource": "MISC",
"tags": [
"Mailing List",
"Third Party Advisory"
],
"url": "http://seclists.org/oss-sec/2016/q4/343"
},
{
"name": "http://openwall.com/lists/oss-security/2017/02/28/1",
"refsource": "MISC",
"tags": [
"Mailing List"
],
"url": "http://openwall.com/lists/oss-security/2017/02/28/1"
},
{
"name": "http://marc.info/?l=php-internals\u0026m=147921016724565\u0026w=2",
"refsource": "MISC",
"tags": [
"Mailing List"
],
"url": "http://marc.info/?l=php-internals\u0026m=147921016724565\u0026w=2"
},
{
"name": "http://marc.info/?l=php-internals\u0026m=147876797317925\u0026w=2",
"refsource": "MISC",
"tags": [
"Mailing List"
],
"url": "http://marc.info/?l=php-internals\u0026m=147876797317925\u0026w=2"
}
]
}
},
"impact": {
"baseMetricV2": {
"cvssV2": {
"accessComplexity": "MEDIUM",
"accessVector": "NETWORK",
"authentication": "NONE",
"availabilityImpact": "PARTIAL",
"baseScore": 6.8,
"confidentialityImpact": "PARTIAL",
"integrityImpact": "PARTIAL",
"vectorString": "AV:N/AC:M/Au:N/C:P/I:P/A:P",
"version": "2.0"
},
"exploitabilityScore": 8.6,
"impactScore": 6.4,
"obtainAllPrivilege": false,
"obtainOtherPrivilege": false,
"obtainUserPrivilege": false,
"severity": "MEDIUM",
"userInteractionRequired": false
},
"baseMetricV3": {
"cvssV3": {
"attackComplexity": "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-08-16T13:16Z",
"publishedDate": "2017-03-02T06:59Z"
}
}
}
GHSA-RFQG-6VJ5-83J7
Vulnerability from github – Published: 2022-05-17 02:55 – Updated: 2025-04-20 03:33An issue was discovered in PHP 5.x and 7.x, when the configuration uses apache2handler/mod_php or php-fpm with OpCache enabled. With 5.x after 5.6.28 or 7.x after 7.0.13, the issue is resolved in a non-default configuration with the opcache.validate_permission=1 setting. The vulnerability details are as follows. In PHP SAPIs where PHP interpreters share a common parent process, Zend OpCache creates a shared memory object owned by the common parent during initialization. Child PHP processes inherit the SHM descriptor, using it to cache and retrieve compiled script bytecode ("opcode" in PHP jargon). Cache keys vary depending on configuration, but filename is a central key component, and compiled opcode can generally be run if a script's filename is known or can be guessed. Many common shared-hosting configurations change EUID in child processes to enforce privilege separation among hosted users (for example using mod_ruid2 for the Apache HTTP Server, or php-fpm user settings). In these scenarios, the default Zend OpCache behavior defeats script file permissions by sharing a single SHM cache among all child PHP processes. PHP scripts often contain sensitive information: Think of CMS configurations where reading or running another user's script usually means gaining privileges to the CMS database.
{
"affected": [],
"aliases": [
"CVE-2015-8994"
],
"database_specific": {
"cwe_ids": [],
"github_reviewed": false,
"github_reviewed_at": null,
"nvd_published_at": "2017-03-02T06:59:00Z",
"severity": "HIGH"
},
"details": "An issue was discovered in PHP 5.x and 7.x, when the configuration uses apache2handler/mod_php or php-fpm with OpCache enabled. With 5.x after 5.6.28 or 7.x after 7.0.13, the issue is resolved in a non-default configuration with the opcache.validate_permission=1 setting. The vulnerability details are as follows. In PHP SAPIs where PHP interpreters share a common parent process, Zend OpCache creates a shared memory object owned by the common parent during initialization. Child PHP processes inherit the SHM descriptor, using it to cache and retrieve compiled script bytecode (\"opcode\" in PHP jargon). Cache keys vary depending on configuration, but filename is a central key component, and compiled opcode can generally be run if a script\u0027s filename is known or can be guessed. Many common shared-hosting configurations change EUID in child processes to enforce privilege separation among hosted users (for example using mod_ruid2 for the Apache HTTP Server, or php-fpm user settings). In these scenarios, the default Zend OpCache behavior defeats script file permissions by sharing a single SHM cache among all child PHP processes. PHP scripts often contain sensitive information: Think of CMS configurations where reading or running another user\u0027s script usually means gaining privileges to the CMS database.",
"id": "GHSA-rfqg-6vj5-83j7",
"modified": "2025-04-20T03:33:31Z",
"published": "2022-05-17T02:55:20Z",
"references": [
{
"type": "ADVISORY",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2015-8994"
},
{
"type": "WEB",
"url": "https://bugs.php.net/bug.php?id=69090"
},
{
"type": "WEB",
"url": "https://ma.ttias.be/a-better-way-to-run-php-fpm"
},
{
"type": "WEB",
"url": "http://marc.info/?l=php-internals\u0026m=147876797317925\u0026w=2"
},
{
"type": "WEB",
"url": "http://marc.info/?l=php-internals\u0026m=147921016724565\u0026w=2"
},
{
"type": "WEB",
"url": "http://openwall.com/lists/oss-security/2017/02/28/1"
},
{
"type": "WEB",
"url": "http://seclists.org/oss-sec/2016/q4/343"
},
{
"type": "WEB",
"url": "http://seclists.org/oss-sec/2017/q1/520"
}
],
"schema_version": "1.4.0",
"severity": [
{
"score": "CVSS:3.0/AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H",
"type": "CVSS_V3"
}
]
}
Sightings
| Author | Source | Type | Date |
|---|
Nomenclature
- Seen: The vulnerability was mentioned, discussed, or observed by the user.
- Confirmed: The vulnerability has been validated from an analyst's perspective.
- Published Proof of Concept: A public proof of concept is available for this vulnerability.
- Exploited: The vulnerability was observed as exploited by the user who reported the sighting.
- Patched: The vulnerability was observed as successfully patched by the user who reported the sighting.
- Not exploited: The vulnerability was not observed as exploited by the user who reported the sighting.
- Not confirmed: The user expressed doubt about the validity of the vulnerability.
- Not patched: The vulnerability was not observed as successfully patched by the user who reported the sighting.