There's not need in ref this operation executes once but brings a php-notice

- $this->map[$bin] =& new $cache_engine($bin);
+ $this->map[$bin] = new $cache_engine($bin);
CommentFileSizeAuthor
newCacheObj.patch609 bytesandypost

Comments

slantview’s picture

Status: Needs review » Fixed

Fixed in latest commit

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.