diff options
author | Remi Collet <fedora@famillecollet.com> | 2016-07-18 07:41:06 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2016-07-18 07:41:06 +0200 |
commit | 43d7341bfc33e45b98b40e8eeb4f6af77901bbfe (patch) | |
tree | 02a3164ffa3825c1275d71813230db77b29452ec /REFLECTION | |
parent | df836f007d0f0393162746da61a1e15a937eb9ee (diff) |
php-pecl-hdr-histogram: 0.2.0
Diffstat (limited to 'REFLECTION')
-rw-r--r-- | REFLECTION | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -1,4 +1,4 @@ -Extension [ <persistent> extension #101 hdrhistogram version 0.1.0 ] { +Extension [ <persistent> extension #86 hdrhistogram version 0.2.0 ] { - Functions { Function [ <internal:hdrhistogram> function hdr_init ] { @@ -19,6 +19,8 @@ Extension [ <persistent> extension #101 hdrhistogram version 0.1.0 ] { } Function [ <internal:hdrhistogram> function hdr_max ] { } + Function [ <internal:hdrhistogram> function hdr_total_count ] { + } Function [ <internal:hdrhistogram> function hdr_reset ] { } Function [ <internal:hdrhistogram> function hdr_count_at_value ] { @@ -41,6 +43,10 @@ Extension [ <persistent> extension #101 hdrhistogram version 0.1.0 ] { } Function [ <internal:hdrhistogram> function hdr_import ] { } + Function [ <internal:hdrhistogram> function hdr_base64_encode ] { + } + Function [ <internal:hdrhistogram> function hdr_base64_decode ] { + } } } |