summaryrefslogtreecommitdiff
path: root/sapi/cgi/cgi_main.c
Commit message (Collapse)AuthorAgeFilesLines
* MFH: Bump copyright year.Sebastian Bergmann2007-12-311-3/+3
|
* Fixed bug #40286 (PHP fastcgi with PHP_FCGI_CHILDREN don't kill children ↵Dmitry Stogov2007-02-161-6/+2
| | | | when parent is killed)
* MFH: Bump year.Sebastian Bergmann2007-01-011-3/+3
|
* MFHAntony Dovgal2006-12-281-1/+1
|
* Fixed crash on error message during PHP startup in FastCGIDmitry Stogov2006-02-221-1/+3
|
* iFixed several small FastCGI releated bugsDmitry Stogov2006-02-031-2/+4
|
* bump year and license versionfoobar2006-01-011-6/+6
|
* - sapi_header_op(SAPI_HEADER_(REPLACE|ADD), {NULL, 0, 0}) caused HTTP ↵Michael Wallner2005-11-021-13/+5
| | | | | | | response splitting - sapi_send_headers() already takes care of default_content_type (left over of fix for bug #29983)
* - MFH: Fix #34557 php -m exits with "error" 1Johannes Schlüter2005-10-061-3/+3
|
* MFHfoobar2005-04-281-2/+2
|
* MFHfoobar2005-04-281-1/+6
|
* Revert broken patchfoobar2005-02-111-11/+1
|
* MFH: - Fixed bug #28227 (PHP CGI depends upon non-standard SCRIPT_FILENAME)foobar2005-02-041-1/+11
| | | | | # patch by: lukem at NetBSD dot org
* MFH: Fix ZTS buildfoobar2005-01-111-0/+2
|
* MFH: - Fixed bug #28074 (FastCGI: stderr should be written in a FCGI stderr ↵foobar2005-01-101-0/+7
| | | | stream).
* MFH: Made php -m output sorted case-insensitevlyEdin Kadribasic2004-07-141-1/+1
|
* - revert to proper behaviour. The environment variable PHP_FCGI_CHILDRENSascha Schumann2004-07-051-1/+1
| | | | | | must be explicitly set to != 0 to make the fastcgi-enabled binary act as a standalone fcgi server.
* MFH: Fixed bug #27802 (default number of children to 8 whenIlia Alshanetsky2004-03-311-1/+1
| | | | | PHP_FCGI_CHILDREN is not defined).
* MFH: Fixed bug #22127 (Invalid response code when force-cgi-redirect safetyIlia Alshanetsky2004-03-121-0/+1
| | | | | mechanism is triggered).
* MFH: Bug #27104 CLI/CGI SAPI module variable name conflictMarcus Boerger2004-02-111-26/+26
|
* MFH: Win32 build fix.Ilia Alshanetsky2004-02-111-1/+1
|
* MFH:Ilia Alshanetsky2004-02-101-5/+11
| | | | | | | Fixed win32 build. Added missing headers needed for wait(). Removed duplicate signal.h header.
* MFH: Fixed bug #26758 (FastCGI exits immediately with status 255).Ilia Alshanetsky2004-02-101-1/+1
|
* MFH: Fixed bug #27026 (Added cgi.nph that allows forcing of the Status: 200Ilia Alshanetsky2004-02-101-2/+6
| | | | | header that is not normally needed).
* Fix a memleakMarcus Boerger2004-01-191-0/+3
|
* - Fixed year in version noticesDerick Rethans2004-01-131-2/+2
|
* Fix "bug" #26039foobar2003-10-311-1/+1
|
* MFH: Fixed formatting issues (patch by: Joe Orton)Ilia Alshanetsky2003-10-171-1/+1
|
* Major bug fix upgrade to the bundled libfcgiSascha Schumann2003-09-211-11/+15
| | | | | | | | | | | A delta between libfcgi 2.2.2 and 2.4.1-SNAP has been applied to the source. Shane's impersonation, putenv and exit->return improvements have been carried over. One of Shane's changes caused the first process to hang after one request. The modification has been deactived (os_win32.c). These changes together with a patch to mod_fastcgi, make Apache/mod_fastcgi and PHP work under Win32. It was basically unusable before that.
* fix heuristic: if someone passed "-b IP:port", this check wouldSascha Schumann2003-09-031-6/+10
| | | | | falsely recognize the parameter as defining only a port.
* fetch fd correctly in fastcgi caseSascha Schumann2003-09-021-0/+8
|
* implement get_fd/force_http_10 methods for CGI SAPISascha Schumann2003-09-021-2/+22
|
* nuke unused varSascha Schumann2003-09-021-1/+0
|
* MFH: Don't forget to flush() buffers for -w -sIlia Alshanetsky2003-08-131-0/+2
|
* don't overwrite script_path_translated if no PATH_TRANSLATED was receivedSascha Schumann2003-08-041-1/+2
|
* MFH: Preserve exit status for non-php execution modes.Ilia Alshanetsky2003-08-011-2/+3
|
* MFH: Fixed bug #23509 (exit code lost when exit() called fromIlia Alshanetsky2003-08-011-0/+1
| | | | | register_shutdown_function())
* MFHShane Caraveo2003-06-291-1/+18
| | | | | | | renable -b option (removed when longopts were added) dissable -b on windows due to fastcgi lib bug close stdin on linux when using socket server (bug 23664)
* MFHShane Caraveo2003-06-291-2/+16
| | | | | | | | fix bug http://bugs.php.net/bug.php?id=24009 also do not use APPL_PHYSICAL_PATH as DOCUMENT_ROOT under IIS, it's different depending on IIS configuration. Code works fine without it, that was just an attempt at a shortcut.
* MFH (bugfix #23902 by Shane).Edin Kadribasic2003-06-031-1/+1
|
* MFH(r-1.231): CGI SAPI should honour this setting (arg_separator.input)Moriyoshi Koizumi2003-05-311-1/+1
|
* Reapply long optsMarcus Boerger2003-05-311-43/+54
|
* - Re-added the FD lexer patch.foobar2003-05-311-51/+40
| | | | | # Marcus is going to add the long-opts patches back in after this.
* - Added a "DEBUG" qualifier to 'php -v's version output, and made the CGIDerick Rethans2003-05-301-1/+5
| | | | | version statement look the same as the CLI version. (Derick)
* MFH: --style switchesMarcus Boerger2003-05-291-39/+50
|
* Nuke the php_header() call here. Fixes the rest of #14409.foobar2003-05-261-4/+1
|
* http://bugs.php.net/bug.php?id=14409Shane Caraveo2003-05-251-1/+1
| | | | | | | in the shell, if we get a filename on the commandline, never use stdin. This fixes '\>php nonexistent.php' will MTH once I get 5 building properly
* http://bugs.php.net/bug.php?id=23800Shane Caraveo2003-05-251-1/+1
| | | | | | change the default for those who cannot this was actually done a long time ago, but got reverted along the way
* Revert PHP part of the fd patchZeev Suraski2003-05-211-1/+1
|
* MFHShane Caraveo2003-05-191-1/+7
| | | | | | continuation on bugfix #13757 make argv/argc *and* query_string work correctly when running cgi in shell