summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS6
1 files changed, 5 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 53c8340dcd..9760aaa54d 100644
--- a/NEWS
+++ b/NEWS
@@ -39,12 +39,16 @@ PHP NEWS
. Fixed bug #67403 (Add signatureType to openssl_x509_parse).
- Postgres:
- . Fixed bug #68741 (Null pointer deference) (CVE-2015-1352). (Xinchen Hui)
+ . Fixed bug #68741 (Null pointer deference) (CVE-2015-1352). (Laruence)
- SPL:
. Fixed bug #69227 (Use after free in zval_scan caused by
spl_object_storage_get_gc). (adam dot scarr at 99designs dot com)
+- SOAP:
+ . Fixed bug #69293 (NEW segfault when using SoapClient::__setSoapHeader
+ (bisected, regression)). (Laruence)
+
- SQLITE:
. Fixed bug #68760 (SQLITE segfaults if custom collator throws an exception).
(Dan Ackroyd)