| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 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 |
| * | MFH(r-1.222): do the right fix.. | Moriyoshi Koizumi | 2003-03-28 | 1 | -9/+8 |
| * | MFH(r-1.221): fixed bug #22773 | Moriyoshi Koizumi | 2003-03-28 | 1 | -2/+2 |
| * | MFH | Shane Caraveo | 2003-03-27 | 1 | -1/+3 |
| * | fix using stdin. This was already fixed in php5. | Shane Caraveo | 2003-03-10 | 1 | -1/+1 |
| * | MFH | foobar | 2003-03-10 | 1 | -0/+1 |
| * | Fixed bug #22356 (Do not add empty -I flags). | foobar | 2003-02-23 | 1 | -2/+2 |
| * | Option -b needs an argument. This fixes #22229. | Edin Kadribasic | 2003-02-15 | 1 | -1/+1 |
| * | Added missing $Id$ tag | foobar | 2003-02-14 | 1 | -0/+1 |
| * | MFH | foobar | 2003-02-13 | 1 | -2/+2 |
| * | MFH | Shane Caraveo | 2003-02-13 | 1 | -29/+44 |
| * | MFH | Shane Caraveo | 2003-01-25 | 1 | -175/+207 |
| * | MFH | Ilia Alshanetsky | 2003-01-08 | 1 | -0/+7 |
| * | MFH: Bump year. | Sebastian Bergmann | 2002-12-31 | 1 | -2/+2 |
| * | mfh (bug #21177) | George Schlossnagle | 2002-12-25 | 1 | -0/+7 |
| * | MFH | Stefan Esser | 2002-12-24 | 1 | -1/+1 |
| * | Making build system changes according to proposal: | Edin Kadribasic | 2002-12-19 | 1 | -3/+3 |
| * | MFH: fix make install target on Cygwin | Melvyn Sopacua | 2002-12-09 | 1 | -1/+8 |
| * | MFH | Shane Caraveo | 2002-12-02 | 1 | -2/+0 |
| * | MFH | Shane Caraveo | 2002-12-02 | 1 | -2/+7 |
| * | MFH | Shane Caraveo | 2002-12-01 | 3 | -138/+400 |
| * | MFH | Shane Caraveo | 2002-12-01 | 7 | -138/+536 |
| * | This commit was manufactured by cvs2svn to create branch 'PHP_4_3'. | SVN Migration | 2002-11-26 | 1 | -0/+111 |
| * | MFH: Avoid possible buffer overflow. | Edin Kadribasic | 2002-11-22 | 1 | -2/+9 |
| * | Don't send default http status (200) (Thanks to Sascha Schumann for idea). | Edin Kadribasic | 2002-11-22 | 1 | -7/+10 |
| * | MFH: Fixed bug #19207 by adding cgi.rfc2616_headers config directive. | Edin Kadribasic | 2002-11-22 | 1 | -2/+17 |
| * | MFH | Andrei Zmievski | 2002-11-15 | 1 | -7/+4 |
| * | MFH | Andrei Zmievski | 2002-11-14 | 1 | -5/+46 |
| * | Implemented -n switch to skip parsing ini at startup as suggested by Wez. | Marcus Boerger | 2002-11-12 | 1 | -1/+16 |
| * | reverting accidential commit | Hartmut Holzgraefe | 2002-11-12 | 1 | -7/+3 |
| * | *** empty log message *** | Hartmut Holzgraefe | 2002-11-12 | 1 | -3/+7 |
| * | Fixed bug #20035. ZE now allows us to pass the current line position by | Ilia Alshanetsky | 2002-11-05 | 1 | -1/+1 |
| * | - 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 |
