php-src/sapi/phttpd
Rasmus Lerdorf 76a2d2538c Heads up! I have moved the headers_only and response_code checks out of
SAPI and down into the individual SAPI modules.  I have made the
appropriate changes in all the SAPI modules, but please verify these.
The reason for this change is that Apache sometimes will feed PHP
a request_method of GET but have r->header_only set to true.  This happens
in an ErrorDocument redirect.  In this same scenario we want to preserve
the status code as well instead of just overwriting it with a 200 and
losing this information.  For now the other sapi modules act exactly as
before since they probably do not make this distinction, and they may
not even have a valid response code this early in the request.
@ Fix HEAD request bug on an Apache ErrorDocument redirect and preserve
@ the status code across the redirect as well.  (Rasmus)
2000-08-02 22:48:45 +00:00
..
config.m4 Integration of -ng changes. Changes: 1999-12-30 02:59:53 +00:00
Makefile.in Remove trailing empty lines 2000-05-01 22:38:42 +00:00
php_phttpd.h Update the license with the new clause 6 2000-05-18 15:34:45 +00:00
php.sym SAPI module for phttpd - found at ftp://ftp.netuse.de/pub/phttpd/, ftp://ftp.signum.se/pub/phttpd/ 1999-12-28 13:58:52 +00:00
phttpd.c Heads up! I have moved the headers_only and response_code checks out of 2000-08-02 22:48:45 +00:00
README *** empty log message *** 2000-01-03 11:55:00 +00:00

phttpd sapi module.

THIS IS BY NO MEANS COMPLETE NOR USABLE RIGHT NOW!

thies@digicol.de 03.01.2000