php-src/ext/curl
Carsten Brandt 3fd7d819b8
Fixed finding CURL on systems with multiarch support
fixes https://bugs.php.net/bug.php?id=74125

This commit makes the cURL config script aware of debian/ubuntu
[multiarch support][1] which installs architecture specific
headers in a different location.

It checks whether the `dpkg-architecture` script exists and is
executeable, if that is the case, the multiarch architecture is
detected by calling `dpkg-architecture -qDEB_HOST_MULTIARCH` as
documented in [debian multiarch implementation docs][2]:

> `/usr/include/<triplet>`: used for arch-varying headers

[1]: https://wiki.debian.org/Multiarch
[2]: https://wiki.debian.org/Multiarch/Implementation
2017-07-25 06:58:11 +01:00
..
tests deps updated, cherry-pick 88642decf9 2017-03-27 19:38:20 +02:00
config.m4 Fixed finding CURL on systems with multiarch support 2017-07-25 06:58:11 +01:00
config.w32 Fixed bug #71227 Can't compile php_curl statically 2016-01-07 18:55:05 +01:00
CREDITS
curl_file.c Merge branch 'PHP-5.6' into PHP-7.0 2017-01-15 17:32:26 -08:00
interface.c Update copyright headers to 2017 2017-01-04 11:14:55 -06:00
multi.c Update copyright headers to 2017 2017-01-04 11:14:55 -06:00
package.xml Fix typo + DSP reference 2015-06-22 13:30:12 +02:00
php_curl.h Update copyright headers to 2017 2017-01-04 11:14:55 -06:00
share.c Update copyright headers to 2017 2017-01-04 11:14:55 -06:00