Hello internals,
I just noticed an issue with PHP's DateFormatter and some locales.
Consider this example code:
foreach (['en', 'de', 'da', 'pt', 'fr', 'cs'] as $locale) {
$df = new IntlDateFormatter($locale, IntlDateFormatter::LONG,
IntlDateFormatter::SHORT);
var_dump($locale . ': '
I think PHP 7.2 is a good place for these minor break.
Dmitry.
From: Sara Golemon
Sent: Saturday, November 18, 2017 12:17:24 PM
To: Dmitry Stogov; internals@lists.php.net
Subject: Minor BC break in gettype()
https://3v4l.org/kRON7
https://github.com/php/php-sr