We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ca0d939 + 4694a66 commit 8f10656Copy full SHA for 8f10656
config.w32
@@ -8,7 +8,7 @@ ARG_ENABLE('memcached-json', 'whether to enable memcached json serializer suppor
8
9
if (PHP_MEMCACHED == "yes") {
10
11
- if (!CHECK_LIB("memcached.lib", "memcached", PHP_MEMCACHED)) {
+ if (!CHECK_LIB("memcached.lib;libmemcached.lib", "memcached", PHP_MEMCACHED)) {
12
ERROR("memcached: library 'memcached' not found");
13
}
14
0 commit comments