Merge branch 'v2.6.x'
[m6w6/ext-http] / package.xml
index f4191ad2083e9a93e36fb37685bbd6f250a588ed..238e23a7b19ac60ea5904d33ea7ef610aa22c227 100644 (file)
@@ -35,20 +35,21 @@ http://dev.iworks.at/ext-http/lcov/ext/http/
   <email>mike@php.net</email>
   <active>yes</active>
  </lead>
- <date>2015-12-07</date>
+ <date>2016-03-09</date>
  <version>
-  <release>3.0.0RC1</release>
+  <release>3.0.1</release>
   <api>3.0.0</api>
  </version>
  <stability>
-  <release>beta</release>
+  <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:
-- removed http\Url::FROM_ENV from the default flags of the http\Url constructor, use http\Env\Url instead
-
+* 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="/">
@@ -130,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"/>
@@ -159,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"/>