Merge branch 'v2.6.x'
[m6w6/ext-http] / package.xml
index 6fa8bbe52d9ca6e99da3efc14c5064990250dbfa..238e23a7b19ac60ea5904d33ea7ef610aa22c227 100644 (file)
@@ -24,6 +24,10 @@ parallel requests.
 
 Documentation:
 https://mdref.m6w6.name/http
+
+Code Coverage:
+http://dev.iworks.at/ext-http/lcov/ext/http/
+
 ]]></description>
  <lead>
   <name>Michael Wallner</name>
@@ -31,10 +35,10 @@ https://mdref.m6w6.name/http
   <email>mike@php.net</email>
   <active>yes</active>
  </lead>
- <date>2016-03-31</date>
+ <date>2016-03-09</date>
  <version>
-  <release>2.6.0</release>
-  <api>2.6.0</api>
+  <release>3.0.1</release>
+  <api>3.0.0</api>
  </version>
  <stability>
   <release>stable</release>
@@ -42,7 +46,10 @@ https://mdref.m6w6.name/http
  </stability>
  <license uri="http://copyfree.org/content/standard/licenses/2bsd/license.txt">BSD-2-Clause</license>
  <notes><![CDATA[
-* Fix gh-issue #34: allow setting multiple headers with the same name (Mike, @rcanavan)
+* Fix php-bug #71719: Buffer overflow in HTTP url parsing functions (Mike, rc0r)
+* Fix gh-issue #28: Possible null pointer dereference in php_http_url_mod() (rc0r)
+* Fix gh-issue #21: Fix PHP7 config.w32 (Jan Ehrhardt)
+* Fix gh-issue #20: setSslOptions notice with curl 7.43 (Mike, Vitaliy Demidov)
 ]]></notes>
  <contents>
   <dir name="/">
@@ -343,9 +350,7 @@ https://mdref.m6w6.name/http
  <dependencies>
   <required>
    <php>
-    <min>5.3.0</min>
-    <max>7.0.0</max>
-    <exclude>7.0.0</exclude>
+    <min>7.0.0</min>
    </php>
    <pearinstaller>
     <min>1.4.1</min>
@@ -353,17 +358,13 @@ https://mdref.m6w6.name/http
    <package>
     <name>raphf</name>
     <channel>pecl.php.net</channel>
-    <min>1.1.0</min>
-    <max>2.0.0dev</max>
-    <exclude>2.0.0dev</exclude>
+    <min>2.0.0dev</min>
     <providesextension>raphf</providesextension>
    </package>
    <package>
     <name>propro</name>
     <channel>pecl.php.net</channel>
-    <min>1.0.0</min>
-    <max>2.0.0dev</max>
-    <exclude>2.0.0dev</exclude>
+    <min>2.0.0dev</min>
     <providesextension>propro</providesextension>
    </package>
   </required>