From 38acc4f0998012852bea97c2aad1224badde86e6 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 16 Jun 2021 14:25:50 +0200 Subject: 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 --- REFLECTION | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) (limited to 'REFLECTION') diff --git a/REFLECTION b/REFLECTION index 2b3be21..bffeb25 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #75 imagick version 3.5.0RC1 ] { +Extension [ extension #75 imagick version 3.5.0RC2 ] { - Dependencies { Dependency [ gmagick (Conflicts) ] @@ -327,7 +327,7 @@ Extension [ 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 [ extension #75 imagick version 3.5.0RC1 ] { Method [ public method colorMatrixImage ] { - Parameters [1] { - Parameter #0 [ $color_matrix ] + Parameter #0 [ $color_matrix ] } } @@ -3595,8 +3595,8 @@ Extension [ extension #75 imagick version 3.5.0RC1 ] { Parameter #0 [ Imagick $image ] Parameter #1 [ &$offset ] Parameter #2 [ &$similarity ] - Parameter #3 [ &$threshold ] - Parameter #4 [ &$metric ] + Parameter #3 [ $threshold ] + Parameter #4 [ $metric ] } } @@ -3606,8 +3606,8 @@ Extension [ extension #75 imagick version 3.5.0RC1 ] { Parameter #0 [ Imagick $image ] Parameter #1 [ &$offset ] Parameter #2 [ &$similarity ] - Parameter #3 [ &$threshold ] - Parameter #4 [ &$metric ] + Parameter #3 [ $threshold ] + Parameter #4 [ $metric ] } } @@ -4858,7 +4858,7 @@ Extension [ extension #75 imagick version 3.5.0RC1 ] { Method [ public method __construct ] { - Parameters [1] { - Parameter #0 [ $color ] + Parameter #0 [ $color ] } } @@ -4902,14 +4902,14 @@ Extension [ extension #75 imagick version 3.5.0RC1 ] { Method [ public method getColorValue ] { - Parameters [1] { - Parameter #0 [ $color ] + Parameter #0 [ $color ] } } Method [ public method getColorValueQuantum ] { - Parameters [1] { - Parameter #0 [ $color ] + Parameter #0 [ $color ] } } @@ -5058,7 +5058,7 @@ Extension [ extension #75 imagick version 3.5.0RC1 ] { - Parameters [2] { Parameter #0 [ $scale ] - Parameter #1 [ $normalize_kernel ] + Parameter #1 [ $normalize_kernel ] } } -- cgit