diff options
author | Xinchen Hui <laruence@gmail.com> | 2017-07-27 11:23:52 +0800 |
---|---|---|
committer | Xinchen Hui <laruence@gmail.com> | 2017-07-27 11:23:52 +0800 |
commit | efb1be547c1f7f37dbb08f980e15e01490aff6ca (patch) | |
tree | e311bfd9e9c01880a1f2ed7b619fd78a29f0cc57 | |
parent | 84a18c47824d126b914bbddc85ed785699fe1544 (diff) | |
download | php-git-efb1be547c1f7f37dbb08f980e15e01490aff6ca.tar.gz |
Update NEWS
-rw-r--r-- | NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -31,6 +31,9 @@ PHP NEWS . Fixed bug #74991 (include_path has a 4096 char limit in some cases). (bwbroersma) +- Reflection: + . Fixed bug #74949 (null pointer dereference in _function_string). (Laruence) + - Session: . Fixed bug #74892 (Url Rewriting (trans_sid) not working on urls that start with "#"). (Andrew Nester) |