Top Level :: HTTP

Package Information: HTTP_Request 1.4.0

Show All Changelogs
» Version » Information
1.4.2 2007-10-26     stable
1.4.1 2007-05-18     stable
1.4.0Download

Release date: 2006-10-25 16:28 UTC
Release state: stable

Changelog:

* Added Keep-Alive support (request #4806), thanks to Justin Patrin for the
initial patch. Please note that "Connection: close" header is still added
by default, you need to explicitly add "Connection: Keep-Alive" header or
remove "Connection" header if using HTTP 1.1
* A new disconnect() method was added which forces disconnection from the
server if Keep-Alive is used. Also two new events are sent to the Listeners:
"connect" and "disconnect"
* Added getUrl() method (request #6589)
* Added method to properly parse header of gzip-encoded data (see RFC 1952).
This takes care of situations when the server adds some additional data
to the header (bug #8245) or sends data that is not gzip-encoded when
"Content-Encoding: gzip" header is present (bug #8213)
* "Proxy-Authorization" header is now properly set by constructor
(bug #5913)
* Fixed doc comments mentioning addBody() method instead of proper setBody()
(bug #5969)
* Fixed erroneous removal of "Content-Type" header from request
(bug #7922)
* Bogus HTTP headers are now ignored (bug #8214)
* Path is set to "/" if an URL without path (http://www.example.com)
is given (bug #8662)
* Moved to package.xml version 2.0

Dependencies:
  • PHP Version: PHP 4.0.0 or newer
  • PEAR Package: PEAR Installer 1.4.0b1 or newer
  • PEAR Package: Net_URL 1.0.12 or newer
  • PEAR Package: Net_Socket 1.0.2 or newer
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.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