Jérémy Derussé
Jérémy Derussé
Actually, I converted a personal application to PHP configuration, and have to admit that I've been disappointed by the experience. Some really simple YAML configuration `framework.lock: flock` become obscure `$framework->lock()->resource('default',...
This PR also adds an (opiniated) change in the returned object: When people configure an entry with a scalar value, then, the returned value is the object and not the...
> if @jderusse doesn't mind, no issue at all, thanks for your help
hmm.. the `registerRateLimiter` method is statically used by the `SecurityBundle`. But this method also need to check if the `lock` config has been enabled, which makes `FrameworkExtension` with 2 issues:...
The status is blocked: Security bundle should be fixed first. See my comment https://github.com/symfony/symfony/pull/45569#issuecomment-1053573767 Ping @wouterj
Is this PR still relevant?
We figured out in Symfony how to fix the deadLock issue (for the record, deadlock occurs when a process 1 updates A then B and process 2 updates B then...
Regarding the initial issue `Too strict checking for db queries?` There is an issue with some (too optimized) ORM. For instance by default PHP Doctrine ORM don't execute update query...
Are you sure Doctrine is pushing logs with a level High enough to trigger the handler?
Hello what is the status of this PR? why @lyrixx asked for not merging it?