diff options
author | Remi Collet <remi@remirepo.net> | 2021-06-16 14:25:50 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2021-06-16 14:25:50 +0200 |
commit | 38acc4f0998012852bea97c2aad1224badde86e6 (patch) | |
tree | c2339abb7ecaafd4eac090247d29d9c7114a6abb /REFLECTION | |
parent | 562f84b239bcc69367b43c9ac9c1d7767bc92fa3 (diff) |
test build for upcoming RC2
update to 3.5.0RC2
rename to php-pecl-imagick-im6 or php-pecl-imagick-im7
drop all patches, all merged upstream including
https://github.com/Imagick/imagick/pull/428 add stubs in package
https://github.com/Imagick/imagick/pull/426 typo in type name
https://github.com/Imagick/imagick/pull/425 fix pass by ref usage
Diffstat (limited to 'REFLECTION')
-rw-r--r-- | REFLECTION | 22 |
1 files changed, 11 insertions, 11 deletions
@@ -1,4 +1,4 @@ -Extension [ <persistent> extension #75 imagick version 3.5.0RC1 ] { +Extension [ <persistent> extension #75 imagick version 3.5.0RC2 ] { - Dependencies { Dependency [ gmagick (Conflicts) ] @@ -327,7 +327,7 @@ Extension [ <persistent> extension #75 imagick version 3.5.0RC1 ] { Constant [ public int COLOR_ALPHA ] { 19 } Constant [ public int COLOR_FUZZ ] { 20 } Constant [ public int IMAGICK_EXTNUM ] { 30500 } - Constant [ public string IMAGICK_EXTVER ] { 3.5.0RC1 } + Constant [ public string IMAGICK_EXTVER ] { 3.5.0RC2 } Constant [ public int QUANTUM_RANGE ] { 65535 } Constant [ public int USE_ZEND_MM ] { 0 } Constant [ public int COMPOSITE_DEFAULT ] { 40 } @@ -3557,7 +3557,7 @@ Extension [ <persistent> extension #75 imagick version 3.5.0RC1 ] { Method [ <internal:imagick> public method colorMatrixImage ] { - Parameters [1] { - Parameter #0 [ <optional> $color_matrix ] + Parameter #0 [ <required> $color_matrix ] } } @@ -3595,8 +3595,8 @@ Extension [ <persistent> extension #75 imagick version 3.5.0RC1 ] { Parameter #0 [ <required> Imagick $image ] Parameter #1 [ <optional> &$offset ] Parameter #2 [ <optional> &$similarity ] - Parameter #3 [ <optional> &$threshold ] - Parameter #4 [ <optional> &$metric ] + Parameter #3 [ <optional> $threshold ] + Parameter #4 [ <optional> $metric ] } } @@ -3606,8 +3606,8 @@ Extension [ <persistent> extension #75 imagick version 3.5.0RC1 ] { Parameter #0 [ <required> Imagick $image ] Parameter #1 [ <optional> &$offset ] Parameter #2 [ <optional> &$similarity ] - Parameter #3 [ <optional> &$threshold ] - Parameter #4 [ <optional> &$metric ] + Parameter #3 [ <optional> $threshold ] + Parameter #4 [ <optional> $metric ] } } @@ -4858,7 +4858,7 @@ Extension [ <persistent> extension #75 imagick version 3.5.0RC1 ] { Method [ <internal:imagick, ctor> public method __construct ] { - Parameters [1] { - Parameter #0 [ <required> $color ] + Parameter #0 [ <optional> $color ] } } @@ -4902,14 +4902,14 @@ Extension [ <persistent> extension #75 imagick version 3.5.0RC1 ] { Method [ <internal:imagick> public method getColorValue ] { - Parameters [1] { - Parameter #0 [ <optional> $color ] + Parameter #0 [ <required> $color ] } } Method [ <internal:imagick> public method getColorValueQuantum ] { - Parameters [1] { - Parameter #0 [ <optional> $color ] + Parameter #0 [ <required> $color ] } } @@ -5058,7 +5058,7 @@ Extension [ <persistent> extension #75 imagick version 3.5.0RC1 ] { - Parameters [2] { Parameter #0 [ <required> $scale ] - Parameter #1 [ <required> $normalize_kernel ] + Parameter #1 [ <optional> $normalize_kernel ] } } |