mirror of
https://github.com/php/php-src.git
synced 2026-04-27 01:48:26 +02:00
bc8fece0cf
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.