We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cbd7b22 commit fa6e417Copy full SHA for fa6e417
src/php_memcache.h
@@ -67,7 +67,7 @@ PHP_FUNCTION(memcache_close);
67
PHP_FUNCTION(memcache_flush);
68
PHP_FUNCTION(memcache_set_sasl_auth_data);
69
70
-#define PHP_MEMCACHE_VERSION "8.0"
+#define PHP_MEMCACHE_VERSION "8.1-dev"
71
72
#define MMC_DEFAULT_TIMEOUT 1 /* seconds */
73
#define MMC_DEFAULT_RETRY 15 /* retry failed server after x seconds */
0 commit comments