diff options
author | Ferenc Kovacs <tyrael@php.net> | 2015-09-03 01:58:13 +0200 |
---|---|---|
committer | Ferenc Kovacs <tyrael@php.net> | 2015-09-03 01:58:13 +0200 |
commit | 52b2a3ff257ad04966bc02ed0c3643558a3927d0 (patch) | |
tree | b84187ab7b9c5b1e1159022d54d56a215345582e | |
parent | 3759de241f07a814c265321a1ffda51d010ac824 (diff) | |
download | php-git-52b2a3ff257ad04966bc02ed0c3643558a3927d0.tar.gz |
move the phpdbg NEWS entry to the correct version
-rw-r--r-- | NEWS | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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) |