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 c6f8cb4 commit 3b228f9Copy full SHA for 3b228f9
php_memcached.c
@@ -2730,9 +2730,9 @@ static void php_memc_register_constants(INIT_FUNC_ARGS)
2730
* Indicate whether igbinary serializer is available
2731
*/
2732
#ifdef HAVE_MEMCACHED_IGBINARY
2733
- REGISTER_MEMC_CLASS_CONST_BOOL(IGBINARY_SUPPORT, 1);
+ REGISTER_MEMC_CLASS_CONST_LONG(IGBINARY_SUPPORT, 1);
2734
#else
2735
- REGISTER_MEMC_CLASS_CONST_BOOL(IGBINARY_SUPPORT, 0);
+ REGISTER_MEMC_CLASS_CONST_LONG(IGBINARY_SUPPORT, 0);
2736
#endif
2737
2738
/*
0 commit comments