Thanks to visit codestin.com Credit goes to github.com
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 5b26312 commit b249024Copy full SHA for b249024
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