From a7594cb74f0df0737b460153775e93010e923934 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 18 Aug 2017 14:51:44 +0200 Subject: [PATCH 1/3] Fixed bug #75093 OpenSSL support not detected --- ext/curl/config.m4 | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ext/curl/config.m4 b/ext/curl/config.m4 index 63682e0f067..d99c4335aee 100644 --- a/ext/curl/config.m4 +++ b/ext/curl/config.m4 @@ -73,6 +73,8 @@ if test "$PHP_CURL" != "no"; then save_CFLAGS="$CFLAGS" CFLAGS="`$CURL_CONFIG --cflags`" + save_LDFLAGS="$LDFLAGS" + LDFLAGS="`$CURL_CONFIG --libs`" AC_PROG_CPP AC_MSG_CHECKING([for openssl support in libcurl]) @@ -130,6 +132,7 @@ int main(int argc, char *argv[]) ]) CFLAGS="$save_CFLAGS" + LDFLAGS="$save_LDFLAGS" else AC_MSG_RESULT([no]) fi From b28912b0f767cf2deebbfaca30b2bea900416ce0 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 18 Aug 2017 14:52:11 +0200 Subject: [PATCH 2/3] NEWS --- NEWS | 2 ++ 1 file changed, 2 insertions(+) diff --git a/NEWS b/NEWS index d6b2ecdd2ad..bc8ce93fc01 100644 --- a/NEWS +++ b/NEWS @@ -2,6 +2,8 @@ PHP NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| ?? ??? 2017 PHP 7.0.24 +- CURL: + . Fixed bug #75093 (OpenSSL support not detected). (Remi) 31 Aug 2017 PHP 7.0.23 From de0b816b49544cfdcbdf4add86db4427559b6989 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 18 Aug 2017 14:52:30 +0200 Subject: [PATCH 3/3] NEWS --- NEWS | 2 ++ 1 file changed, 2 insertions(+) diff --git a/NEWS b/NEWS index 7d4c88d12d9..437d93d39be 100644 --- a/NEWS +++ b/NEWS @@ -2,6 +2,8 @@ PHP NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| ?? ??? ????, PHP 7.1.10 +- CURL: + . Fixed bug #75093 (OpenSSL support not detected). (Remi) 31 Aug 2017, PHP 7.1.9