diff options
author | Yasuo Ohgaki <yohgaki@php.net> | 2015-12-15 10:41:39 +0900 |
---|---|---|
committer | Yasuo Ohgaki <yohgaki@php.net> | 2015-12-15 10:41:39 +0900 |
commit | e048b3fc6b482d19c3f21e6691b2e0188fc83a77 (patch) | |
tree | c578e007a326c04480f544deff7dded49e58f38b | |
parent | 1e042ae4a78fa332a6869087f54c8a9a3caaa978 (diff) | |
download | php-git-e048b3fc6b482d19c3f21e6691b2e0188fc83a77.tar.gz |
Update NEWS
-rw-r--r-- | NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -31,6 +31,9 @@ PHP NEWS . Fixed bug #71094 (readline_completion_function corrupts static array on second TAB). (Nikita) +- Session: + . Fixed bug #71122 (Session GC may not remove obsolete session data). (Yasuo) + - SPL: . Fixed bug #71077 (ReflectionMethod for ArrayObject constructor returns wrong number of parameters). (Laruence) |