Fix PHP7 config.w32
[m6w6/ext-http] / package.xml
index 68fc0532af22e20aa0100a252f5b8613ec789c26..f06ad79f5199d1ceb6203e679b863ac22a710401 100644 (file)
@@ -35,18 +35,18 @@ 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-01-19</date>
  <version>
-  <release>2.5.4dev</release>
-  <api>2.5.0</api>
+  <release>3.0.1dev</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[
-* Fixed gh-issue #16: No Content-Length header with empty POST requests
+*
 ]]></notes>
  <contents>
   <dir name="/">
@@ -345,9 +345,7 @@ http://dev.iworks.at/ext-http/lcov/ext/http/
  <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.1</min>
@@ -355,17 +353,13 @@ http://dev.iworks.at/ext-http/lcov/ext/http/
    <package>
     <name>raphf</name>
     <channel>pecl.php.net</channel>
-    <min>1.1.0</min>
-    <max>2.0.0dev</max>
-    <exclude>2.0.0dev</exclude>
+    <min>2.0.0dev</min>
     <providesextension>raphf</providesextension>
    </package>
    <package>
     <name>propro</name>
     <channel>pecl.php.net</channel>
-    <min>1.0.0</min>
-    <max>2.0.0dev</max>
-    <exclude>2.0.0dev</exclude>
+    <min>2.0.0dev</min>
     <providesextension>propro</providesextension>
    </package>
   </required>