summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFerenc Kovacs <tyrael@php.net>2014-09-24 09:40:52 +0200
committerFerenc Kovacs <tyrael@php.net>2014-09-24 09:42:23 +0200
commitee8e2373acc1773d396915dd6abae130c9713668 (patch)
treee6664288a78fcc309df34d3f5e5524785c16aae2
parentafcda556be3fd9c073b78335528ca05b57e29887 (diff)
downloadphp-git-ee8e2373acc1773d396915dd6abae130c9713668.tar.gz
the order of the blocks should be Core, then exts in alphabetical order
-rw-r--r--NEWS6
1 files changed, 3 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index cb9669146c..9993ceb8f4 100644
--- a/NEWS
+++ b/NEWS
@@ -13,6 +13,9 @@ PHP NEWS
. Fixed bug #67985 (Incorrect last used array index copied to new array after
unset). (Tjerk)
+- DOM:
+ . Made DOMNode::textContent writeable. (Tjerk)
+
- Fileinfo:
. Fixed bug #67731 (finfo::file() returns invalid mime type
for binary files). (Anatol)
@@ -36,9 +39,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)