summaryrefslogtreecommitdiff
path: root/sapi
Commit message (Expand)AuthorAgeFilesLines
* Fix a major thread safety bug in the output mechanismZeev Suraski2001-07-021-0/+3
* Fix FastCGI shutdown for MacOSX, it didn't want to die.Ben Mansell2001-07-021-0/+3
* Make the FastCGI module behave nicer when trying to shut it down. If youBen Mansell2001-06-301-26/+104
* Support for handling multiple concurrent requests.Sascha Schumann2001-06-231-5/+223
* Accomodate an Apache API changeSascha Schumann2001-06-221-1/+1
* Spit out errorsZeev Suraski2001-06-211-0/+6
* Move PHP_TARGET_RDYNAMIC check to global acinclude.m4 and use itSascha Schumann2001-06-152-10/+2
* Fix segfault when env vars are missing.David Hedbor2001-06-081-31/+37
* Remove bogus '.'.Sebastian Bergmann2001-06-061-1/+1
* Fix folding and clean up some extensionsRasmus Lerdorf2001-06-065-49/+163
* Oops, sorry. I should not have committed this ebcdic fix (which was none)Martin Kraemer2001-06-011-3/+0
* Add TUX SAPI moduleSascha Schumann2001-05-266-0/+541
* Use EXTRA_LDFLAGS at this point.Sascha Schumann2001-05-232-2/+2
* Fix Basic auth (when under PHP control) for EBCDIC platformsMartin Kraemer2001-05-231-0/+3
* The -c commandline option was not working at all, need to set the pathShane Caraveo2001-05-221-19/+25
* s/^I/ / and some re-indenting. Also align the APXS checking codeSascha Schumann2001-05-191-182/+181
* Reindent, add link map for AIX, improve diagnostic message,Sascha Schumann2001-05-191-34/+43
* Use write(2), if we can successfully write to stdout.Sascha Schumann2001-05-192-1/+51
* First try at using Apache's export list when building a DSO.Sascha Schumann2001-05-181-0/+6
* revert parts of last commit - stupid me!Thies C. Arntzen2001-05-181-1/+1
* --enable-memory-usage-info id deprecated. use --enable-memory-limit instead!Thies C. Arntzen2001-05-181-1/+1
* Merge the more sensible way of doing this back in to HEADJames Moore2001-05-171-7/+1
* @ - Fixed getopt so it accepts arguments in the form -<option><value> notJames Moore2001-05-171-4/+19
* Add missing infoZeev Suraski2001-05-171-1/+2
* # Revert the SLS_FETCH() ;)Sterling Hughes2001-05-161-4/+1
* Remove redundancySterling Hughes2001-05-161-2/+4
* fix windows build.Sterling Hughes2001-05-161-0/+1
* Merge memory usage into memory limitZeev Suraski2001-05-161-2/+2
* add missing apls_fetchDaniel Beulshausen2001-05-161-0/+1
* Move the initialization to a safer place (earlier, it could end upZeev Suraski2001-05-151-1/+1
* fix typoDaniel Beulshausen2001-05-141-1/+1
* Safer detection of recursive PHP invocationsZeev Suraski2001-05-133-2/+15
* Nuke more quotesSascha Schumann2001-05-126-17/+17
* Fix indentation of ./configure --help messages.Sascha Schumann2001-05-122-2/+2
* @- Added --enable-memory-usage-info. This creates a new Apache 1.x loggingThies C. Arntzen2001-05-111-1/+13
* @- Fixed a possible crash in the PHP CGI when no input file isZeev Suraski2001-05-101-2/+1
* $argc was off by one in -f (fix bug #9289)Zeev Suraski2001-05-081-1/+3
* whitespaceZeev Suraski2001-05-071-2/+2
* Allow virtual() of PHP files. We may have to improve the detection code aZeev Suraski2001-05-072-15/+17
* Patch from Jan Legenhausen to add vars to the HTTP_SERVER_VARS array.David Hedbor2001-05-071-1/+46
* Removed a duplicate php_import_environment_variables() callBen Mansell2001-05-041-4/+7
* Replace slow strlcpy with a quick memcpy.Sascha Schumann2001-05-031-3/+8
* - Another strncpy() -> strlcpy() changeAndi Gutmans2001-05-021-3/+1
* Patch from Stephen Landamore: speed up the environment merging byBen Mansell2001-05-021-16/+12
* - Remove unused variableAndi Gutmans2001-05-011-2/+0
* fix for bug 6491, http://www.php.net/bugs.php?id=6491, removes a bit ofSterling Hughes2001-05-011-23/+0
* - Fix for Bug id #10071Andi Gutmans2001-04-301-4/+11
* - Change macros from V_ to VCWD_ because of AIX name clashAndi Gutmans2001-04-302-2/+2
* add/fix pi3web dspDaniel Beulshausen2001-04-281-1513/+47
* Fix optimization -- we did not send out custom Response Status Lines.Sascha Schumann2001-04-251-5/+12