From: Michael Wallner Date: Sat, 4 Feb 2006 20:53:42 +0000 (+0000) Subject: - attempt to fix win32 build; not sure, though, if it's going to work... X-Git-Tag: RELEASE_0_23_0~38 X-Git-Url: https://git.m6w6.name/?a=commitdiff_plain;ds=inline;h=1dde36209c555436a51ff29ded4c8656c07fc05f;p=m6w6%2Fext-http - attempt to fix win32 build; not sure, though, if it's going to work... --- diff --git a/config.w32 b/config.w32 index 911443c..ae73eae 100644 --- a/config.w32 +++ b/config.w32 @@ -85,6 +85,8 @@ if (PHP_HTTP != "no") { if (PHP_SESSION != "no") { ADD_EXTENSION_DEP("http", "session", true); } + // for http_build_query() + ADD_EXTENSION_DEP("http", "standard"); CURL_LIB = PHP_DEBUG != "no" ? "libcurld.lib":"libcurl.lib"; if (CHECK_HEADER_ADD_INCLUDE("curl/curl.h", "CFLAGS_HTTP") &&