]> granicus.if.org Git - php/commit
Don't warn if libcurl SSL library not detected
authorNikita Popov <nikita.ppv@gmail.com>
Wed, 12 Jun 2019 13:26:06 +0000 (15:26 +0200)
committerNikita Popov <nikita.ppv@gmail.com>
Wed, 12 Jun 2019 13:26:50 +0000 (15:26 +0200)
commitbc8fece0cf43be05dcf5022b851d5429c8977401
tree470bdc17ca243a15cc39e8cda8e594dfac7a5990
parente1f65e2d97030d95fe5d31e2589a684c2220143e
Don't warn if libcurl SSL library not detected

libcurl may link against 7 different ssl libraries, all of which
are thread-safe -- apart from openssl, of course. We check for
openssl and register locking callbacks in that case, but we should
not warn if any other library is used.
ext/curl/config.m4
ext/curl/interface.c