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 761fc79 commit 0280beeCopy full SHA for 0280bee
php_memcached.c
@@ -203,7 +203,7 @@ typedef struct {
203
#if HAVE_MEMCACHED_SASL
204
zend_bool has_sasl_data;
205
#endif
206
- int store_retry_count;
+ long store_retry_count;
207
} *obj;
208
209
zend_bool is_persistent;
php_memcached.h
@@ -93,7 +93,7 @@ ZEND_BEGIN_MODULE_GLOBALS(php_memcached)
93
94
bool use_sasl;
95
96
97
ZEND_END_MODULE_GLOBALS(php_memcached)
98
99
PHP_MEMCACHED_API zend_class_entry *php_memc_get_ce(void);
0 commit comments