| Package Information |
| Summary |
Extended HTTP Support |
| Maintainers |
Michael Wallner <mike@php.net> (lead) [wishlist] [details]
|
| License |
BSD, revised |
| Description |
Extended HTTP support. Again. |
Release notes Version 1.5.0RC2 (beta) |
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) |
|