Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork5.3k
Add apcu cache driver to doctrine config reference#7427
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
This driver was added in doctrine/cache 1.6:https://github.com/doctrine/cache/releases/tag/v1.6.0doctrine/cache version 1.6 was first used by symfony 3.0
javiereguiluz left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
👍
Status: reviewed
…mpie)This PR was submitted for the 3.0 branch but it was merged into the 2.7 branch instead (closes#7427).Discussion----------Add apcu cache driver to doctrine config referenceapcu cache driver was added in doctrine/cache 1.6:https://github.com/doctrine/cache/releases/tag/v1.6.0doctrine/cache version 1.6 was first used in symfony 3.0Commits-------d99e1a5 Add apcu cache driver to doctrine config reference
xabbuh commentedFeb 3, 2017
Thank you@Epskampie. I have merged your changes into the |
* 2.7: [#7427] fix line length Add apcu cache driver to doctrine config reference Change type of arguments min and max [#7383] minor rewording Added a note about not using the ClassLoader component More clear description of factory service creation [#7376] minor wording improvement Added a tip about the expanded YAML syntax Added a minor help note about Request::setTrustedProxies Fix Apache 2.4 UDS instructions See#7362 bundles/override > Rewrite translations block
* 2.8: [#7427] fix line length Add apcu cache driver to doctrine config reference Change type of arguments min and max [#7383] minor rewording Added a note about not using the ClassLoader component Update guard_authentication.rst More clear description of factory service creation [#7376] minor wording improvement Added a tip about the expanded YAML syntax Added a minor help note about Request::setTrustedProxies Fix Apache 2.4 UDS instructions See#7362 bundles/override > Rewrite translations block
* 3.1: [#7427] fix line length Add apcu cache driver to doctrine config reference Change type of arguments min and max [#7383] minor rewording Added a note about not using the ClassLoader component Update guard_authentication.rst More clear description of factory service creation [#7376] minor wording improvement Added a tip about the expanded YAML syntax Added a minor help note about Request::setTrustedProxies Fix Apache 2.4 UDS instructions remove unused options parameter from loadManifest See#7362 bundles/override > Rewrite translations block
* 3.2: [#7427] fix line length Add apcu cache driver to doctrine config reference Change type of arguments min and max [#7383] minor rewording Added a note about not using the ClassLoader component Update guard_authentication.rst More clear description of factory service creation [#7376] minor wording improvement Added a tip about the expanded YAML syntax Added a minor help note about Request::setTrustedProxies Fix Apache 2.4 UDS instructions Fix doc for yaml parameters constants usage remove unused options parameter from loadManifest Tweaks based on feedback! Covering two missing adapters introduced in 3.2 See#7362 bundles/override > Rewrite translations block
apcu cache driver was added in doctrine/cache 1.6:
https://github.com/doctrine/cache/releases/tag/v1.6.0
doctrine/cache version 1.6 was first used in symfony 3.0