]> granicus.if.org Git - php/commitdiff
update NEWS
authorAnatol Belski <ab@php.net>
Fri, 21 Oct 2016 14:43:55 +0000 (16:43 +0200)
committerAnatol Belski <ab@php.net>
Fri, 21 Oct 2016 14:43:55 +0000 (16:43 +0200)
The bug is currently not good testable, because the doc_root will be
blocked from the invoked test server process. This will prevent the
cleanup, which would be confusing.

NEWS

diff --git a/NEWS b/NEWS
index e381d45785b7af0f3fbcf265e88f85f25c9cd6b9..e7f9df49e3098d501d1dc6c07292517c20a5cbd8 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -5,6 +5,9 @@ PHP                                                                        NEWS
 - Core:
   . Fixed bug #73329 ((Float)"Nano" == NAN). (Anatol)
 
+- CLI Server:
+  . Fixed bug #73360 (Unable to work in root with unicode chars). (Anatol)
+
 - SQLite3:
   . Fixed bug #73333 (2147483647 is fetched as string). (cmb)