remodel file adding to accept paths, streams and plain data as upload files
[m6w6/ext-http] / package.xml
index 32fe526488276135cf741a2fe0fa9f30533ab2a5..bc55518acc339f498ddb31c3440e8fa63fa778ca 100644 (file)
@@ -19,9 +19,9 @@ Extended HTTP support. Again.
   <email>mike@php.net</email>
   <active>yes</active>
  </lead>
- <date>2011-06-02</date>
+ <date>2012-01-16</date>
  <version>
-  <release>2.0.0dev1</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"/>
@@ -62,16 +63,14 @@ List of changes (TBD):
    <file role="src" name="php_http_encoding.h"/>
    <file role="src" name="php_http_env.c"/>
    <file role="src" name="php_http_env.h"/>
-   <file role="src" name="php_http_enc_response.c"/>
-   <file role="src" name="php_http_enc_response.h"/>
+   <file role="src" name="php_http_env_response.c"/>
+   <file role="src" name="php_http_env_response.h"/>
    <file role="src" name="php_http_etag.c"/>
    <file role="src" name="php_http_etag.h"/>
    <file role="src" name="php_http_exception.c"/>
    <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"