summaryrefslogtreecommitdiff
path: root/sapi/cgi/cgi_main.c
Commit message (Expand)AuthorAgeFilesLines
* - 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
* MFH: Fixed mess with CGI/CLI -d command line option (now it works with cgi; c...Dmitry Stogov2006-09-191-18/+21
* FastCGI environment variables must not be overriden by system environment var...Dmitry Stogov2006-08-311-2/+4
* MFH: fix #37920 (compilation problems on z/OS)Antony Dovgal2006-06-271-3/+3
* MFH: plug leak in CGI SAPI when running scripts with query string in consoleAntony Dovgal2006-06-191-1/+8
* MFH: add missing ifdef and avoid "unused variable" warningAntony Dovgal2006-06-191-1/+3
* plug memory leak in sapi_putenv, by using setenv(), that doesnt need any mallocNuno Lopes2006-06-171-2/+21
* Removed warningsDmitry Stogov2006-06-131-2/+2
* MFHJohannes Schlüter2006-06-031-31/+0
* Fixed bug #37256 (php-fastcgi dosen't handle connection abort)Dmitry Stogov2006-05-241-1/+1
* Fixed bug #37341 ($_SERVER in included file is shortened to two entries, if $...Dmitry Stogov2006-05-241-2/+6
* - Removed source compatibility with libfcgiDmitry Stogov2006-05-151-79/+84
* MFH: plug leakAntony Dovgal2006-05-031-0/+1
* Fixed memory leaksDmitry Stogov2006-04-181-0/+4
* CGI anf FastCGI assume $_SERVER and $_ENV have the same values,Dmitry Stogov2006-04-071-0/+11
* Removed unnecessary copyingDmitry Stogov2006-04-071-4/+4
* CleanupDmitry Stogov2006-03-231-0/+4
* Allowed '-b' with UNIX sockets:Dmitry Stogov2006-03-231-1/+12
* Optimized FastCGI SAPI check. Check for ini options only once.Dmitry Stogov2006-03-171-23/+32
* MFH Fix for RISC OSAlex Waugh2006-03-071-0/+1
* Fixed bug #36158 (SIGTERM is not handled correctly when running as a FastCGI ...Dmitry Stogov2006-02-031-2/+4
* Reimplement FastCGI interfaceDmitry Stogov2006-02-021-3/+1
* bump year and license versionfoobar2006-01-011-5/+5
* Fixed bug #34429 (Output buffering cannot be turned off with FastCGI)Dmitry Stogov2005-12-091-0/+2
* MFH: fix possible compile errorfoobar2005-12-031-1/+1
* - sapi_header_op(SAPI_HEADER_(REPLACE|ADD), {NULL, 0, 0}) caused HTTP respons...Michael Wallner2005-11-021-13/+5
* - MFH: Fix #34557 php -m exits with "error" 1Johannes Schlüter2005-10-061-3/+3
* - 2004 -> 2005foobar2005-08-031-3/+3
* Don't crash here if there are errors (such as failing to load extensions viaWez Furlong2005-06-161-1/+3
* cs + wsfoobar2005-06-031-175/+162
* int != longfoobar2005-04-281-2/+2
* - Added fastcgi.logging php.ini option to be able to disablefoobar2005-04-281-1/+6
* Fix for bug #32263Rasmus Lerdorf2005-03-141-0/+2
* Revert previous patchfoobar2005-02-111-11/+1
* - Fixed bug #28227 (PHP CGI depends upon non-standard SCRIPT_FILENAME)foobar2005-02-041-1/+11
* Fix ZTS buildfoobar2005-01-111-0/+2
* - Fixed bug #28074 (FastCGI: stderr should be written in a FCGI stderr stream).foobar2005-01-101-0/+7
* Add the new request_time sapi struct entry to all the sapis. Some of theseRasmus Lerdorf2004-12-201-0/+1
* Made php -m output sorted case-insensitevlyEdin Kadribasic2004-07-141-1/+1
* - revert to proper behaviourSascha Schumann2004-07-051-1/+1
* Fix fastCGI breakage: due to calling flush on unitialized requests,Stanislav Malyshev2004-05-061-2/+8
* Fixed bug #27802 (default number of children to 8 when PHP_FCGI_CHILDREN isIlia Alshanetsky2004-03-311-1/+1
* Invalid response code when force-cgi-redirect safety mechanism is triggeredIlia Alshanetsky2004-03-121-0/+1
* As discussed a while ago. There is no reason to disallow command-lineRasmus Lerdorf2004-02-271-45/+33
* Bugfix #27104 CLI/CGI SAPI module variable name conflictMarcus Boerger2004-02-111-26/+26
* Proper win32 fix.Ilia Alshanetsky2004-02-111-1/+1
* Fixed win32 build.Ilia Alshanetsky2004-02-101-6/+11