- release 1.5.0RC2
authorMichael Wallner <mike@php.net>
Sat, 10 Feb 2007 09:31:44 +0000 (09:31 +0000)
committerMichael Wallner <mike@php.net>
Sat, 10 Feb 2007 09:31:44 +0000 (09:31 +0000)
package.xml
package2.xml

index 48bf39ee01c7246f4c5a3aa34b101ab67bcb8a14..9cfb466300303fbee048be0913b49641af427523 100644 (file)
@@ -24,13 +24,13 @@ support. Parallel requests are available for PHP 5 and greater.
   </maintainers>
  <release>
   <version>1.5.0RC2</version>
-  <date>2007-02-09</date>
+  <date>2007-02-10</date>
   <license>BSD, revised</license>
   <state>beta</state>
   <notes>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;
+    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)
   </notes>
index 84d6f1889a65057197862f924f95d895daf84186..f0351e2b821d0c0f96c560022f5ba1881b857b91 100644 (file)
@@ -42,7 +42,7 @@ support. Parallel requests are available for PHP 5 and greater.
 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;
+    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)
 ]]></notes>