Update packages depending on HTTP_Request2?

[email protected] (Alexey Borzov) Tue, 7 Jun 2022 13:40:06 +0300
Newsgroups php.pear.dev
Message-ID <[email protected]>
Hi,

Recent composer releases of HTTP_Request2 are no longer setting the 
include_path, relying on autoloading instead.

Unfortunately there are several packages depending on HTTP_Request2 that do an 
unconditional
require_once 'HTTP/Request2.php';

These work when installed with PEAR but break with composer. See e.g.
https://github.com/pear/HTTP_Request2/issues/18
https://github.com/pear/HTTP_Request2/issues/28

The first issue even has a PR for XML_RPC2 attached that wasn't merged for a 
couple years.

I can do PRs for affected packages, a question is: can someone merge them and 
tag the new versions?