Nicolas Grekas

Results 738 comments of Nicolas Grekas
trafficstars

Ah right, then current(array_slice()) should do it

Let me close as I don't think we'd want to bump existing polyfills. What could make sense is bumping new ones only. This could even start with the PHP 8.5...

What about putting the denylist in the generated src/Symfony/Component/Intl/Resources/data/regions/meta.php instead, and dump all countries (including Kosovo and its translations) in localized files? On runtime, we could then use the meta...

I'm in favor of dropping everything XML-related. [Json-schema](https://github.com/symfony/symfony/pull/59620) & [array-shapes](https://github.com/symfony/symfony/pull/58771) to the rescue instead of XSD if we want to provide an alternative IMHO.

Sure, that's why we need to deprecate first, then remove as usual. Keeping part of the xml stuff wouldn't allow us to remove any code, making the effort worthless. On...

Not sure what y'all mean by "first": maintaining XML loaders for 5 more years in 8.x cycle? Better not!