1
0
mirror of https://github.com/php/php-src.git synced 2026-04-27 01:48:26 +02:00
Files
archived-php-src/ext/curl
Nikita Popov bc8fece0cf 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.
2019-06-12 15:26:50 +02:00
..
2019-06-06 15:02:41 +02:00
2019-05-21 14:46:44 -07:00
2019-04-29 10:21:07 +02:00
2019-02-03 21:03:00 +01:00