php-src/sapi/cgi/libfcgi/include
Shane Caraveo a3bd39429c Fix CGI to match cgi spec.
This patch properly fixes support for CGI in PHP.  For backwards compatible
broken behaviour, cgi.fix_pathinfo can be set to zero in php.ini.
CGI failed to work under apache at all, either using the cgi-script directive
or as a ScriptAlias setup. Typicaly it would try to parse itself.  This will
still happen if you dissable fix_pathinfo, and set DISCARD_PATH.
This also fixes PATH_INFO, and finally we can run pres2 under cgi or fastcgi.
This patch has been tested under Apache 1.3, 2.0, IIS, as both cgi and fastcgi,
on Windows and OSX.  A followup patch with build stuff for linux will follow.
2002-12-01 21:37:14 +00:00
..
fastcgi.h combine fastcgi capability with regular cgi binary 2002-03-10 21:39:28 +00:00
fcgi_config_win32.h configure now supports building the cgi-fcgi module 2002-11-26 05:51:16 +00:00
fcgi_config_x86.h combine fastcgi capability with regular cgi binary 2002-03-10 21:39:28 +00:00
fcgi_config.h configure now supports building the cgi-fcgi module 2002-11-26 05:51:16 +00:00
fcgi_stdio.h combine fastcgi capability with regular cgi binary 2002-03-10 21:39:28 +00:00
fcgiapp.h Fix CGI to match cgi spec. 2002-12-01 21:37:14 +00:00
fcgiappmisc.h combine fastcgi capability with regular cgi binary 2002-03-10 21:39:28 +00:00
fcgimisc.h combine fastcgi capability with regular cgi binary 2002-03-10 21:39:28 +00:00
fcgio.h combine fastcgi capability with regular cgi binary 2002-03-10 21:39:28 +00:00
fcgios.h configure now supports building the cgi-fcgi module 2002-11-26 05:51:16 +00:00