summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRemi Collet <remi@php.net>2014-02-18 13:57:28 +0100
committerRemi Collet <remi@php.net>2014-02-18 13:57:28 +0100
commita6ad3a558a1e005a30b5c2ecd83ebf4084b70560 (patch)
tree84521c5a158a48b470226b7f498b25b71fbac30e
parentbdd65b578cdba232ff6ffa6e4bf05ff6aaff6d51 (diff)
downloadphp-git-a6ad3a558a1e005a30b5c2ecd83ebf4084b70560.tar.gz
NEWS
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index febb3333d6..48215ba1ca 100644
--- a/NEWS
+++ b/NEWS
@@ -9,6 +9,9 @@ PHP NEWS
. Fixed bug #45528 (Allow the DateTimeZone constructor to accept timezones
per offset too). (Derick)
+- Fileinfo:
+ . Bug #66731 (file: infinite recursion). (Remi)
+
- JSON:
. Fixed bug #65753 (JsonSerializeable couldn't implement on module extension)
(chobieeee@php.net)