- use exceptions in constructors and HttpRequest::send()
[m6w6/ext-http] / config.w32
index 93e5330f13faab6867a23fb76301ee2cee1e7a63..fcb66b60c3b3393866f1a6876da9199c865b52e7 100644 (file)
@@ -5,7 +5,7 @@ ARG_ENABLE("http", "whether to enable extended HTTP support", "no");
 
 if (PHP_HTTP != "no") {
        EXTENSION("http",
-               "http.c http_functions.c http_methods.c "+
+               "http.c http_functions.c http_methods.c http_exception_object.c "+
                "http_util_object.c http_message_object.c "+
                "http_request_object.c http_response_object.c "+
                "http_api.c http_auth_api.c http_cache_api.c "+