| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fixed bug #27802 (default number of children to 8 when PHP_FCGI_CHILDREN is | Ilia Alshanetsky | 2004-03-31 | 1 | -1/+1 |
| | | | | | | not defined). | ||||
| * | Invalid response code when force-cgi-redirect safety mechanism is triggered | Ilia Alshanetsky | 2004-03-12 | 1 | -0/+1 |
| | | |||||
| * | As discussed a while ago. There is no reason to disallow command-line | Rasmus Lerdorf | 2004-02-27 | 1 | -45/+33 |
| | | | | | | | arguments for the cgi version when run in a cgi context. Our own test framework is in fact broken because of this unnecessary restriction. | ||||
| * | Bugfix #27104 CLI/CGI SAPI module variable name conflict | Marcus Boerger | 2004-02-11 | 1 | -26/+26 |
| | | |||||
| * | Proper win32 fix. | Ilia Alshanetsky | 2004-02-11 | 1 | -1/+1 |
| | | |||||
| * | Fixed win32 build. | Ilia Alshanetsky | 2004-02-10 | 1 | -6/+11 |
| | | | | | | | | | Fixed building of libfcgi when PHP is built from another directory. Added missing headers needed for wait(). Removed duplicate signal.h header. Removed unneeded variables. | ||||
| * | Fixed bug #26758 (FastCGI exits immediately with status 255). | Ilia Alshanetsky | 2004-02-10 | 1 | -1/+1 |
| | | |||||
| * | 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). | ||||
| * | - A belated happy holidays and PHP 5 | Andi Gutmans | 2004-01-08 | 1 | -4/+4 |
| | | |||||
| * | MFB | foobar | 2003-10-31 | 1 | -1/+1 |
| | | |||||
| * | Fixed formatting issues (patch by: Joe Orton) | Ilia Alshanetsky | 2003-10-17 | 1 | -1/+1 |
| | | |||||
| * | 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. | ||||
| * | Fix interactive mode | Marcus Boerger | 2003-08-17 | 1 | -2/+1 |
| | | |||||
| * | Don't forget to flush() buffers for -w -s | Ilia Alshanetsky | 2003-08-13 | 1 | -0/+2 |
| | | |||||
| * | MFB don't overwrite | Sascha Schumann | 2003-08-04 | 1 | -1/+2 |
| | | |||||
| * | Preserve exit status for non-php execution modes. | Ilia Alshanetsky | 2003-08-01 | 1 | -1/+3 |
| | | |||||
| * | Fixed bug #23509 (exit code lost when exit() called from | Ilia Alshanetsky | 2003-08-01 | 1 | -1/+1 |
| | | | | | | register_shutdown_function()) | ||||
| * | renable -b option (removed when longopts were added) | Shane Caraveo | 2003-06-29 | 1 | -1/+18 |
| | | | | | | | dissable -b on windows due to fastcgi lib bug close stdin on linux when using socket server (bug 23664) | ||||
| * | fix bug http://bugs.php.net/bug.php?id=24009 | Shane Caraveo | 2003-06-29 | 1 | -2/+16 |
| | | | | | | | | 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. | ||||
| * | updating license information in the headers. | James Cox | 2003-06-10 | 1 | -3/+3 |
| | | |||||
| * | Fix for #23902 by Shane. | Edin Kadribasic | 2003-06-03 | 1 | -1/+1 |
| | | | | | | | | | Removed bogus recommendation from php.ini files. # Basic authentication is actually possible # usign IIS + PHP cgi countrary to our current docs | ||||
| * | CGI SAPI should honour this setting | Moriyoshi Koizumi | 2003-05-30 | 1 | -1/+1 |
| | | |||||
| * | - MFB: Version output beautification | Derick Rethans | 2003-05-30 | 1 | -1/+5 |
| | | |||||
| * | MFB: nuked php_header() call from the sapi_cgi_log_message() | foobar | 2003-05-26 | 1 | -6/+1 |
| | | |||||
| * | http://bugs.php.net/bug.php?id=14409 | Shane Caraveo | 2003-05-26 | 1 | -1/+1 |
| | | | | | | move from PHP_4_3 | ||||
| * | continuation on bugfix #13757 | Shane Caraveo | 2003-05-19 | 1 | -1/+7 |
| | | | | | | make argv/argc *and* query_string work correctly when running cgi in shell | ||||
| * | bugfix #13757 - passing query string on command line when run from shell | Shane Caraveo | 2003-05-19 | 1 | -25/+25 |
| | | |||||
| * | Fixed bug #23669 | Moriyoshi Koizumi | 2003-05-17 | 1 | -1/+1 |
| | | |||||
| * | Fixed too optimized part | Moriyoshi Koizumi | 2003-03-29 | 1 | -1/+3 |
| | | |||||
| * | CS & WS fixes | Moriyoshi Koizumi | 2003-03-29 | 1 | -37/+54 |
| | | |||||
| * | Do the right fix.. | Moriyoshi Koizumi | 2003-03-28 | 1 | -9/+8 |
| | | |||||
| * | Fixed bug #22773 | Moriyoshi Koizumi | 2003-03-28 | 1 | -2/+2 |
| | | |||||
| * | handle invalid paths passed to us from iis | Shane Caraveo | 2003-03-27 | 1 | -1/+3 |
| | | |||||
| * | Eliminate some TSRMLS_FETCH() calls. Tested with Win32 build of SAPI/CGI and ↵ | Sebastian Bergmann | 2003-03-25 | 1 | -1/+3 |
| | | | | | SAPI/CLI on Win32. | ||||
| * | use the correct flush on deactivate | Shane Caraveo | 2003-03-25 | 1 | -6/+21 |
| | | | | | | add some code to make debugging iis 5 cgi easier | ||||
| * | For fastcgi env vars, don't magic quote them | Shane Caraveo | 2003-03-23 | 1 | -0/+4 |
| | | |||||
| * | * email address change | Stig Bakken | 2003-03-18 | 1 | -1/+1 |
| | | |||||
| * | Fix bug whereby a webserver closing stdout from the CGI/FastCGI binary | Ben Mansell | 2003-03-07 | 1 | -0/+1 |
| | | | | | | | would cause PHP to get caught in an infinite loop of failing write() syscalls. | ||||
| * | Win32 build improvements | Zeev Suraski | 2003-02-17 | 1 | -1/+1 |
| | | |||||
| * | prevent possible crash if used in combo with mod_gzip | Shane Caraveo | 2003-02-17 | 1 | -2/+2 |
| | | | | | | fix command line | ||||
| * | - Allow long option names | Marcus Boerger | 2003-02-16 | 1 | -36/+47 |
| | | | | | | | | | | | - Update CLI's manpage @Added support for long options in CLI & CGI (e.g. --version). (Marcus) # In contrast to the preliminary patch this should work now completely. # If all long option names are accepted we may even think about MFHing. | ||||
| * | MFB | foobar | 2003-02-14 | 1 | -0/+1 |
| | | |||||
| * | fix non FCGI build | Marcus Boerger | 2003-02-13 | 1 | -1/+2 |
| | | |||||
| * | There is *absolutely no* definitive way to know if argv0 is the | Shane Caraveo | 2003-02-13 | 1 | -28/+43 |
| | | | | | | | | | | | actual php script, or if it is the beginning of a query string. Additionaly, passing parameters on the command line is not part of CGI spec, and is not required by either Apache or IIS. So I have removed that code altogether, and done some further cleanup. Also fix pre4.3 behaviour if fix_pathinfo=0. I've tested with IIS and Apache 1.3.27 on w2k and RH 7.3. | ||||
| * | fix bug 21261 | Shane Caraveo | 2003-01-25 | 1 | -171/+201 |
| | | | | | | | | | putenv on some platforms requires we provide the memory cleanup env parsing logic fix bug 21367 missed optargs in a previous patch | ||||
| * | Fixed bug #21297. The fix also fixes miscalculation of lines numbers by 1 | Ilia Alshanetsky | 2003-01-08 | 1 | -0/+7 |
| | | | | | | due the previously mentioned bug. | ||||
| * | Add missing call | Zeev Suraski | 2003-01-07 | 1 | -37/+38 |
| | | |||||
| * | Initialize lineno using the new infrastructure | Zeev Suraski | 2003-01-05 | 1 | -1/+1 |
| | | |||||
| * | Bump year. | Sebastian Bergmann | 2002-12-31 | 1 | -2/+2 |
| | | |||||
| * | fixed ws | George Schlossnagle | 2002-12-25 | 1 | -7/+7 |
| | | |||||
