fix fragile tests depending on timezone
[m6w6/ext-http] / package.xml
index e9148c143788c8562e4857b2c3fd87b5e0ce75cd..6e3cf07fd69d015c6f28025d474f2d1543395ed4 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.0beta5</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,16 +115,12 @@ 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"/>
-   <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"/>
@@ -147,6 +140,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,16 +156,17 @@ 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"/>
-    <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"/>
@@ -179,6 +174,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 +185,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"/>
@@ -206,6 +204,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>