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
I am using APCu on PHP 8.1 with v5.1.23.
When I execute apcu_fetch with a key which does not exist, $success flag is being set to true and false is returned.
Hey there,
I am using
APCu
on PHP 8.1 with v5.1.23.When I execute
apcu_fetch
with a key which does not exist,$success
flag is being set totrue
andfalse
is returned.Do I miss something? AFAIR
apcu_fetch
returnedfalse
onsuccess
when cache key did not exist?The text was updated successfully, but these errors were encountered: