| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix a major thread safety bug in the output mechanism | Zeev Suraski | 2001-07-02 | 1 | -0/+3 |
* | Fix FastCGI shutdown for MacOSX, it didn't want to die. | Ben Mansell | 2001-07-02 | 1 | -0/+3 |
* | Make the FastCGI module behave nicer when trying to shut it down. If you | Ben Mansell | 2001-06-30 | 1 | -26/+104 |
* | Support for handling multiple concurrent requests. | Sascha Schumann | 2001-06-23 | 1 | -5/+223 |
* | Accomodate an Apache API change | Sascha Schumann | 2001-06-22 | 1 | -1/+1 |
* | Spit out errors | Zeev Suraski | 2001-06-21 | 1 | -0/+6 |
* | Move PHP_TARGET_RDYNAMIC check to global acinclude.m4 and use it | Sascha Schumann | 2001-06-15 | 2 | -10/+2 |
* | Fix segfault when env vars are missing. | David Hedbor | 2001-06-08 | 1 | -31/+37 |
* | Remove bogus '.'. | Sebastian Bergmann | 2001-06-06 | 1 | -1/+1 |
* | Fix folding and clean up some extensions | Rasmus Lerdorf | 2001-06-06 | 5 | -49/+163 |
* | Oops, sorry. I should not have committed this ebcdic fix (which was none) | Martin Kraemer | 2001-06-01 | 1 | -3/+0 |
* | Add TUX SAPI module | Sascha Schumann | 2001-05-26 | 6 | -0/+541 |
* | Use EXTRA_LDFLAGS at this point. | Sascha Schumann | 2001-05-23 | 2 | -2/+2 |
* | Fix Basic auth (when under PHP control) for EBCDIC platforms | Martin Kraemer | 2001-05-23 | 1 | -0/+3 |
* | The -c commandline option was not working at all, need to set the path | Shane Caraveo | 2001-05-22 | 1 | -19/+25 |
* | s/^I/ / and some re-indenting. Also align the APXS checking code | Sascha Schumann | 2001-05-19 | 1 | -182/+181 |
* | Reindent, add link map for AIX, improve diagnostic message, | Sascha Schumann | 2001-05-19 | 1 | -34/+43 |
* | Use write(2), if we can successfully write to stdout. | Sascha Schumann | 2001-05-19 | 2 | -1/+51 |
* | First try at using Apache's export list when building a DSO. | Sascha Schumann | 2001-05-18 | 1 | -0/+6 |
* | revert parts of last commit - stupid me! | Thies C. Arntzen | 2001-05-18 | 1 | -1/+1 |
* | --enable-memory-usage-info id deprecated. use --enable-memory-limit instead! | Thies C. Arntzen | 2001-05-18 | 1 | -1/+1 |
* | Merge the more sensible way of doing this back in to HEAD | James Moore | 2001-05-17 | 1 | -7/+1 |
* | @ - Fixed getopt so it accepts arguments in the form -<option><value> not | James Moore | 2001-05-17 | 1 | -4/+19 |
* | Add missing info | Zeev Suraski | 2001-05-17 | 1 | -1/+2 |
* | # Revert the SLS_FETCH() ;) | Sterling Hughes | 2001-05-16 | 1 | -4/+1 |
* | Remove redundancy | Sterling Hughes | 2001-05-16 | 1 | -2/+4 |
* | fix windows build. | Sterling Hughes | 2001-05-16 | 1 | -0/+1 |
* | Merge memory usage into memory limit | Zeev Suraski | 2001-05-16 | 1 | -2/+2 |
* | add missing apls_fetch | Daniel Beulshausen | 2001-05-16 | 1 | -0/+1 |
* | Move the initialization to a safer place (earlier, it could end up | Zeev Suraski | 2001-05-15 | 1 | -1/+1 |
* | fix typo | Daniel Beulshausen | 2001-05-14 | 1 | -1/+1 |
* | Safer detection of recursive PHP invocations | Zeev Suraski | 2001-05-13 | 3 | -2/+15 |
* | Nuke more quotes | Sascha Schumann | 2001-05-12 | 6 | -17/+17 |
* | Fix indentation of ./configure --help messages. | Sascha Schumann | 2001-05-12 | 2 | -2/+2 |
* | @- Added --enable-memory-usage-info. This creates a new Apache 1.x logging | Thies C. Arntzen | 2001-05-11 | 1 | -1/+13 |
* | @- Fixed a possible crash in the PHP CGI when no input file is | Zeev Suraski | 2001-05-10 | 1 | -2/+1 |
* | $argc was off by one in -f (fix bug #9289) | Zeev Suraski | 2001-05-08 | 1 | -1/+3 |
* | whitespace | Zeev Suraski | 2001-05-07 | 1 | -2/+2 |
* | Allow virtual() of PHP files. We may have to improve the detection code a | Zeev Suraski | 2001-05-07 | 2 | -15/+17 |
* | Patch from Jan Legenhausen to add vars to the HTTP_SERVER_VARS array. | David Hedbor | 2001-05-07 | 1 | -1/+46 |
* | Removed a duplicate php_import_environment_variables() call | Ben Mansell | 2001-05-04 | 1 | -4/+7 |
* | Replace slow strlcpy with a quick memcpy. | Sascha Schumann | 2001-05-03 | 1 | -3/+8 |
* | - Another strncpy() -> strlcpy() change | Andi Gutmans | 2001-05-02 | 1 | -3/+1 |
* | Patch from Stephen Landamore: speed up the environment merging by | Ben Mansell | 2001-05-02 | 1 | -16/+12 |
* | - Remove unused variable | Andi Gutmans | 2001-05-01 | 1 | -2/+0 |
* | fix for bug 6491, http://www.php.net/bugs.php?id=6491, removes a bit of | Sterling Hughes | 2001-05-01 | 1 | -23/+0 |
* | - Fix for Bug id #10071 | Andi Gutmans | 2001-04-30 | 1 | -4/+11 |
* | - Change macros from V_ to VCWD_ because of AIX name clash | Andi Gutmans | 2001-04-30 | 2 | -2/+2 |
* | add/fix pi3web dsp | Daniel Beulshausen | 2001-04-28 | 1 | -1513/+47 |
* | Fix optimization -- we did not send out custom Response Status Lines. | Sascha Schumann | 2001-04-25 | 1 | -5/+12 |