8000
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 cbdf65a commit 495d308Copy full SHA for 495d308
config.w32
@@ -1,6 +1,6 @@
1
// vim: ft=javascript:
2
3
-ARG_ENABLE("redis", "whether to enable redis support", "yes");
+ARG_ENABLE("redis", "whether to enable redis support", "no");
4
ARG_ENABLE("redis-session", "whether to enable sessions", "yes");
5
ARG_ENABLE("redis-igbinary", "whether to enable igbinary serializer support", "no");
6
@@ -22,7 +22,7 @@ if (PHP_REDIS != "no") {
22
WARNING("redis igbinary support not enabled");
23
}
24
25
-
+ EXTENSION("redis", sources);
26
27
28
0 commit comments