mirror of
https://github.com/php-win-ext/phpredis.git
synced 2026-03-24 00:52:16 +01:00
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.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
// vim: ft=javascript:
|
||||
|
||||
ARG_ENABLE("redis", "whether to enable redis support", "yes");
|
||||
ARG_ENABLE("redis", "whether to enable redis support", "no");
|
||||
ARG_ENABLE("redis-session", "whether to enable sessions", "yes");
|
||||
ARG_ENABLE("redis-igbinary", "whether to enable igbinary serializer support", "no");
|
||||
|
||||
@@ -22,7 +22,7 @@ if (PHP_REDIS != "no") {
|
||||
WARNING("redis igbinary support not enabled");
|
||||
}
|
||||
}
|
||||
|
||||
EXTENSION("redis", sources);
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user