diff options
Diffstat (limited to 'REFLECTION')
-rw-r--r-- | REFLECTION | 37 |
1 files changed, 24 insertions, 13 deletions
@@ -1,4 +1,4 @@ -Extension [ <persistent> extension #188 memcached version 3.0.4 ] { +Extension [ <persistent> extension #189 memcached version 3.1.0 ] { - Dependencies { Dependency [ session (Required) ] @@ -12,10 +12,10 @@ Extension [ <persistent> extension #188 memcached version 3.0.4 ] { Current = '1' } Entry [ memcached.sess_lock_wait_min <ALL> ] - Current = '1000' + Current = '150' } Entry [ memcached.sess_lock_wait_max <ALL> ] - Current = '2000' + Current = '150' } Entry [ memcached.sess_lock_retries <ALL> ] Current = '5' @@ -29,20 +29,23 @@ Extension [ <persistent> extension #188 memcached version 3.0.4 ] { Entry [ memcached.sess_consistent_hash <ALL> ] Current = '1' } + Entry [ memcached.sess_consistent_hash_type <ALL> ] + Current = 'ketama' + } Entry [ memcached.sess_number_of_replicas <ALL> ] Current = '0' } Entry [ memcached.sess_randomize_replica_read <ALL> ] - Current = '' + Current = '0' } Entry [ memcached.sess_remove_failed_servers <ALL> ] - Current = '' + Current = '0' } Entry [ memcached.sess_server_failure_limit <ALL> ] Current = '0' } Entry [ memcached.sess_connect_timeout <ALL> ] - Current = '1000' + Current = '0' } Entry [ memcached.sess_sasl_username <ALL> ] Current = '' @@ -50,12 +53,12 @@ Extension [ <persistent> extension #188 memcached version 3.0.4 ] { Entry [ memcached.sess_sasl_password <ALL> ] Current = '' } + Entry [ memcached.sess_persistent <ALL> ] + Current = '0' + } Entry [ memcached.sess_prefix <ALL> ] Current = 'memc.sess.key.' } - Entry [ memcached.sess_persistent <ALL> ] - Current = '' - } Entry [ memcached.sess_lock_wait <ALL> ] Current = 'not set' } @@ -78,10 +81,10 @@ Extension [ <persistent> extension #188 memcached version 3.0.4 ] { Current = '2' } Entry [ memcached.default_consistent_hash <ALL> ] - Current = '' + Current = '0' } Entry [ memcached.default_binary_protocol <ALL> ] - Current = '' + Current = '0' } Entry [ memcached.default_connect_timeout <ALL> ] Current = '0' @@ -91,7 +94,7 @@ Extension [ <persistent> extension #188 memcached version 3.0.4 ] { - Classes [3] { Class [ <internal:memcached> class Memcached ] { - - Constants [132] { + - Constants [133] { Constant [ public integer LIBMEMCACHED_VERSION_HEX ] { 16777240 } Constant [ public integer OPT_COMPRESSION ] { -1001 } Constant [ public integer OPT_COMPRESSION_TYPE ] { -1004 } @@ -102,6 +105,7 @@ Extension [ <persistent> extension #188 memcached version 3.0.4 ] { Constant [ public boolean HAVE_IGBINARY ] { 1 } Constant [ public boolean HAVE_JSON ] { 1 } Constant [ public boolean HAVE_MSGPACK ] { 1 } + Constant [ public boolean HAVE_ENCODING ] { 1 } Constant [ public boolean HAVE_SESSION ] { 1 } Constant [ public boolean HAVE_SASL ] { 1 } Constant [ public integer OPT_HASH ] { 2 } @@ -235,7 +239,7 @@ Extension [ <persistent> extension #188 memcached version 3.0.4 ] { - Properties [0] { } - - Methods [57] { + - Methods [58] { Method [ <internal:memcached, ctor> public method __construct ] { - Parameters [2] { @@ -681,6 +685,13 @@ Extension [ <persistent> extension #188 memcached version 3.0.4 ] { } } + Method [ <internal:memcached> public method setEncodingKey ] { + + - Parameters [1] { + Parameter #0 [ <required> $key ] + } + } + Method [ <internal:memcached> public method isPersistent ] { - Parameters [0] { |