Path to this page:
Subject: CVS commit: pkgsrc/devel/php-memcached
From: Takahiro Kambe
Date: 2025-02-22 18:22:29
Message id: 20250222172229.6C3C2FBE1@cvs.NetBSD.org
Log Message:
devel/php-memcached: update to 3.3.0
pkgsrc change:
* Now support PHP 7 and later.
* Change PKG_OPTIONS from "igbinary" to "memcached-igbinary".
* Remove a few pkglint warnings.
3.3.0 (2024-10-17)
* Add #515 option to locally enforce payload size limit
* Add #539 zstd support
* Add #540 compression_level option
* Mark password as a sensitive param for PHP 8.2
* Upgrade Windows libmemcached to v1.1.4
* Fix Windows PHP 8 compatibility
* Fix #518 Windows msgpack support
* Fix #522 signed integer overflow
* Fix #523 incorrect PHP reflection type for Memcached::cas $cas_token
* Fix #546 don't check key automatically, unless client-side verify_key is enabled
* Fix #555 incompatible pointer types (32-bit)
3.2.0 (2022-03-24)
* PHP 8.0 and 8.1 support
* store_retry_count is no more set explicitly (#452)
* fix MemcachedServer (libmemcached-awesome is recommended)
* code cleanup
* fix windows build
For changes before release, please refer
<https://pecl.php.net/package-changelog.php> in detail.
Files: