summaryrefslogtreecommitdiff
path: root/sapi/cgi/cgi_main.c
Commit message (Expand)AuthorAgeFilesLines
* MFH: Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-311-3/+3
* The -f option is fixed to work in the same way as in CLI sapiDmitry Stogov2007-12-031-11/+21
* MFH:- Added support for [HOST=www.example.com] special sectionsJani Taskinen2007-11-091-3/+7
* Fixed bug #42848 (Status: header incorrect under FastCGI)Dmitry Stogov2007-11-011-3/+74
* Added check for HAVE_GETTIMEOFDAYDmitry Stogov2007-10-261-0/+14
* MFH: wsJani Taskinen2007-10-251-2/+2
* Added CGI SAPI -T option, to measure execution time of script repeated severa...Dmitry Stogov2007-10-251-2/+37
* MFH:- Added common getopt implementation to core.Jani Taskinen2007-10-011-3/+3
* MFH:Jani Taskinen2007-09-281-4/+112
* MFH: ws + csJani Taskinen2007-09-271-68/+77
* MFH: Improved and cleaned CGI code. FastCGI is now always enabled and can not...Dmitry Stogov2007-09-271-471/+372
* Fixed bug #42699 (PHP_SELF duplicates path)Dmitry Stogov2007-09-241-15/+30
* Fixed bug #42587 (behaviour change regarding symlinked .php files)Dmitry Stogov2007-09-101-9/+7
* Fixed bug #42523 (PHP_SELF duplicates path)Dmitry Stogov2007-09-051-0/+15
* Fixed bug #42453 (CGI SAPI does not shut down cleanly with -i/-m/-v cmdline o...Dmitry Stogov2007-08-311-11/+13
* remove unneeded variablesStanislav Malyshev2007-08-081-9/+1
* - Fixed bug #42198 (SCRIPT_NAME and PHP_SELF truncated when inside a userdirDmitry Stogov2007-08-081-32/+70
* MFH: fix typos in commentsJani Taskinen2007-08-081-3/+3
* Fixed bug #40419 (Trailing Slash in CGI request don't work)Dmitry Stogov2007-06-261-2/+7
* no need to return exit status of the last fastcgi requestDmitry Stogov2007-06-211-0/+4
* MFH: add missing open_basedir checks to CGIAntony Dovgal2007-06-041-1/+15
* Removed deprecated commentDmitry Stogov2007-05-281-2/+0
* Fixed crash on "php -b 1234 -unknown-option"Dmitry Stogov2007-05-211-0/+4
* Fixed a possible crash when PATH_INFO is not provided but the path containsIlia Alshanetsky2007-05-201-6/+10
* Fixed bug #41378 (fastcgi protocol lacks support for Reason-Phrase in "Statu...Dmitry Stogov2007-05-151-1/+10
* - Fix a possible leak when multiple -c parameters are usedfoobar2007-04-171-0/+4
* MFH: fix leak appearing when more than one -f option specifiedAntony Dovgal2007-04-171-0/+3
* MFH: Simplify previous patch.foobar2007-04-151-8/+5
* - Allow using syntax highlighting under FastCGI mode.foobar2007-04-151-6/+14
* Add missing #if checkSara Golemon2007-03-291-0/+2
* Improved FastCGI SAPI to support external pipe and socket servers on win32Dmitry Stogov2007-03-281-44/+3
* Return HTTP 403 in case of "access denied".Dmitry Stogov2007-03-091-2/+7
* snprintf() -> slprintf()Ilia Alshanetsky2007-02-271-4/+4
* - Avoid sprintf, even when checked copy'n'paste or changes lead to errorsMarcus Boerger2007-02-241-1/+1
* MFH: make use of startup hooksAntony Dovgal2007-02-201-2/+3
* Fixed strlcat() usage.Ilia Alshanetsky2007-02-191-1/+2
* Initialize "retval" on each requestDmitry Stogov2007-02-191-0/+1
* Eliminate strcat() usageIlia Alshanetsky2007-02-181-15/+20
* Fixed bug #40286 (PHP fastcgi with PHP_FCGI_CHILDREN don't kill children when...Dmitry Stogov2007-02-161-6/+2
* Fixed bug #40414 (possivle endless fork() loop when running fastcgi)Dmitry Stogov2007-02-151-0/+4
* Prevent flush of closed handle on php_module_shutdown()Dmitry Stogov2007-01-291-0/+4
* MFH: Bump year.Sebastian Bergmann2007-01-011-3/+3
* MFHAntony Dovgal2006-12-281-1/+1
* Removed unnecessary getenv/putenv callsDmitry Stogov2006-11-151-37/+72
* Fixed wrong ext/filter behavior. It didn't register FastCGI environment varia...Dmitry Stogov2006-11-151-3/+4
* cgi.* and fastcgi.* directives are moved to INI subsystem. The new directive ...Dmitry Stogov2006-11-141-58/+124
* - fix build (var.s is for zstr)Pierre Joye2006-11-031-2/+2
* MFH:Ilia Alshanetsky2006-11-031-2/+9
* fix CGI buildAntony Dovgal2006-09-231-8/+8
* Restore support for unquoted -d optionsIlia Alshanetsky2006-09-221-6/+20