summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFerenc Kovacs <tyrael@php.net>2015-09-03 01:58:13 +0200
committerFerenc Kovacs <tyrael@php.net>2015-09-03 01:58:13 +0200
commit52b2a3ff257ad04966bc02ed0c3643558a3927d0 (patch)
treeb84187ab7b9c5b1e1159022d54d56a215345582e
parent3759de241f07a814c265321a1ffda51d010ac824 (diff)
downloadphp-git-52b2a3ff257ad04966bc02ed0c3643558a3927d0.tar.gz
move the phpdbg NEWS entry to the correct version
-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)