From: Anatol Belski Date: Fri, 28 Oct 2016 18:27:32 +0000 (+0200) Subject: note to UPDRADING X-Git-Tag: php-7.2.0alpha1~1020 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=431abb211710bd6e9272d79f6e67627774ebaf28;p=php note to UPDRADING --- diff --git a/UPGRADING b/UPGRADING index a7c2842f7a..49428f07e0 100644 --- a/UPGRADING +++ b/UPGRADING @@ -72,6 +72,10 @@ PHP 7.2 UPGRADE NOTES 6. New Functions ======================================== +- Core: + . Added stream_isatty(). + . Added sapi_windows_vt100_support(). + - GD: . Added imagesetclip() and imagegetclip(). . Added imageopenpolygon(). @@ -144,6 +148,13 @@ PHP 7.2 UPGRADE NOTES 12. Windows Support ======================================== +- Support for VT100 console mode + + On systems starting with 10.0.10586, cmd.exe supports ANSI escape sequences. + The corresponding console mode is enabled by default on CLI on suitable + systems. As well, the function sapi_windows_vt100_support() is provided, + to control and query the corresponding information in the scripts. + ======================================== 13. Other Changes ========================================