administrativa
[m6w6/ext-http] / package.xml
index b8d4f9a9c0d3ace0b508eab9b8361744a9f1da8e..e05ab6db14d70335fa5e6aa095b81606252cf366 100644 (file)
@@ -35,21 +35,20 @@ http://dev.iworks.at/ext-http/lcov/ext/http/
   <email>mike@php.net</email>
   <active>yes</active>
  </lead>
- <date>2015-03-23</date>
+ <date>2015-05-21</date>
  <version>
-  <release>2.4.2</release>
-  <api>2.4.0</api>
+  <release>2.5.0RC1</release>
+  <api>2.5.0</api>
  </version>
  <stability>
-  <release>stable</release>
+  <release>beta</release>
   <api>stable</api>
  </stability>
  <license>BSD, revised</license>
  <notes><![CDATA[
-* Fixed bug 69076 (http\Url throws Exception on empty querystring) (p at wspnr dot com)
-* Fixed bug 69313 (http\Client doesn't send GET body)
-+ Added libidn2 and UIDNA as fallbacks for IDN support
-- Deferred warnings/exceptions of the client, so callbacks for the currently failing requests will still be called
+* Added RFC5988 (Web Linking) support to http\Params
+* Added http\Url::SANITIZE_PATH to default flags of http\Url::mod()
+* Fixed overly aggressive response chaching to only consider 2xx cachable
 ]]></notes>
  <contents>
   <dir name="/">
@@ -137,11 +136,13 @@ http://dev.iworks.at/ext-http/lcov/ext/http/
      </dir>
      <dir name="helper">
       <file role="test" name="cookie.inc"/>
+      <file role="test" name="dump.inc"/>
       <file role="test" name="http2.crt"/>
       <file role="test" name="http2.key"/>
       <file role="test" name="pipeline.inc"/>
       <file role="test" name="proxy.inc"/>
       <file role="test" name="server.inc"/>
+      <file role="test" name="upload.inc"/>
       <dir name="html">
        <file role="test" name="index.html"/>
       </dir>
@@ -152,6 +153,8 @@ http://dev.iworks.at/ext-http/lcov/ext/http/
      <file role="test" name="bug67932.phpt"/>
      <file role="test" name="bug69000.phpt"/>
      <file role="test" name="bug69076.phpt"/>
+     <file role="test" name="bug69313.phpt"/>
+     <file role="test" name="bug69357.phpt"/>
      <file role="test" name="client001.phpt"/>
      <file role="test" name="client002.phpt"/>
      <file role="test" name="client003.phpt"/>
@@ -298,10 +301,12 @@ http://dev.iworks.at/ext-http/lcov/ext/http/
      <file role="test" name="params013.phpt"/>
      <file role="test" name="params014.phpt"/>
      <file role="test" name="params015.phpt"/>
+     <file role="test" name="params016.phpt"/>
      <file role="test" name="phpinfo.phpt"/>
      <file role="test" name="propertyproxy001.phpt"/>
      <file role="test" name="querystring001.phpt"/>
      <file role="test" name="querystring002.phpt"/>
+     <file role="test" name="querystring003.phpt"/>
      <file role="test" name="serialize001.phpt"/>
      <file role="test" name="url001.phpt"/>
      <file role="test" name="url002.phpt"/>