Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork9.7k
[FrameworkBundle] Deprecate the service serializer.mapping.cache.doctrine.apc#19236
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
| FrameworkBundle | ||
| --------------- | ||
| * The service`serializer.mapping.cache.doctrine.apc` is deprecated. APCu should now |
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.
missing empty line before the bullet point.
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.
updated
afff886 to9f6dda2Comparenicolas-grekas commentedJun 30, 2016
rebase needed |
GuilhemN commentedJun 30, 2016
done |
fabpot commentedJul 1, 2016
Thank you @Ener-Getick. |
…ping.cache.doctrine.apc (Ener-Getick)This PR was merged into the 3.2-dev branch.Discussion----------[FrameworkBundle] Deprecate the service serializer.mapping.cache.doctrine.apc| Q | A| ------------- | ---| Branch? | master| Bug fix? | no| New feature? | no| BC breaks? | no| Deprecations? | yes| Tests pass? | yes| Fixed tickets || License | MIT| Doc PR |This PR deprecates the service `serializer.mapping.cache.doctrine.apc` introduced in 3.1 as the cache component is now the recommended way.This PR contains#19235.Commits-------2a0c19c [FrameworkBundle] Deprecate the service serializer.mapping.cache.doctrine.apc
Uh oh!
There was an error while loading.Please reload this page.
This PR deprecates the service
serializer.mapping.cache.doctrine.apcintroduced in 3.1 as the cache component is now the recommended way.This PR contains#19235.