administrativa; [ci ignore]
[m6w6/ext-http] / package.xml
index 30e067ad1488671269c8c8bf39e5a1af811a1d7c..e2541da06ff62f833b60244c8f13b9b8d9c441fc 100644 (file)
@@ -23,7 +23,7 @@ It provides powerful request functionality with support for
 parallel requests.
 
 Documentation:
-http://devel-m6w6.rhcloud.com/mdref/http
+https://mdref.m6w6.name/http
 
 Code Coverage:
 http://dev.iworks.at/ext-http/lcov/ext/http/
@@ -35,23 +35,19 @@ http://dev.iworks.at/ext-http/lcov/ext/http/
   <email>mike@php.net</email>
   <active>yes</active>
  </lead>
- <date>2015-07-09</date>
+ <date>2015-09-10</date>
  <version>
-  <release>2.5.1dev</release>
+  <release>2.5.3dev</release>
   <api>2.5.0</api>
  </version>
  <stability>
-  <release>beta</release>
+  <release>stable</release>
   <api>stable</api>
  </stability>
  <license>BSD, revised</license>
  <notes><![CDATA[
-* Fixed VC11 build (Jan Erhardt)
-* Fixed gh-issue #2: comparison of obsolete pointers in the header parser (xiaoyjy)
-+ SSL certinfo is available for libcurl >= 7.42 with gnutls (openssl has already been since 7.19.1)
-+ Added "falsestart" SSL request option (available with libcurl >= 7.42 and darwinssl/NSS)
-+ Added "service_name" and "proxy_service_name" request options for SPNEGO (available with libcurl >= 7.43)
-+ Enabled "certinfo" transfer info on all supporting SSL backends (OpenSSL: libcurl v7.19.1, NSS: libcurl v7.34.0, GSKit: libcurl v7.39.0, GnuTLS: libcurl v7.42.0)
+* Fixed gh-issue #12: crash on bad url passed to http\Message::setRequestUrl()
+* URL parser now fails on empty labels 
 ]]></notes>
  <contents>
   <dir name="/">
@@ -246,6 +242,9 @@ http://dev.iworks.at/ext-http/lcov/ext/http/
      <file role="test" name="etag001.phpt"/>
      <file role="test" name="filterchunked.phpt"/>
      <file role="test" name="filterzlib.phpt"/>
+     <file role="test" name="gh-issue6.phpt"/>
+     <file role="test" name="gh-issue7.phpt"/>
+     <file role="test" name="gh-issue12.phpt"/>
      <file role="test" name="header001.phpt"/>
      <file role="test" name="header002.phpt"/>
      <file role="test" name="header003.phpt"/>
@@ -336,6 +335,8 @@ http://dev.iworks.at/ext-http/lcov/ext/http/
   <required>
    <php>
     <min>5.3.0</min>
+    <max>7.0.0</max>
+       <exclude>7.0.0</exclude>
    </php>
    <pearinstaller>
     <min>1.4.1</min>
@@ -343,7 +344,7 @@ http://dev.iworks.at/ext-http/lcov/ext/http/
    <package>
     <name>raphf</name>
     <channel>pecl.php.net</channel>
-    <min>1.0.0</min>
+    <min>1.1.0</min>
     <providesextension>raphf</providesextension>
    </package>
    <package>
@@ -372,6 +373,10 @@ http://dev.iworks.at/ext-http/lcov/ext/http/
    name="with-http-libevent-dir"
    prompt="where to find libevent"
    default="/usr" />
- </extsrcrelease>
+  <configureoption
+   name="with-http-libidn-dir"
+   prompt="where to find libidn"
+   default="/usr" />
+  </extsrcrelease>
  <changelog />
 </package>