aboutsummaryrefslogtreecommitdiff
path: root/lang/php7-pecl-http
Commit message (Collapse)AuthorAge
* 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>