Leaseweb / LswMemcacheBundle

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

Revert "fix doc example of setting a memcached entry" #61

Closed mevdschee closed 8 years ago

mevdschee commented 8 years ago

Reverts LeaseWeb/LswMemcacheBundle#60

mevdschee commented 8 years ago

The documentation of the memcache(without "d") pear plugin states that the TTL is the fourth parameter. I verified this in the C source code.

See: http://git.php.net/?p=pecl/caching/memcache.git;a=blob;f=memcache.c;h=6a7576d1a86fdbeaf8f30c3cfd54ac642719c006;hb=HEAD#l2316