Merge branch 'DEV_2' into HEAD
[m6w6/ext-http] / package.xml
index a0b1a68450d1946f59e812b0250efcfbc2fe2dcc..5467a8310d0a09482c0b3f59f3255f50bd61de60 100644 (file)
@@ -30,7 +30,7 @@ support. Parallel requests are available for PHP 5 and greater.
  </lead>
  <date>2013-08-12</date>
  <version>
-  <release>2.0.0beta5</release>
+  <release>2.0.0RC1</release>
   <api>2.0.0</api>
  </version>
  <stability>
@@ -41,12 +41,12 @@ support. Parallel requests are available for PHP 5 and greater.
  <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.
+Documentation:
+http://devel-m6w6.rhcloud.com/mdref/http
+
+Code Coverage:
+http://dev.iworks.at/ext-http/lcov/ext/http/
+
 ]]></notes>
  <contents>
   <dir name="/">
@@ -56,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"/>
@@ -90,8 +91,8 @@ Extended HTTP support. Again. Keep in mind that it's got the major version 2, be
    <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"/>
-   <file role="src" name="php_http_headers.c"/>
-   <file role="src" name="php_http_headers.h"/>
+   <file role="src" name="php_http_header.c"/>
+   <file role="src" name="php_http_header.h"/>
    <file role="src" name="php_http_info.c"/>
    <file role="src" name="php_http_info.h"/>
    <file role="src" name="php_http_message_body.c"/>
@@ -209,15 +210,6 @@ Extended HTTP support. Again. Keep in mind that it's got the major version 2, be
      <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"/>