X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=config.w32;h=68bf7bc9bf9b6bb93dde9017f7ff0529e2ff45ba;hb=84a00407857506ab8cfb9335cbe5f495a68e0880;hp=c82eca464f9848b4825a7273e072141e41c1b186;hpb=24d2d35cd00eca44a97a6b11340c2790421216fa;p=m6w6%2Fext-http diff --git a/config.w32 b/config.w32 index c82eca4..68bf7bc 100644 --- a/config.w32 +++ b/config.w32 @@ -61,6 +61,7 @@ if (PHP_HTTP != "no") { "/I\"" + configure_module_dirname + "/phpstr\""); ADD_SOURCES(configure_module_dirname + "/phpstr", "phpstr.c", "http"); AC_DEFINE("HAVE_HTTP", 1, "Have extended HTTP support"); + AC_DEFINE("HTTP_SHARED_DEPS", 1, "Depend on shared extensions"); if (PHP_DEBUG != "no") { ADD_FLAG("CFLAGS_HTTP", "/W3"); @@ -78,7 +79,7 @@ if (PHP_HTTP != "no") { if ((f = check_for_pecl_ext("hash")) || (f = check_for_main_ext("hash"))) { ADD_FLAG("CFLAGS_HTTP", "/I"+ f); - AC_DEFINE("HTTP_HAVE_EXT_HASH", 1, ""); + AC_DEFINE("HTTP_HAVE_PHP_HASH_H", 1, ""); ADD_EXTENSION_DEP("http", "hash", true); } } @@ -104,6 +105,7 @@ if (PHP_HTTP != "no") { AC_DEFINE("HAVE_CURL_MULTI_STRERROR", 1, ""); AC_DEFINE("HAVE_CURL_EASY_STRERROR", 1, ""); AC_DEFINE("HAVE_CURL_EASY_RESET", 1, ""); + AC_DEFINE("HAVE_CURL_GETFORMDATA", 1, ""); } else { WARNING("curl convenience functions not enabled; libraries and headers not found"); }