Sebastian Bergmann
90613d2282
Maintain headers.
2002-02-28 08:29:35 +00:00
Martin Jansen
5aa0158452
* Fix bug #15423 .
2002-02-11 13:07:42 +00:00
Martin Jansen
5e9b1634c6
* Partially fix bug #15423 .
2002-02-07 11:15:54 +00:00
Martin Jansen
2077f62d08
* Fix bug #15313
2002-01-31 13:41:04 +00:00
Tomas V.V.Cox
e5898af98c
- Added HTTP::head($url) which sends a "HEAD" HTTP command to a server
...
and returns the headers as an associative array
- Call-time pass-by-reference fixes
2002-01-11 01:51:24 +00:00
Tomas V.V.Cox
ed01060897
ws
2002-01-07 00:11:11 +00:00
Martin Jansen
4b389679c4
* Convert tabs to spaces.
2001-12-18 14:13:43 +00:00
Sterling Hughes
a98c093d44
be rfc compliant...
...
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
2001-12-14 11:43:20 +00:00
Sebastian Bergmann
38933514e1
Update headers.
2001-12-11 15:32:16 +00:00
Chuck Hagenbuch
00b84703f8
use $HTTP_SERVER_VARS, in case register_globals is Off, and use !empty()
...
instead of just if () to avoid errors.
2001-01-31 18:34:39 +00:00
Stig Bakken
6792978aed
* updated copyrights (thanks Colin)
...
* moved scripts to own directory (bug #7635 )
2001-01-10 01:01:59 +00:00
David Croft
0836e10a15
various version 2.0 and 2.01 licenses -> 2.02
2000-07-24 05:41:02 +00:00
Stig Bakken
67cc918c3c
Avoid E_NOTICE errors in PEAR code.
2000-02-27 14:46:27 +00:00
Stig Bakken
3b783ef57b
register package
2000-02-26 16:03:50 +00:00
Stig Bakken
4d7150657c
Added simple HTTP utility class, currently with Date() and
...
negotiateLanguage().
2000-02-26 03:38:27 +00:00