diff options
author | Remi Collet <remi@remirepo.net> | 2024-01-22 12:19:33 +0100 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2024-01-22 12:19:33 +0100 |
commit | c05f52a67992a0b50893e949bd18b85948a7ac16 (patch) | |
tree | d69441b67b4d50705ade2bed37c84f063dda3329 | |
parent | 477b0b60926ff60d921e00247b87de42bca3f4eb (diff) |
-rw-r--r-- | PHPINFO | 4 | ||||
-rw-r--r-- | REFLECTION | 12 | ||||
-rw-r--r-- | php-pecl-amqp.spec | 7 |
3 files changed, 13 insertions, 10 deletions
@@ -1,8 +1,8 @@ amqp -Version => 2.1.1 -Compiled => Oct 12 2023 @ 00:00:00 +Version => 2.1.2 +Compiled => Jan 22 2024 @ 00:00:00 AMQP protocol version => 0-9-1 librabbitmq version => 0.13.0 Default max channels per connection => 256 @@ -1,4 +1,4 @@ -Extension [ <persistent> extension #126 amqp version 2.1.1 ] { +Extension [ <persistent> extension #62 amqp version 2.1.2 ] { - INI { Entry [ amqp.host <ALL> ] @@ -79,12 +79,12 @@ Extension [ <persistent> extension #126 amqp version 2.1.1 ] { } - Constants [32] { - Constant [ string AMQP_EXTENSION_VERSION ] { 2.1.1 } + Constant [ string AMQP_EXTENSION_VERSION ] { 2.1.2 } Constant [ int AMQP_EXTENSION_VERSION_MAJOR ] { 2 } Constant [ int AMQP_EXTENSION_VERSION_MINOR ] { 1 } - Constant [ int AMQP_EXTENSION_VERSION_PATCH ] { 1 } + Constant [ int AMQP_EXTENSION_VERSION_PATCH ] { 2 } Constant [ string AMQP_EXTENSION_VERSION_EXTRA ] { } - Constant [ int AMQP_EXTENSION_VERSION_ID ] { 20101 } + Constant [ int AMQP_EXTENSION_VERSION_ID ] { 20102 } Constant [ int AMQP_NOPARAM ] { 0 } Constant [ int AMQP_JUST_CONSUME ] { 1 } Constant [ int AMQP_DURABLE ] { 2 } @@ -2119,7 +2119,7 @@ Extension [ <persistent> extension #126 amqp version 2.1.1 ] { } } - Class [ <internal:amqp> final class AMQPTimestamp implements Stringable, AMQPValue ] { + Class [ <internal:amqp> final readonly class AMQPTimestamp implements Stringable, AMQPValue ] { - Constants [2] { Constant [ public float MAX ] { 1.844674407371E+19 } @@ -2166,7 +2166,7 @@ Extension [ <persistent> extension #126 amqp version 2.1.1 ] { } } - Class [ <internal:amqp> final class AMQPDecimal implements AMQPValue ] { + Class [ <internal:amqp> final readonly class AMQPDecimal implements AMQPValue ] { - Constants [4] { Constant [ public int EXPONENT_MIN ] { 0 } diff --git a/php-pecl-amqp.spec b/php-pecl-amqp.spec index 43cd57c..92b494a 100644 --- a/php-pecl-amqp.spec +++ b/php-pecl-amqp.spec @@ -3,7 +3,7 @@ # # Fedora spec file for php-pecl-amqp # -# Copyright (c) 2012-2023 Remi Collet +# Copyright (c) 2012-2024 Remi Collet # License: CC-BY-SA-4.0 # http://creativecommons.org/licenses/by-sa/4.0/ # @@ -18,7 +18,7 @@ %global with_zts 0%{!?_without_zts:%{?__ztsphp:1}} %global pecl_name amqp %global ini_name 40-%{pecl_name}.ini -%global upstream_version 2.1.1 +%global upstream_version 2.1.2 #global upstream_prever RC1 %global upstream_lower %(echo %{upstream_prever} | tr '[:upper:]' '[:lower:]') %global sources %{pecl_name}-%{upstream_version}%{?upstream_prever} @@ -288,6 +288,9 @@ fi %changelog +* Mon Jan 22 2024 Remi Collet <remi@remirepo.net> - 2.1.2-1 +- update to 2.1.2 + * Thu Oct 12 2023 Remi Collet <remi@remirepo.net> - 2.1.1-1 - update to 2.1.1 |