Nicolas Grekas
Nicolas Grekas
The `#[Excluded]` attribute maps to the `container.excluded` tag, that's what we should rely on to build this rule. Also, we should have an attribute on the tag that should make...
I'd prefer a solution that relies only on the tag, not on the attribute directly.
Just bikeshadding about the name: what about Charset?
My thoughts: On all my apps, I'd want to reject any non-UTF-8 content. It might already be the case when the DB refuses to persist invalid UTF-8. So this contraints...
Thank you @alexandre-daubois.
Can you provide a reproducing test case please?
This test case fails: ```php --TEST-- Verifies that public readonly properties can be used --FILE-- --EXPECTF-- cookies ``` The reason is that `PublicScopeSimulator` generates an accessor that returns by reference...
I don't think we should support `Surrogate-Control`. It didn't get traction and the RFC is better aligned to current practices. Could we have this with "just" an extra `$target` argument...
> It's supported by CloudFlare and Fastly now They also support the RFC so we don't need to support edge-arch. Another argument is that edge-arch and the RFC don't support...