]> granicus.if.org Git - php/commitdiff
note to UPDRADING
authorAnatol Belski <ab@php.net>
Fri, 28 Oct 2016 18:27:32 +0000 (20:27 +0200)
committerAnatol Belski <ab@php.net>
Fri, 28 Oct 2016 18:27:32 +0000 (20:27 +0200)
UPGRADING

index a7c2842f7a907c6edffa29dc552fb1758bfbbc79..49428f07e0b2aa3334f5c1214a06ee827a7fdfff 100644 (file)
--- 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
 ========================================