Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 4e2223c

Browse files
Jan-Emichael-grunder
authored andcommitted
Fix sources in config.w32
1 parent b249024 commit 4e2223c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config.w32

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ ARG_ENABLE("redis-session", "whether to enable sessions", "yes");
55
ARG_ENABLE("redis-igbinary", "whether to enable igbinary serializer support", "no");
66

77
if (PHP_REDIS != "no") {
8-
var sources = "redis.c library.c redis_array.c redis_array_impl.c redis_cluster.c cluster_library.c";
8+
var sources = "redis.c redis_commands.c library.c redis_session.c redis_array.c redis_array_impl.c redis_cluster.c cluster_library.c";
99
if (PHP_REDIS_SESSION != "no") {
1010
ADD_SOURCES(configure_module_dirname, "redis_session.c", "redis");
1111
ADD_EXTENSION_DEP("redis", "session");

0 commit comments

Comments
 (0)