| PEAR Announce 2007-10-26, 7:05 pm |
| The new PEAR package HTTP_Request-1.4.2 (stable) has been released at http://pear.php.net/.
Release notes
-------------
* The final CRLF was not properly added to request headers on POST request
with no post data (Thanks to Brock Weaver)
* Added error codes (request #12335, thanks to Joe Stump for the patch)
* HTTP_Request sent broken requests on redirects with no trailing slash
(bug #12308, thanks to Joe Stump for the patch)
* Requests with a body consisting of only a symbol '0' were sent without body
(reported privately by Sam Ghods)
* download-progress.php example was broken since 1.4.0 due to addition of
'connect' and 'disconnect' events. Now works again.
Package Info
------------
Supports GET/POST/HEAD/TRACE/PUT/DELETE, Basic authentication, Proxy,
Proxy Authentication, SSL, file uploads etc.
Related Links
-------------
Package home: http://pear.php.net/package/HTTP_Request
Changelog: http://pear.php.net/package/HTTP_Request/download/1.4.2
Download: http://download.pear.php.net/packag...quest-1.4.2.tgz
Authors
-------
Alexey Borzov (lead)
|