add "path_as_is" request option (libcurl >=7.42)
[m6w6/ext-http] / package.xml
index 9a32583751540ef3639a294bf695a486e7c8a5e7..e04ee2f65568bb0a8b9664a91b7be529c2fa0e54 100644 (file)
@@ -35,9 +35,9 @@ http://dev.iworks.at/ext-http/lcov/ext/http/
   <email>mike@php.net</email>
   <active>yes</active>
  </lead>
- <date>2015-07-27</date>
+ <date>2015-07-28</date>
  <version>
-  <release>2.5.1</release>
+  <release>2.5.2dev</release>
   <api>2.5.0</api>
  </version>
  <stability>
@@ -46,14 +46,7 @@ http://dev.iworks.at/ext-http/lcov/ext/http/
  </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)
-* Fixed gh-issue #6: allow RFC1738 unsafe characters in query/fragment
-* Fixed gh-issue #7: crash with querystring and exception from error handler
-+ 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)
++ Added "path_as_is" request option (libcurl >= 7.42)
 ]]></notes>
  <contents>
   <dir name="/">
@@ -340,6 +333,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>