summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS8
1 files changed, 4 insertions, 4 deletions
diff --git a/NEWS b/NEWS
index 3636bab689..ea83fbe89d 100644
--- a/NEWS
+++ b/NEWS
@@ -208,6 +208,10 @@ PHP NEWS
. Fixed bug #68351 (PDO::PARAM_BOOL and ATTR_EMULATE_PREPARES misbehaving)
(Matteo)
+- SOAP:
+ . Fixed bug #68361 (Segmentation fault on SoapClient::__getTypes).
+ (Laruence)
+
- zlib:
. Fixed bug #53829 (Compiling PHP with large file support will replace
function gzopen by gzopen64) (Sascha Kettler, Matteo)
@@ -247,10 +251,6 @@ PHP NEWS
. Fixed bug #68087 (ODBC not correctly reading DATE column when preceded by
a VARCHAR column) (Keyur Govande)
-- SOAP:
- . Fixed bug #68361 (Segmentation fault on SoapClient::__getTypes).
- (Laruence)
-
- SPL:
. Fixed bug #68128 (Regression in RecursiveRegexIterator) (Tjerk)