2 Star 7 Fork 0

Moses/php-memcache-test

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
config.w32 668 Bytes
一键复制 编辑 原始数据 按行查看 历史
renfeng 提交于 2014-11-27 11:44 +08:00 . php-memcache3.0.8 初始版本
// $Id: config.w32 326387 2012-06-30 17:41:36Z ab $
// vim:ft=javascript
ARG_ENABLE("memcache", "memcache support", "no");
if (PHP_MEMCACHE != "no") {
if (!PHP_ZLIB_SHARED || CHECK_LIB("zlib.lib", "memcache", PHP_MEMCACHE)) {
EXTENSION("memcache", " \
memcache.c \
memcache_ascii_protocol.c \
memcache_binary_protocol.c \
memcache_consistent_hash.c \
memcache_pool.c \
memcache_queue.c \
memcache_session.c \
memcache_standard_hash.c");
AC_DEFINE('HAVE_MEMCACHE', 1, 'Have memcache support');
ADD_FLAG("CFLAGS_MEMCACHE", "/D HAVE_MEMCACHE_SESSION=1");
} else {
WARNING("memcache not enabled; libraries and headers not found");
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C
1
https://gitee.com/moxi/php-memcache-test.git
git@gitee.com:moxi/php-memcache-test.git
moxi
php-memcache-test
php-memcache-test
master

搜索帮助