X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=http.c;h=899083fcb9b7ee3a6a0631e023ad336f730638fa;hb=ad5c874bc157f84d7e9c2fcd261adcfef4b2efe3;hp=4c285ef23c8872f2f9c3af4650e11b7a2387a072;hpb=d046681a7b929ef813849cfe38fbceb333f0b0eb;p=m6w6%2Fext-http diff --git a/http.c b/http.c index 4c285ef..899083f 100644 --- a/http.c +++ b/http.c @@ -39,6 +39,7 @@ # include "php_http_filter_api.h" # include "php_http_util_object.h" # include "php_http_message_object.h" +# include "php_http_querystring_object.h" # ifndef WONKY # include "php_http_response_object.h" # endif @@ -251,6 +252,7 @@ PHP_MINIT_FUNCTION(http) if ( (SUCCESS != PHP_MINIT_CALL(http_filter)) || (SUCCESS != PHP_MINIT_CALL(http_util_object)) || (SUCCESS != PHP_MINIT_CALL(http_message_object)) || + (SUCCESS != PHP_MINIT_CALL(http_querystring_object))|| # ifndef WONKY (SUCCESS != PHP_MINIT_CALL(http_response_object)) || # endif /* WONKY */