Skip to content

Conversation

JohannesTyra
Copy link

The old memcache classes are not even longer maintained.
In PHP 7.2 the package is not longer available.

* @param array $options associative array of cache driver options
*/
public function __construct($options = array())
public function __construct($options = array())
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Extra space, please remove it :)

regisnew added a commit to regisnew/doctrine1 that referenced this pull request Oct 2, 2019
Fix extra space reported by @thePanz on your PR.
See FriendsOfSymfony1#62

return $this->_memcache->set($id, $data, $flag, $lifeTime);
return $this->_memcache->set($id, $data, $lifeTime);
}
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why is compression removed? You can use $this->_memcache->setOption(Memcached::OPT_COMPRESSION, true) in __construct

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants