Top Level :: HTTP

Package Information: HTTP

Show All Changelogs
» Version » Information
1.4.1Download

Release date: 2008-08-31 20:18 UTC
Release state: stable

Changelog:

* Fixed bug #7130 - HTTP::absoluteUri("?foo") loses path
* Fixed bug #12672 - PHP_SELF ending on / causes incorrect redirects
* Fixed bug #12571 - Wrong license in package.xml
* Fixed bug #12759 - DOS linebreaks
* Fixed req #9148 - Added negotiateCharset() method
* Fixed req #11060 - Added negotiateMimeType() method
* Added regression tests
* Bump to package.xml v2.0
* Added failover JavaScript for redirect()

Dependencies:
  • PHP Version: PHP 4.0.6 or newer
  • PEAR Package: PEAR 1.7.1 or newer
  • PEAR Package: PEAR
  • PHP Extension: pcre
1.4.0Download

Release date: 2005-11-14 11:58 UTC
Release state: stable

Changelog:

* Fixed bug #5581 negotiateLanguage() throws fatal error on PHP 5.0.5
* Changed license to BSD

Dependencies:
  • PEAR Package: PEAR Installer
  • PHP Extension: pcre
  • PHP Version: PHP 4.0.6 or newer
1.3.6Download

Release date: 2005-05-20 14:24 UTC
Release state: stable

Changelog:

* fixed bug #4310 absoluteURI() loses directory path in php-cgi because
$_SERVER['PATH_INFO'] was checked to be set but is an empty string

Dependencies:
  • PEAR Package: PEAR Installer
  • PHP Extension: pcre
  • PHP Version: PHP 4.0.6 or newer
1.3.5Download

Release date: 2005-02-28 19:41 UTC
Release state: stable

Changelog:

* fixed package.xml for PEAR 1.4

Dependencies:
  • PEAR Package: PEAR Installer
  • PHP Extension: pcre
  • PHP Version: PHP 4.0.6 or newer
1.3.4Download

Release date: 2005-02-08 12:33 UTC
Release state: stable

Changelog:

* stripping CR/LF characters from $url in HTTP::absoluteURI()
* fixed bug #2851 (@'s trigger errorhandlers/debugger)
* fixed bug #3378 (default proto is always https in absoluteURI() on IIS)

Dependencies:
  • PEAR Package: PEAR
  • PHP Extension: pcre
  • PHP Version: PHP 4.0.6 or newer
1.3.3Download

Release date: 2004-09-21 15:39 UTC
Release state: stable

Changelog:

* Fixed Bug #2325 - notice if absoluteUri()'s invoked from CLI
* Fixed Bug #2332 - optional unconditional compliance to RFC 2616 for redirect()
+ Made the $url parameter in absoluteURI() optional, so that the actual URI will be returned if omitted

Dependencies:
  • PEAR Package: PEAR
  • PHP Extension: pcre
  • PHP Version: PHP 4.0.6 or newer
1.3.2Download

Release date: 2004-09-10 06:42 UTC
Release state: stable

Changelog:

* absoluteURI(): drop default port numbers

Dependencies:
  • PEAR Package: PEAR
  • PHP Extension: pcre
  • PHP Version: PHP 4.0.6 or newer
1.3.1Download

Release date: 2004-07-14 08:09 UTC
Release state: stable

Changelog:

* Fixed Bug #1858 - relative redirects were missing a trailing slash

Dependencies:
  • PEAR Package: PEAR
  • PHP Extension: pcre
  • PHP Version: PHP 4.0.6 or newer
1.3.0Download

Release date: 2004-07-02 11:56 UTC
Release state: stable

Changelog:

* Stable Release

Dependencies:
  • PEAR Package: PEAR
  • PHP Extension: pcre
  • PHP Version: PHP 4.0.6 or newer
1.3.0RC2Download

Release date: 2004-06-30 12:42 UTC
Release state: beta

Changelog:

* Fix Bug #1748 - inproper format of date according to RFC850

Dependencies:
  • PEAR Package: PEAR
  • PHP Extension: pcre
  • PHP Version: PHP 4.0.6 or newer
1.3.0RC1Download

Release date: 2004-06-10 21:50 UTC
Release state: beta

Changelog:

* Fix Bug #1349
* Fix Bug #1340
+ added HTTP::absoluteURI()

Dependencies:
  • PHP Extension: pcre
  • PEAR Package: PEAR
  • PHP Version: PHP 4.0.6 or newer
1.2.3Download

Release date: 2004-02-26 13:50 UTC
Release state: stable

Changelog:

- Fix bug #802 (use $_SERVER variables
, Silence fsock_open) (mj)
- Fix bug #799 (lost of the query part) (mj)

1.2.2Download

Release date: 2003-12-09 12:26 UTC
Release state: stable

Changelog:

- PEAR.php missing include

1.2.1Download

Release date: 2003-08-06 01:23 UTC
Release state: stable

Changelog:

Fix bug #22085

1.2Download

Release date: 2003-01-10 07:10 UTC
Release state: stable

Changelog:

New methods: head and redirect

1.1Download

Release date: 2002-02-18 17:33 UTC
Release state: stable

Changelog:

Fixes some language negotiation bugs.