Improved
v3.3.0RC1
- Add https://github.com/php-memcached-dev/php-memcached/pull/515 option to locally enforce payload size limit
- Add https://github.com/php-memcached-dev/php-memcached/pull/539 zstd support
- Add https://github.com/php-memcached-dev/php-memcached/pull/540 compression_level option
- Mark password as a sensitive param for PHP 8.2
- Fix Windows PHP 8 compatibility
- Fix https://github.com/php-memcached-dev/php-memcached/pull/518 Windows msgpack support
- Fix https://github.com/php-memcached-dev/php-memcached/issues/522 signed integer overflow
- Fix https://github.com/php-memcached-dev/php-memcached/issues/523 incorrect PHP reflection type for Memcached::cas $cas_token
- Fix https://github.com/php-memcached-dev/php-memcached/issues/546 don't check key automatically, unless client-side verify_key is enabled