-
-
Notifications
You must be signed in to change notification settings - Fork 5.2k
Document the integration of the Lock component in the FrameworkBundle #9779
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
In 4.2 there's a new option related to this for |
When I write the original At the time, we gave sample of configuration in the
I didn't want to invent a new thing, but at the time, I would have like to write something with:
Any idea where should we put theme? To be honest, I have the same issue with cache component. I never use framework bundle to create cacheItemPool (I configure theme in the DIC), because I never figured out how to customize theme (defining a namespace, or don't use serialization in ArrayCache) or create advanced Pools (like ChainPool) ;-) |
…rence (HypeMC) This PR was submitted for the 4.2 branch but it was squashed and merged into the 4.3 branch instead (closes #11466). Discussion ---------- Add flock:// option to framework lock configuration reference Fixes #9779 & extends #11465 . Documents the `flock://` option which was added with symfony/symfony#26923 . **NOTE 1**: The xml configuration doesn't currently work, see symfony/symfony#31197 **NOTE 2**: This PR has all the changes that #11465 has plus some symfony 4.2 specific additions, so #11465 should probably be merged first. Commits ------- d9125fd Add flock:// option to framework lock configuration reference
I see there is an integration between the Lock component and the FrameworkBundle,
But I can find this documentation. I found this doc but it's only about the component alone.
It could be nice to get this doc ;)
Thanks
The text was updated successfully, but these errors were encountered: