summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS6
1 files changed, 3 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index c4286320e8..01c68a81f9 100644
--- a/NEWS
+++ b/NEWS
@@ -13,6 +13,9 @@ PHP NEWS
- PDO:
- Fixed bug #70389 (PDO constructor changes unrelated variables). (Laruence)
+- Phpdbg:
+ . Fix phpdbg_break_next() sometimes not breaking. (Bob)
+
- Standard:
. Fixed bug #67131 (setcookie() conditional for empty values not met). (cmb)
@@ -59,9 +62,6 @@ PHP NEWS
. Fixed bug #70345 (Multiple vulnerabilities related to PCRE functions).
(Anatol Belski)
-- Phpdbg:
- . Fix phpdbg_break_next() sometimes not breaking. (Bob)
-
- SOAP:
. Fixed bug #70388 (SOAP serialize_function_call() type confusion / RCE).
(Stas)