From 489347d97db58d442e822d7c4839c2d31f307378 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 21 Dec 2018 13:43:30 +0100 Subject: v3.1.0 --- REFLECTION | 37 ++++++++++++++++++++++++------------- 1 file changed, 24 insertions(+), 13 deletions(-) (limited to 'REFLECTION') diff --git a/REFLECTION b/REFLECTION index 5841930..9d7f852 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #188 memcached version 3.0.4 ] { +Extension [ extension #189 memcached version 3.1.0 ] { - Dependencies { Dependency [ session (Required) ] @@ -12,10 +12,10 @@ Extension [ extension #188 memcached version 3.0.4 ] { Current = '1' } Entry [ memcached.sess_lock_wait_min ] - Current = '1000' + Current = '150' } Entry [ memcached.sess_lock_wait_max ] - Current = '2000' + Current = '150' } Entry [ memcached.sess_lock_retries ] Current = '5' @@ -29,20 +29,23 @@ Extension [ extension #188 memcached version 3.0.4 ] { Entry [ memcached.sess_consistent_hash ] Current = '1' } + Entry [ memcached.sess_consistent_hash_type ] + Current = 'ketama' + } Entry [ memcached.sess_number_of_replicas ] Current = '0' } Entry [ memcached.sess_randomize_replica_read ] - Current = '' + Current = '0' } Entry [ memcached.sess_remove_failed_servers ] - Current = '' + Current = '0' } Entry [ memcached.sess_server_failure_limit ] Current = '0' } Entry [ memcached.sess_connect_timeout ] - Current = '1000' + Current = '0' } Entry [ memcached.sess_sasl_username ] Current = '' @@ -50,12 +53,12 @@ Extension [ extension #188 memcached version 3.0.4 ] { Entry [ memcached.sess_sasl_password ] Current = '' } + Entry [ memcached.sess_persistent ] + Current = '0' + } Entry [ memcached.sess_prefix ] Current = 'memc.sess.key.' } - Entry [ memcached.sess_persistent ] - Current = '' - } Entry [ memcached.sess_lock_wait ] Current = 'not set' } @@ -78,10 +81,10 @@ Extension [ extension #188 memcached version 3.0.4 ] { Current = '2' } Entry [ memcached.default_consistent_hash ] - Current = '' + Current = '0' } Entry [ memcached.default_binary_protocol ] - Current = '' + Current = '0' } Entry [ memcached.default_connect_timeout ] Current = '0' @@ -91,7 +94,7 @@ Extension [ extension #188 memcached version 3.0.4 ] { - Classes [3] { Class [ 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 [ 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 [ extension #188 memcached version 3.0.4 ] { - Properties [0] { } - - Methods [57] { + - Methods [58] { Method [ public method __construct ] { - Parameters [2] { @@ -681,6 +685,13 @@ Extension [ extension #188 memcached version 3.0.4 ] { } } + Method [ public method setEncodingKey ] { + + - Parameters [1] { + Parameter #0 [ $key ] + } + } + Method [ public method isPersistent ] { - Parameters [0] { -- cgit