missing changes for 4.1 and 4.2
[m6w6/ext-http] / package.xml
index bdf92c006d4d5fdd7cf877dbcf71d0a1bdce428f..a751c7933133738a63628c0075543ca1be61f549 100644 (file)
@@ -31,10 +31,10 @@ https://mdref.m6w6.name/http
   <email>mike@php.net</email>
   <active>yes</active>
  </lead>
- <date>2020-12-01</date>
+ <date>2021-08-30</date>
  <version>
-  <release>4.0.0</release>
-  <api>4.0.0</api>
+  <release>4.2.0</release>
+  <api>4.2.0</api>
  </version>
  <stability>
   <release>stable</release>
@@ -42,15 +42,10 @@ https://mdref.m6w6.name/http
  </stability>
  <license uri="http://copyfree.org/content/standard/licenses/2bsd/license.txt">BSD-2-Clause</license>
  <notes><![CDATA[
-  >*NOTE:*
-  v4.x will be PHP-8 only, v3.x continues PHP-7 support
-
-  * PHP 8 compatibility
-    - Drop ext-propro support
-      PHP 8 removes the object get/set API from the ZendEngine, which renders
-      that extension dysfunctional. As a consequence, the header property of
-      http\Message and derived classes cannot be modified in place, and thus
-      by reference.
+* Fixed PHP-8.1 compatibility (see gh issues #114, #115 and #118)
+* Fixed cookies failing with libcurl >= 7.77 (see gh issue #116)
+* Fixed tests using $_ENV instead of getenv() to find executables in PATH (see gh issue #113)
+* Added http\Env::reset(): resets internal HTTP request cache (see gh issue #90)
 ]]></notes>
  <contents>
   <dir name="/">
@@ -258,6 +253,7 @@ https://mdref.m6w6.name/http
      <file role="test" name="envrequestform.phpt"/>
      <file role="test" name="envrequestheader001.phpt"/>
      <file role="test" name="envrequestquery.phpt"/>
+     <file role="test" name="envreset001.phpt"/>
      <file role="test" name="envresponse001.phpt"/>
      <file role="test" name="envresponse002.phpt"/>
      <file role="test" name="envresponse003.phpt"/>
@@ -294,6 +290,7 @@ https://mdref.m6w6.name/http
      <file role="test" name="gh-issue48.phpt"/>
      <file role="test" name="gh-issue50.phpt"/>
      <file role="test" name="gh-issue63.phpt"/>
+     <file role="test" name="gh-issue92.phpt"/>
      <file role="test" name="header001.phpt"/>
      <file role="test" name="header002.phpt"/>
      <file role="test" name="header003.phpt"/>