summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 63c7610e9c..6dd6530ebc 100644
--- a/NEWS
+++ b/NEWS
@@ -14,6 +14,9 @@ PHP NEWS
. Fixed bug #72776 (Invalid parameter in memcpy function trough
openssl_pbkdf2). (Jakub Zelenka)
+- SOAP:
+ . Fixed bug #73452 (Segfault (Regression for #69152)). (Dmitry)
+
- SQLite3:
. Fixed bug #73530 (Unsetting result set may reset other result set). (cmb)