From 8673394ecc903898c49843d7fb8735ebf9f4eb99 Mon Sep 17 00:00:00 2001 From: Ferenc Kovacs Date: Wed, 24 Sep 2014 09:39:14 +0200 Subject: [PATCH 1/2] add missing NEWS entry for the phpdbg compilation fix --- NEWS | 3 +++ 1 file changed, 3 insertions(+) diff --git a/NEWS b/NEWS index d3280b61771..33e72788c1a 100644 --- a/NEWS +++ b/NEWS @@ -53,6 +53,9 @@ PHP NEWS - DOM: . Made DOMNode::textContent writeable. (Tjerk) +- phpdbg: + . Fixed issue krakjoe/phpdbg#111 (compile error without ZEND_SIGNALS). (Bob) + - SOAP: . Fixed bug #67955 (SoapClient prepends 0-byte to cookie names). (Philip Hofstetter) From 213d9ee62d941c6f8d008d4efc481c809ac4b942 Mon Sep 17 00:00:00 2001 From: Ferenc Kovacs Date: Wed, 24 Sep 2014 09:40:52 +0200 Subject: [PATCH 2/2] the order of the blocks should be Core, then exts in alphabetical order --- NEWS | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/NEWS b/NEWS index 33e72788c1a..ff628c82eff 100644 --- a/NEWS +++ b/NEWS @@ -27,6 +27,9 @@ PHP NEWS . Fixed bug #68088 (New Posthandler Potential Illegal efree() vulnerability). (Mike) (CVE-2014-3622) +- DOM: + . Made DOMNode::textContent writeable. (Tjerk) + - Fileinfo: . Fixed bug #67731 (finfo::file() returns invalid mime type for binary files). (Anatol) @@ -50,9 +53,6 @@ PHP NEWS . Fixed bug #67850 (extension won't build if openssl compiled without SSLv3). (Daniel Lowrey) -- DOM: - . Made DOMNode::textContent writeable. (Tjerk) - - phpdbg: . Fixed issue krakjoe/phpdbg#111 (compile error without ZEND_SIGNALS). (Bob)