Top Level :: HTTP

Package Information: HTTP_Client

Show All Changelogs
» Version » Information
1.1.1Download

Release date: 2007-05-19 17:50 UTC
Release state: stable

Changelog:

* 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)

Dependencies:
  • PHP Version: PHP 4.0.0 or newer
  • PEAR Package: PEAR Installer 1.4.0b1 or newer
  • PEAR Package: HTTP_Request 1.2 or newer
1.1.0Download

Release date: 2006-06-03 09:35 UTC
Release state: stable

Changelog:

Fixes:
* Fixed PHP warning if cookie path was empty (bug #1987)
* Fixed fatal PHP error on empty URL, PEAR_Error is returned now (bug #2933)
* Do not try to follow redirects to non-HTTP URLs (bug #5759)

Feature additions:
* It is possible to define a constant HTTP_CLIENT_QUIRK_MODE in your script,
if it is present then HTTP_Client will follow common browser behaviour
rather than RFC 2616. Currently this means: always do a GET request
on a 301 redirect (request #1854).
* HTTP_Client now analyzes the response body for <meta http-equiv="Refresh">
tags and follows the redirects defined in them (request #5734)
* Added possibility to send extra headers with requests (request #7552)
* It is now much easier to store permanent cookies received by HTTP_Client:
added magic __sleep() and __wakeup() methods to CookieManager class to aid
in its (un)serialization, added getCookieManager() method to HTTP_Client,
added possibility to pass CookieManager object to HTTP_Client's
constructor (request #7578).

Dependencies:
1.0.0Download

Release date: 2004-06-11 14:15 UTC
Release state: stable

Changelog:

Since no problems were discovered with release 1.0.0beta1, the same code
is now re-released with "stable" status.

Dependencies:
1.0.0beta1Download

Release date: 2004-04-30 14:18 UTC
Release state: beta

Changelog:

* REMOVED deprecated HTTP_Client_Listener
* Applied patch from #1151, cookies with empty values are now deleted
* Added method enableHistory() allowing to enable/disable saving of history,
suggested by Matthew Feinberg

Dependencies:
0.2Download

Release date: 2004-01-18 17:48 UTC
Release state: beta

Changelog:

* Depend on most recent version of HTTP_Request
- HTTP_Client_Listener is deprecated in favor of HTTP_Request_Listener
- Added possibilty to attach Listeners to created HTTP_Request objects
- Added support for file uploads in post() method
* Better handling of secure cookies (thanks to Denis Malinovsky)
* Added setMaxRedirects() method

Dependencies:
0.1Download

Release date: 2003-06-05 17:55 UTC
Release state: beta

Changelog:

Initial PEAR release

Dependencies: