8000 Fix config,w32 · jrtkcoder/phpredis@495d308 · GitHub
[go: up one dir, main page]

Skip to content

Commit 495d308

Browse files
Jan-ESean-Der
authored andcommitted
Fix config,w32
The 'no' in line 3 is needed to make the extension shared on a snapshot build. The omission at line 25 was really curious.
1 parent cbdf65a commit 495d308

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

config.w32

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// vim: ft=javascript:
22

3-
ARG_ENABLE("redis", "whether to enable redis support", "yes");
3+
ARG_ENABLE("redis", "whether to enable redis support", "no");
44
ARG_ENABLE("redis-session", "whether to enable sessions", "yes");
55
ARG_ENABLE("redis-igbinary", "whether to enable igbinary serializer support", "no");
66

@@ -22,7 +22,7 @@ if (PHP_REDIS != "no") {
2222
WARNING("redis igbinary support not enabled");
2323
}
2424
}
25-
25+
EXTENSION("redis", sources);
2626

2727
}
2828

0 commit comments

Comments
 (0)
0