diff options
| author | Remi Collet <fedora@famillecollet.com> | 2015-04-06 19:15:00 +0200 | 
|---|---|---|
| committer | Remi Collet <fedora@famillecollet.com> | 2015-04-06 19:15:00 +0200 | 
| commit | ce0cf2d1cc78c1793209add4bc5104844df6cdf5 (patch) | |
| tree | d03f482c368472969de3d5ce31f9dd11d09f7d60 /REFLECTION | |
| parent | e85f70c76a626faf55a567c2f34de3e20fcff1ac (diff) | |
php-pecl-xattr: add fix for PHP 7
Diffstat (limited to 'REFLECTION')
| -rw-r--r-- | REFLECTION | 31 | 
1 files changed, 30 insertions, 1 deletions
@@ -1,4 +1,4 @@ -Extension [ <persistent> extension #142 xattr version 1.2.0 ] { +Extension [ <persistent> extension #86 xattr version 1.2.0 ] {    - Constants [4] {      Constant [ integer XATTR_ROOT ] { 2 } @@ -9,14 +9,43 @@ Extension [ <persistent> extension #142 xattr version 1.2.0 ] {    - Functions {      Function [ <internal:xattr> function xattr_set ] { + +      - Parameters [4] { +        Parameter #0 [ <required> $path ] +        Parameter #1 [ <required> $name ] +        Parameter #2 [ <required> $value ] +        Parameter #3 [ <optional> $flags ] +      }      }      Function [ <internal:xattr> function xattr_get ] { + +      - Parameters [3] { +        Parameter #0 [ <required> $path ] +        Parameter #1 [ <required> $name ] +        Parameter #2 [ <optional> $flags ] +      }      }      Function [ <internal:xattr> function xattr_remove ] { + +      - Parameters [3] { +        Parameter #0 [ <required> $path ] +        Parameter #1 [ <required> $name ] +        Parameter #2 [ <optional> $flags ] +      }      }      Function [ <internal:xattr> function xattr_list ] { + +      - Parameters [2] { +        Parameter #0 [ <required> $path ] +        Parameter #1 [ <optional> $flags ] +      }      }      Function [ <internal:xattr> function xattr_supported ] { + +      - Parameters [2] { +        Parameter #0 [ <required> $path ] +        Parameter #1 [ <optional> $flags ] +      }      }    }  }  | 
