1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-15 20:25:17 +03:00
aports/testing/php82-pecl-memcache/version-fix.patch
2022-12-12 15:10:02 +00:00

11 lines
351 B
Diff

--- a/src/php_memcache.h.a
+++ b/src/php_memcache.h
@@ -67,7 +67,7 @@
PHP_FUNCTION(memcache_flush);
PHP_FUNCTION(memcache_set_sasl_auth_data);
-#define PHP_MEMCACHE_VERSION "8.1-dev"
+#define PHP_MEMCACHE_VERSION "8.0.1"
#define MMC_DEFAULT_TIMEOUT 1 /* seconds */
#define MMC_DEFAULT_RETRY 15 /* retry failed server after x seconds */