diff options
Diffstat (limited to 'REFLECTION')
-rw-r--r-- | REFLECTION | 12 |
1 files changed, 6 insertions, 6 deletions
@@ -1,4 +1,4 @@ -Extension [ <persistent> extension #83 lz4 version 0.4.3 ] { +Extension [ <persistent> extension #84 lz4 version 0.4.4 ] { - Dependencies { Dependency [ apcu (Optional) ] @@ -7,7 +7,7 @@ Extension [ <persistent> extension #83 lz4 version 0.4.3 ] { - Constants [3] { Constant [ int LZ4_CLEVEL_MIN ] { 3 } Constant [ int LZ4_CLEVEL_MAX ] { 12 } - Constant [ int LZ4_VERSION ] { 10903 } + Constant [ int LZ4_VERSION ] { 10904 } } - Functions { @@ -15,16 +15,16 @@ Extension [ <persistent> extension #83 lz4 version 0.4.3 ] { - Parameters [3] { Parameter #0 [ <required> $data ] - Parameter #1 [ <optional> $level ] - Parameter #2 [ <optional> $extra ] + Parameter #1 [ <optional> $level = <default> ] + Parameter #2 [ <optional> $extra = <default> ] } } Function [ <internal:lz4> function lz4_uncompress ] { - Parameters [3] { Parameter #0 [ <required> $data ] - Parameter #1 [ <optional> $max ] - Parameter #2 [ <optional> $offset ] + Parameter #1 [ <optional> $max = <default> ] + Parameter #2 [ <optional> $offset = <default> ] } } } |