From 36052ea3278abe639088429859b59195af1ed873 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 5 Oct 2017 14:09:53 +0200 Subject: switch the spec --- REFLECTION-DEV | 295 --------------------------------------------------------- 1 file changed, 295 deletions(-) delete mode 100644 REFLECTION-DEV (limited to 'REFLECTION-DEV') diff --git a/REFLECTION-DEV b/REFLECTION-DEV deleted file mode 100644 index a7c17af..0000000 --- a/REFLECTION-DEV +++ /dev/null @@ -1,295 +0,0 @@ -Extension [ extension #105 memcache version 3.0.9-dev ] { - - - INI { - Entry [ memcache.allow_failover ] - Current = '1' - } - Entry [ memcache.max_failover_attempts ] - Current = '20' - } - Entry [ memcache.default_port ] - Current = '11211' - } - Entry [ memcache.chunk_size ] - Current = '32768' - } - Entry [ memcache.protocol ] - Current = 'ascii' - } - Entry [ memcache.hash_strategy ] - Current = 'consistent' - } - Entry [ memcache.hash_function ] - Current = 'crc32' - } - Entry [ memcache.redundancy ] - Current = '1' - } - Entry [ memcache.session_redundancy ] - Current = '2' - } - Entry [ memcache.compress_threshold ] - Current = '20000' - } - Entry [ memcache.lock_timeout ] - Current = '15' - } - } - - - Constants [6] { - Constant [ integer MEMCACHE_COMPRESSED ] { 2 } - Constant [ integer MEMCACHE_USER1 ] { 65536 } - Constant [ integer MEMCACHE_USER2 ] { 131072 } - Constant [ integer MEMCACHE_USER3 ] { 262144 } - Constant [ integer MEMCACHE_USER4 ] { 524288 } - Constant [ integer MEMCACHE_HAVE_SESSION ] { 1 } - } - - - Functions { - Function [ function memcache_connect ] { - } - Function [ function memcache_pconnect ] { - } - Function [ function memcache_add_server ] { - } - Function [ function memcache_set_server_params ] { - } - Function [ function memcache_set_failure_callback ] { - } - Function [ function memcache_get_server_status ] { - } - Function [ function memcache_get_version ] { - } - Function [ function memcache_add ] { - } - Function [ function memcache_set ] { - } - Function [ function memcache_replace ] { - } - Function [ function memcache_cas ] { - } - Function [ function memcache_append ] { - } - Function [ function memcache_prepend ] { - } - Function [ function memcache_get ] { - - - Parameters [4] { - Parameter #0 [ $param0 ] - Parameter #1 [ $param1 ] - Parameter #2 [ &$param2 ] - Parameter #3 [ &$param3 ] - } - } - Function [ function memcache_delete ] { - } - Function [ function memcache_debug ] { - } - Function [ function memcache_get_stats ] { - } - Function [ function memcache_get_extended_stats ] { - } - Function [ function memcache_set_compress_threshold ] { - } - Function [ function memcache_increment ] { - } - Function [ function memcache_decrement ] { - } - Function [ function memcache_close ] { - } - Function [ function memcache_flush ] { - } - Function [ function memcache_set_sasl_auth_data ] { - } - } - - - Classes [2] { - Class [ class MemcachePool ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - - Static methods [0] { - } - - - Properties [0] { - } - - - Methods [23] { - Method [ public method connect ] { - } - - Method [ public method addserver ] { - } - - Method [ public method setserverparams ] { - } - - Method [ public method setfailurecallback ] { - } - - Method [ public method getserverstatus ] { - } - - Method [ public method findserver ] { - } - - Method [ public method getversion ] { - } - - Method [ public method add ] { - } - - Method [ public method set ] { - } - - Method [ public method replace ] { - } - - Method [ public method cas ] { - } - - Method [ public method append ] { - } - - Method [ public method prepend ] { - } - - Method [ public method get ] { - - - Parameters [3] { - Parameter #0 [ $param0 ] - Parameter #1 [ &$param1 ] - Parameter #2 [ &$param2 ] - } - } - - Method [ public method delete ] { - } - - Method [ public method getstats ] { - } - - Method [ public method getextendedstats ] { - } - - Method [ public method setcompressthreshold ] { - } - - Method [ public method increment ] { - } - - Method [ public method decrement ] { - } - - Method [ public method close ] { - } - - Method [ public method flush ] { - } - - Method [ public method setSaslAuthData ] { - } - } - } - - Class [ class Memcache extends MemcachePool ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - - Static methods [0] { - } - - - Properties [0] { - } - - - Methods [24] { - Method [ public method connect ] { - } - - Method [ public method pconnect ] { - } - - Method [ public method addserver ] { - } - - Method [ public method setserverparams ] { - } - - Method [ public method setfailurecallback ] { - } - - Method [ public method getserverstatus ] { - } - - Method [ public method findserver ] { - } - - Method [ public method getversion ] { - } - - Method [ public method add ] { - } - - Method [ public method set ] { - } - - Method [ public method replace ] { - } - - Method [ public method cas ] { - } - - Method [ public method append ] { - } - - Method [ public method prepend ] { - } - - Method [ public method get ] { - - - Parameters [3] { - Parameter #0 [ $param0 ] - Parameter #1 [ &$param1 ] - Parameter #2 [ &$param2 ] - } - } - - Method [ public method delete ] { - } - - Method [ public method getstats ] { - } - - Method [ public method getextendedstats ] { - } - - Method [ public method setcompressthreshold ] { - } - - Method [ public method increment ] { - } - - Method [ public method decrement ] { - } - - Method [ public method close ] { - } - - Method [ public method flush ] { - } - - Method [ public method setSaslAuthData ] { - } - } - } - } -} - -- cgit