fix fragile tests depending on timezone
[m6w6/ext-http] / package.xml
index ea0d44bd49cebc3bc7ccaf72e17f61a0f47ee6bd..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-12-30</date>
+ <date>2012-12-31</date>
  <version>
-  <release>2.0.0beta4</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 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()
+! >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="/">
@@ -122,14 +119,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"/>
@@ -176,7 +167,6 @@ Extended HTTP support. Again. Keep in mind that it's got the major version 2, be
     <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"/>
@@ -214,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>