php-src/sapi/cgi
Shane Caraveo cd18533a10 This is much better. With FORCE_CGI_REDIRECT turned on by default for compilation,
we can now define this in the ini file.  So it can be turned on for apache, turned
off for IIS which does not have a redirect issue.  Alternately, a different 'REDIRECT_STATUS'
environment var can be defined in case some web server out there needs it.

new ini vars
cgi.force_redirect 0|1
cgi.redirect_status_env ENV_VAR_NAME
2002-03-01 01:58:20 +00:00
..
cgi_main.c This is much better. With FORCE_CGI_REDIRECT turned on by default for compilation, 2002-03-01 01:58:20 +00:00
config.m4 Default name of CGI binary changed to php-cgi. 2002-02-28 11:48:39 +00:00
CREDITS 2nd step towards auto-credits 2000-11-20 10:33:33 +00:00
getopt.c Add a note that this statement will never be reached. 2002-01-27 07:23:21 +00:00
Makefile.in Remove trailing empty lines 2000-05-01 22:38:42 +00:00
php_getopt.h There is no need to declare ap_php_(opterr|optopt) with external linkage 2001-02-21 07:41:01 +00:00
php.sym --enable-versioning can now be used with CGI/AOLserver as well. Note that 1999-11-20 19:00:17 +00:00