From 92ee7cd74d5923b36bc8071a763a70369f3e78ec Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 5 Oct 2020 11:39:46 +0200 Subject: update to 5.1.19 --- REFLECTION | 98 +++++++++++++++++++++++++++++++------------------------------- 1 file changed, 49 insertions(+), 49 deletions(-) (limited to 'REFLECTION') diff --git a/REFLECTION b/REFLECTION index 28b7652..2c3f9cf 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #74 apcu version 5.1.18 ] { +Extension [ extension #70 apcu version 5.1.19 ] { - INI { Entry [ apc.enabled ] @@ -23,7 +23,7 @@ Extension [ extension #74 apcu version 5.1.18 ] { Current = '0' } Entry [ apc.mmap_file_mask ] - Current = '/tmp/apc.WBmQ7j' + Current = '/tmp/apc.XXXXXX' } Entry [ apc.enable_cli ] Current = '1' @@ -38,7 +38,7 @@ Extension [ extension #74 apcu version 5.1.18 ] { Current = '0' } Entry [ apc.use_request_time ] - Current = '1' + Current = '0' } Entry [ apc.serializer ] Current = 'php' @@ -46,37 +46,31 @@ Extension [ extension #74 apcu version 5.1.18 ] { } - Constants [16] { - Constant [ integer ] { 139698354347520 } - Constant [ integer APC_LIST_ACTIVE ] { 1 } - Constant [ integer APC_LIST_DELETED ] { 2 } - Constant [ integer APC_ITER_TYPE ] { 1 } - Constant [ integer APC_ITER_KEY ] { 2 } - Constant [ integer APC_ITER_VALUE ] { 4 } - Constant [ integer APC_ITER_NUM_HITS ] { 8 } - Constant [ integer APC_ITER_MTIME ] { 16 } - Constant [ integer APC_ITER_CTIME ] { 32 } - Constant [ integer APC_ITER_DTIME ] { 64 } - Constant [ integer APC_ITER_ATIME ] { 128 } - Constant [ integer APC_ITER_REFCOUNT ] { 256 } - Constant [ integer APC_ITER_MEM_SIZE ] { 512 } - Constant [ integer APC_ITER_TTL ] { 1024 } - Constant [ integer APC_ITER_NONE ] { 0 } - Constant [ integer APC_ITER_ALL ] { 4294967295 } + Constant [ int ] { 139998570082400 } + Constant [ int APC_LIST_ACTIVE ] { 1 } + Constant [ int APC_LIST_DELETED ] { 2 } + Constant [ int APC_ITER_TYPE ] { 1 } + Constant [ int APC_ITER_KEY ] { 2 } + Constant [ int APC_ITER_VALUE ] { 4 } + Constant [ int APC_ITER_NUM_HITS ] { 8 } + Constant [ int APC_ITER_MTIME ] { 16 } + Constant [ int APC_ITER_CTIME ] { 32 } + Constant [ int APC_ITER_DTIME ] { 64 } + Constant [ int APC_ITER_ATIME ] { 128 } + Constant [ int APC_ITER_REFCOUNT ] { 256 } + Constant [ int APC_ITER_MEM_SIZE ] { 512 } + Constant [ int APC_ITER_TTL ] { 1024 } + Constant [ int APC_ITER_NONE ] { 0 } + Constant [ int APC_ITER_ALL ] { 4294967295 } } - Functions { - Function [ function apcu_cache_info ] { - - - Parameters [1] { - Parameter #0 [ $limited ] - } - } Function [ function apcu_clear_cache ] { - Parameters [0] { } } - Function [ function apcu_sma_info ] { + Function [ function apcu_cache_info ] { - Parameters [1] { Parameter #0 [ $limited ] @@ -88,6 +82,12 @@ Extension [ extension #74 apcu version 5.1.18 ] { Parameter #0 [ $key ] } } + Function [ function apcu_sma_info ] { + + - Parameters [1] { + Parameter #0 [ $limited ] + } + } Function [ function apcu_enabled ] { - Parameters [0] { @@ -97,28 +97,15 @@ Extension [ extension #74 apcu version 5.1.18 ] { - Parameters [3] { Parameter #0 [ $key ] - Parameter #1 [ $var ] + Parameter #1 [ $value ] Parameter #2 [ $ttl ] } } - Function [ function apcu_fetch ] { - - - Parameters [2] { - Parameter #0 [ $key ] - Parameter #1 [ &$success ] - } - } - Function [ function apcu_delete ] { - - - Parameters [1] { - Parameter #0 [ $keys ] - } - } Function [ function apcu_add ] { - Parameters [3] { Parameter #0 [ $key ] - Parameter #1 [ $var ] + Parameter #1 [ $value ] Parameter #2 [ $ttl ] } } @@ -148,24 +135,37 @@ Extension [ extension #74 apcu version 5.1.18 ] { Parameter #2 [ $new ] } } + Function [ function apcu_fetch ] { + + - Parameters [2] { + Parameter #0 [ $key ] + Parameter #1 [ &$success ] + } + } Function [ function apcu_exists ] { - Parameters [1] { - Parameter #0 [ $keys ] + Parameter #0 [ $key ] + } + } + Function [ function apcu_delete ] { + + - Parameters [1] { + Parameter #0 [ $key ] } } Function [ function apcu_entry ] { - Parameters [3] { Parameter #0 [ $key ] - Parameter #1 [ callable $generator ] - Parameter #2 [ integer $ttl ] + Parameter #1 [ $callback ] + Parameter #2 [ $ttl ] } } } - Classes [1] { - Class [ class APCuIterator implements Iterator, Traversable ] { + Class [ class APCUIterator implements Iterator, Traversable ] { - Constants [0] { } @@ -196,25 +196,25 @@ Extension [ extension #74 apcu version 5.1.18 ] { } } - Method [ public method current ] { + Method [ public method next ] { - Parameters [0] { } } - Method [ public method key ] { + Method [ public method valid ] { - Parameters [0] { } } - Method [ public method next ] { + Method [ public method key ] { - Parameters [0] { } } - Method [ public method valid ] { + Method [ public method current ] { - Parameters [0] { } -- cgit