From fca04d4770c806710bdc90d3458c89c86211d410 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 1 Dec 2021 12:29:06 +0100 Subject: refresh reflection with 8.0 --- PHPINFO | 2 +- REFLECTION | 551 ++++++++++++++++++++++++++++++++++++++--------------- php-pecl-amqp.spec | 11 +- 3 files changed, 401 insertions(+), 163 deletions(-) diff --git a/PHPINFO b/PHPINFO index 87c8c96..7329f81 100644 --- a/PHPINFO +++ b/PHPINFO @@ -3,7 +3,7 @@ amqp Version => 1.11.0RC1 Revision => release -Compiled => Sep 1 2021 @ 00:00:00 +Compiled => Nov 2 2021 @ 00:00:00 AMQP protocol version => 0-9-1 librabbitmq version => 0.11.0 Default max channels per connection => 256 diff --git a/REFLECTION b/REFLECTION index 59bc46a..3abea2b 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #128 amqp version 1.11.0RC1 ] { +Extension [ extension #119 amqp version 1.11.0RC1 ] { - INI { Entry [ amqp.host ] @@ -112,31 +112,31 @@ Extension [ extension #128 amqp version 1.11.0RC1 ] { } - Properties [18] { - Property [ private $login ] - Property [ private $password ] - Property [ private $host ] - Property [ private $vhost ] - Property [ private $port ] - Property [ private $read_timeout ] - Property [ private $write_timeout ] - Property [ private $connect_timeout ] - Property [ private $rpc_timeout ] - Property [ private $channel_max ] - Property [ private $frame_max ] - Property [ private $heartbeat ] - Property [ private $cacert ] - Property [ private $key ] - Property [ private $cert ] - Property [ private $verify ] - Property [ private $sasl_method ] - Property [ private $connection_name ] + Property [ private $login = NULL ] + Property [ private $password = NULL ] + Property [ private $host = NULL ] + Property [ private $vhost = NULL ] + Property [ private $port = NULL ] + Property [ private $read_timeout = NULL ] + Property [ private $write_timeout = NULL ] + Property [ private $connect_timeout = NULL ] + Property [ private $rpc_timeout = NULL ] + Property [ private $channel_max = NULL ] + Property [ private $frame_max = NULL ] + Property [ private $heartbeat = NULL ] + Property [ private $cacert = NULL ] + Property [ private $key = NULL ] + Property [ private $cert = NULL ] + Property [ private $verify = NULL ] + Property [ private $sasl_method = NULL ] + Property [ private $connection_name = NULL ] } - Methods [43] { Method [ public method __construct ] { - Parameters [1] { - Parameter #0 [ array $credentials ] + Parameter #0 [ array $credentials = ] } } @@ -421,12 +421,12 @@ Extension [ extension #128 amqp version 1.11.0RC1 ] { } - Properties [6] { - Property [ private $connection ] - Property [ private $prefetch_count ] - Property [ private $prefetch_size ] - Property [ private $global_prefetch_count ] - Property [ private $global_prefetch_size ] - Property [ private $consumers ] + Property [ private $connection = NULL ] + Property [ private $prefetch_count = NULL ] + Property [ private $prefetch_size = 0 ] + Property [ private $global_prefetch_count = NULL ] + Property [ private $global_prefetch_size = NULL ] + Property [ private $consumers = NULL ] } - Methods [24] { @@ -512,7 +512,7 @@ Extension [ extension #128 amqp version 1.11.0RC1 ] { - Parameters [3] { Parameter #0 [ $size ] Parameter #1 [ $count ] - Parameter #2 [ $global ] + Parameter #2 [ $global = ] } } @@ -543,7 +543,7 @@ Extension [ extension #128 amqp version 1.11.0RC1 ] { Method [ public method basicRecover ] { - Parameters [1] { - Parameter #0 [ $requeue ] + Parameter #0 [ $requeue = ] } } @@ -556,7 +556,7 @@ Extension [ extension #128 amqp version 1.11.0RC1 ] { Method [ public method waitForConfirm ] { - Parameters [1] { - Parameter #0 [ $timeout ] + Parameter #0 [ $timeout = ] } } @@ -564,7 +564,7 @@ Extension [ extension #128 amqp version 1.11.0RC1 ] { - Parameters [2] { Parameter #0 [ $ack_callback ] - Parameter #1 [ $nack_callback ] + Parameter #1 [ $nack_callback = ] } } @@ -578,7 +578,7 @@ Extension [ extension #128 amqp version 1.11.0RC1 ] { Method [ public method waitForBasicReturn ] { - Parameters [1] { - Parameter #0 [ $timeout ] + Parameter #0 [ $timeout = ] } } @@ -602,15 +602,15 @@ Extension [ extension #128 amqp version 1.11.0RC1 ] { } - Properties [9] { - Property [ private $connection ] - Property [ private $channel ] - Property [ private $name ] - Property [ private $consumer_tag ] - Property [ private $passive ] - Property [ private $durable ] - Property [ private $exclusive ] - Property [ private $auto_delete ] - Property [ private $arguments ] + Property [ private $connection = NULL ] + Property [ private $channel = NULL ] + Property [ private $name = '' ] + Property [ private $consumer_tag = NULL ] + Property [ private $passive = false ] + Property [ private $durable = false ] + Property [ private $exclusive = false ] + Property [ private $auto_delete = true ] + Property [ private $arguments = NULL ] } - Methods [25] { @@ -692,15 +692,15 @@ Extension [ extension #128 amqp version 1.11.0RC1 ] { - Parameters [3] { Parameter #0 [ $exchange_name ] - Parameter #1 [ $routing_key ] - Parameter #2 [ $arguments ] + Parameter #1 [ $routing_key = ] + Parameter #2 [ $arguments = ] } } Method [ public method get ] { - Parameters [1] { - Parameter #0 [ $flags ] + Parameter #0 [ $flags = ] } } @@ -708,8 +708,8 @@ Extension [ extension #128 amqp version 1.11.0RC1 ] { - Parameters [3] { Parameter #0 [ $callback ] - Parameter #1 [ $flags ] - Parameter #2 [ $consumer_tag ] + Parameter #1 [ $flags = ] + Parameter #2 [ $consumer_tag = ] } } @@ -717,7 +717,7 @@ Extension [ extension #128 amqp version 1.11.0RC1 ] { - Parameters [2] { Parameter #0 [ $delivery_tag ] - Parameter #1 [ $flags ] + Parameter #1 [ $flags = ] } } @@ -725,7 +725,7 @@ Extension [ extension #128 amqp version 1.11.0RC1 ] { - Parameters [2] { Parameter #0 [ $delivery_tag ] - Parameter #1 [ $flags ] + Parameter #1 [ $flags = ] } } @@ -733,7 +733,7 @@ Extension [ extension #128 amqp version 1.11.0RC1 ] { - Parameters [2] { Parameter #0 [ $delivery_tag ] - Parameter #1 [ $flags ] + Parameter #1 [ $flags = ] } } @@ -746,14 +746,14 @@ Extension [ extension #128 amqp version 1.11.0RC1 ] { Method [ public method cancel ] { - Parameters [1] { - Parameter #0 [ $consumer_tag ] + Parameter #0 [ $consumer_tag = ] } } Method [ public method delete ] { - Parameters [1] { - Parameter #0 [ $flags ] + Parameter #0 [ $flags = ] } } @@ -761,8 +761,8 @@ Extension [ extension #128 amqp version 1.11.0RC1 ] { - Parameters [3] { Parameter #0 [ $exchange_name ] - Parameter #1 [ $routing_key ] - Parameter #2 [ $arguments ] + Parameter #1 [ $routing_key = ] + Parameter #2 [ $arguments = ] } } @@ -804,15 +804,15 @@ Extension [ extension #128 amqp version 1.11.0RC1 ] { } - Properties [9] { - Property [ private $connection ] - Property [ private $channel ] - Property [ private $name ] - Property [ private $type ] - Property [ private $passive ] - Property [ private $durable ] - Property [ private $auto_delete ] - Property [ private $internal ] - Property [ private $arguments ] + Property [ private $connection = NULL ] + Property [ private $channel = NULL ] + Property [ private $name = '' ] + Property [ private $type = NULL ] + Property [ private $passive = false ] + Property [ private $durable = false ] + Property [ private $auto_delete = false ] + Property [ private $internal = false ] + Property [ private $arguments = NULL ] } - Methods [20] { @@ -908,7 +908,7 @@ Extension [ extension #128 amqp version 1.11.0RC1 ] { - Parameters [3] { Parameter #0 [ $exchange_name ] Parameter #1 [ $routing_key ] - Parameter #2 [ $flags ] + Parameter #2 [ $flags = ] } } @@ -917,15 +917,15 @@ Extension [ extension #128 amqp version 1.11.0RC1 ] { - Parameters [3] { Parameter #0 [ $exchange_name ] Parameter #1 [ $routing_key ] - Parameter #2 [ $flags ] + Parameter #2 [ $flags = ] } } Method [ public method delete ] { - Parameters [2] { - Parameter #0 [ $exchange_name ] - Parameter #1 [ $flags ] + Parameter #0 [ $exchange_name = ] + Parameter #1 [ $flags = ] } } @@ -933,9 +933,9 @@ Extension [ extension #128 amqp version 1.11.0RC1 ] { - Parameters [4] { Parameter #0 [ $message ] - Parameter #1 [ $routing_key ] - Parameter #2 [ $flags ] - Parameter #3 [ array $headers ] + Parameter #1 [ $routing_key = ] + Parameter #2 [ $flags = ] + Parameter #3 [ array $headers = ] } } @@ -971,20 +971,20 @@ Extension [ extension #128 amqp version 1.11.0RC1 ] { } - Properties [14] { - Property [ private $content_type ] - Property [ private $content_encoding ] - Property [ private $headers ] - Property [ private $delivery_mode ] - Property [ private $priority ] - Property [ private $correlation_id ] - Property [ private $reply_to ] - Property [ private $expiration ] - Property [ private $message_id ] - Property [ private $timestamp ] - Property [ private $type ] - Property [ private $user_id ] - Property [ private $app_id ] - Property [ private $cluster_id ] + Property [ private $content_type = '' ] + Property [ private $content_encoding = '' ] + Property [ private $headers = NULL ] + Property [ private $delivery_mode = 1 ] + Property [ private $priority = 0 ] + Property [ private $correlation_id = '' ] + Property [ private $reply_to = '' ] + Property [ private $expiration = '' ] + Property [ private $message_id = '' ] + Property [ private $timestamp = 0 ] + Property [ private $type = '' ] + Property [ private $user_id = '' ] + Property [ private $app_id = '' ] + Property [ private $cluster_id = '' ] } - Methods [15] { @@ -1092,12 +1092,12 @@ Extension [ extension #128 amqp version 1.11.0RC1 ] { } - Properties [6] { - Property [ private $body ] - Property [ private $consumer_tag ] - Property [ private $delivery_tag ] - Property [ private $is_redelivery ] - Property [ private $exchange_name ] - Property [ private $routing_key ] + Property [ private $body = NULL ] + Property [ private $consumer_tag = NULL ] + Property [ private $delivery_tag = NULL ] + Property [ private $is_redelivery = NULL ] + Property [ private $exchange_name = NULL ] + Property [ private $routing_key = NULL ] } - Methods [23] { @@ -1257,14 +1257,14 @@ Extension [ extension #128 amqp version 1.11.0RC1 ] { } - Properties [1] { - Property [ private $timestamp ] + Property [ private $timestamp = NULL ] } - Methods [3] { Method [ public method __construct ] { - Parameters [1] { - Parameter #0 [ $timestamp ] + Parameter #0 [ $timestamp = ] } } @@ -1278,6 +1278,7 @@ Extension [ extension #128 amqp version 1.11.0RC1 ] { - Parameters [0] { } + - Return [ string ] } } } @@ -1298,8 +1299,8 @@ Extension [ extension #128 amqp version 1.11.0RC1 ] { } - Properties [2] { - Property [ private $exponent ] - Property [ private $significand ] + Property [ private $exponent = 0 ] + Property [ private $significand = 0 ] } - Methods [3] { @@ -1325,7 +1326,7 @@ Extension [ extension #128 amqp version 1.11.0RC1 ] { } } - Class [ class AMQPException extends Exception implements Throwable ] { + Class [ class AMQPException extends Exception implements Stringable, Throwable ] { - Constants [0] { } @@ -1337,52 +1338,86 @@ Extension [ extension #128 amqp version 1.11.0RC1 ] { } - Properties [4] { - Property [ protected $message ] - Property [ protected $code ] - Property [ protected $file ] - Property [ protected $line ] + Property [ protected $message = '' ] + Property [ protected $code = 0 ] + Property [ protected $file = NULL ] + Property [ protected $line = NULL ] } - Methods [10] { Method [ public method __construct ] { - Parameters [3] { - Parameter #0 [ $message ] - Parameter #1 [ $code ] - Parameter #2 [ $previous ] + Parameter #0 [ string $message = "" ] + Parameter #1 [ int $code = 0 ] + Parameter #2 [ ?Throwable $previous = null ] } } Method [ public method __wakeup ] { + + - Parameters [0] { + } } Method [ final public method getMessage ] { + + - Parameters [0] { + } + - Return [ string ] } Method [ final public method getCode ] { + + - Parameters [0] { + } } Method [ final public method getFile ] { + + - Parameters [0] { + } + - Return [ string ] } Method [ final public method getLine ] { + + - Parameters [0] { + } + - Return [ int ] } Method [ final public method getTrace ] { + + - Parameters [0] { + } + - Return [ array ] } Method [ final public method getPrevious ] { + + - Parameters [0] { + } + - Return [ ?Throwable ] } Method [ final public method getTraceAsString ] { + + - Parameters [0] { + } + - Return [ string ] } - Method [ public method __toString ] { + Method [ public method __toString ] { + + - Parameters [0] { + } + - Return [ string ] } } } - Class [ class AMQPConnectionException extends AMQPException implements Throwable ] { + Class [ class AMQPConnectionException extends AMQPException implements Throwable, Stringable ] { - Constants [0] { } @@ -1394,52 +1429,86 @@ Extension [ extension #128 amqp version 1.11.0RC1 ] { } - Properties [4] { - Property [ protected $message ] - Property [ protected $code ] - Property [ protected $file ] - Property [ protected $line ] + Property [ protected $message = '' ] + Property [ protected $code = 0 ] + Property [ protected $file = NULL ] + Property [ protected $line = NULL ] } - Methods [10] { Method [ public method __construct ] { - Parameters [3] { - Parameter #0 [ $message ] - Parameter #1 [ $code ] - Parameter #2 [ $previous ] + Parameter #0 [ string $message = "" ] + Parameter #1 [ int $code = 0 ] + Parameter #2 [ ?Throwable $previous = null ] } } Method [ public method __wakeup ] { + + - Parameters [0] { + } } Method [ final public method getMessage ] { + + - Parameters [0] { + } + - Return [ string ] } Method [ final public method getCode ] { + + - Parameters [0] { + } } Method [ final public method getFile ] { + + - Parameters [0] { + } + - Return [ string ] } Method [ final public method getLine ] { + + - Parameters [0] { + } + - Return [ int ] } Method [ final public method getTrace ] { + + - Parameters [0] { + } + - Return [ array ] } Method [ final public method getPrevious ] { + + - Parameters [0] { + } + - Return [ ?Throwable ] } Method [ final public method getTraceAsString ] { + + - Parameters [0] { + } + - Return [ string ] } - Method [ public method __toString ] { + Method [ public method __toString ] { + + - Parameters [0] { + } + - Return [ string ] } } } - Class [ class AMQPChannelException extends AMQPException implements Throwable ] { + Class [ class AMQPChannelException extends AMQPException implements Throwable, Stringable ] { - Constants [0] { } @@ -1451,52 +1520,86 @@ Extension [ extension #128 amqp version 1.11.0RC1 ] { } - Properties [4] { - Property [ protected $message ] - Property [ protected $code ] - Property [ protected $file ] - Property [ protected $line ] + Property [ protected $message = '' ] + Property [ protected $code = 0 ] + Property [ protected $file = NULL ] + Property [ protected $line = NULL ] } - Methods [10] { Method [ public method __construct ] { - Parameters [3] { - Parameter #0 [ $message ] - Parameter #1 [ $code ] - Parameter #2 [ $previous ] + Parameter #0 [ string $message = "" ] + Parameter #1 [ int $code = 0 ] + Parameter #2 [ ?Throwable $previous = null ] } } Method [ public method __wakeup ] { + + - Parameters [0] { + } } Method [ final public method getMessage ] { + + - Parameters [0] { + } + - Return [ string ] } Method [ final public method getCode ] { + + - Parameters [0] { + } } Method [ final public method getFile ] { + + - Parameters [0] { + } + - Return [ string ] } Method [ final public method getLine ] { + + - Parameters [0] { + } + - Return [ int ] } Method [ final public method getTrace ] { + + - Parameters [0] { + } + - Return [ array ] } Method [ final public method getPrevious ] { + + - Parameters [0] { + } + - Return [ ?Throwable ] } Method [ final public method getTraceAsString ] { + + - Parameters [0] { + } + - Return [ string ] } - Method [ public method __toString ] { + Method [ public method __toString ] { + + - Parameters [0] { + } + - Return [ string ] } } } - Class [ class AMQPQueueException extends AMQPException implements Throwable ] { + Class [ class AMQPQueueException extends AMQPException implements Throwable, Stringable ] { - Constants [0] { } @@ -1508,52 +1611,86 @@ Extension [ extension #128 amqp version 1.11.0RC1 ] { } - Properties [4] { - Property [ protected $message ] - Property [ protected $code ] - Property [ protected $file ] - Property [ protected $line ] + Property [ protected $message = '' ] + Property [ protected $code = 0 ] + Property [ protected $file = NULL ] + Property [ protected $line = NULL ] } - Methods [10] { Method [ public method __construct ] { - Parameters [3] { - Parameter #0 [ $message ] - Parameter #1 [ $code ] - Parameter #2 [ $previous ] + Parameter #0 [ string $message = "" ] + Parameter #1 [ int $code = 0 ] + Parameter #2 [ ?Throwable $previous = null ] } } Method [ public method __wakeup ] { + + - Parameters [0] { + } } Method [ final public method getMessage ] { + + - Parameters [0] { + } + - Return [ string ] } Method [ final public method getCode ] { + + - Parameters [0] { + } } Method [ final public method getFile ] { + + - Parameters [0] { + } + - Return [ string ] } Method [ final public method getLine ] { + + - Parameters [0] { + } + - Return [ int ] } Method [ final public method getTrace ] { + + - Parameters [0] { + } + - Return [ array ] } Method [ final public method getPrevious ] { + + - Parameters [0] { + } + - Return [ ?Throwable ] } Method [ final public method getTraceAsString ] { + + - Parameters [0] { + } + - Return [ string ] } - Method [ public method __toString ] { + Method [ public method __toString ] { + + - Parameters [0] { + } + - Return [ string ] } } } - Class [ class AMQPEnvelopeException extends AMQPException implements Throwable ] { + Class [ class AMQPEnvelopeException extends AMQPException implements Throwable, Stringable ] { - Constants [0] { } @@ -1565,53 +1702,87 @@ Extension [ extension #128 amqp version 1.11.0RC1 ] { } - Properties [5] { - Property [ protected $message ] - Property [ protected $code ] - Property [ protected $file ] - Property [ protected $line ] - Property [ public $envelope ] + Property [ protected $message = '' ] + Property [ protected $code = 0 ] + Property [ protected $file = NULL ] + Property [ protected $line = NULL ] + Property [ public $envelope = NULL ] } - Methods [10] { Method [ public method __construct ] { - Parameters [3] { - Parameter #0 [ $message ] - Parameter #1 [ $code ] - Parameter #2 [ $previous ] + Parameter #0 [ string $message = "" ] + Parameter #1 [ int $code = 0 ] + Parameter #2 [ ?Throwable $previous = null ] } } Method [ public method __wakeup ] { + + - Parameters [0] { + } } Method [ final public method getMessage ] { + + - Parameters [0] { + } + - Return [ string ] } Method [ final public method getCode ] { + + - Parameters [0] { + } } Method [ final public method getFile ] { + + - Parameters [0] { + } + - Return [ string ] } Method [ final public method getLine ] { + + - Parameters [0] { + } + - Return [ int ] } Method [ final public method getTrace ] { + + - Parameters [0] { + } + - Return [ array ] } Method [ final public method getPrevious ] { + + - Parameters [0] { + } + - Return [ ?Throwable ] } Method [ final public method getTraceAsString ] { + + - Parameters [0] { + } + - Return [ string ] } - Method [ public method __toString ] { + Method [ public method __toString ] { + + - Parameters [0] { + } + - Return [ string ] } } } - Class [ class AMQPExchangeException extends AMQPException implements Throwable ] { + Class [ class AMQPExchangeException extends AMQPException implements Throwable, Stringable ] { - Constants [0] { } @@ -1623,52 +1794,86 @@ Extension [ extension #128 amqp version 1.11.0RC1 ] { } - Properties [4] { - Property [ protected $message ] - Property [ protected $code ] - Property [ protected $file ] - Property [ protected $line ] + Property [ protected $message = '' ] + Property [ protected $code = 0 ] + Property [ protected $file = NULL ] + Property [ protected $line = NULL ] } - Methods [10] { Method [ public method __construct ] { - Parameters [3] { - Parameter #0 [ $message ] - Parameter #1 [ $code ] - Parameter #2 [ $previous ] + Parameter #0 [ string $message = "" ] + Parameter #1 [ int $code = 0 ] + Parameter #2 [ ?Throwable $previous = null ] } } Method [ public method __wakeup ] { + + - Parameters [0] { + } } Method [ final public method getMessage ] { + + - Parameters [0] { + } + - Return [ string ] } Method [ final public method getCode ] { + + - Parameters [0] { + } } Method [ final public method getFile ] { + + - Parameters [0] { + } + - Return [ string ] } Method [ final public method getLine ] { + + - Parameters [0] { + } + - Return [ int ] } Method [ final public method getTrace ] { + + - Parameters [0] { + } + - Return [ array ] } Method [ final public method getPrevious ] { + + - Parameters [0] { + } + - Return [ ?Throwable ] } Method [ final public method getTraceAsString ] { + + - Parameters [0] { + } + - Return [ string ] } - Method [ public method __toString ] { + Method [ public method __toString ] { + + - Parameters [0] { + } + - Return [ string ] } } } - Class [ class AMQPValueException extends AMQPException implements Throwable ] { + Class [ class AMQPValueException extends AMQPException implements Throwable, Stringable ] { - Constants [0] { } @@ -1680,47 +1885,81 @@ Extension [ extension #128 amqp version 1.11.0RC1 ] { } - Properties [4] { - Property [ protected $message ] - Property [ protected $code ] - Property [ protected $file ] - Property [ protected $line ] + Property [ protected $message = '' ] + Property [ protected $code = 0 ] + Property [ protected $file = NULL ] + Property [ protected $line = NULL ] } - Methods [10] { Method [ public method __construct ] { - Parameters [3] { - Parameter #0 [ $message ] - Parameter #1 [ $code ] - Parameter #2 [ $previous ] + Parameter #0 [ string $message = "" ] + Parameter #1 [ int $code = 0 ] + Parameter #2 [ ?Throwable $previous = null ] } } Method [ public method __wakeup ] { + + - Parameters [0] { + } } Method [ final public method getMessage ] { + + - Parameters [0] { + } + - Return [ string ] } Method [ final public method getCode ] { + + - Parameters [0] { + } } Method [ final public method getFile ] { + + - Parameters [0] { + } + - Return [ string ] } Method [ final public method getLine ] { + + - Parameters [0] { + } + - Return [ int ] } Method [ final public method getTrace ] { + + - Parameters [0] { + } + - Return [ array ] } Method [ final public method getPrevious ] { + + - Parameters [0] { + } + - Return [ ?Throwable ] } Method [ final public method getTraceAsString ] { + + - Parameters [0] { + } + - Return [ string ] } - Method [ public method __toString ] { + Method [ public method __toString ] { + + - Parameters [0] { + } + - Return [ string ] } } } diff --git a/php-pecl-amqp.spec b/php-pecl-amqp.spec index 8279fba..cebc784 100644 --- a/php-pecl-amqp.spec +++ b/php-pecl-amqp.spec @@ -24,8 +24,8 @@ %global pecl_name amqp %global ini_name 40-%{pecl_name}.ini %global upstream_version 1.11.0 -%global upstream_prever RC1 -%global upstream_lower rc1 +#global upstream_prever RC1 +#global upstream_lower rc1 %global buildver %(pkg-config --silence-errors --modversion librabbitmq 2>/dev/null || echo 65536) @@ -56,10 +56,6 @@ Provides: %{?scl_prefix}php-%{pecl_name} = %{version} Provides: %{?scl_prefix}php-%{pecl_name}%{?_isa} = %{version} Provides: %{?scl_prefix}php-pecl(%{pecl_name}) = %{version} Provides: %{?scl_prefix}php-pecl(%{pecl_name})%{?_isa} = %{version} -%if "%{?scl_prefix}" != "%{?sub_prefix}" -Provides: %{?scl_prefix}php-pecl-%{pecl_name} = %{version}-%{release} -Provides: %{?scl_prefix}php-pecl-%{pecl_name}%{?_isa} = %{version}-%{release} -%endif %if "%{?packager}" == "Remi Collet" && 0%{!?scl:1} && 0%{?rhel} # Other third party repo stuff @@ -300,6 +296,9 @@ fi %changelog +* Wed Dec 1 2021 Remi Collet - 1.11.0-1 +- update to 1.11.0 + * Tue Nov 2 2021 Remi Collet - 1.11.0~rc1-1 - update to 1.11.0RC1 -- cgit