<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>
</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="/">
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"/>