release 2.0.0-dev3
authorMichael Wallner <mike@php.net>
Mon, 16 Jan 2012 15:21:25 +0000 (15:21 +0000)
committerMichael Wallner <mike@php.net>
Mon, 16 Jan 2012 15:21:25 +0000 (15:21 +0000)
config9.m4
package.xml

index a470a3086dd676dfe0a640245146291dcc96104b..005e77fa8c95fbe6a83f9a351cead692b6dfa1e3 100644 (file)
@@ -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 \
index c5f33b93b81e8715aeed4ab7066d92c0496288af..bc55518acc339f498ddb31c3440e8fa63fa778ca 100644 (file)
@@ -19,9 +19,9 @@ Extended HTTP support. Again.
   <email>mike@php.net</email>
   <active>yes</active>
  </lead>
- <date>2011-06-14</date>
+ <date>2012-01-16</date>
  <version>
-  <release>2.0.0dev2</release>
+  <release>2.0.0dev3</release>
   <api>2.0.0</api>
  </version>
  <stability>
@@ -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
 ]]></notes>
  <contents>
   <dir name="/">
@@ -51,6 +51,7 @@ List of changes (TBD):
    <file role="src" name="config.m4"/>
    <file role="src" name="config9.m4"/>
   
+   <file role="src" name="php_http_api.h"/>
    <file role="src" name="php_http_buffer.c"/>
    <file role="src" name="php_http_buffer.h"/>
    <file role="src" name="php_http.c"/>
@@ -70,8 +71,6 @@ List of changes (TBD):
    <file role="src" name="php_http_exception.h"/>
    <file role="src" name="php_http_filter.c"/>
    <file role="src" name="php_http_filter.h"/>
-   <file role="src" name="php_http_fluently_callable.c"/>
-   <file role="src" name="php_http_fluently_callable.h"/>
    <file role="src" name="php_http.h"/>
    <file role="src" name="php_http_header_parser.c"/>
    <file role="src" name="php_http_header_parser.h"/>
@@ -89,8 +88,6 @@ List of changes (TBD):
    <file role="src" name="php_http_misc.h"/>
    <file role="src" name="php_http_negotiate.c"/>
    <file role="src" name="php_http_negotiate.h"/>
-   <file role="src" name="php_http_neon.c"/>
-   <file role="src" name="php_http_neon.h"/>
    <file role="src" name="php_http_object.c"/>
    <file role="src" name="php_http_object.h"/>
    <file role="src" name="php_http_params.c"/>
@@ -107,7 +104,6 @@ List of changes (TBD):
    <file role="src" name="php_http_request_factory.c"/>
    <file role="src" name="php_http_request_factory.h"/>
    <file role="src" name="php_http_request.h"/>
-   <file role="src" name="php_http_request_info.c"/>
    <file role="src" name="php_http_request_method.c"/>
    <file role="src" name="php_http_request_method.h"/>
    <file role="src" name="php_http_request_pool.c"/>
@@ -151,14 +147,6 @@ List of changes (TBD):
    name="with-http-libcurl-dir"
    prompt="where to find libcurl"
    default="/usr" />
-  <configureoption
-   name="with-http-libneon-dir"
-   prompt="where to find libneon"
-   default="/usr" />
-  <configureoption
-   name="with-http-libserf-dir"
-   prompt="where to find libserf"
-   default="/usr" />
   <configureoption
    name="with-http-libevent-dir"
    prompt="where to find libevent"