On 2 Dec 2018, at 17:50, Christoph M. Becker wrote: > Regarding other prominent features, I think the “Flexible Heredoc and > Nowdoc Syntaxes”[2] and the “PCRE2 migration”[3] should certainly be > mentioned. Also the MBString improvements[4], as well as the > deprecations[5], and also the file related Windows improvements[6]. > > I'm likely missing other important changes, and may overestimate some of > those I've mentionened above. I'm looking forward to suggestions! > > [2] <https://wiki.php.net/rfc/flexible_heredoc_nowdoc_syntaxes> > [3] <https://wiki.php.net/rfc/pcre2-migration> > [4] <https://github.com/php/php-src/blob/php-7.3.0RC6/UPGRADING#L186-L232> > [5] <https://github.com/php/php-src/blob/php-7.3.0RC6/UPGRADING#L259-L323> > [6] <https://github.com/php/php-src/blob/php-7.3.0RC6/UPGRADING#L643-L647>
Hi Christoph, Do I read right that in 7.3 pcre gets UCD 10 while mbstring gets UCD 11? And intl's UCD depends on the linked ICU library, right? Tom