| Commit message (Expand) | Author | Age | Files | Lines |
| * | - Fix build | Derick Rethans | 2002-10-25 | 1 | -2/+2 |
| * | - alphabetcial output for php -h (cgi) | Jan Lehnardt | 2002-10-25 | 1 | -12/+14 |
| * | centralize #include "build-defs.h" and drop (sometimes inconsistent) other | Sascha Schumann | 2002-10-24 | 1 | -2/+0 |
| * | - Moved CGI specific lines from configure.in to sapi/cgi/config9.m4 | foobar | 2002-10-21 | 2 | -78/+118 |
| * | make fastcgi usage threadsafe, ready for future multithreaded fastcgi impleme... | Shane Caraveo | 2002-10-13 | 3 | -91/+286 |
| * | fixes for unix, untested | Shane Caraveo | 2002-10-13 | 1 | -14/+17 |
| * | fix shutdown issues | Shane Caraveo | 2002-10-13 | 1 | -19/+13 |
| * | fix invalid handle issue that shutdown php fastcgi prematurly | Shane Caraveo | 2002-10-13 | 1 | -9/+6 |
| * | - Removed sapi/fhttpd (this webserver is dead) | foobar | 2002-10-12 | 1 | -44/+10 |
| * | ws fix | foobar | 2002-10-12 | 1 | -3/+3 |
| * | Follow Yasuo's suggestion and build sapi program's under the sapi-specific | Sascha Schumann | 2002-09-29 | 2 | -3/+8 |
| * | We leak quite a few things intentionally, if you want to debug it - enable | Zeev Suraski | 2002-09-23 | 1 | -1/+1 |
| * | another startup initialization fix - only ISAPI and CGI SAPI's tested, | Zeev Suraski | 2002-09-18 | 1 | -2/+11 |
| * | @- Added --disable-all configure option. (Jani) | foobar | 2002-09-04 | 1 | -2/+2 |
| * | Fix headers when default content type is used. | Marcus Boerger | 2002-09-04 | 1 | -3/+3 |
| * | Debug functions should only work in debug mode. | Edin Kadribasic | 2002-08-19 | 1 | -1/+1 |
| * | dump memory leaks on shutdown | Harald Radi | 2002-08-07 | 1 | -0/+4 |
| * | The link lines don't need any of $DEFS, $INCLUDES, $EXTRA_INCLUDES or | Marko Karppinen | 2002-08-06 | 1 | -2/+2 |
| * | Support compiling and linking against Darwin / Mac OS X frameworks | Marko Karppinen | 2002-08-06 | 1 | -1/+1 |
| * | Made PHP_ADD_LIBPATH use the $ld_runpath_switch and changed the Darwin | Marko Karppinen | 2002-07-21 | 1 | -1/+1 |
| * | Moved the cgi link line to sapi/cgi/config.m4 and stopped | Marko Karppinen | 2002-07-04 | 1 | -0/+10 |
| * | Generate content-type header, if the user did not specify one of its own. | Sascha Schumann | 2002-07-04 | 1 | -0/+10 |
| * | Add CRLF after complete HTTP reply header | Sascha Schumann | 2002-07-03 | 1 | -0/+1 |
| * | Use "Status: %d" instead of "HTTP/1.0 %d X" in the CGI SAPI module | Sascha Schumann | 2002-07-03 | 1 | -6/+18 |
| * | - Revert WS changes | Andi Gutmans | 2002-06-22 | 1 | -2/+0 |
| * | - This shouldn't have snuck in. | Andi Gutmans | 2002-06-22 | 1 | -1/+0 |
| * | - Stop using persist_alloc(). | Andi Gutmans | 2002-06-22 | 1 | -6/+20 |
| * | Merge from cli. | Edin Kadribasic | 2002-05-26 | 1 | -5/+2 |
| * | Added copyright notice to php -v output. | Edin Kadribasic | 2002-05-11 | 1 | -1/+1 |
| * | Revert to the old php_ini.c, and reimplement the binary-path searching. | Zeev Suraski | 2002-05-11 | 1 | -0/+2 |
| * | - Prefix the first version line with 'PHP' so it's easier to use shell tools to | Markus Fischer | 2002-05-10 | 1 | -1/+1 |
| * | - This affects both CGI and CLI sapi: | Markus Fischer | 2002-05-10 | 1 | -2/+1 |
| * | Backed out preceding change. | Preston L. Bannister | 2002-05-09 | 1 | -8/+0 |
| * | Detect when running under IIS and default force_redirect to zero. This This ... | Preston L. Bannister | 2002-05-09 | 1 | -0/+8 |
| * | Revert the last patches. | foobar | 2002-05-09 | 1 | -739/+731 |
| * | Detect when running under IIS and not require explicit setting of force_redir... | Preston L. Bannister | 2002-05-09 | 1 | -731/+739 |
| * | Added the current SAPI to the output of php -v | Sander Roobol | 2002-05-09 | 1 | -1/+1 |
| * | Fixed some minor typos | Sander Roobol | 2002-05-02 | 1 | -3/+3 |
| * | Fix build. | Sebastian Bergmann | 2002-05-02 | 1 | -2/+2 |
| * | updated cgi warning notice. | James Cox | 2002-05-02 | 1 | -0/+2 |
| * | CGI/CLI take file and dir for -c option by this. | Yasuo Ohgaki | 2002-04-12 | 1 | -15/+15 |
| * | fix quoting | Wez Furlong | 2002-04-02 | 1 | -1/+1 |
| * | just did... | James Cox | 2002-04-02 | 1 | -1/+0 |
| * | updated the alert sent to the browser. removed the verbosity, and linked to m... | James Cox | 2002-04-02 | 1 | -14/+6 |
| * | add security impersonation feature for running under IIS security | Shane Caraveo | 2002-03-18 | 3 | -9/+171 |
| * | fix closing pipes | Shane Caraveo | 2002-03-17 | 1 | -14/+37 |
| * | Fix warning, hope this is okay. | Sebastian Bergmann | 2002-03-11 | 1 | -1/+0 |
| * | woohoo, take some credit! | Shane Caraveo | 2002-03-10 | 1 | -0/+2 |
| * | children should be zero by default, enable by setting PHP_FCGI_CHILDREN env var. | Shane Caraveo | 2002-03-10 | 1 | -1/+1 |
| * | combine fastcgi capability with regular cgi binary | Shane Caraveo | 2002-03-10 | 16 | -13/+8253 |