summaryrefslogtreecommitdiff
path: root/sapi/cgi
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create branch 'PECL_OPENSSL'.PECL_OPENSSLSVN Migration2006-10-1511-3343/+0
* Removed unused libfcgiDmitry Stogov2006-09-2820-8673/+1
* 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
* Fix for bug #38757 (MultiPart Form Uploads fail with FastCGI)Dmitry Stogov2006-09-131-1/+1
* Don't try to do safe connection close in case of FastCGI protocol errorDmitry Stogov2006-09-111-3/+5
* Fixed "signed/unsigned mismatch" warning.Dmitry Stogov2006-09-041-1/+1
* FastCGI environment variables must not be overriden by system environment var...Dmitry Stogov2006-08-311-2/+4
* MFH: sa_len compile fix for IRIXIlia Alshanetsky2006-08-201-5/+5
* Documentation fixDmitry Stogov2006-07-241-8/+13
* 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
* Removed warningDmitry Stogov2006-06-131-1/+1
* MFHJohannes Schlüter2006-06-031-31/+0
* Fixed bug #37496 (FastCGI output buffer overrun)Dmitry Stogov2006-05-251-2/+5
* 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
* Fixed bug #37496 (FastCGI output buffer overrun)Dmitry Stogov2006-05-221-15/+27
* fix typoAntony Dovgal2006-05-221-1/+1
* Give exe files 8MB stack (same default as on Linux) instead of Windows defaul...Edin Kadribasic2006-05-181-0/+2
* - Removed source compatibility with libfcgiDmitry Stogov2006-05-153-227/+152
* Fixed bug #37376 (fastcgi.c compile fail with gcc 2.95.4).Ilia Alshanetsky2006-05-091-5/+7
* Fixed bug #37313 (sigemptyset() used without including <signal.h>). (jdolecek)Dmitry Stogov2006-05-051-1/+1
* MFH: plug leakAntony Dovgal2006-05-031-0/+1
* Fixed bug #37205 (incompatibility with mod_fastcgi)Dmitry Stogov2006-05-032-18/+4
* Fixed incompatibility with isapi_fcgi.dllDmitry Stogov2006-05-031-0/+4
* Proper fix for bug #37205Dmitry Stogov2006-04-272-0/+14
* Revert wrong fixDmitry Stogov2006-04-261-6/+4
* Fixed bug #37205 (Serving binary content/images fails with "comm with server ...Dmitry Stogov2006-04-261-4/+22
* iFixed compilation on SolarisDmitry Stogov2006-04-241-0/+4
* Fixed SUN_LEN calculationDmitry Stogov2006-04-181-2/+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
* - Warning fixes by StephMarcus Boerger2006-02-261-1/+1
* Fix build on win32Frank M. Kromann2006-02-041-2/+5
* Fixed bug #36158 (SIGTERM is not handled correctly when running as a FastCGI ...Dmitry Stogov2006-02-032-4/+12
* AIX supportDmitry Stogov2006-02-021-1/+1
* Reimplement FastCGI interfaceDmitry Stogov2006-02-025-10/+1095
* bump year and license versionfoobar2006-01-013-11/+11
* 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