From daf6c4adcd1f1e445b07e52e078f6d0f48ed4b9d Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 1 Nov 2016 17:32:49 +0100 Subject: php-pecl-amqp: 1.8.0beta1 --- REFLECTION-DEV | 281 ++++++++++++++++++++++++++++++++++++++++++++----- php-pecl-amqp-dev.spec | 20 +++- 2 files changed, 270 insertions(+), 31 deletions(-) diff --git a/REFLECTION-DEV b/REFLECTION-DEV index 46c8f4c..d87b673 100644 --- a/REFLECTION-DEV +++ b/REFLECTION-DEV @@ -1,4 +1,4 @@ -Extension [ extension #72 amqp version 1.7.1 ] { +Extension [ extension #72 amqp version 1.8.0beta1 ] { - INI { Entry [ amqp.host ] @@ -43,6 +43,18 @@ Extension [ extension #72 amqp version 1.7.1 ] { Entry [ amqp.heartbeat ] Current = '0' } + Entry [ amqp.cacert ] + Current = '' + } + Entry [ amqp.cert ] + Current = '' + } + Entry [ amqp.key ] + Current = '' + } + Entry [ amqp.verify ] + Current = '1' + } } - Constants [22] { @@ -70,7 +82,7 @@ Extension [ extension #72 amqp version 1.7.1 ] { Constant [ integer PHP_AMQP_MAX_CHANNELS ] { 256 } } - - Classes [10] { + - Classes [11] { Class [ class AMQPConnection ] { - Constants [0] { @@ -82,7 +94,7 @@ Extension [ extension #72 amqp version 1.7.1 ] { - Static methods [0] { } - - Properties [11] { + - Properties [15] { Property [ private $login ] Property [ private $password ] Property [ private $host ] @@ -94,9 +106,13 @@ Extension [ extension #72 amqp version 1.7.1 ] { Property [ private $channel_max ] Property [ private $frame_max ] Property [ private $heartbeat ] + Property [ private $cacert ] + Property [ private $key ] + Property [ private $cert ] + Property [ private $verify ] } - - Methods [29] { + - Methods [37] { Method [ public method __construct ] { - Parameters [1] { @@ -279,6 +295,58 @@ Extension [ extension #72 amqp version 1.7.1 ] { - Parameters [0] { } } + + Method [ public method getCACert ] { + + - Parameters [0] { + } + } + + Method [ public method setCACert ] { + + - Parameters [1] { + Parameter #0 [ $cacert ] + } + } + + Method [ public method getCert ] { + + - Parameters [0] { + } + } + + Method [ public method setCert ] { + + - Parameters [1] { + Parameter #0 [ $cert ] + } + } + + Method [ public method getKey ] { + + - Parameters [0] { + } + } + + Method [ public method setKey ] { + + - Parameters [1] { + Parameter #0 [ $key ] + } + } + + Method [ public method getVerify ] { + + - Parameters [0] { + } + } + + Method [ public method setVerify ] { + + - Parameters [1] { + Parameter #0 [ $verify ] + } + } } } @@ -299,7 +367,7 @@ Extension [ extension #72 amqp version 1.7.1 ] { Property [ private $prefetch_size ] } - - Methods [13] { + - Methods [19] { Method [ public method __construct ] { - Parameters [1] { @@ -313,6 +381,12 @@ Extension [ extension #72 amqp version 1.7.1 ] { } } + Method [ public method close ] { + + - Parameters [0] { + } + } + Method [ public method getChannelId ] { - Parameters [0] { @@ -383,6 +457,41 @@ Extension [ extension #72 amqp version 1.7.1 ] { Parameter #0 [ $requeue ] } } + + Method [ public method confirmSelect ] { + + - Parameters [0] { + } + } + + Method [ public method waitForConfirm ] { + + - Parameters [1] { + Parameter #0 [ $timeout ] + } + } + + Method [ public method setConfirmCallback ] { + + - Parameters [2] { + Parameter #0 [ $ack_callback ] + Parameter #1 [ $nack_callback ] + } + } + + Method [ public method setReturnCallback ] { + + - Parameters [1] { + Parameter #0 [ $return_callback ] + } + } + + Method [ public method waitForBasicReturn ] { + + - Parameters [1] { + Parameter #0 [ $timeout ] + } + } } } @@ -755,7 +864,7 @@ Extension [ extension #72 amqp version 1.7.1 ] { } } - Class [ class AMQPEnvelope ] { + Class [ class AMQPBasicProperties ] { - Constants [0] { } @@ -766,12 +875,7 @@ Extension [ extension #72 amqp version 1.7.1 ] { - Static methods [0] { } - - Properties [18] { - Property [ private $body ] - Property [ private $delivery_tag ] - Property [ private $is_redelivery ] - Property [ private $exchange_name ] - Property [ private $routing_key ] + - Properties [14] { Property [ private $content_type ] Property [ private $content_encoding ] Property [ private $headers ] @@ -785,28 +889,29 @@ Extension [ extension #72 amqp version 1.7.1 ] { Property [ private $type ] Property [ private $user_id ] Property [ private $app_id ] + Property [ private $cluster_id ] } - - Methods [21] { + - Methods [15] { Method [ public method __construct ] { - Parameters [0] { } } - Method [ public method getBody ] { + Method [ public method getContentType ] { - Parameters [0] { } } - Method [ public method getRoutingKey ] { + Method [ public method getContentEncoding ] { - Parameters [0] { } } - Method [ public method getDeliveryTag ] { + Method [ public method getHeaders ] { - Parameters [0] { } @@ -818,31 +923,31 @@ Extension [ extension #72 amqp version 1.7.1 ] { } } - Method [ public method getExchangeName ] { + Method [ public method getPriority ] { - Parameters [0] { } } - Method [ public method isRedelivery ] { + Method [ public method getCorrelationId ] { - Parameters [0] { } } - Method [ public method getContentType ] { + Method [ public method getReplyTo ] { - Parameters [0] { } } - Method [ public method getContentEncoding ] { + Method [ public method getExpiration ] { - Parameters [0] { } } - Method [ public method getType ] { + Method [ public method getMessageId ] { - Parameters [0] { } @@ -854,49 +959,83 @@ Extension [ extension #72 amqp version 1.7.1 ] { } } - Method [ public method getPriority ] { + Method [ public method getType ] { - Parameters [0] { } } - Method [ public method getExpiration ] { + Method [ public method getUserId ] { - Parameters [0] { } } - Method [ public method getUserId ] { + Method [ public method getAppId ] { - Parameters [0] { } } - Method [ public method getAppId ] { + Method [ public method getClusterId ] { + + - Parameters [0] { + } + } + } + } + + Class [ class AMQPEnvelope extends AMQPBasicProperties ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [5] { + Property [ private $body ] + Property [ private $delivery_tag ] + Property [ private $is_redelivery ] + Property [ private $exchange_name ] + Property [ private $routing_key ] + } + + - Methods [22] { + Method [ public method __construct ] { - Parameters [0] { } } - Method [ public method getMessageId ] { + Method [ public method getBody ] { - Parameters [0] { } } - Method [ public method getReplyTo ] { + Method [ public method getRoutingKey ] { - Parameters [0] { } } - Method [ public method getCorrelationId ] { + Method [ public method getDeliveryTag ] { - Parameters [0] { } } - Method [ public method getHeaders ] { + Method [ public method getExchangeName ] { + + - Parameters [0] { + } + } + + Method [ public method isRedelivery ] { - Parameters [0] { } @@ -915,6 +1054,90 @@ Extension [ extension #72 amqp version 1.7.1 ] { Parameter #0 [ $name ] } } + + Method [ public method getContentType ] { + + - Parameters [0] { + } + } + + Method [ public method getContentEncoding ] { + + - Parameters [0] { + } + } + + Method [ public method getHeaders ] { + + - Parameters [0] { + } + } + + Method [ public method getDeliveryMode ] { + + - Parameters [0] { + } + } + + Method [ public method getPriority ] { + + - Parameters [0] { + } + } + + Method [ public method getCorrelationId ] { + + - Parameters [0] { + } + } + + Method [ public method getReplyTo ] { + + - Parameters [0] { + } + } + + Method [ public method getExpiration ] { + + - Parameters [0] { + } + } + + Method [ public method getMessageId ] { + + - Parameters [0] { + } + } + + Method [ public method getTimestamp ] { + + - Parameters [0] { + } + } + + Method [ public method getType ] { + + - Parameters [0] { + } + } + + Method [ public method getUserId ] { + + - Parameters [0] { + } + } + + Method [ public method getAppId ] { + + - Parameters [0] { + } + } + + Method [ public method getClusterId ] { + + - Parameters [0] { + } + } } } diff --git a/php-pecl-amqp-dev.spec b/php-pecl-amqp-dev.spec index 908a494..4b5b834 100644 --- a/php-pecl-amqp-dev.spec +++ b/php-pecl-amqp-dev.spec @@ -26,16 +26,22 @@ %else %global ini_name 40-%{pecl_name}.ini %endif +%global prever beta1 Summary: Communicate with any AMQP compliant server Name: %{?sub_prefix}php-pecl-amqp -Version: 1.7.1 -Release: 2%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Version: 1.8.0 +Release: 0.1.%{prever}%{?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 +Source1: https://raw.githubusercontent.com/pdezwart/php-amqp/v1.8.0beta1/amqp_basic_properties.c +Source2: https://raw.githubusercontent.com/pdezwart/php-amqp/v1.8.0beta1/amqp_basic_properties.h +Source3: https://raw.githubusercontent.com/pdezwart/php-amqp/v1.8.0beta1/amqp_methods_handling.c +Source4: https://raw.githubusercontent.com/pdezwart/php-amqp/v1.8.0beta1/amqp_methods_handling.h + BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root BuildRequires: %{?scl_prefix}php-devel > 5.3.0 BuildRequires: %{?scl_prefix}php-pear @@ -111,6 +117,8 @@ sed -e 's/role="test"/role="src"/' \ -i package.xml mv %{pecl_name}-%{version}%{?prever} NTS +cp %{SOURCE1} %{SOURCE2} %{SOURCE3} %{SOURCE4} NTS + cd NTS sed -e 's/CFLAGS="-I/CFLAGS="-fPIC -I/' -i config.m4 @@ -161,6 +169,11 @@ extension = %{pecl_name}.so ;amqp.channel_max = 256 ;amqp.frame_max = 131072 ;amqp.heartbeat = 0 + +;amqp.cacert = '' +;amqp.cert = '' +;amqp.key = '' +;amqp.verify = '' EOF %if %{with_zts} @@ -297,6 +310,9 @@ fi %changelog +* Tue Nov 1 2016 Remi Collet - 1.8.0-0.1.beta1 +- update to 1.8.0beta1 + * Wed Sep 14 2016 Remi Collet - 1.7.1-2 - rebuild for PHP 7.1 new API version -- cgit