Nicolas Grekas
Nicolas Grekas
A new PR would be fine, to keep this one for history.
Looking forward to your PR on the topic. Closing meanwhile, thanks for raising this point.
I reproduce the error and the issue doesn't seem to be in Symfony: - curl does *not* send any Content-Length header. This can be confirmed by dumping the response for...
Since that's a new feature, this should target 6.2.
@badmansan does @ker0x's comment make sense to you?
See https://github.com/symfony/symfony/pull/46432 ;)
Thank you @tatankat.
Works for me, I just wouldn't do the change preemptively. Instead, we should wait for the need on a case by case basis. I suppose this means we should merge...
Should be fixed by #47857
This line is correct: deprecations are always silenced already, see all the calls, they are like `@error_reporting()`, on purpose. You should be able to route the deprecation channel to wherever...