From 1dde36209c555436a51ff29ded4c8656c07fc05f Mon Sep 17 00:00:00 2001 From: Michael Wallner Date: Sat, 4 Feb 2006 20:53:42 +0000 Subject: [PATCH] - attempt to fix win32 build; not sure, though, if it's going to work... --- config.w32 | 2 ++ 1 file changed, 2 insertions(+) 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") && -- 2.30.2