From 9a33f6583b01c24f353c693f66a2560aa3490217 Mon Sep 17 00:00:00 2001 From: Anatol Belski Date: Tue, 26 Jan 2016 08:55:49 +0100 Subject: [PATCH] add note on readline support --- UPGRADING | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/UPGRADING b/UPGRADING index 8208adbae8..dc08ba3aad 100644 --- a/UPGRADING +++ b/UPGRADING @@ -110,6 +110,16 @@ PHP 7.1 UPGRADE NOTES the first php-fcgi.exe process will exec the specified number of children. Those will share the same TCP socket. +- readline: + . The readline extension is supported through the WinEditLine library + (http://mingweditline.sourceforge.net/). Thereby, the inteactive CLI + shell is supported as well (php.exe -a). + + It is well known, but nevertheless is worth mentioning again, that + the readline extension is not thread safe and will never be. Thus, + the usage of it with any true thread safe SAPI (like Apache mod_winnt) is + strongely discouraged. + ======================================== 13. Other Changes ======================================== -- 2.40.0