- inc. version
authorMichael Wallner <mike@php.net>
Fri, 9 Feb 2007 16:02:52 +0000 (16:02 +0000)
committerMichael Wallner <mike@php.net>
Fri, 9 Feb 2007 16:02:52 +0000 (16:02 +0000)
package2.xml
php_http.h

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>
   <email>mike@php.net</email>
   <active>yes</active>
  </lead>
- <date>2007-02-08</date>
+ <date>2007-02-09</date>
  <version>
  <version>
-  <release>1.5.0RC1</release>
+  <release>1.5.0RC2</release>
   <api>1.5.0</api>
  </version>
  <stability>
   <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[
  </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="/">
 ]]></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"
   />
    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"/>
   <filelist>
    <install as="http.ini" name="docs/http.ini"/>
    <install as="examples/tutorial.txt" name="docs/examples/tutorial.txt"/>
index 44ef1f934dbf04f319a1ac0740a1d7f063f803d4..8656b0b14a7af8cf9b5cd7caa9d9d628dff8a1fe 100644 (file)
@@ -15,7 +15,7 @@
 #ifndef PHP_EXT_HTTP_H
 #define PHP_EXT_HTTP_H
 
 #ifndef PHP_EXT_HTTP_H
 #define PHP_EXT_HTTP_H
 
-#define PHP_EXT_HTTP_VERSION "1.5.0RC1"
+#define PHP_EXT_HTTP_VERSION "1.5.0RC2"
 
 #ifdef HAVE_CONFIG_H
 #      include "config.h"
 
 #ifdef HAVE_CONFIG_H
 #      include "config.h"