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 | ce4fdedfe62583484334b987e57c548f302d0812 (patch) | |
tree | f20885a5d394819fc5eccf0be5b765822cb4edbb /REFLECTION | |
parent | 2ba0a185e34156c6247ca980e376b089201e3c5d (diff) |
php-pecl-*: add Reflection file
Diffstat (limited to 'REFLECTION')
-rw-r--r-- | REFLECTION | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/REFLECTION b/REFLECTION new file mode 100644 index 0000000..355cf22 --- /dev/null +++ b/REFLECTION @@ -0,0 +1,24 @@ +Extension [ <persistent> extension #120 raphf version 1.0.4 ] { + + - INI { + Entry [ raphf.persistent_handle.limit <SYSTEM> ] + Current = '-1' + } + } + + - Functions { + Function [ <internal:raphf> function raphf\stat_persistent_handles ] { + + - Parameters [0] { + } + } + Function [ <internal:raphf> function raphf\clean_persistent_handles ] { + + - Parameters [2] { + Parameter #0 [ <optional> $name ] + Parameter #1 [ <optional> $ident ] + } + } + } +} + |