added redis array stuff to win part done some fixes to it

This commit is contained in:
Anatol Belski
2014-07-01 12:19:01 +02:00
parent 0303e1594b
commit 6c377eee18
4 changed files with 16 additions and 7 deletions

View File

@@ -5,7 +5,7 @@ ARG_ENABLE("redis-session", "whether to enable sessions", "yes");
ARG_ENABLE("redis-igbinary", "whether to enable igbinary support", "no");
if (PHP_REDIS != "no") {
var sources = "redis.c library.c"
var sources = "redis.c library.c redis_array.c redis_array_impl.c"
if (PHP_REDIS_IGBINARY != "no") {
sources += " igbinary\\igbinary.c igbinary\\hash_si.c igbinary\\hash_function.c";