From 033907b9a58f137443ab257a9f1f597df34dafc2 Mon Sep 17 00:00:00 2001 From: Tim Bazuin Date: Tue, 29 Aug 2017 10:43:04 +0200 Subject: Add support for rl_completion_suppress_append and rl_completion_append_character These options are only available with libreadline. --- NEWS | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'NEWS') diff --git a/NEWS b/NEWS index 680ef4ce82..7ec0062827 100644 --- a/NEWS +++ b/NEWS @@ -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) -- cgit v1.2.1