aboutsummaryrefslogtreecommitdiff
path: root/lang/php7-pecl-http
Commit message (Collapse)AuthorAge
* 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>
* php7-pecl-http: update to version 3.2.4Michael Heimpold2021-11-07
| | | | | | | | This is the latest version, which still has support for PHP 7.x. It's an intermediate step in the transition to PHP 8.x. Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* php7: rename PECLPackage to PHP7PECLPackage to prepare PHP8 transitionMichael Heimpold2021-02-01
| | | | Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* php7-pecl-http: adapt to PHP 7.4Michael Heimpold2019-12-21
| | | | Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* php7-pecl-http: update to 3.2.3Michael Heimpold2019-11-30
| | | | Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* php7-pecl-http: update to 3.2.1Michael Heimpold2019-09-08
| | | | Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* php7-pecl-http: Fix wrong licurl defineRosen Penev2019-06-15
| | | | | | libcurl changed the option name a while back. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* php7-pecl-http: give hint about zlib staging dirMichael Heimpold2019-02-04
| | | | | | | Buildbots currently fail to find zlib souces, so try to give this hint with configure parameters. Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* php7-pecl-http: ensure libidnkit is disabledEneas U de Queiroz2018-12-09
| | | | | | Otherwise, configure may pick up the host system library. Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
* php7-pecl-http: update to 3.2.0Michael Heimpold2018-08-17
| | | | | | Drop already upstreamed patches. Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* php7-pecl-http: fix build if libidn and libidn2 are both availableMichael Heimpold2018-04-18
| | | | | | | We now select libidn2 as dependency, but libidn -if available- is also linked against. Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* php7-pecl-http: add dependency to php7-mod-hashMichael Heimpold2017-11-25
| | | | Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* treewide: run "make check FIXUP=1"Etienne Champetier2017-08-29
| | | | | | | | | | fix Makefile chmod (644) replace MD5SUM with HASH add PKG_MIRROR_HASH when PKG_SOURCE_PROTO:=git (PKG_SOURCE_PROTO:=svn tarballs are not reproducible for now) Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
* php7-pecl-http: add a patch to fix a segfault during php startupMichael Heimpold2017-06-04
| | | | | | | | | | | The extensions tries to register some string constants after quering version strings from underlaying libcurl. However, depending on libcurl's configuration these strings could also be NULL, which was not handled properly. An upstream pull request for this patch is waiting for review. Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* php7-pecl-http: remove left-over backup directoryMichael Heimpold2017-03-27
| | | | | | | This directory was added by mistake in one of the last commits to this package, just remove it, it's not needed. Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* lang/php7-pecl-http: Drop mbed TLS 1.3 (PolarSSL)Daniel Engberg2017-01-01
| | | | | | Drop mbed TLS 1.3 (PolarSSL) option as it's EOL. Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
* php7-pecl-http: fix build for big endian (fixes #3691)Michael Heimpold2016-12-23
| | | | | | While at, improve pre-seeded dependency detection. Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* php7-pecl-http: upgrade to 3.1.0Michael Heimpold2016-12-22
| | | | Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* php7-pecl-http: fix build when host has php installed (refs #3149)Michael Heimpold2016-09-08
| | | | | | | | | | | | When php is installed on the host system, then the configure tries to obtain from this binary whether some extensions are available. This prevents the cross build when the desired extensions are not present - which is the usual case. So add a patch to prevent configure from doing this - we give this information via environment variable during build already. Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* php7-pecl-http: fix build when php5 is build in parallel (fixes #3149)Michael Heimpold2016-09-07
| | | | | | | | | | | | - remove hack to find required packages: when php5-pecl-{raphf,propro} was built in paralle, then the hack could not determine which build directory must be used; this was resolved by a previous commit, both packages now install their header files in the staging area so that this pecl module will find it properly - refine build dir to avoid collision with (possible) php5 package variant Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* php7-pecl-http: add new packageMichael Heimpold2016-09-06
Quote: This PHP HTTP extension aims to provide a convenient and powerful set of functionality for one of PHPs major applications: it eases handling of HTTP urls, headers and messages, provides means for negotiation of a client's preferred content type, language and charset, as well as a convenient way to send any arbitrary data with caching and resuming capabilities. It provides powerful request functionality with support for parallel requests. Signed-off-by: Michael Heimpold <mhei@heimpold.de>