From f72e5643816252292977376ff509c62f51913c97 Mon Sep 17 00:00:00 2001 From: Michael Wallner Date: Tue, 12 Apr 2005 14:57:55 +0000 Subject: [PATCH] - missing inluce - old macro --- http_functions.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/http_functions.c b/http_functions.c index e4f3cae..9b57b64 100644 --- a/http_functions.c +++ b/http_functions.c @@ -20,6 +20,7 @@ #endif #include "php.h" +#include "php_ini.h" #include "ext/standard/info.h" #include "ext/session/php_session.h" #include "ext/standard/php_string.h" @@ -976,7 +977,7 @@ PHP_FUNCTION(http_build_query) } if (!arg_sep_len) { - arg_sep = HTTP_URL_ARGSEP_DEFAULT; + arg_sep = HTTP_URL_ARGSEP; } formstr = phpstr_new(); -- 2.30.2