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 1cd51eb commit 0d1ff23Copy full SHA for 0d1ff23
php_memcached.h
@@ -71,6 +71,7 @@ ZEND_BEGIN_MODULE_GLOBALS(php_memcached)
71
zend_bool sess_randomize_replica_read;
72
zend_bool sess_remove_failed_enabled;
73
zend_bool sess_consistent_hashing_enabled;
74
+ long sess_connect_timeout;
75
#endif
76
char *serializer_name;
77
enum memcached_serializer serializer;
0 commit comments