- less custom macro cruft
[m6w6/ext-http] / package.xml
index 79494514f9102a51bcf71ff096be4d451e438e7f..ac62a6aa2cadf6bd7eb50c1b279427cc8938c498 100644 (file)
  <channel>pecl.php.net</channel>
  <summary>Extended HTTP Support</summary>
  <description><![CDATA[
-Extended HTTP support. Again. Keep in mind that it's got the major version 2, because it's incompatible with pecl_http v1.
+This HTTP extension aims to provide a convenient and powerful 
+set of functionality for one of PHPs major applications.
 
-* Introduces the http namespace.
-* Message bodies have been remodeled to use PHP temporary streams instead of in-memory buffers.
-* The utterly misunderstood HttpResponse class has been reimplemented as http\Env\Response inheriting http\Message.
-* Currently, there's only one Exception class left, http\Exception.
-* Errors triggered by the extension can be configured statically by http\Object::$defaultErrorHandling or inherited http\Object->errorHandling.
-* The request ecosystem has been modularized to support different libraries, though for the moment only libcurl is supported.
+It eases handling of HTTP urls, headers and messages, provides 
+means for negotiation of a client's preferred content type, 
+language and charset, as well as a convenient way to send any 
+arbitrary data with caching and resuming capabilities.
+
+It provides powerful request functionality, if built with CURL 
+support. Parallel requests are available for PHP 5 and greater.
 ]]></description>
  <lead>
   <name>Michael Wallner</name>
@@ -26,9 +28,9 @@ Extended HTTP support. Again. Keep in mind that it's got the major version 2, be
   <email>mike@php.net</email>
   <active>yes</active>
  </lead>
- <date>2012-12-13</date>
+ <date>2012-12-31</date>
  <version>
-  <release>2.0.0beta3</release>
+  <release>2.0.0dev</release>
   <api>2.0.0</api>
  </version>
  <stability>
@@ -37,16 +39,14 @@ Extended HTTP support. Again. Keep in mind that it's got the major version 2, be
  </stability>
  <license>BSD, revised</license>
  <notes><![CDATA[
-! >80% test coverage http://goo.gl/YCV74
-* Fixed http\Env\Response throttling
-* Fixed http\Env\Response caching by last-modified
-* Fixed http\Message::addBody()
-* Fixed http\Message::parentMessage write access
-* Fixed crash with freed but not nulled event_base pointer
-* Fixed crash with null pointer dereference on http\Encoding\Stream::flush()
-* Fixed some memory leaks
-+ Added http\Header::negotiate()
-+ Added http\Header::parse()
+Extended HTTP support. Again. Keep in mind that it's got the major version 2, because it's incompatible with pecl_http v1.
+
+* Introduces the http namespace.
+* Message bodies have been remodeled to use PHP temporary streams instead of in-memory buffers.
+* The utterly misunderstood HttpResponse class has been reimplemented as http\Env\Response inheriting http\Message.
+* Currently, there's only one Exception class left, http\Exception.
+* Errors triggered by the extension can be configured statically by http\Object::$defaultErrorHandling or inherited http\Object->errorHandling.
+* The request ecosystem has been modularized to support different libraries, though for the moment only libcurl is supported.
 ]]></notes>
  <contents>
   <dir name="/">
@@ -62,15 +62,9 @@ Extended HTTP support. Again. Keep in mind that it's got the major version 2, be
    <file role="src" name="php_http_buffer.h"/>
    <file role="src" name="php_http.c"/>
    <file role="src" name="php_http_client.c"/>
-   <file role="src" name="php_http_client_datashare.c"/>
-   <file role="src" name="php_http_client_datashare.h"/>
-   <file role="src" name="php_http_client_factory.c"/>
-   <file role="src" name="php_http_client_factory.h"/>
    <file role="src" name="php_http_client.h"/>
-   <file role="src" name="php_http_client_interface.c"/>
-   <file role="src" name="php_http_client_interface.h"/>
-   <file role="src" name="php_http_client_pool.c"/>
-   <file role="src" name="php_http_client_pool.h"/>
+   <file role="src" name="php_http_client_curl.c"/>
+   <file role="src" name="php_http_client_curl.h"/>
    <file role="src" name="php_http_client_request.c"/>
    <file role="src" name="php_http_client_request.h"/>
    <file role="src" name="php_http_client_response.c"/>
@@ -78,12 +72,6 @@ Extended HTTP support. Again. Keep in mind that it's got the major version 2, be
    <file role="src" name="php_http_cookie.c"/>
    <file role="src" name="php_http_cookie.h"/>
    <file role="src" name="php_http_curl.c"/>
-   <file role="src" name="php_http_curl_client.c"/>
-   <file role="src" name="php_http_curl_client_datashare.c"/>
-   <file role="src" name="php_http_curl_client_datashare.h"/>
-   <file role="src" name="php_http_curl_client.h"/>
-   <file role="src" name="php_http_curl_client_pool.c"/>
-   <file role="src" name="php_http_curl_client_pool.h"/>
    <file role="src" name="php_http_curl.h"/>
    <file role="src" name="php_http_encoding.c"/>
    <file role="src" name="php_http_encoding.h"/>
@@ -122,14 +110,8 @@ Extended HTTP support. Again. Keep in mind that it's got the major version 2, be
    <file role="src" name="php_http_options.h"/>
    <file role="src" name="php_http_params.c"/>
    <file role="src" name="php_http_params.h"/>
-   <file role="src" name="php_http_persistent_handle.c"/>
-   <file role="src" name="php_http_persistent_handle.h"/>
-   <file role="src" name="php_http_property_proxy.c"/>
-   <file role="src" name="php_http_property_proxy.h"/>
    <file role="src" name="php_http_querystring.c"/>
    <file role="src" name="php_http_querystring.h"/>
-   <file role="src" name="php_http_resource_factory.c"/>
-   <file role="src" name="php_http_resource_factory.h"/>
    <file role="src" name="php_http_strlist.c"/>
    <file role="src" name="php_http_strlist.h"/>
    <file role="src" name="php_http_url.c"/>
@@ -139,7 +121,6 @@ Extended HTTP support. Again. Keep in mind that it's got the major version 2, be
 
    <dir name="tests">
     <file role="test" name="skipif.inc"/>
-    <dir name="HttpRequestPool_cache" />
     <dir name="data">
      <file role="test" name="message_r_multipart_put.txt"/>
      <file role="test" name="message_rr_empty.txt"/>
@@ -149,7 +130,6 @@ Extended HTTP support. Again. Keep in mind that it's got the major version 2, be
      <file role="test" name="urls.txt"/>
     </dir>
     <file role="test" name="bug61444.phpt"/>
-       <file role="test" name="clientpool002.phpt"/>
     <file role="test" name="envrequestbody001.phpt"/>
     <file role="test" name="envrequestbody002.phpt"/>
     <file role="test" name="envrequestbody003.phpt"/>
@@ -162,24 +142,22 @@ Extended HTTP support. Again. Keep in mind that it's got the major version 2, be
     <file role="test" name="envresponseheader001.phpt"/>
     <file role="test" name="envresponseranges001.phpt"/>
     <file role="test" name="etag001.phpt"/>
-    <file role="test" name="factory.phpt"/>
     <file role="test" name="filterchunked.phpt"/>
     <file role="test" name="filterzlib.phpt"/>
-       <file role="test" name="info.phpt"/>
+    <file role="test" name="info.phpt"/>
     <file role="test" name="info_001.phpt"/>
     <file role="test" name="message001.phpt"/>
     <file role="test" name="message002.phpt"/>
     <file role="test" name="message003.phpt"/>
     <file role="test" name="message004.phpt"/>
     <file role="test" name="message005.phpt"/>
+    <file role="test" name="message006.phpt"/>
     <file role="test" name="negotiate001.phpt"/>
     <file role="test" name="params001.phpt"/>
     <file role="test" name="params002.phpt"/>
-    <file role="test" name="persistenthandles001.phpt"/>
     <file role="test" name="phpunit.phpt"/>
     <file role="test" name="propertyproxy001.phpt"/>
     <file role="test" name="querystring_001.phpt"/>
-    <file role="test" name="requestpool001.phpt"/>
     <file role="test" name="response001.phpt"/>
     <file role="test" name="response002.phpt"/>
     <file role="test" name="response003.phpt"/>
@@ -190,17 +168,15 @@ Extended HTTP support. Again. Keep in mind that it's got the major version 2, be
    </dir>
    <dir name="phpunit">
     <file role="test" name="ClientRequestTest.php"/>
+    <file role="test" name="ClientTest.php"/>
     <file role="test" name="CookieTest.php"/>
-    <file role="test" name="DataShareTest.php"/>
     <file role="test" name="EncodingTest.php"/>
     <file role="test" name="HeaderTest.php"/>
-       <file role="test" name="MessageTest.php"/>
+    <file role="test" name="MessageTest.php"/>
     <file role="test" name="MessageBodyTest.php"/>
     <file role="test" name="ObjectTest.php"/>
     <file role="test" name="ParamsTest.php"/>
-    <file role="test" name="PoolTest.php"/>
     <file role="test" name="QueryStringTest.php"/>
-    <file role="test" name="RequestTest.php"/>
     <file role="test" name="UrlTest.php"/>
    </dir>
   </dir>
@@ -213,6 +189,18 @@ Extended HTTP support. Again. Keep in mind that it's got the major version 2, be
    <pearinstaller>
     <min>1.4.1</min>
    </pearinstaller>
+   <package>
+    <name>raphf</name>
+    <channel>pecl.php.net</channel>
+    <min>0.1.0</min>
+    <providesextension>raphf</providesextension>
+   </package>
+   <package>
+    <name>propro</name>
+    <channel>pecl.php.net</channel>
+    <min>0.1.0</min>
+    <providesextension>propro</providesextension>
+   </package>
   </required>
   <optional>
    <extension><name>hash</name></extension>