Top Level :: HTTP

Package Information: HTTP_Request 1.2

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.0 2005-11-06     stable
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.2Download

Release date: 2003-10-27 10:53 UTC
Release state: stable

Changelog:

Feature additions:
* Support for multipart/form-data POST requests and file uploads (partly based on Christian Stocker's work)
* Brackets [] after array variables are optional (on by default, controlled by useBrackets parameter)
* HTTP_Request now implements a Subject-Observer design pattern. It is possible to add Listeners
to the Request object to e.g. draw a progress bar when downloading a large file. This is partly
based on Stefan Walk's work. A usage example for this is available.

Migration to 1.2:
* Redirect support is now OFF by default
* Redirect support is DEPRECATED
* Methods clearCookies(), clearPostData(), reset() are DEPRECATED

Fixes:
* Fixed PEAR bug #18 (Lowercased headers, fix by Dave Mertens)
* Fixed PEAR bug #131 (Domain without trailing slash)
* Fixed PHP bug 25486 (100 Continue handling)
* Fixed PEAR bug #150 (Notices being generated)
* Fixed problems with HTTP responses without bodies

Dependencies:
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