diff options
Diffstat (limited to 'REFLECTION')
-rw-r--r-- | REFLECTION | 95 |
1 files changed, 47 insertions, 48 deletions
@@ -1,69 +1,56 @@ -Extension [ <persistent> extension #181 memcached version 3.1.5 ] { +Extension [ <persistent> extension #114 memcached version 3.1.5 ] { - Dependencies { Dependency [ session (Required) ] Dependency [ igbinary (Required) ] Dependency [ msgpack (Required) ] - Dependency [ spl (Required) ] } - INI { - Entry [ memcached.compression_factor <ALL> ] - Current = '1.3' - } - Entry [ memcached.compression_threshold <ALL> ] - Current = '2000' + Entry [ memcached.sess_locking <ALL> ] + Current = '1' } - Entry [ memcached.compression_type <ALL> ] - Current = 'fastlz' + Entry [ memcached.sess_lock_wait_min <ALL> ] + Current = '150' } - Entry [ memcached.default_binary_protocol <ALL> ] - Current = '0' + Entry [ memcached.sess_lock_wait_max <ALL> ] + Current = '150' } - Entry [ memcached.default_connect_timeout <ALL> ] - Current = '0' + Entry [ memcached.sess_lock_retries <ALL> ] + Current = '5' } - Entry [ memcached.default_consistent_hash <ALL> ] + Entry [ memcached.sess_lock_expire <ALL> ] Current = '0' } - Entry [ memcached.serializer <ALL> ] - Current = 'igbinary' - } Entry [ memcached.sess_binary_protocol <ALL> ] Current = '1' } - Entry [ memcached.sess_connect_timeout <ALL> ] - Current = '0' - } Entry [ memcached.sess_consistent_hash <ALL> ] Current = '1' } Entry [ memcached.sess_consistent_hash_type <ALL> ] Current = 'ketama' } - Entry [ memcached.sess_lock_expire <ALL> ] + Entry [ memcached.sess_number_of_replicas <ALL> ] Current = '0' } - Entry [ memcached.sess_lock_max_wait <ALL> ] - Current = 'not set' - } - Entry [ memcached.sess_lock_retries <ALL> ] - Current = '5' + Entry [ memcached.sess_randomize_replica_read <ALL> ] + Current = '0' } - Entry [ memcached.sess_lock_wait <ALL> ] - Current = 'not set' + Entry [ memcached.sess_remove_failed_servers <ALL> ] + Current = '0' } - Entry [ memcached.sess_lock_wait_max <ALL> ] - Current = '150' + Entry [ memcached.sess_server_failure_limit <ALL> ] + Current = '0' } - Entry [ memcached.sess_lock_wait_min <ALL> ] - Current = '150' + Entry [ memcached.sess_connect_timeout <ALL> ] + Current = '0' } - Entry [ memcached.sess_locking <ALL> ] - Current = '1' + Entry [ memcached.sess_sasl_username <ALL> ] + Current = '' } - Entry [ memcached.sess_number_of_replicas <ALL> ] - Current = '0' + Entry [ memcached.sess_sasl_password <ALL> ] + Current = '' } Entry [ memcached.sess_persistent <ALL> ] Current = '0' @@ -71,31 +58,43 @@ Extension [ <persistent> extension #181 memcached version 3.1.5 ] { Entry [ memcached.sess_prefix <ALL> ] Current = 'memc.sess.key.' } - Entry [ memcached.sess_randomize_replica_read <ALL> ] - Current = '0' + Entry [ memcached.sess_lock_wait <ALL> ] + Current = 'not set' } - Entry [ memcached.sess_remove_failed_servers <ALL> ] - Current = '0' + Entry [ memcached.sess_lock_max_wait <ALL> ] + Current = 'not set' } - Entry [ memcached.sess_sasl_password <ALL> ] - Current = '' + Entry [ memcached.compression_type <ALL> ] + Current = 'fastlz' } - Entry [ memcached.sess_sasl_username <ALL> ] - Current = '' + Entry [ memcached.compression_factor <ALL> ] + Current = '1.3' } - Entry [ memcached.sess_server_failure_limit <ALL> ] - Current = '0' + Entry [ memcached.compression_threshold <ALL> ] + Current = '2000' + } + Entry [ memcached.serializer <ALL> ] + Current = 'igbinary' } Entry [ memcached.store_retry_count <ALL> ] Current = '2' } + Entry [ memcached.default_consistent_hash <ALL> ] + Current = '0' + } + Entry [ memcached.default_binary_protocol <ALL> ] + Current = '0' + } + Entry [ memcached.default_connect_timeout <ALL> ] + Current = '0' + } } - Classes [3] { Class [ <internal:memcached> class Memcached ] { - Constants [133] { - Constant [ public int LIBMEMCACHED_VERSION_HEX ] { 16777240 } + Constant [ public int LIBMEMCACHED_VERSION_HEX ] { 16781312 } Constant [ public int OPT_COMPRESSION ] { -1001 } Constant [ public int OPT_COMPRESSION_TYPE ] { -1004 } Constant [ public int OPT_PREFIX_KEY ] { -1002 } @@ -729,7 +728,7 @@ Extension [ <persistent> extension #181 memcached version 3.1.5 ] { } } - Class [ <internal:memcached> class MemcachedException extends RuntimeException implements Throwable ] { + Class [ <internal:memcached> class MemcachedException extends Exception implements Throwable ] { - Constants [0] { } |