- fix bug #9282 (bad configure check for libcurl version)
[m6w6/ext-http] / package2.xml
index 83fece314e0c10368926c3ff0681cbdb6721c644..684b39d74c554b671a8767da1bbbb710368a8dd3 100644 (file)
@@ -28,10 +28,10 @@ support. Parallel requests are available for PHP 5 and greater.
   <email>mike@php.net</email>
   <active>yes</active>
  </lead>
- <date>2006-10-02</date>
+ <date>2006-11-05</date>
  <version>
-  <release>1.3.1</release>
-  <api>1.3.0</api>
+  <release>1.4.0dev</release>
+  <api>1.4.0</api>
  </version>
  <stability>
   <release>stable</release>
@@ -39,8 +39,13 @@ support. Parallel requests are available for PHP 5 and greater.
  </stability>
  <license>BSD, revised</license>
  <notes><![CDATA[
-* Fixed build with gcc-2.95 (bug #8737)
-* Fixed bug in HttpRequestPool where a negative timeout was passed to select()
++ Added "ipresolve" request option
++ Added HTTP_IPRESOLVE_{ANY|V4|V6}, HttpRequest::IPRESOLVE_{ANY|V4|V6} constants
++ Added missing HTTP_SSL_VERSION_{ANY|TLSv1|SSLv2|SSLv3}, HttpRequest::SSL_VERSION_{ANY|TLSv1|SSLv2|SSLv3} constants
+* Fixed aborted PUT request when empty put data was set with HttpRequest::setPutData()
+* Fixed crash when using non-associative arrays as request headers
+* Fixed crash when serializing incomplete HttpMessage objects
+* Fixed bug #9282: libcurl version error in configure (keith at iveys dot org)
 ]]></notes>
  <contents>
   <dir name="/">