Skip to content

Commit

Permalink
php_memcached.h added connect timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
xoJIog committed Nov 20, 2012
1 parent 1cd51eb commit 0d1ff23
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions php_memcached.h
Expand Up @@ -71,6 +71,7 @@ ZEND_BEGIN_MODULE_GLOBALS(php_memcached)
zend_bool sess_randomize_replica_read; zend_bool sess_randomize_replica_read;
zend_bool sess_remove_failed_enabled; zend_bool sess_remove_failed_enabled;
zend_bool sess_consistent_hashing_enabled; zend_bool sess_consistent_hashing_enabled;
long sess_connect_timeout;
#endif #endif
char *serializer_name; char *serializer_name;
enum memcached_serializer serializer; enum memcached_serializer serializer;
Expand Down

0 comments on commit 0d1ff23

Please sign in to comment.