summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph M. Becker <cmb@php.net>2015-09-05 14:39:24 +0200
committerChristoph M. Becker <cmb@php.net>2015-09-05 14:39:24 +0200
commitaed225b7e4d711d7c2cbf45f59e5f66929debb94 (patch)
tree14e394f47c0a74eb7cea77602c1401138757e6e4
parentfd94c92171eb4f25a792b38c7754bdd76933ec04 (diff)
downloadphp-git-aed225b7e4d711d7c2cbf45f59e5f66929debb94.tar.gz
updated NEWS
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 44d659e69d..0a2103ea3b 100644
--- a/NEWS
+++ b/NEWS
@@ -6,6 +6,9 @@ PHP NEWS
. Fixed bug #70370 (Bundled libtool.m4 doesn't handle FreeBSD 10 when
building extensions). (Adam)
+- CLI server:
+ . Fixed bug #68291 (404 on urls with '+'). (cmb)
+
- DOM:
. Fixed bug #70001 (Assigning to DOMNode::textContent does additional entity
encoding). (cmb)