Changelog for
php8-memcached-3.2.0-4.8.x86_64.rpm :
* Wed Apr 12 2023 Arjen de Korte
- Fix ${var} deprecation + fc388e65e7ceab9e6d52bc77b6306f71db981873.patch
* Sat Dec 10 2022 Arjen de Korte - Remove php7 build for Tumbleweed (PHP 7.4 has reached EOL)
* Wed Nov 30 2022 Dominique Leuenberger - Adjust to memcached now being installed in /usr/bin instead of /usr/sbin.
* Thu Mar 24 2022 Arjen de Korte - Update to 3.2.0
* PHP 8.0 and 8.1 support
* store_retry_count is no more set explicitly (#452)
* fix MemcachedServer (libmemcached-awesome is recommended)
* code cleanup
* remove patches no longer needed - fixup-unit-tests-broken-in-php8.patch - fixup-unit-tests.patch - fix-zend_dtoa-API-change.patch
* Tue Jan 25 2022 Arjen de Korte - Fix zend_dtoa API change in 8.1.0beta1 + fix-zend_dtoa-API-change.patch
* Fri Jan 29 2021 Dominique Leuenberger - Change to \'more complete\' multibuild: build all flavors (php7 and php8) as flavors. The base package (flavor=\"\") is not being built.- Ensure the Name: tag matches the spec file name in case of flavor=\"\".
* Fri Jan 29 2021 Arjen de Korte - Use _multibuild to also build for php8
* Sun Jan 24 2021 Arjen de Korte - Use system FastLZ library instead of built-in version
* Sun Jan 17 2021 Arjen de Korte - Use php_cfgdir and php_extdir macros to determine location of files
* Tue Dec 03 2019 Arjen de Korte - Update to 3.1.5
* Fix build with PHP 7.4 release due to ulong typedef removal