X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=http_functions.c;h=9b57b64204d8254bcf2ae0a34834b5ac4c227734;hp=aeeea5b9eca8e35be5f30ab24fb08ce2e04e5f17;hb=e006146f6dc8601b2123d10e87311d06325231e7;hpb=1076272e2da97d6df6c2f2423b92a1694709e65a diff --git a/http_functions.c b/http_functions.c index aeeea5b..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" @@ -586,7 +587,6 @@ PHP_FUNCTION(http_chunked_decode) * 0 => array( * 'Status' => '200 Ok', * 'Content-Type' => 'text/plain', - * 'Content-Language' => 'en-US' * ), * 1 => "Hello World!" @@ -977,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();