- inc. version
[m6w6/ext-http] / package2.xml
index 466a759ac5ea2a9bf7657bf551dbde2222376570..84d6f1889a65057197862f924f95d895daf84186 100644 (file)
@@ -28,9 +28,9 @@ support. Parallel requests are available for PHP 5 and greater.
   <email>mike@php.net</email>
   <active>yes</active>
  </lead>
- <date>2007-02-08</date>
+ <date>2007-02-09</date>
  <version>
-  <release>1.5.0RC1</release>
+  <release>1.5.0RC2</release>
   <api>1.5.0</api>
  </version>
  <stability>
@@ -39,11 +39,12 @@ support. Parallel requests are available for PHP 5 and greater.
  </stability>
  <license>BSD, revised</license>
  <notes><![CDATA[
-+ Added HttpMessage::fromEnv(int type[, string class_name = "HttpMessage"]) (Clay Loveless)
-+ Added support for per process persistent cURL handles (requested by Clay Loveless):
-  o Added --enable-http-persistent-handles configure option
-  o Added http_persistent_handles_count(), http_persistent_handles_clean([string name]), http_persistent_handles_ident([string ident])
-  o Added http.persistent.handles.ident INI setting
+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;
+      0 means every handle is destroyed after usage (i.e. disabled),
+      -1 means virtually unlimited maximum amount of idle handles (default)
 ]]></notes>
  <contents>
   <dir name="/">
@@ -294,11 +295,6 @@ support. Parallel requests are available for PHP 5 and greater.
    prompt="whether to depend on extensions which have been built shared"
    default="yes"
   />
-  <configureoption
-   name="enable-http-persistent-handles"
-   prompt="whether to enable per-process persistent cURL handles"
-   default="no"
-  />
   <filelist>
    <install as="http.ini" name="docs/http.ini"/>
    <install as="examples/tutorial.txt" name="docs/examples/tutorial.txt"/>