release 1.6.6
[m6w6/ext-http] / package2.xml
index f0351e2b821d0c0f96c560022f5ba1881b857b91..fecba0043d738480a5f294de81168191fa52d547 100644 (file)
@@ -28,23 +28,22 @@ support. Parallel requests are available for PHP 5 and greater.
   <email>mike@php.net</email>
   <active>yes</active>
  </lead>
- <date>2007-02-09</date>
+ <date>2009-12-10</date>
  <version>
-  <release>1.5.0RC2</release>
-  <api>1.5.0</api>
+  <release>1.6.6</release>
+  <api>1.6.0</api>
  </version>
  <stability>
-  <release>beta</release>
+  <release>stable</release>
   <api>stable</api>
  </stability>
  <license>BSD, revised</license>
  <notes><![CDATA[
-o Improved new persistent handles functionality
-  - Removed --enable-http-persistent-handles
-  + Added http.persistent.handles.limit system INI option which controls
-    the maximum amount of idle persistent handles kept around (per provider);
-      0 means every handle is destroyed after usage (i.e. disabled),
-      -1 means virtually unlimited maximum amount of idle handles (default)
+* Fixed a Last-Modified caching bug in http_send API
+* Fixed bug with HttpRequestPool and libevent when adding requests while running
+* Fixed memory leak in HttpResponse::getStream() (Felipe Pena)
+* Fixed bug #14382 (PHP crash after casting scalar argument to an array in HttpQueryString)
+* Fixed bug #16533 (http_redirect fails with url->port==0)
 ]]></notes>
  <contents>
   <dir name="/">
@@ -148,6 +147,7 @@ o Improved new persistent handles functionality
     <file role="test" name="log.inc"/>
     <file role="test" name="allowed_methods_002_logging.phpt"/>
     <file role="test" name="allowed_methods_002.phpt"/>
+    <file role="test" name="bug_15800.phpt"/>
     <file role="test" name="build_str_001.phpt"/>
     <file role="test" name="build_url_001.phpt"/>
     <file role="test" name="build_url_002.phpt"/>
@@ -179,6 +179,8 @@ o Improved new persistent handles functionality
     <file role="test" name="HttpMessage_005.phpt"/>
     <file role="test" name="HttpMessage_006.phpt"/>
     <file role="test" name="HttpMessage_007.phpt"/>
+    <file role="test" name="HttpMessage_008.phpt"/>
+    <file role="test" name="HttpMessage_009_bug16700.phpt"/>
     <file role="test" name="HttpQueryString_001.phpt"/>
     <file role="test" name="HttpQueryString_002.phpt"/>
     <file role="test" name="HttpQueryString_003.phpt"/>
@@ -218,8 +220,11 @@ o Improved new persistent handles functionality
     <file role="test" name="parse_message_003.phpt"/>
     <file role="test" name="parse_message_004.phpt"/>
     <file role="test" name="parse_message_005.phpt"/>
+    <file role="test" name="parse_message_006.phpt"/>
     <file role="test" name="parse_params_001.phpt"/>
     <file role="test" name="persistent_handles_001.phpt"/>
+    <file role="test" name="persistent_handles_002.phpt"/>
+    <file role="test" name="persistent_handles_003.phpt"/>
     <file role="test" name="redirect_011_logging.phpt"/>
     <file role="test" name="redirect_011.phpt"/>
     <file role="test" name="redirect_012_logging.phpt"/>