From 3ba14c94cddf6e8f031fde88e2e5325ced3d620b Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 2 Jan 2019 15:15:01 +0100 Subject: update to 1.9.4 drop patch merged upstream raise minimal PHP version to 5.6 and open https://github.com/pdezwart/php-amqp/pull/338 --- REFLECTION | 39 +++++++++++++++++++++++++++++---------- 1 file changed, 29 insertions(+), 10 deletions(-) (limited to 'REFLECTION') diff --git a/REFLECTION b/REFLECTION index fcfa799..ee989ab 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #72 amqp version 1.9.3 ] { +Extension [ extension #71 amqp version 1.9.4 ] { - INI { Entry [ amqp.host ] @@ -55,9 +55,12 @@ Extension [ extension #72 amqp version 1.9.3 ] { Entry [ amqp.verify ] Current = '1' } + Entry [ amqp.sasl_method ] + Current = '0' + } } - - Constants [22] { + - Constants [24] { Constant [ integer AMQP_NOPARAM ] { 0 } Constant [ integer AMQP_JUST_CONSUME ] { 1 } Constant [ integer AMQP_DURABLE ] { 2 } @@ -80,6 +83,8 @@ Extension [ extension #72 amqp version 1.9.3 ] { Constant [ string AMQP_EX_TYPE_HEADERS ] { headers } Constant [ integer AMQP_OS_SOCKET_TIMEOUT_ERRNO ] { 536870923 } Constant [ integer PHP_AMQP_MAX_CHANNELS ] { 256 } + Constant [ integer AMQP_SASL_METHOD_PLAIN ] { 0 } + Constant [ integer AMQP_SASL_METHOD_EXTERNAL ] { 1 } } - Classes [15] { @@ -94,7 +99,7 @@ Extension [ extension #72 amqp version 1.9.3 ] { - Static methods [0] { } - - Properties [15] { + - Properties [16] { Property [ private $login ] Property [ private $password ] Property [ private $host ] @@ -110,9 +115,10 @@ Extension [ extension #72 amqp version 1.9.3 ] { Property [ private $key ] Property [ private $cert ] Property [ private $verify ] + Property [ private $sasl_method ] } - - Methods [37] { + - Methods [39] { Method [ public method __construct ] { - Parameters [1] { @@ -347,6 +353,19 @@ Extension [ extension #72 amqp version 1.9.3 ] { Parameter #0 [ $verify ] } } + + Method [ public method getSaslMethod ] { + + - Parameters [0] { + } + } + + Method [ public method setSaslMethod ] { + + - Parameters [1] { + Parameter #0 [ $sasl_method ] + } + } } } @@ -1158,8 +1177,8 @@ Extension [ extension #72 amqp version 1.9.3 ] { Class [ final class AMQPTimestamp ] { - Constants [2] { - Constant [ string MAX ] { 18446744073709551616 } - Constant [ string MIN ] { 0 } + Constant [ public string MAX ] { 18446744073709551616 } + Constant [ public string MIN ] { 0 } } - Static properties [0] { @@ -1197,10 +1216,10 @@ Extension [ extension #72 amqp version 1.9.3 ] { Class [ final class AMQPDecimal ] { - Constants [4] { - Constant [ integer EXPONENT_MIN ] { 0 } - Constant [ integer EXPONENT_MAX ] { 255 } - Constant [ integer SIGNIFICAND_MIN ] { 0 } - Constant [ integer SIGNIFICAND_MAX ] { 4294967295 } + Constant [ public integer EXPONENT_MIN ] { 0 } + Constant [ public integer EXPONENT_MAX ] { 255 } + Constant [ public integer SIGNIFICAND_MIN ] { 0 } + Constant [ public integer SIGNIFICAND_MAX ] { 4294967295 } } - Static properties [0] { -- cgit