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 495d308 commit c9e0b68Copy full SHA for c9e0b68
config.w32
@@ -5,7 +5,7 @@ ARG_ENABLE("redis-session", "whether to enable sessions", "yes");
5
ARG_ENABLE("redis-igbinary", "whether to enable igbinary serializer support", "no");
6
7
if (PHP_REDIS != "no") {
8
- var sources = "redis.c library.c redis_array.c redis_array_impl.c redis_cluster.c cluster_library.c";
+ 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";
9
if (PHP_REDIS_SESSION != "no") {
10
ADD_SOURCES(configure_module_dirname, "redis_session.c", "redis");
11
ADD_EXTENSION_DEP("redis", "session");
0 commit comments