X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=config.m4;h=8b3a49f107c0932d3a29ed7a4a49c31011602c88;hp=9fb219feb5792458a78f50d31cceb13bc2c47e76;hb=d04466a4756cc1ccf2fc17fa807ee0d372d912a7;hpb=4a881fb37338bfeacd40c42a97f334c9faed299a diff --git a/config.m4 b/config.m4 index 9fb219f..8b3a49f 100644 --- a/config.m4 +++ b/config.m4 @@ -72,7 +72,8 @@ dnl ---- dnl DONE dnl ---- PHP_HTTP_SOURCES="http.c http_functions.c http_methods.c phpstr/phpstr.c \ - http_util_object.c http_message_object.c http_request_object.c http_response_object.c \ + http_util_object.c http_message_object.c http_request_object.c \ + http_response_object.c http_exception_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_message_api.c http_send_api.c http_url_api.c" PHP_NEW_EXTENSION([http], $PHP_HTTP_SOURCES, [$ext_shared])