Open nagyt234 opened 3 years ago
Sounds like related to https://github.com/oerdnj/deb.sury.org/issues/1442
Folks, you need to stop using PHP versions that reached End-Of-Life years ago and still expect that everything would work and bugs will get fixed. They won't, this is just legacy.
Any idea?
Upgrade your code to PHP 8.0.
@oerdnj You are absolutely right. The problem is, that I have to run a legacy system, which works on Ubuntu 16 with PHP 5.6 without any problem, but the operating system must be a supported system because of the company's security policy, so I can not use Ubuntu 16 anymore.
My only recommendation here would be to try to compile the raphf
, propro
and pecl_http
extensions by hand and see whether you can find a combination of versions that does work.
The simple php program which instantiates http\Client generates an exception on Ubuntu 18:
PHP version:
Installed php and curl packages:
Any idea?