mirror of
https://github.com/php/php-src.git
synced 2024-11-25 10:54:15 +08:00
76a2d2538c
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) |
||
---|---|---|
.. | ||
config.m4 | ||
Makefile.in | ||
php_phttpd.h | ||
php.sym | ||
phttpd.c | ||
README |
phttpd sapi module. THIS IS BY NO MEANS COMPLETE NOR USABLE RIGHT NOW! thies@digicol.de 03.01.2000