Skip to content

Commit 7bff70a

Browse files
committed
Fixed typo in define name from case php-memcached-dev#55
1 parent 5fb6436 commit 7bff70a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

php_memcached.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@ static PHP_INI_MH(OnUpdateSerializer)
264264
MEMC_G(serializer) = SERIALIZER_DEFAULT;
265265
} else if (!strcmp(new_value, "php")) {
266266
MEMC_G(serializer) = SERIALIZER_PHP;
267-
#ifdef HAVE_MEMCACHE_IGBINARY
267+
#ifdef HAVE_MEMCACHED_IGBINARY
268268
} else if (!strcmp(new_value, "igbinary")) {
269269
MEMC_G(serializer) = SERIALIZER_IGBINARY;
270270
#endif // IGBINARY

0 commit comments

Comments
 (0)