diff options
author | Anatol Belski <ab@php.net> | 2016-10-21 16:43:55 +0200 |
---|---|---|
committer | Anatol Belski <ab@php.net> | 2016-10-21 16:43:55 +0200 |
commit | 9ffc90baf81b5c735f0dad4fe784eb18d45ae79d (patch) | |
tree | 3801f67ebad135a52463ce8b37a5972e3f85350b | |
parent | 64fee0aecb2c804a088b896da6f736dbc19d8424 (diff) | |
download | php-git-9ffc90baf81b5c735f0dad4fe784eb18d45ae79d.tar.gz |
update NEWS
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.
-rw-r--r-- | NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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) |