X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=config9.m4;h=2a03cef672873456f48ab50d5f3d8f6d47bc1509;hp=a470a3086dd676dfe0a640245146291dcc96104b;hb=14aec371d6123fbedbe13ca73b6a6d5768c635cb;hpb=59a1339c888c47745143739cd76970f1efdf18cf diff --git a/config9.m4 b/config9.m4 index a470a30..2a03cef 100644 --- a/config9.m4 +++ b/config9.m4 @@ -8,8 +8,6 @@ PHP_ARG_WITH([http-zlib-dir], [], [ --with-http-zlib-dir[=DIR] HTTP: where to find zlib], $PHP_HTTP, $PHP_HTTP) PHP_ARG_WITH([http-libcurl-dir], [], [ --with-http-libcurl-dir[=DIR] HTTP: where to find libcurl], $PHP_HTTP, $PHP_HTTP) -PHP_ARG_WITH([http-libserf-dir], [], -[ --with-http-libserf-dir[=DIR] HTTP: where to find libserf], $PHP_HTTP, $PHP_HTTP) PHP_ARG_WITH([http-libevent-dir], [], [ --with-http-libevent-dir[=DIR] HTTP: where to find libevent], $PHP_HTTP_LIBCURL_DIR, "") @@ -399,6 +397,7 @@ dnl ---- php_http_cookie.c \ php_http_encoding.c \ php_http_env.c \ + php_http_env_request.c \ php_http_env_response.c \ php_http_etag.c \ php_http_exception.c \ @@ -437,10 +436,12 @@ dnl ---- PHP_HTTP_HEADERS=" php_http.h \ + php_http_api.h \ php_http_buffer.h \ php_http_cookie.h \ php_http_encoding.h \ php_http_env.h \ + php_http_env_request.h \ php_http_env_response.h \ php_http_etag.h \ php_http_exception.h \