Top Level :: HTTP

Package Information: HTTP_Request 1.3.0

Show All Changelogs
» Version » Information
1.4.3 2008-07-21     stable
1.4.2 2007-10-26     stable
1.4.1 2007-05-18     stable
1.4.0 2006-10-25     stable
1.3.0Download

Release date: 2005-11-06 19:03 UTC
Release state: stable

Changelog:

* All request and response headers are now treated case-insensitively,
per RFC 2616 (bug #1045, bug #4367).
* Values of multiple response headers with the same name are combined
into a comma-separated string per RFC 2616 (bug #1045)
* Generate proper closing boundary for multipart/form-data requests,
per RFC 1521 (bug #4397)
* magic_quotes_runtime directive is switched off when performing the
request since it may break file uploads and chunked responses (bug #4543)
* Response::_readChunked() will finish on zero-length chunk rather than
socket eof (patch from bug #3037)
* Added HTTP_Request::setBody() method, deprecated addRawPostData() due to
misleading name. The request body will be sent with all request methods
except those that explicitly forbid this (e.g. TRACE). Data set via
addPostData() / addFile() will only be sent with POST (see request #4716)

Dependencies:
1.2.4 2004-12-30     stable
1.2.3 2004-10-01     stable
1.2.2 2004-05-19     stable
1.2.1 2004-04-29     stable
1.2 2003-10-27     stable
1.1.1 2003-01-30     stable
1.1.0 2003-01-20     stable
1.0.2 2002-09-16     stable
1.0.1 2002-07-27     stable
1.0 2002-02-17     stable