diff options
author | Remi Collet <fedora@famillecollet.com> | 2015-12-13 08:20:04 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2015-12-13 08:20:04 +0100 |
commit | 6270b101f56f32ec863bc847c14e575d800b90d6 (patch) | |
tree | 40f83a4b54c0a21c5b1e7277d67a88ee4985712a /REFLECTION | |
parent | cfdc0f431df55869bb95ad2077c27eabe19e2a53 (diff) |
php-pecl-taint: 2.0.1 (php 7, beta)
Diffstat (limited to 'REFLECTION')
-rw-r--r-- | REFLECTION | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/REFLECTION b/REFLECTION new file mode 100644 index 0000000..0ba7ef0 --- /dev/null +++ b/REFLECTION @@ -0,0 +1,39 @@ +Extension [ <persistent> extension #55 taint version 2.0.1 ] { + + - Dependencies { + Dependency [ xdebug (Conflicts) ] + } + + - INI { + Entry [ taint.enable <SYSTEM> ] + Current = '0' + } + Entry [ taint.error_level <ALL> ] + Current = '512' + } + } + + - Functions { + Function [ <internal:taint> function taint ] { + + - Parameters [2] { + Parameter #0 [ <required> &$string ] + Parameter #1 [ <optional> &$... ] + } + } + Function [ <internal:taint> function untaint ] { + + - Parameters [2] { + Parameter #0 [ <required> &$string ] + Parameter #1 [ <optional> &$... ] + } + } + Function [ <internal:taint> function is_tainted ] { + + - Parameters [1] { + Parameter #0 [ <required> $string ] + } + } + } +} + |