summaryrefslogtreecommitdiffstats
path: root/REFLECTION
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2018-07-09 12:09:15 +0200
committerRemi Collet <remi@remirepo.net>2018-07-09 12:09:15 +0200
commit876c6134be23f7bc50576642e8c8235a8d868a9f (patch)
tree5ad50a93e0e8f6a9745515968de1d967373f114f /REFLECTION
parentb8c402c65c2d8c6e9a9356315f20054023e63d5f (diff)
v5.1.12
Diffstat (limited to 'REFLECTION')
-rw-r--r--REFLECTION15
1 files changed, 9 insertions, 6 deletions
diff --git a/REFLECTION b/REFLECTION
index 0336958..8e3d223 100644
--- a/REFLECTION
+++ b/REFLECTION
@@ -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 ] {