X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=config.w32;h=68006dfcf4f25428de2d4a7f4baa7643d132f826;hp=c37c61bd3cf0a7b1c4185a0c53365b8f67b08bbe;hb=92ebc45a45d1cd712ea9d8d9fcf8b64b115939df;hpb=c17987e25b6558974e60d20c4c10be9fd5221094 diff --git a/config.w32 b/config.w32 index c37c61b..68006df 100644 --- a/config.w32 +++ b/config.w32 @@ -123,6 +123,7 @@ if (PHP_HTTP != "no") { CHECK_LIB("normaliz.lib", "http", PHP_HTTP) && CHECK_LIB("libssl.lib;ssleay32.lib", "http", PHP_HTTP) && CHECK_LIB("libcrypto.lib;libeay32.lib", "http", PHP_HTTP) && + CHECK_LIB("crypt32.lib;libeay32.lib", "http", PHP_HTTP) && CHECK_LIB("zlib.lib;zlib_a.lib", "http", PHP_HTTP) && ADD_EXTENSION_DEP("http", "propro", true) && ADD_EXTENSION_DEP("http", "raphf", true) &&