summaryrefslogtreecommitdiff
path: root/pear/HTTP.php
Commit message (Collapse)AuthorAgeFilesLines
* * already moved to /pearStig Bakken2002-07-211-172/+0
|
* Maintain headers.Sebastian Bergmann2002-02-281-2/+1
|
* * Fix bug #15423.Martin Jansen2002-02-111-7/+7
|
* * Partially fix bug #15423.Martin Jansen2002-02-071-1/+2
|
* * Fix bug #15313Martin Jansen2002-01-311-1/+1
|
* - Added HTTP::head($url) which sends a "HEAD" HTTP command to a serverTomas V.V.Cox2002-01-111-2/+54
| | | | | | and returns the headers as an associative array - Call-time pass-by-reference fixes
* wsTomas V.V.Cox2002-01-071-37/+37
|
* * Convert tabs to spaces.Martin Jansen2001-12-181-35/+36
|
* be rfc compliant...Sterling Hughes2001-12-141-4/+11
| | | | | | | | | | | RFC 822 *only* supports four digits for the year in order to have a compliant header. RFC 850 supports two digits for the year (y2k_incompliant :) so use that when y2k_compliance is turned off. In either case, both of these formats require that GMT be appended to the header, so we do this as well
* Update headers.Sebastian Bergmann2001-12-111-2/+2
|
* use $HTTP_SERVER_VARS, in case register_globals is Off, and use !empty()Chuck Hagenbuch2001-01-311-6/+5
| | | | | instead of just if () to avoid errors.
* * updated copyrights (thanks Colin)Stig Bakken2001-01-101-1/+1
| | | | | * moved scripts to own directory (bug #7635)
* various version 2.0 and 2.01 licenses -> 2.02David Croft2000-07-241-2/+2
|
* Avoid E_NOTICE errors in PEAR code.Stig Bakken2000-02-271-1/+1
|
* register packageStig Bakken2000-02-261-0/+3
|
* Added simple HTTP utility class, currently with Date() andStig Bakken2000-02-261-0/+110
negotiateLanguage().