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
This isn't a documentation issue (let alone a doc-es) issue. The actual problem is already tracked as php-memcached-dev/php-memcached#509, but as long as no maintainer of memcached can reproduce it, chances for a fix are slim.
If you copy the next example from https://www.php.net/manual/es/memcached.setmulti.php
You will get the error "PHP Fatal error: Uncaught TypeError: Memcached::setMulti(): Argument #2 ($expiration) must be of type int, int given" .
It works in php8.0, but not in php8.1.
The Error " must be of type int, int given" is a bit confusing.
The text was updated successfully, but these errors were encountered: