aboutsummaryrefslogtreecommitdiff
path: root/lang/php8-pecl-http/Makefile
Commit message (Collapse)AuthorAge
* php8-pecl-http: bump package releaseMichael Heimpold2022-12-15
| | | | | | | 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>
* php8-pecl-http: update to 4.2.3Michael Heimpold2022-10-05
| | | | Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* php8-pecl-http: update to 4.2.2Michael Heimpold2022-03-19
| | | | Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* php8-pecl-http: add compile-time hint about TLS13 ciphers (fixes #17332)Michael Heimpold2021-12-19
| | | | | | | | | 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>
* php7-pecl-http: migrate package to php8-pecl-httpMichael Heimpold2021-12-09
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>