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 upgraded from PHP 7.4 to 8.1 and noticed this issue where floats are being stored as negative now. I didn't upgrade memcached server. Unsure if it worked on PHP 8.0.
I upgraded from PHP 7.4 to 8.1 and noticed this issue where floats are being stored as negative now. I didn't upgrade memcached server. Unsure if it worked on PHP 8.0.
Previous version:
php7.4-memcached 3.1.5+2.2.0-14+0~20220117.37+debian10~1.gbpc8d81e
Version:
php8.1-memcached 3.1.5+2.2.0-14+0~20220117.37+debian11~1.gbpc8d81e
(deb.sury.org package)
Output:
Seems like this problem is only observed for bare float values, and not when they're in an array.
Verified that it is being stored like this:
I initially assumed it was an
igbinary
issue but changing toSERIALIZER_PHP
still observes this issue.strace confirms this:
The text was updated successfully, but these errors were encountered: