diff options
Diffstat (limited to 'REFLECTION')
-rw-r--r-- | REFLECTION | 15 |
1 files changed, 9 insertions, 6 deletions
@@ -1,4 +1,4 @@ -Extension [ <persistent> extension #73 apcu version 5.1.11 ] { +Extension [ <persistent> extension #73 apcu version 5.1.12 ] { - INI { Entry [ apc.enabled <SYSTEM> ] @@ -23,10 +23,10 @@ Extension [ <persistent> extension #73 apcu version 5.1.11 ] { Current = '0' } Entry [ apc.mmap_file_mask <SYSTEM> ] - Current = '/tmp/apc.XXXXXX' + Current = '/tmp/apc.WFRjUS' } Entry [ apc.enable_cli <SYSTEM> ] - Current = '0' + Current = '1' } Entry [ apc.slam_defense <SYSTEM> ] Current = '1' @@ -48,7 +48,8 @@ Extension [ <persistent> extension #73 apcu version 5.1.11 ] { } } - - Constants [15] { + - Constants [16] { + Constant [ integer ] { 140351166538576 } Constant [ integer APC_LIST_ACTIVE ] { 1 } Constant [ integer APC_LIST_DELETED ] { 2 } Constant [ integer APC_ITER_TYPE ] { 1 } @@ -126,18 +127,20 @@ Extension [ <persistent> extension #73 apcu version 5.1.11 ] { } Function [ <internal:apcu> function apcu_inc ] { - - Parameters [3] { + - Parameters [4] { Parameter #0 [ <required> $key ] Parameter #1 [ <optional> $step ] Parameter #2 [ <optional> &$success ] + Parameter #3 [ <optional> $ttl ] } } Function [ <internal:apcu> function apcu_dec ] { - - Parameters [3] { + - Parameters [4] { Parameter #0 [ <required> $key ] Parameter #1 [ <optional> $step ] Parameter #2 [ <optional> &$success ] + Parameter #3 [ <optional> $ttl ] } } Function [ <internal:apcu> function apcu_cas ] { |