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 ed350f8 commit 9289da6Copy full SHA for 9289da6
php_memcached.c
@@ -18,7 +18,6 @@
18
19
/* TODO
20
* - set LIBKETAMA_COMPATIBLE as the default?
21
- * - add payload flag for IS_BOOL?
22
* - add getVersion()
23
*/
24
@@ -68,8 +67,8 @@
68
67
#define MEMC_VAL_COMPRESSED (1<<1)
69
#define MEMC_VAL_IS_LONG (1<<2)
70
#define MEMC_VAL_IS_DOUBLE (1<<3)
71
-#define MEMC_VAL_IS_BOOL (1<<4)
72
-#define MEMC_VAL_IGBINARY (1<<5)
+#define MEMC_VAL_IGBINARY (1<<4)
+#define MEMC_VAL_IS_BOOL (1<<5)
73
74
#define MEMC_COMPRESS_THRESHOLD 100
75
0 commit comments