| 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.0RC1 (beta) |
+ 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 |
|