diff options
author | Remi Collet <remi@remirepo.net> | 2023-07-30 09:44:40 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2023-07-30 09:44:40 +0200 |
commit | 94940494437671ad02a88e3b7074406700f680b1 (patch) | |
tree | 3e842724523de7a6c1ba35c81a651d73c98045e4 /PHPINFO | |
parent | e232d6aa9df3ce3c11b2910cd90c499c7cd00df2 (diff) |
update to 2.0.0alpha1
drop patch merged upstream
raise dependency on PHP 7.4
open https://github.com/php-amqp/php-amqp/issues/439 librabbitmq min version
Diffstat (limited to 'PHPINFO')
-rw-r--r-- | PHPINFO | 9 |
1 files changed, 4 insertions, 5 deletions
@@ -1,11 +1,10 @@ amqp -Version => 1.11.0 -Revision => release -Compiled => Dec 1 2021 @ 00:00:00 +Version => 2.0.0alpha1 +Compiled => Jul 30 2023 @ 00:00:00 AMQP protocol version => 0-9-1 -librabbitmq version => 0.12.0 +librabbitmq version => 0.13.0 Default max channels per connection => 256 Default max frame size => 131072 Default heartbeats interval => 0 @@ -33,4 +32,4 @@ amqp.cacert => no value => no value amqp.cert => no value => no value amqp.key => no value => no value amqp.verify => 1 => 1 -amqp.sasl_method => 0 => 0 +amqp.sasl_method => no value => no value |