summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorTim Bazuin <krageon@gmail.com>2017-08-29 10:43:04 +0200
committerNikita Popov <nikita.ppv@gmail.com>2018-03-25 18:21:35 +0200
commit033907b9a58f137443ab257a9f1f597df34dafc2 (patch)
tree9a40606e8df7a58f63e606cc8a97f4259c61eba3 /NEWS
parentf7f48643e779111b23b546689b9fbb4e3affe1e7 (diff)
downloadphp-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--NEWS4
1 files changed, 4 insertions, 0 deletions
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)