Christian Fecteau
Christian Fecteau
The response listener for `forced_allow_origin_value` is added before the call to `checkOrigin`. This results in the `Access-Control-Allow-Origin` header being added regardless of the `allow_origin` config, which is the opposite of...
In Azure Pipelines, it makes much more sense to have test results with all passed tests along with the failed ones. We want to publish results even when they pass....
Not worth forking and not a bug but I know I'll be told about in the coming weeks by team members :) `Deprecation Notice: fopen(): Passing null to parameter #3...
`enable_lazy_ghost_objects: false` is deprecated, but when it is `true`, clearing the Symfony cache is not enough to get the `Unable to create a proxy for a readonly class` error. It...
I had to limit CPU on this container because it continually increases until I restart it or until it consumes most of my hosts's CPU. Am I the only one...