We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ad9a2b commit aeb1487Copy full SHA for aeb1487
php_memcached.h
@@ -91,7 +91,7 @@ PHP_MINIT_FUNCTION(memcached);
91
PHP_MSHUTDOWN_FUNCTION(memcached);
92
PHP_MINFO_FUNCTION(memcached);
93
94
-#define PHP_MEMCACHED_VERSION "2.0.0"
+#define PHP_MEMCACHED_VERSION "2.0.1"
95
96
#ifdef ZTS
97
#define MEMC_G(v) TSRMG(php_memcached_globals_id, zend_php_memcached_globals *, v)
0 commit comments