]> granicus.if.org Git - php/commitdiff
MFH:
authorFelipe Pena <felipe@php.net>
Fri, 7 Nov 2008 21:18:45 +0000 (21:18 +0000)
committerFelipe Pena <felipe@php.net>
Fri, 7 Nov 2008 21:18:45 +0000 (21:18 +0000)
- Fixed bug #46521 (Curl ZTS OpenSSL, error in config.m4 fragment)
  Noticed by: jd at cpanel dot net

NEWS
ext/curl/config.m4

diff --git a/NEWS b/NEWS
index fbe4692fb590bb08b1c1588065f3c6fea4afc2c1..18f222f36970b16308d54c6022b71bc9918a9ff6 100644 (file)
--- 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,
index 97cd65271857c1aed58c20a31599b95125c2e97f..9452b9cd55d49b4f481f19dffb81e513572a2206 100644 (file)
@@ -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])
     ])
    ], [