You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The issue appears when the if (!$content) { condition is true It will return the default value (null) at the time.
I am going to introduce a store structure that will allow checking for failures on the adapter (say apcu_store fails and returns false) vs. actual values.
Describe the bug
Not able to set value of zero through Phalcon\Cache\AdapterFactory
To Reproduce
Expected behavior
it should return int(0)
Details
The text was updated successfully, but these errors were encountered: