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);
| Comment | File | Size | Author |
|---|---|---|---|
| newCacheObj.patch | 609 bytes | andypost |
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);
| Comment | File | Size | Author |
|---|---|---|---|
| newCacheObj.patch | 609 bytes | andypost |
Comments
Comment #1
slantview commentedFixed in latest commit