From: Anatol Belski Date: Tue, 26 Jan 2016 07:55:49 +0000 (+0100) Subject: add note on readline support X-Git-Tag: php-7.2.0alpha1~620^2~71^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9a33f6583b01c24f353c693f66a2560aa3490217;p=php add note on readline support --- 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 ========================================