zendframework / zend-cache

BSD 3-Clause "New" or "Revised" License
69 stars 53 forks source link

#165 fix success bool #166

Closed panvid closed 6 years ago

panvid commented 6 years ago

This fix solve the problem if there could not find a memcache item the $success attribute is set correctly to false (see #165).

panvid commented 6 years ago

Using PHP 5.6 is totally right, sorry for this.

Writing test for this lib means install locally a PHP + PHPUnit. I dont have time to do this right now, I only fixed a critical bug. If you dont want this fixed bug close this PR. :)

thomasvargiu commented 6 years ago

I opened a new PR #167 adding tests