Leaseweb / LswMemcacheBundle

Symfony bundle for Memcache Doctrine caching and session storage in the Web Debug Toolbar.
MIT License
202 stars 57 forks source link

Fix debug.yml for Symfony3 compatible #82

Closed bubnov-mikhail closed 7 years ago

bubnov-mikhail commented 7 years ago

Not quoting the scalar "%memcache.data_collector.class%" and "%memcache.data_collector.template%" starting with the "%" indicator character is deprecated since Symfony 3.1 and will throw a ParseException in 4.0

GabrielAnca commented 7 years ago

Hi! Thanks a lot for your contribution! Indeed we spotted that issue in some of our bundles, we missed this one. I will merge your PR now and release a new version.