summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFelipe Pena <felipe@php.net>2008-11-07 21:18:45 +0000
committerFelipe Pena <felipe@php.net>2008-11-07 21:18:45 +0000
commit9d052f239feae6407a9a740dac04f70ecd8e2698 (patch)
treec5a781639920af759065db4f878237445ecb0e8a
parent482d6ad927143d65ecae87a8903fd6ce52bdbc93 (diff)
downloadphp-git-9d052f239feae6407a9a740dac04f70ecd8e2698.tar.gz
MFH:
- Fixed bug #46521 (Curl ZTS OpenSSL, error in config.m4 fragment) Noticed by: jd at cpanel dot net
-rw-r--r--NEWS2
-rw-r--r--ext/curl/config.m42
2 files changed, 3 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index fbe4692fb5..18f222f369 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,8 @@
PHP NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
?? Nov 2008, PHP 5.2.7
+- Fixed bug #46521 (Curl ZTS OpenSSL, error in config.m4 fragment).
+ (jd at cpanel dot net)
06 Nov 2008, PHP 5.2.7RC3
- Added PHP_MAJOR_VERSION, PHP_MINOR_VERSION, PHP_RELEASE_VERSION,
diff --git a/ext/curl/config.m4 b/ext/curl/config.m4
index 97cd652718..9452b9cd55 100644
--- a/ext/curl/config.m4
+++ b/ext/curl/config.m4
@@ -75,7 +75,7 @@ if test "$PHP_CURL" != "no"; then
}
],[
AC_MSG_RESULT([yes])
- AC_CHECK_HEADER([openssl/crypto.h], [
+ AC_CHECK_HEADERS([openssl/crypto.h], [
AC_DEFINE([HAVE_CURL_OPENSSL], [1], [Have cURL with OpenSSL support])
])
], [