Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 potential buffer overrun | Stanislav Malyshev | 2003-12-07 | 1 | -2/+7 |
| | |||||
* | MFH | foobar | 2003-12-01 | 1 | -1/+1 |
| | |||||
* | 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 |
| | |||||
* | MFH: Aligned configure help texts. | foobar | 2003-10-03 | 1 | -4/+5 |
| | |||||
* | Major bug fix upgrade to the bundled libfcgi | Sascha Schumann | 2003-09-21 | 9 | -344/+317 |
| | | | | | | | | | | | 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. | ||||
* | - MFH: build problems fix with CLI | foobar | 2003-09-08 | 1 | -2/+2 |
| | |||||
* | Update documentation, -b ip:port works | Sascha Schumann | 2003-09-03 | 1 | -5/+14 |
| | |||||
* | 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: Be more verbose about what is installed (and in CGI case, WHERE) | foobar | 2003-07-02 | 1 | -1/+1 |
| | |||||
* | Fix install-sapi dependency - it should depend on OVERALL_TARGET, of course. | Sascha Schumann | 2003-07-02 | 2 | -6/+1 |
| | |||||
* | MFH: Separate CGI install from install-sapi. | foobar | 2003-07-01 | 2 | -1/+6 |
| | |||||
* | 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 | 3 | -204/+217 |
| | |||||
* | - Re-added the FD lexer patch. | foobar | 2003-05-31 | 3 | -214/+201 |
| | | | | | # 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 | 3 | -200/+213 |
| | |||||
* | Fix VPATH builds | Sascha Schumann | 2003-05-29 | 2 | -2/+3 |
| | |||||
* | 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 | ||||
* | MFH | Shane Caraveo | 2003-05-19 | 1 | -25/+25 |
| | | | | | bugfix #13757 - passing query string on command line when run from shell | ||||
* | MFH(r-1.225): fixed bug #23669 | Moriyoshi Koizumi | 2003-05-17 | 1 | -1/+1 |
| | | | | | | | | | # When the script is launched with the "Action" directive, # PATH_TRANSLATED is then populated to indicate the virtual location of # the script, and both REDIRECT_URL / PATH_INFO are set to the virtual URI. # Otherwise, REDIRECT_URL may take an arbitrary value instead of the actual # URI, which cannot be relied upon at all. | ||||
* | protect against further surprises by initializing all zend_file_handle's | Sascha Schumann | 2003-05-17 | 1 | -1/+1 |
| | |||||
* | Added missing bracket. | foobar | 2003-05-15 | 1 | -1/+1 |
| | |||||
* | MFH | Moriyoshi Koizumi | 2003-03-29 | 1 | -1/+3 |
| | |||||
* | MFH(r-1.223): CS & WS fixes | Moriyoshi Koizumi | 2003-03-29 | 1 | -37/+54 |
| |