X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;ds=sidebyside;f=http.c;h=831040916bf2eef7a72ff7e082ddf55644d75d18;hb=1a0dbb96fbe46a2edec1c813798cef7b0898eebe;hp=bbbb03aa99b20d95bbf32791b357f417c896f6ac;hpb=98e0618077ab00672dd0e6e134d4722e033d827e;p=m6w6%2Fext-http diff --git a/http.c b/http.c index bbbb03a..8310409 100644 --- a/http.c +++ b/http.c @@ -34,6 +34,7 @@ #ifdef HTTP_HAVE_ZLIB # include "php_http_encoding_api.h" #endif +#include "php_http_url_api.h" #ifdef ZEND_ENGINE_2 # include "php_http_filter_api.h" @@ -348,8 +349,9 @@ PHP_MINFO_FUNCTION(http) "HttpInflateStream, " # endif # ifndef WONKY - "HttpResponse" + "HttpResponse, " # endif + "HttpQueryString" #endif ); php_info_print_table_row(2, "Output Handlers", "ob_deflatehandler, ob_inflatehandler, ob_etaghandler");