From d50af640d7373f9f232155bb6f81314892d34494 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 19 Oct 2017 17:43:28 +0200 Subject: v1.9.3 --- REFLECTION | 84 ++++++++++++++++++++++++++++++++++++++++++++++++++---- php-pecl-amqp.spec | 9 ++++-- 2 files changed, 84 insertions(+), 9 deletions(-) diff --git a/REFLECTION b/REFLECTION index a44e296..fcfa799 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #72 amqp version 1.9.1 ] { +Extension [ extension #72 amqp version 1.9.3 ] { - INI { Entry [ amqp.host ] @@ -82,7 +82,7 @@ Extension [ extension #72 amqp version 1.9.1 ] { Constant [ integer PHP_AMQP_MAX_CHANNELS ] { 256 } } - - Classes [14] { + - Classes [15] { Class [ class AMQPConnection ] { - Constants [0] { @@ -361,13 +361,14 @@ Extension [ extension #72 amqp version 1.9.1 ] { - Static methods [0] { } - - Properties [3] { + - Properties [4] { Property [ private $connection ] Property [ private $prefetch_count ] Property [ private $prefetch_size ] + Property [ private $consumers ] } - - Methods [19] { + - Methods [20] { Method [ public method __construct ] { - Parameters [1] { @@ -492,6 +493,12 @@ Extension [ extension #72 amqp version 1.9.1 ] { Parameter #0 [ $timeout ] } } + + Method [ public method getConsumers ] { + + - Parameters [0] { + } + } } } @@ -996,15 +1003,16 @@ Extension [ extension #72 amqp version 1.9.1 ] { - Static methods [0] { } - - Properties [5] { + - 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 ] } - - Methods [22] { + - Methods [23] { Method [ public method __construct ] { - Parameters [0] { @@ -1023,6 +1031,12 @@ Extension [ extension #72 amqp version 1.9.1 ] { } } + Method [ public method getConsumerTag ] { + + - Parameters [0] { + } + } + Method [ public method getDeliveryTag ] { - Parameters [0] { @@ -1451,6 +1465,64 @@ Extension [ extension #72 amqp version 1.9.1 ] { } } + Class [ class AMQPEnvelopeException extends AMQPException implements Throwable ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [5] { + Property [ protected $message ] + Property [ protected $code ] + Property [ protected $file ] + Property [ protected $line ] + Property [ public $envelope ] + } + + - Methods [10] { + Method [ public method __construct ] { + + - Parameters [3] { + Parameter #0 [ $message ] + Parameter #1 [ $code ] + Parameter #2 [ $previous ] + } + } + + Method [ public method __wakeup ] { + } + + Method [ final public method getMessage ] { + } + + Method [ final public method getCode ] { + } + + Method [ final public method getFile ] { + } + + Method [ final public method getLine ] { + } + + Method [ final public method getTrace ] { + } + + Method [ final public method getPrevious ] { + } + + Method [ final public method getTraceAsString ] { + } + + Method [ public method __toString ] { + } + } + } + Class [ class AMQPExchangeException extends AMQPException implements Throwable ] { - Constants [0] { diff --git a/php-pecl-amqp.spec b/php-pecl-amqp.spec index 90bfdb1..554422f 100644 --- a/php-pecl-amqp.spec +++ b/php-pecl-amqp.spec @@ -28,14 +28,14 @@ Summary: Communicate with any AMQP compliant server Name: %{?sub_prefix}php-pecl-amqp -Version: 1.9.1 -Release: 3%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Version: 1.9.3 +Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} License: PHP Group: Development/Languages URL: http://pecl.php.net/package/amqp Source0: http://pecl.php.net/get/%{pecl_name}-%{version}%{?prever}.tgz -BuildRequires: %{?scl_prefix}php-devel > 5.3.0 +BuildRequires: %{?scl_prefix}php-devel > 5.3 BuildRequires: %{?scl_prefix}php-pear #BuildRequires: php-debuginfo valgrind gdb # Upstream requires 0.5.2, set 0.8.0 to ensure "last" is used. @@ -306,6 +306,9 @@ fi %changelog +* Thu Oct 19 2017 Remi Collet - 1.9.3-1 +- Update to 1.9.3 (stable) + * Tue Jul 18 2017 Remi Collet - 1.9.1-3 - rebuild for PHP 7.2.0beta1 new API -- cgit