1
0
mirror of https://github.com/php/php-src.git synced 2026-04-05 07:02:33 +02:00

updated NEWS

This commit is contained in:
Christoph M. Becker
2015-09-05 14:39:24 +02:00
parent fd94c92171
commit aed225b7e4

3
NEWS
View File

@@ -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)