tests: PHP<=7.3 compat
[m6w6/ext-http] / package.xml
index a751c7933133738a63628c0075543ca1be61f549..0576cf2b4c09afbcfab1ff5d2d23325f24c0ce81 100644 (file)
@@ -31,10 +31,10 @@ https://mdref.m6w6.name/http
   <email>mike@php.net</email>
   <active>yes</active>
  </lead>
- <date>2021-08-30</date>
+ <date>2022-06-10</date>
  <version>
-  <release>4.2.0</release>
-  <api>4.2.0</api>
+  <release>3.3.0</release>
+  <api>3.3.0</api>
  </version>
  <stability>
   <release>stable</release>
@@ -42,10 +42,7 @@ https://mdref.m6w6.name/http
  </stability>
  <license uri="http://copyfree.org/content/standard/licenses/2bsd/license.txt">BSD-2-Clause</license>
  <notes><![CDATA[
-* 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)
+  * Backport features and bug fixes from v4.
 ]]></notes>
  <contents>
   <dir name="/">
@@ -310,6 +307,7 @@ https://mdref.m6w6.name/http
      <file role="test" name="message003.phpt"/>
      <file role="test" name="message004.phpt"/>
      <file role="test" name="message005.phpt"/>
+     <file role="test" name="message006.phpt"/>
      <file role="test" name="message007.phpt"/>
      <file role="test" name="message008.phpt"/>
      <file role="test" name="message009.phpt"/>
@@ -351,6 +349,8 @@ https://mdref.m6w6.name/http
      <file role="test" name="params016.phpt"/>
      <file role="test" name="params017.phpt"/>
      <file role="test" name="phpinfo.phpt"/>
+     <file role="test" name="propertyproxy001.phpt"/>
+     <file role="test" name="querystring001.phpt"/>
      <file role="test" name="querystring001_a.phpt"/>
      <file role="test" name="querystring002.phpt"/>
      <file role="test" name="querystring003.phpt"/>
@@ -388,7 +388,9 @@ https://mdref.m6w6.name/http
  <dependencies>
   <required>
    <php>
-    <min>8.0.0</min>
+    <min>7.0.0</min>
+    <max>8.0.0</max>
+    <exclude>8.0.0</exclude>
    </php>
    <pearinstaller>
     <min>1.4.1</min>
@@ -399,6 +401,12 @@ https://mdref.m6w6.name/http
     <min>2.0.0dev</min>
     <providesextension>raphf</providesextension>
    </package>
+   <package>
+    <name>propro</name>
+    <channel>pecl.php.net</channel>
+    <min>2.0.0dev</min>
+    <providesextension>propro</providesextension>
+   </package>
   </required>
   <optional>
    <extension><name>hash</name></extension>