gh-actions: pecl_http3@PHP7 needs ext-propro
[m6w6/ext-raphf] / package.xml
index 15f04c3d59dd8748320093d7e89a2e448583147d..d2df3187acb01ca7e032f456287ae1e59b5763cb 100644 (file)
@@ -19,19 +19,19 @@ http://pear.php.net/dtd/package-2.0.xsd">
   <email>mike@php.net</email>
   <active>yes</active>
  </lead>
- <date>2015-07-28</date>
+ <date>2019-10-25</date>
  <version>
-  <release>1.1.0</release>
-  <api>1.0.0</api>
+  <release>2.0.1</release>
+  <api>2.0.0</api>
  </version>
  <stability>
   <release>stable</release>
   <api>stable</api>
  </stability>
- <license>BSD, revised</license>
+ <license uri="http://copyfree.org/content/standard/licenses/2bsd/license.txt">BSD-2-Clause</license>
  <notes><![CDATA[
-* Fixed php module dependency check with RTLD_LAZY
-+ Source code documentation available at http://m6w6.github.io/ext-raphf
+* Fixed pointless initialization of persistent handles lists on cleanup
+* Fixed Windows build (Jan Ehrhardt)
 ]]></notes>
  <contents>
   <dir name="/">
@@ -53,6 +53,9 @@ http://pear.php.net/dtd/package-2.0.xsd">
     <file role="src" name="php_raphf_api.h"/>
     <file role="src" name="php_raphf_api.c"/>
    </dir>
+   <dir name="scripts">
+    <file role="src" name="gen_github_workflow_ci.php"/>
+   </dir>
    <dir name="tests">
     <file role="test" name="http001.phpt" />
     <file role="test" name="http002.phpt" />
@@ -64,9 +67,7 @@ http://pear.php.net/dtd/package-2.0.xsd">
  <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.0</min>
@@ -76,4 +77,3 @@ http://pear.php.net/dtd/package-2.0.xsd">
  <providesextension>raphf</providesextension>
  <extsrcrelease/>
 </package>
-