From: Michael Wallner Date: Mon, 16 Jan 2012 15:21:25 +0000 (+0000) Subject: release 2.0.0-dev3 X-Git-Tag: DEV_2-before-client~68 X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=commitdiff_plain;h=1c2e8194e3bb4483544cdb31257bdc26953b5c5f release 2.0.0-dev3 --- diff --git a/config9.m4 b/config9.m4 index a470a30..005e77f 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, "") @@ -437,6 +435,7 @@ dnl ---- PHP_HTTP_HEADERS=" php_http.h \ + php_http_api.h \ php_http_buffer.h \ php_http_cookie.h \ php_http_encoding.h \ diff --git a/package.xml b/package.xml index c5f33b9..bc55518 100644 --- a/package.xml +++ b/package.xml @@ -19,9 +19,9 @@ Extended HTTP support. Again. mike@php.net yes - 2011-06-14 + 2012-01-16 - 2.0.0dev2 + 2.0.0dev3 2.0.0 @@ -36,11 +36,11 @@ Try it, or let it be. If you are not sure, let it be. Really. List of changes (TBD): * Everything lives below the http namespace -* Supported request libraries: curl, neon * The message body is implemented as a temp stream instead of a chunk of memory * The utterly misunderstood HttpResponse class has been reimplemented in the http\env namespace * There's only http\Exception * Every instance follows http\Object::$defaultErrorHandling or inherited http\Object->errorHandling, but only for errors generated by the extension itself +* You have to use the http\Request\Factory to create your requests/pools/datashares ]]> @@ -51,6 +51,7 @@ List of changes (TBD): + @@ -70,8 +71,6 @@ List of changes (TBD): - - @@ -89,8 +88,6 @@ List of changes (TBD): - - @@ -107,7 +104,6 @@ List of changes (TBD): - @@ -151,14 +147,6 @@ List of changes (TBD): name="with-http-libcurl-dir" prompt="where to find libcurl" default="/usr" /> - -