Commit Graph

5 Commits

Author SHA1 Message Date
Michael Heimpold
150c1bd0cb php8-pecl-http: bump package release
We need to bump the package release number to force a rebuild
against new PHP ABI version.

Signed-off-by: Michael Heimpold <mhei@heimpold.de>
2022-12-19 10:49:39 +08:00
Michael Heimpold
507b6a3795 php8-pecl-http: update to 4.2.3
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
2022-11-03 11:38:37 +08:00
Michael Heimpold
19e8f9ae68 php8-pecl-http: update to 4.2.2
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
2022-03-21 05:39:31 +00:00
Michael Heimpold
087af50d41 php8-pecl-http: add compile-time hint about TLS13 ciphers (fixes #17332)
When cURL is built with OpenSSL as backend SSL/TLS library,
pecl_http's configure tries to detect whether TLS 1.3 ciphers
are enabled. This does not work when cross-compiling so let's
pass it based on OpenSSL build configuration.

Signed-off-by: Michael Heimpold <mhei@heimpold.de>
2021-12-21 06:40:14 +00:00
Michael Heimpold
8e6f2bb03d php7-pecl-http: migrate package to php8-pecl-http
Only a newer version of upstream includes support for PHP8, so while
migrating we need to update to latest upstream version.

We also need to adjust dependencies since JSON is now always integrated
not longer available as dedicated package.

Signed-off-by: Michael Heimpold <mhei@heimpold.de>
2021-12-15 10:15:52 +00:00