diff options
author | Remi Collet <fedora@famillecollet.com> | 2014-05-17 17:19:42 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2014-05-17 17:19:42 +0200 |
commit | 70c7e8334bf6263635a88fb387f5f82df028d35b (patch) | |
tree | 4557aa146ab8f3c4955cd6d488922516c83f85fd /REFLECTION | |
parent | 973e8eb8418858ca7ebe8fb40b60664f3d66a945 (diff) |
php-pecl-*: add Reflection file
Diffstat (limited to 'REFLECTION')
-rw-r--r-- | REFLECTION | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/REFLECTION b/REFLECTION new file mode 100644 index 0000000..dc5b696 --- /dev/null +++ b/REFLECTION @@ -0,0 +1,22 @@ +Extension [ <persistent> extension #137 uploadprogress version 1.0.3.1 ] { + + - INI { + Entry [ uploadprogress.file.filename_template <ALL> ] + Current = '/tmp/upt_%s.txt' + } + Entry [ uploadprogress.file.contents_template <ALL> ] + Current = '/tmp/upload_contents_%s' + } + Entry [ uploadprogress.get_contents <ALL> ] + Current = '0' + } + } + + - Functions { + Function [ <internal:uploadprogress> function uploadprogress_get_info ] { + } + Function [ <internal:uploadprogress> function uploadprogress_get_contents ] { + } + } +} + |