Tim Düsterhus

Results 223 comments of Tim Düsterhus
trafficstars

> * https://groups.google.com/g/php-fig/c/9RybRUHLWuU/m/TQbyJ-47BgAJ That one likely is resolved with #18.

> Numeric literal separator: Is there a guideline here to use? I don't think there is a generally applicable guideline other than “yes, please make use of it”. The “correct”...

> Can we document both please? We could, but `normalize()` should not really appear in new code and for old code it still has PHPDoc for your IDE. I can...

> Yeh, we should document the deprecated stuff too, but just make sure it's noted as deprecated. @GrahamCampbell Apologies for the delay, now done!

I was going through the list of my open PRs: I'm seeing that this PR was assigned to a project / to the idea bank. How will this process further?...

Understood, thank you for the update.

Hi! It's been another 6 months. I've just rebased my branch on the latest master. Do you have some cycles to take a look at this?

I've went ahead and already resolved the two requests, because of the lack of other review requests coming in.

Maybe a helper function should be introduced for the case-insensitive comparison. It could use `Collator::compare()` when intl is available.

This is non-trivial to fix currently when applications may be distributed across multiple domains, as the LinkHandler is not yet available at that point. Moving this to 5.5, with this...