We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2fc7d36 commit deb451aCopy full SHA for deb451a
php_memcached.c
@@ -4514,12 +4514,15 @@ static void php_memc_register_constants(INIT_FUNC_ARGS)
4514
REGISTER_MEMC_CLASS_CONST_LONG(RESPONSE_ETMPFAIL, PROTOCOL_BINARY_RESPONSE_ETMPFAIL);
4515
#endif
4516
4517
- #undef REGISTER_MEMC_CLASS_CONST_LONG
4518
-
4519
/*
4520
* Return value from simple get errors
4521
*/
4522
REGISTER_MEMC_CLASS_CONST_BOOL(GET_ERROR_RETURN_VALUE, 0);
+
+ #undef REGISTER_MEMC_CLASS_CONST_LONG
4523
+ #undef REGISTER_MEMC_CLASS_CONST_BOOL
4524
+ #undef REGISTER_MEMC_CLASS_CONST_NULL
4525
4526
}
4527
/* }}} */
4528
0 commit comments