From aed225b7e4d711d7c2cbf45f59e5f66929debb94 Mon Sep 17 00:00:00 2001 From: "Christoph M. Becker" Date: Sat, 5 Sep 2015 14:39:24 +0200 Subject: [PATCH] updated NEWS --- NEWS | 3 +++ 1 file changed, 3 insertions(+) diff --git a/NEWS b/NEWS index 44d659e69d4..0a2103ea3ba 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)