From 70c7e8334bf6263635a88fb387f5f82df028d35b Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sat, 17 May 2014 17:19:42 +0200 Subject: php-pecl-*: add Reflection file --- REFLECTION | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 REFLECTION diff --git a/REFLECTION b/REFLECTION new file mode 100644 index 0000000..dc5b696 --- /dev/null +++ b/REFLECTION @@ -0,0 +1,22 @@ +Extension [ extension #137 uploadprogress version 1.0.3.1 ] { + + - INI { + Entry [ uploadprogress.file.filename_template ] + Current = '/tmp/upt_%s.txt' + } + Entry [ uploadprogress.file.contents_template ] + Current = '/tmp/upload_contents_%s' + } + Entry [ uploadprogress.get_contents ] + Current = '0' + } + } + + - Functions { + Function [ function uploadprogress_get_info ] { + } + Function [ function uploadprogress_get_contents ] { + } + } +} + -- cgit