On Sun, 19 Nov 2017, Markus Fasselt wrote:
> 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,
> > IntlDateForm
Good enough for me. Thanks!
On Mon, Nov 20, 2017 at 2:13 AM, Dmitry Stogov wrote:
> 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