diff options
author | Tim Bazuin <krageon@gmail.com> | 2017-08-29 10:43:04 +0200 |
---|---|---|
committer | Nikita Popov <nikita.ppv@gmail.com> | 2018-03-25 18:21:35 +0200 |
commit | 033907b9a58f137443ab257a9f1f597df34dafc2 (patch) | |
tree | 9a40606e8df7a58f63e606cc8a97f4259c61eba3 /NEWS | |
parent | f7f48643e779111b23b546689b9fbb4e3affe1e7 (diff) | |
download | php-git-033907b9a58f137443ab257a9f1f597df34dafc2.tar.gz |
Add support for rl_completion_suppress_append and rl_completion_append_character
These options are only available with libreadline.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -146,6 +146,10 @@ PHP NEWS . Fixed bug #65414 (deal with leading slash when adding files correctly). (bishopb) +- readline: + . Added completion_append_character and completion_suppress_append options + to readline_info() if linked against libreadline. (krageon) + - Session: . Fixed bug #74941 (session fails to start after having headers sent). (morozov) |