You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
…g (ogizanagi)
This PR was merged into the 3.0 branch.
Discussion
----------
[FrameworkBundle][Validator] Fix apc cache service & config
| Q | A
| ------------- | ---
| Bug fix? | yes
| New feature? | no
| BC breaks? | no
| Deprecations? | no
| Tests pass? | yes
| Fixed tickets | #16793
| License | MIT
| Doc PR | -
_Keep track of #16794 (comment)
_NOTE_: This PR is on standby. If #16822 is merged, this one might probably be closed, as everything will be done during the merge.
Commits
-------
94a1728 [FrameworkBundle][Validator] Fix apc cache service & config
The class
Symfony\Component\Validator\Mapping\Cache\ApcCache
had been remove in Symfony 3.But the service still exists: https://github.com/symfony/symfony/blob/3.0/src/Symfony/Bundle/FrameworkBundle/Resources/config/validator.xml#L31
And it's still the default (commented) value in Symfony SE: https://github.com/symfony/symfony-standard/blob/master/app/config/config_prod.yml#L6
The text was updated successfully, but these errors were encountered: