Topic: php-pecl-amqp-1x for php8.x are missied from the repo

My applications (a bit legacy) have strong dependency on php-pecl-amqp-1.X version of the library. And the package was installed from remi-modular repo several months ago

[root@host]# yum info php-pecl-amqp-1.11.0-2.el8.remi.8.2.x86_64
Repository ol8_developer_EPEL_modular is listed more than once in the configuration
Last metadata expiration check: 0:43:30 ago on Mon Oct  2 18:15:34 2023.
Installed Packages
Name         : php-pecl-amqp
Version      : 1.11.0
Release      : 2.el8.remi.8.2
Architecture : x86_64
Size         : 477 k
Source       : php-pecl-amqp-1.11.0-2.el8.remi.8.2.src.rpm
Repository   : @System
From repo    : remi-modular
Summary      : Communicate with any AMQP compliant server
URL          : scheme://pecl.php.net/package/amqp
License      : PHP
Description  : This extension can communicate with any AMQP spec 0-9-1 compatible server,
             : such as RabbitMQ, OpenAMQP and Qpid, giving you the ability to create and
             : delete exchanges and queues, as well as publish to any exchange and consume
             : from any queue.
             :
             : Package built for PHP 8.2.

Currently I don't see any 1.X versions for php82 [scheme]://rpms.remirepo.net/enterprise/8/remi/x86_64/repoview/php82-php-pecl-amqp.html
At the same time I googled package [scheme]://rpms.southbridge.ru/rhel8/php-8.2/x86_64/php-pecl-amqp-1.11.0-2.el8.remi.8.2.x86_64.rpm which is very similiar to my old installed package

[user@host ~]$ rpm -qi php-pecl-amqp-1.11.0-2.el8.remi.8.2.x86_64.rpm
предупреждение: php-pecl-amqp-1.11.0-2.el8.remi.8.2.x86_64.rpm: Заголовок V4 RSA/SHA256 Signature, key ID 5f11735a: NOKEY
Name        : php-pecl-amqp
Version     : 1.11.0
Release     : 2.el8.remi.8.2
Architecture: x86_64
Install Date: (not installed)
Group       : Unspecified
Size        : 488059
License     : PHP
Signature   : RSA/SHA256, Чт 08 сен 2022 16:11:56, Key ID 555097595f11735a
Source RPM  : php-pecl-amqp-1.11.0-2.el8.remi.8.2.src.rpm
Build Date  : Чт 08 сен 2022 15:33:55
Build Host  : builder.remirepo.net
Relocations : (not relocatable)
Packager    : Remi Collet
Vendor      : Remi's RPM repository <[scheme]://rpms.remirepo.net/> #StandWithUkraine
URL         : [scheme]://pecl.php.net/package/amqp
Bug URL     : [scheme]://forum.remirepo.net/
Summary     : Communicate with any AMQP compliant server
Description :
This extension can communicate with any AMQP spec 0-9-1 compatible server,
such as RabbitMQ, OpenAMQP and Qpid, giving you the ability to create and
delete exchanges and queues, as well as publish to any exchange and consume
from any queue.

Package built for PHP 8.2.

So what was the reason to remove php-pecl-amqp-1.X packages from remi-modular repo and may I ask you to return the package to the repo

php-pecl-amqp-1.x and php-pecl-amqp-2.x are totally incompatible modules, as I had a change to ensure

Thank you in advance

Re: php-pecl-amqp-1x for php8.x are missied from the repo

On the first beta, v2 seems mostly compatible with v1, so I chose to not create a new package (like I sometime do, ex php-pecl-redis5 and php-pecl-redis6)
But later, the use of exception (instead of return values) was a BC break.

Yes, I only keep 2 versions in the repository (so 2.0.0 and 2.1.0)

Old versions can be downloaded from the online archive:
http://rpms.remirepo.net/store/php/pecl/amqp/

Laptop:  Fedora 38 + rpmfusion + remi (SCL only)
x86_64 builder: Fedora 39 + rpmfusion + remi-test
aarch64 builder: RHEL 9 with EPEL
Hosting Server: CentOS 8 Stream with EPEL, rpmfusion, remi