doc:todo:migrationguide

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
doc:todo:migrationguide [2017/11/29 22:30] tpuntdoc:todo:migrationguide [2017/11/29 23:34] (current) kalle
Line 197: Line 197:
   * PCRE:   * PCRE:
     * Added `PREG_UNMATCHED_AS_NULL` flag to allow distinguish between unmatched subpatterns and empty matches by reporting NULL and "" (empty string), respectively.     * Added `PREG_UNMATCHED_AS_NULL` flag to allow distinguish between unmatched subpatterns and empty matches by reporting NULL and "" (empty string), respectively.
-  * Standard Library 
-    * mail()/mb_send_mail() accept array $extra_header. Array parameter is checked against RFC 2822. 
  
  
Line 206: Line 204:
     * mb_check_encoding() accepts array parameter. Both key and value encodings are checked recursively.     * mb_check_encoding() accepts array parameter. Both key and value encodings are checked recursively.
     * mb_convert_encoding() accepts array parameter. Only value encodings are converted recursively.     * mb_convert_encoding() accepts array parameter. Only value encodings are converted recursively.
 +  * Standard Library
 +    * mail()/mb_send_mail() accept array $extra_header. Array parameter is checked against RFC 2822.
   * Windows   * Windows
     * Support for VT100 console mode on systems starting with Windows NT 10.0.10586 (Windows 10 (TH2)), 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.     * Support for VT100 console mode on systems starting with Windows NT 10.0.10586 (Windows 10 (TH2)), 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.
doc/todo/migrationguide.1511994607.txt.gz · Last modified: 2017/11/29 22:30 by tpunt