X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=config.w32;h=af583c2c91e7ff9d91cf1a5dfac7aec635bbd527;hb=bbb3e0cfaf7e884c82fc42e873e47d0e6024e1b6;hp=64cecdcae1b9601548f219f4554d2388f02752e3;hpb=b2e9ffe535660f5de2ec850ddc0dd6e99a34724d;p=m6w6%2Fext-http diff --git a/config.w32 b/config.w32 index 64cecdc..af583c2 100644 --- a/config.w32 +++ b/config.w32 @@ -81,6 +81,10 @@ if (PHP_HTTP != "no") { ADD_EXTENSION_DEP("http", "hash", true); } } + + if (PHP_SESSION != "no") { + ADD_EXTENSION_DEP("http", "session", true); + } CURL_LIB = PHP_DEBUG != "no" ? "libcurld.lib":"libcurl.lib"; if (CHECK_HEADER_ADD_INCLUDE("curl/curl.h", "CFLAGS_HTTP") &&