| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | MFH: Bump copyright year. | Sebastian Bergmann | 2007-12-31 | 1 | -3/+3 |
| | | |||||
| * | Fixed bug #40286 (PHP fastcgi with PHP_FCGI_CHILDREN don't kill children ↵ | Dmitry Stogov | 2007-02-16 | 1 | -6/+2 |
| | | | | | when parent is killed) | ||||
| * | MFH: Bump year. | Sebastian Bergmann | 2007-01-01 | 1 | -3/+3 |
| | | |||||
| * | MFH | Antony Dovgal | 2006-12-28 | 1 | -1/+1 |
| | | |||||
| * | Fixed crash on error message during PHP startup in FastCGI | Dmitry Stogov | 2006-02-22 | 1 | -1/+3 |
| | | |||||
| * | iFixed several small FastCGI releated bugs | Dmitry Stogov | 2006-02-03 | 1 | -2/+4 |
| | | |||||
| * | bump year and license version | foobar | 2006-01-01 | 1 | -6/+6 |
| | | |||||
| * | - sapi_header_op(SAPI_HEADER_(REPLACE|ADD), {NULL, 0, 0}) caused HTTP ↵ | Michael Wallner | 2005-11-02 | 1 | -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" 1 | Johannes Schlüter | 2005-10-06 | 1 | -3/+3 |
| | | |||||
| * | MFH | foobar | 2005-04-28 | 1 | -2/+2 |
| | | |||||
| * | MFH | foobar | 2005-04-28 | 1 | -1/+6 |
| | | |||||
| * | Revert broken patch | foobar | 2005-02-11 | 1 | -11/+1 |
| | | |||||
| * | MFH: - Fixed bug #28227 (PHP CGI depends upon non-standard SCRIPT_FILENAME) | foobar | 2005-02-04 | 1 | -1/+11 |
| | | | | | | # patch by: lukem at NetBSD dot org | ||||
| * | MFH: Fix ZTS build | foobar | 2005-01-11 | 1 | -0/+2 |
| | | |||||
| * | MFH: - Fixed bug #28074 (FastCGI: stderr should be written in a FCGI stderr ↵ | foobar | 2005-01-10 | 1 | -0/+7 |
| | | | | | stream). | ||||
| * | MFH: Made php -m output sorted case-insensitevly | Edin Kadribasic | 2004-07-14 | 1 | -1/+1 |
| | | |||||
| * | - revert to proper behaviour. The environment variable PHP_FCGI_CHILDREN | Sascha Schumann | 2004-07-05 | 1 | -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 when | Ilia Alshanetsky | 2004-03-31 | 1 | -1/+1 |
| | | | | | | PHP_FCGI_CHILDREN is not defined). | ||||
| * | MFH: Fixed bug #22127 (Invalid response code when force-cgi-redirect safety | Ilia Alshanetsky | 2004-03-12 | 1 | -0/+1 |
| | | | | | | mechanism is triggered). | ||||
| * | MFH: Bug #27104 CLI/CGI SAPI module variable name conflict | Marcus Boerger | 2004-02-11 | 1 | -26/+26 |
| | | |||||
| * | MFH: Win32 build fix. | Ilia Alshanetsky | 2004-02-11 | 1 | -1/+1 |
| | | |||||
| * | MFH: | Ilia Alshanetsky | 2004-02-10 | 1 | -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 Alshanetsky | 2004-02-10 | 1 | -1/+1 |
| | | |||||
| * | MFH: Fixed bug #27026 (Added cgi.nph that allows forcing of the Status: 200 | Ilia Alshanetsky | 2004-02-10 | 1 | -2/+6 |
| | | | | | | header that is not normally needed). | ||||
| * | Fix a memleak | Marcus Boerger | 2004-01-19 | 1 | -0/+3 |
| | | |||||
| * | - Fixed year in version notices | Derick Rethans | 2004-01-13 | 1 | -2/+2 |
| | | |||||
| * | Fix "bug" #26039 | foobar | 2003-10-31 | 1 | -1/+1 |
| | | |||||
| * | MFH: Fixed formatting issues (patch by: Joe Orton) | Ilia Alshanetsky | 2003-10-17 | 1 | -1/+1 |
| | | |||||
| * | Major bug fix upgrade to the bundled libfcgi | Sascha Schumann | 2003-09-21 | 1 | -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 would | Sascha Schumann | 2003-09-03 | 1 | -6/+10 |
| | | | | | | falsely recognize the parameter as defining only a port. | ||||
| * | fetch fd correctly in fastcgi case | Sascha Schumann | 2003-09-02 | 1 | -0/+8 |
| | | |||||
| * | implement get_fd/force_http_10 methods for CGI SAPI | Sascha Schumann | 2003-09-02 | 1 | -2/+22 |
| | | |||||
| * | nuke unused var | Sascha Schumann | 2003-09-02 | 1 | -1/+0 |
| | | |||||
| * | MFH: Don't forget to flush() buffers for -w -s | Ilia Alshanetsky | 2003-08-13 | 1 | -0/+2 |
| | | |||||
| * | don't overwrite script_path_translated if no PATH_TRANSLATED was received | Sascha Schumann | 2003-08-04 | 1 | -1/+2 |
| | | |||||
| * | MFH: Preserve exit status for non-php execution modes. | Ilia Alshanetsky | 2003-08-01 | 1 | -2/+3 |
| | | |||||
| * | MFH: Fixed bug #23509 (exit code lost when exit() called from | Ilia Alshanetsky | 2003-08-01 | 1 | -0/+1 |
| | | | | | | register_shutdown_function()) | ||||
| * | MFH | Shane Caraveo | 2003-06-29 | 1 | -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) | ||||
| * | MFH | Shane Caraveo | 2003-06-29 | 1 | -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 Kadribasic | 2003-06-03 | 1 | -1/+1 |
| | | |||||
| * | MFH(r-1.231): CGI SAPI should honour this setting (arg_separator.input) | Moriyoshi Koizumi | 2003-05-31 | 1 | -1/+1 |
| | | |||||
| * | Reapply long opts | Marcus Boerger | 2003-05-31 | 1 | -43/+54 |
| | | |||||
| * | - Re-added the FD lexer patch. | foobar | 2003-05-31 | 1 | -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 CGI | Derick Rethans | 2003-05-30 | 1 | -1/+5 |
| | | | | | | version statement look the same as the CLI version. (Derick) | ||||
| * | MFH: --style switches | Marcus Boerger | 2003-05-29 | 1 | -39/+50 |
| | | |||||
| * | Nuke the php_header() call here. Fixes the rest of #14409. | foobar | 2003-05-26 | 1 | -4/+1 |
| | | |||||
| * | http://bugs.php.net/bug.php?id=14409 | Shane Caraveo | 2003-05-25 | 1 | -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=23800 | Shane Caraveo | 2003-05-25 | 1 | -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 patch | Zeev Suraski | 2003-05-21 | 1 | -1/+1 |
| | | |||||
| * | MFH | Shane Caraveo | 2003-05-19 | 1 | -1/+7 |
| | | | | | | | continuation on bugfix #13757 make argv/argc *and* query_string work correctly when running cgi in shell | ||||
