summaryrefslogtreecommitdiffstats
path: root/REFLECTION
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2017-03-23 10:49:53 +0100
committerRemi Collet <fedora@famillecollet.com>2017-03-23 10:49:53 +0100
commit6440200c9f1c91fc507817b289d42cf8a224807f (patch)
tree591ea5d7294e3eaf8e37ebe09122ed28ea54978c /REFLECTION
parent01e13ddbbc5677ac0cd4e63e0053e8b6273bf9d1 (diff)
switch the spec
Diffstat (limited to 'REFLECTION')
-rw-r--r--REFLECTION78
1 files changed, 17 insertions, 61 deletions
diff --git a/REFLECTION b/REFLECTION
index d044901..a97afe5 100644
--- a/REFLECTION
+++ b/REFLECTION
@@ -1,4 +1,4 @@
-Extension [ <persistent> extension #75 apcu version 4.0.11 ] {
+Extension [ <persistent> extension #73 apcu version 5.1.8 ] {
- INI {
Entry [ apc.enabled <SYSTEM> ]
@@ -23,29 +23,14 @@ Extension [ <persistent> extension #75 apcu version 4.0.11 ] {
Current = '0'
}
Entry [ apc.mmap_file_mask <SYSTEM> ]
- Current = '/tmp/apc.kbxxpZ'
+ Current = '/tmp/apc.XXXXXX'
}
Entry [ apc.enable_cli <SYSTEM> ]
- Current = '1'
+ Current = '0'
}
Entry [ apc.slam_defense <SYSTEM> ]
Current = '1'
}
- Entry [ apc.rfc1867 <SYSTEM> ]
- Current = '0'
- }
- Entry [ apc.rfc1867_prefix <SYSTEM> ]
- Current = 'upload_'
- }
- Entry [ apc.rfc1867_name <SYSTEM> ]
- Current = 'APC_UPLOAD_PROGRESS'
- }
- Entry [ apc.rfc1867_freq <SYSTEM> ]
- Current = '0'
- }
- Entry [ apc.rfc1867_ttl <SYSTEM> ]
- Current = '3600'
- }
Entry [ apc.preload_path <SYSTEM> ]
Current = ''
}
@@ -63,8 +48,7 @@ Extension [ <persistent> extension #75 apcu version 4.0.11 ] {
}
}
- - Constants [19] {
- Constant [ integer ] { 140239091571008 }
+ - Constants [15] {
Constant [ integer APC_LIST_ACTIVE ] { 1 }
Constant [ integer APC_LIST_DELETED ] { 2 }
Constant [ integer APC_ITER_TYPE ] { 1 }
@@ -80,23 +64,18 @@ Extension [ <persistent> extension #75 apcu version 4.0.11 ] {
Constant [ integer APC_ITER_TTL ] { 1024 }
Constant [ integer APC_ITER_NONE ] { 0 }
Constant [ integer APC_ITER_ALL ] { 4294967295 }
- Constant [ integer APC_BIN_VERIFY_MD5 ] { 1 }
- Constant [ integer APC_BIN_VERIFY_CRC32 ] { 2 }
- Constant [ boolean APCU_APC_FULL_BC ] { 1 }
}
- Functions {
Function [ <internal:apcu> function apcu_cache_info ] {
- - Parameters [2] {
- Parameter #0 [ <optional> $type ]
- Parameter #1 [ <optional> $limited ]
+ - Parameters [1] {
+ Parameter #0 [ <optional> $limited ]
}
}
Function [ <internal:apcu> function apcu_clear_cache ] {
- - Parameters [1] {
- Parameter #0 [ <optional> $cache ]
+ - Parameters [0] {
}
}
Function [ <internal:apcu> function apcu_sma_info ] {
@@ -175,40 +154,18 @@ Extension [ <persistent> extension #75 apcu version 4.0.11 ] {
Parameter #0 [ <required> $keys ]
}
}
- Function [ <internal:apcu> function apcu_bin_dump ] {
-
- - Parameters [1] {
- Parameter #0 [ <optional> $user_vars ]
- }
- }
- Function [ <internal:apcu> function apcu_bin_load ] {
-
- - Parameters [2] {
- Parameter #0 [ <required> $data ]
- Parameter #1 [ <optional> $flags ]
- }
- }
- Function [ <internal:apcu> function apcu_bin_dumpfile ] {
-
- - Parameters [4] {
- Parameter #0 [ <required> $user_vars ]
- Parameter #1 [ <required> $filename ]
- Parameter #2 [ <optional> $flags ]
- Parameter #3 [ <optional> $context ]
- }
- }
- Function [ <internal:apcu> function apcu_bin_loadfile ] {
+ Function [ <internal:apcu> function apcu_entry ] {
- Parameters [3] {
- Parameter #0 [ <required> $filename ]
- Parameter #1 [ <optional> $context ]
- Parameter #2 [ <optional> $flags ]
+ Parameter #0 [ <required> $key ]
+ Parameter #1 [ <required> callable $generator ]
+ Parameter #2 [ <optional> integer $ttl ]
}
}
}
- Classes [1] {
- Class [ <internal:apcu> <iterateable> class APCIterator implements Iterator, Traversable ] {
+ Class [ <internal:apcu> <iterateable> class APCuIterator implements Iterator, Traversable ] {
- Constants [0] {
}
@@ -225,12 +182,11 @@ Extension [ <persistent> extension #75 apcu version 4.0.11 ] {
- Methods [9] {
Method [ <internal:apcu, ctor> public method __construct ] {
- - Parameters [5] {
- Parameter #0 [ <required> $cache ]
- Parameter #1 [ <optional> $search ]
- Parameter #2 [ <optional> $format ]
- Parameter #3 [ <optional> $chunk_size ]
- Parameter #4 [ <optional> $list ]
+ - Parameters [4] {
+ Parameter #0 [ <optional> $search ]
+ Parameter #1 [ <optional> $format ]
+ Parameter #2 [ <optional> $chunk_size ]
+ Parameter #3 [ <optional> $list ]
}
}