Leaseweb / LswMemcacheBundle

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

PHP 7.* compatibility. Cannot use empty list #80

Open artemalexpetrov opened 8 years ago

artemalexpetrov commented 8 years ago

Hi! This code cannot be executed on php7 and throws an error.

list() = array();

mevdschee commented 8 years ago

Which line does the error occur?

artemalexpetrov commented 8 years ago

LoggingMemcache class Lines 55, 57, 250, 252