release 2.4.2
[m6w6/ext-http] / package.xml
index d758e1799d2239b2a1eaed6e54ef383e52a8a10f..7391a8ae060041ce179d4f6ff7e9a48fc1452dc5 100644 (file)
@@ -35,10 +35,10 @@ http://dev.iworks.at/ext-http/lcov/ext/http/
   <email>mike@php.net</email>
   <active>yes</active>
  </lead>
- <date>2015-03-12</date>
+ <date>2015-04-03</date>
  <version>
-  <release>2.3.2</release>
-  <api>2.3.0</api>
+  <release>2.4.2</release>
+  <api>2.4.0</api>
  </version>
  <stability>
   <release>stable</release>
@@ -46,7 +46,10 @@ http://dev.iworks.at/ext-http/lcov/ext/http/
  </stability>
  <license>BSD, revised</license>
  <notes><![CDATA[
-* Fixed bug with http\QueryString::offsetSet() resetting the complete query string
+* 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
 ]]></notes>
  <contents>
   <dir name="/">
@@ -148,6 +151,7 @@ http://dev.iworks.at/ext-http/lcov/ext/http/
      <file role="test" name="bug66891.phpt"/>
      <file role="test" name="bug67932.phpt"/>
      <file role="test" name="bug69000.phpt"/>
+     <file role="test" name="bug69076.phpt"/>
      <file role="test" name="client001.phpt"/>
      <file role="test" name="client002.phpt"/>
      <file role="test" name="client003.phpt"/>
@@ -203,15 +207,11 @@ http://dev.iworks.at/ext-http/lcov/ext/http/
      <file role="test" name="encstream008.phpt"/>
      <file role="test" name="encstream009.phpt"/>
      <file role="test" name="envrequestbody001.phpt"/>
-     <file role="test" name="envrequestbody002.phpt"/>
-     <file role="test" name="envrequestbody003.phpt"/>
      <file role="test" name="envrequestcookie001.phpt"/>
      <file role="test" name="envrequestfiles001.phpt"/>
      <file role="test" name="envrequestfiles002.phpt"/>
      <file role="test" name="envrequestform.phpt"/>
      <file role="test" name="envrequestheader001.phpt"/>
-     <file role="test" name="envrequestjson001.phpt"/>
-     <file role="test" name="envrequestjson002.phpt"/>
      <file role="test" name="envrequestquery.phpt"/>
      <file role="test" name="envresponse001.phpt"/>
      <file role="test" name="envresponse002.phpt"/>
@@ -302,7 +302,6 @@ http://dev.iworks.at/ext-http/lcov/ext/http/
      <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"/>
@@ -348,7 +347,6 @@ http://dev.iworks.at/ext-http/lcov/ext/http/
   <optional>
    <extension><name>hash</name></extension>
    <extension><name>iconv</name></extension>
-   <extension><name>json</name></extension>
   </optional>
  </dependencies>
  <providesextension>http</providesextension>