Fix php_http_message.c:136:14: warning: comparison between 'enum <anonymous>' and...
[m6w6/ext-http] / package.xml
index e9148c143788c8562e4857b2c3fd87b5e0ce75cd..5db21e6618cb9c60988f269ce8fe6aec62a7a686 100644 (file)
@@ -26,9 +26,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-11-29</date>
+ <date>2012-12-31</date>
  <version>
-  <release>2.0.0beta2</release>
+  <release>2.0.0beta4</release>
   <api>2.0.0</api>
  </version>
  <stability>
@@ -37,16 +37,13 @@ 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
-* Fixed http\Request\Pool with libevent2
-* Fixed http\Env\Request::getFiles() with multiple-file-uploads
-* Fixed PHP-5.3 compatibility
-* Fixed reference handling of http\Message\Body::getResource()
-* Fixed reading stream filters to correctly detect EOF of tmp and mem streams
-- Change: merge message headers with the same key
-- Change: the stream message parser can optionally return after each message
-- Change: you have to care yourself for Content headers if a message's body has a reading stream filter attached
-+ Added http\Env::getResponseStatusForAllCodes()
+! >80% test coverage http://goo.gl/VmyIW
+* Fixed build with libcurl <= 7.21.3
+* Fixed var_dump of http\Message with inherited userland properties with increased access level
++ Added http\Header::getParams()
++ Added simple support for escapes and quotes in the params parser
++ Added support for sending http\Env\Response over PHP streams
++ Added message body reference counting
 ]]></notes>
  <contents>
   <dir name="/">
@@ -118,6 +115,8 @@ Extended HTTP support. Again. Keep in mind that it's got the major version 2, be
    <file role="src" name="php_http_negotiate.h"/>
    <file role="src" name="php_http_object.c"/>
    <file role="src" name="php_http_object.h"/>
+   <file role="src" name="php_http_options.c"/>
+   <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"/>
@@ -147,6 +146,7 @@ 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,12 +162,14 @@ Extended HTTP support. Again. Keep in mind that it's got the major version 2, be
     <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_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"/>
@@ -179,6 +181,8 @@ Extended HTTP support. Again. Keep in mind that it's got the major version 2, be
     <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"/>
    </dir>
@@ -188,6 +192,7 @@ Extended HTTP support. Again. Keep in mind that it's got the major version 2, be
     <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="MessageBodyTest.php"/>
     <file role="test" name="ObjectTest.php"/>
     <file role="test" name="ParamsTest.php"/>