X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=config.w32;h=7b6366499d94b49b833061a719d7fe9a70f55c25;hp=ed909dc4e364210e9a1780cbd84ac4ab3a5471ca;hb=c4f87eca8a03263a6506ae2ddc56f76b6b988c51;hpb=dfb7bdcf442027ae56af9084f57c57cfe4878c7f diff --git a/config.w32 b/config.w32 index ed909dc..7b63664 100644 --- a/config.w32 +++ b/config.w32 @@ -11,7 +11,7 @@ function check_for_main_ext(ext, header) /* When in configure, we're always in the root of PHP source */ var ext_path = "ext\\" + ext; - + STDOUT.Write("Checking for ext/"+ ext +" ... "); if (FSO.FileExists(ext_path + "\\" + header)) { @@ -28,10 +28,10 @@ function check_for_pecl_ext(ext, header) if (!header) { header = "php_"+ ext +".h"; } - + var g; var s = ext +"\\"+ header; - + STDOUT.Write("Checking for pecl/"+ ext +" ... "); if ( (g = glob(configure_module_dirname +"\\..\\"+ s)) || (g = glob(configure_module_dirname +"\\..\\..\\..\\pecl\\"+ s))) { @@ -45,79 +45,87 @@ function check_for_pecl_ext(ext, header) if (PHP_HTTP != "no") { - EXTENSION("http", - "missing.c http.c http_functions.c http_exception_object.c "+ - "http_util_object.c http_message_object.c http_requestpool_object.c "+ - "http_request_object.c http_response_object.c "+ - "http_api.c http_cache_api.c http_request_pool_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 "+ - "http_info_api.c http_request_method_api.c http_encoding_api.c "+ - "http_filter_api.c http_request_body_api.c http_querystring_object.c "+ - "http_deflatestream_object.c http_inflatestream_object.c "+ - "http_cookie_api.c http_querystring_api.c", - null, - "/I\"" + configure_module_dirname + "/phpstr\""); - ADD_SOURCES(configure_module_dirname + "/phpstr", "phpstr.c", "http"); + var PHP_HTTP_SRC_ARRAY = glob(configure_module_dirname + "/src/*.c"); + var PHP_HTTP_SOURCES=""; + for (var i=0; i