- vastly simplified curl api and renamed it to request api (not completely finished)
[m6w6/ext-http] / config.w32
index fcb66b60c3b3393866f1a6876da9199c865b52e7..76adf5f1a47007deee199c8f6a0881cdc0cd00ab 100644 (file)
@@ -9,7 +9,7 @@ if (PHP_HTTP != "no") {
                "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 "+
-               "http_curl_api.c http_date_api.c http_headers_api.c "+
+               "http_request_api.c http_date_api.c http_headers_api.c "+
                "http_message_api.c http_send_api.c http_url_api.c ",
                null,
                "/I\"" + configure_module_dirname + "/phpstr\"");