Merge branch 'v2.6.x'
[m6w6/ext-http] / package.xml
index de2235dd020d427bef10b8b81d1f272684465d45..238e23a7b19ac60ea5904d33ea7ef610aa22c227 100644 (file)
@@ -35,18 +35,21 @@ http://dev.iworks.at/ext-http/lcov/ext/http/
   <email>mike@php.net</email>
   <active>yes</active>
  </lead>
- <date>2015-09-25</date>
+ <date>2016-03-09</date>
  <version>
-  <release>3.0.0dev</release>
+  <release>3.0.1</release>
   <api>3.0.0</api>
  </version>
  <stability>
-  <release>beta</release>
-  <api>beta</api>
+  <release>stable</release>
+  <api>stable</api>
  </stability>
  <license uri="http://copyfree.org/content/standard/licenses/2bsd/license.txt">BSD-2-Clause</license>
  <notes><![CDATA[
-PHP7 compatible release based on the 2.5.x series with the following backwards incompatible changes:
+* 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="/">
@@ -128,6 +131,7 @@ PHP7 compatible release based on the 2.5.x series with the following backwards i
    <dir name="tests">
     <file role="test" name="skipif.inc"/>
      <dir name="data">
+      <file role="test" name="bug71719.bin"/>
       <file role="test" name="message_r_content_range.txt"/>
       <file role="test" name="message_r_multipart_put.txt"/>
       <file role="test" name="message_rr_empty.txt"/>
@@ -157,6 +161,7 @@ PHP7 compatible release based on the 2.5.x series with the following backwards i
      <file role="test" name="bug69076.phpt"/>
      <file role="test" name="bug69313.phpt"/>
      <file role="test" name="bug69357.phpt"/>
+     <file role="test" name="bug71719.phpt"/>
      <file role="test" name="client001.phpt"/>
      <file role="test" name="client002.phpt"/>
      <file role="test" name="client003.phpt"/>
@@ -345,7 +350,7 @@ PHP7 compatible release based on the 2.5.x series with the following backwards i
  <dependencies>
   <required>
    <php>
-    <min>7.0.0-dev</min>
+    <min>7.0.0</min>
    </php>
    <pearinstaller>
     <min>1.4.1</min>