summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLior Kaplan <kaplanlior@gmail.com>2015-04-22 19:40:56 +0300
committerLior Kaplan <kaplanlior@gmail.com>2015-04-22 19:40:56 +0300
commit4fd3c8aebb495f1dd38171cf1e1dc04564f17b92 (patch)
treee36b6060f5583603a357dea00b6ad276de40381b
parentbfa7e11c9c9b13b5c63679586546626767af4014 (diff)
downloadphp-git-4fd3c8aebb495f1dd38171cf1e1dc04564f17b92.tar.gz
Add entry for bug #69152 in 5.6.8
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 647d9f615d..7854844413 100644
--- a/NEWS
+++ b/NEWS
@@ -111,6 +111,8 @@ PHP NEWS
. Fixed bug #68741 (Null pointer dereference). (CVE-2015-1352) (Laruence)
- SOAP:
+ . Fixed bug #69152 (Type Confusion Infoleak Vulnerability in unserialize()
+ with SoapFault). (Dmitry)
. Fixed bug #69293 (NEW segfault when using SoapClient::__setSoapHeader
(bisected, regression)). (Laruence)