| PEAR Announce 2007-05-19, 7:01 pm |
| The new PEAR package HTTP_Client-1.1.1 (stable) has been released at http://pear.php.net/.
Release notes
-------------
* Switched to package.xml 2.0
* Switched to BSD license
* Proper header comment blocks and various phpdoc fixes
* Added a switch controlling serialization of session cookies to CookieManager
class, use serializeSessionCookies(true) to enable their serialization. The
default behaviour is still to delete them (request #8778, also #9142)
Package Info
------------
The HTTP_Client class wraps around HTTP_Request and provides a higher level interface
for performing multiple HTTP requests.
Features:
* Manages cookies and referrers between requests
* Handles HTTP redirection
* Has methods to set default headers and request parameters
* Implements the Subject-Observer design pattern: the base class sends
events to listeners that do the response processing.
Related Links
-------------
Package home: http://pear.php.net/package/HTTP_Client
Changelog: http://pear.php.net/package/HTTP_Client/download/1.1.1
Download: http://download.pear.php.net/packag...lient-1.1.1.tgz
Authors
-------
Alexey Borzov (lead)
|