prepared for libevent2 usage in config.w32, though libevent usage seems to be broken...
[m6w6/ext-http] / package.xml
index ca927789336478420f720c070900713545dad0d2..401fce1e89a9c40f5b352808ed25e029dad44266 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-31</date>
+ <date>2013-08-12</date>
  <version>
-  <release>2.0.0dev</release>
+  <release>2.0.0beta5</release>
   <api>2.0.0</api>
  </version>
  <stability>
@@ -36,7 +38,15 @@ Extended HTTP support. Again. Keep in mind that it's got the major version 2, be
   <api>beta</api>
  </stability>
  <license>BSD, revised</license>
- <notes><![CDATA[-
+ <notes><![CDATA[
+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="/">
@@ -46,6 +56,7 @@ Extended HTTP support. Again. Keep in mind that it's got the major version 2, be
    <file role="doc" name="ThanksTo.txt"/>
    <file role="src" name="config.m4"/>
    <file role="src" name="config9.m4"/>
+   <file role="src" name="config.w32"/>
    
    <file role="src" name="php_http_api.h"/>
    <file role="src" name="php_http_buffer.c"/>
@@ -119,52 +130,108 @@ Extended HTTP support. Again. Keep in mind that it's got the major version 2, be
      <file role="test" name="message_rr_helloworld_chunked.txt"/>
      <file role="test" name="urls.txt"/>
     </dir>
-    <file role="test" name="bug61444.phpt"/>
-    <file role="test" name="envrequestbody001.phpt"/>
-    <file role="test" name="envrequestbody002.phpt"/>
-    <file role="test" name="envrequestbody003.phpt"/>
-    <file role="test" name="envrequestfiles001.phpt"/>
-    <file role="test" name="envrequestfiles002.phpt"/>
-    <file role="test" name="envrequestform.phpt"/>
-    <file role="test" name="envrequestheader001.phpt"/>
-    <file role="test" name="envrequestquery.phpt"/>
-    <file role="test" name="envresponsecodes.phpt"/>
-    <file role="test" name="envresponseheader001.phpt"/>
-    <file role="test" name="envresponseranges001.phpt"/>
-    <file role="test" name="etag001.phpt"/>
-    <file role="test" name="filterchunked.phpt"/>
-    <file role="test" name="filterzlib.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="phpunit.phpt"/>
-    <file role="test" name="propertyproxy001.phpt"/>
-    <file role="test" name="querystring_001.phpt"/>
-    <file role="test" name="response001.phpt"/>
-    <file role="test" name="response002.phpt"/>
-    <file role="test" name="response003.phpt"/>
-    <file role="test" name="response004.phpt"/>
-    <file role="test" name="response005.phpt"/>
-    <file role="test" name="serialize001.phpt"/>
-    <file role="test" name="url001.phpt"/>
+     <file role="test" name="bug61444.phpt"/>
+     <file role="test" name="client001.phpt"/>
+     <file role="test" name="client002.phpt"/>
+     <file role="test" name="client003.phpt"/>
+     <file role="test" name="client004.phpt"/>
+     <file role="test" name="client005.phpt"/>
+     <file role="test" name="client006.phpt"/>
+     <file role="test" name="client007.phpt"/>
+     <file role="test" name="client008.phpt"/>
+     <file role="test" name="client009.phpt"/>
+     <file role="test" name="client010.phpt"/>
+     <file role="test" name="client011.phpt"/>
+     <file role="test" name="client012.phpt"/>
+     <file role="test" name="client013.phpt"/>
+     <file role="test" name="clientrequest001.phpt"/>
+     <file role="test" name="clientrequest002.phpt"/>
+     <file role="test" name="clientrequest003.phpt"/>
+     <file role="test" name="clientrequest004.phpt"/>
+     <file role="test" name="clientresponse001.phpt"/>
+     <file role="test" name="clientresponse002.phpt"/>
+     <file role="test" name="clientresponse003.phpt"/>
+     <file role="test" name="envrequestbody001.phpt"/>
+     <file role="test" name="envrequestbody002.phpt"/>
+     <file role="test" name="envrequestbody003.phpt"/>
+     <file role="test" name="envrequestfiles001.phpt"/>
+     <file role="test" name="envrequestfiles002.phpt"/>
+     <file role="test" name="envrequestform.phpt"/>
+     <file role="test" name="envrequestheader001.phpt"/>
+     <file role="test" name="envrequestjson001.phpt"/>
+     <file role="test" name="envrequestjson002.phpt"/>
+     <file role="test" name="envrequestquery.phpt"/>
+     <file role="test" name="envresponse001.phpt"/>
+     <file role="test" name="envresponse002.phpt"/>
+     <file role="test" name="envresponse003.phpt"/>
+     <file role="test" name="envresponse004.phpt"/>
+     <file role="test" name="envresponse005.phpt"/>
+     <file role="test" name="envresponse006.phpt"/>
+     <file role="test" name="envresponse007.phpt"/>
+     <file role="test" name="envresponse008.phpt"/>
+     <file role="test" name="envresponse009.phpt"/>
+     <file role="test" name="envresponse010.phpt"/>
+     <file role="test" name="envresponse011.phpt"/>
+     <file role="test" name="envresponse012.phpt"/>
+     <file role="test" name="envresponse013.phpt"/>
+     <file role="test" name="envresponse014.phpt"/>
+     <file role="test" name="envresponsebody001.phpt"/>
+     <file role="test" name="envresponsebody002.phpt"/>
+     <file role="test" name="envresponsecodes.phpt"/>
+     <file role="test" name="envresponseheader001.phpt"/>
+     <file role="test" name="envresponseranges001.phpt"/>
+     <file role="test" name="etag001.phpt"/>
+     <file role="test" name="filterchunked.phpt"/>
+     <file role="test" name="filterzlib.phpt"/>
+     <file role="test" name="header001.phpt"/>
+     <file role="test" name="header002.phpt"/>
+     <file role="test" name="header003.phpt"/>
+     <file role="test" name="header004.phpt"/>
+     <file role="test" name="header005.phpt"/>
+     <file role="test" name="header006.phpt"/>
+     <file role="test" name="header007.phpt"/>
+     <file role="test" name="header008.phpt"/>
+     <file role="test" name="header009.phpt"/>
+     <file role="test" name="info_001.phpt"/>
+     <file role="test" name="info.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="message007.phpt"/>
+     <file role="test" name="message008.phpt"/>
+     <file role="test" name="message009.phpt"/>
+     <file role="test" name="message010.phpt"/>
+     <file role="test" name="message011.phpt"/>
+     <file role="test" name="message012.phpt"/>
+     <file role="test" name="message013.phpt"/>
+     <file role="test" name="message014.phpt"/>
+     <file role="test" name="message015.phpt"/>
+     <file role="test" name="negotiate001.phpt"/>
+     <file role="test" name="object001.phpt"/>
+     <file role="test" name="object002.phpt"/>
+     <file role="test" name="object003.phpt"/>
+     <file role="test" name="object004.phpt"/>
+     <file role="test" name="object005.phpt"/>
+     <file role="test" name="object006.phpt"/>
+     <file role="test" name="object007.phpt"/>
+     <file role="test" name="object008.phpt"/>
+     <file role="test" name="object009.phpt"/>
+     <file role="test" name="params001.phpt"/>
+     <file role="test" name="params002.phpt"/>
+     <file role="test" name="phpunit.phpt"/>
+     <file role="test" name="propertyproxy001.phpt"/>
+     <file role="test" name="querystring_001.phpt"/>
+     <file role="test" name="serialize001.phpt"/>
+     <file role="test" name="url001.phpt"/>
+     <file role="test" name="version001.phpt"/>
    </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="EncodingTest.php"/>
-    <file role="test" name="HeaderTest.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="QueryStringTest.php"/>
     <file role="test" name="UrlTest.php"/>