summaryrefslogtreecommitdiff
path: root/sapi
Commit message (Expand)AuthorAgeFilesLines
* Get rid of the redundant global startup codeZeev Suraski2001-07-242-1/+1
* Handle file buckets for now; that allows us to pass something to theSascha Schumann2001-07-231-50/+22
* Remove accidentially committed lineSascha Schumann2001-07-231-1/+0
* Call php_request_shutdown only, if the startup was successful.Sascha Schumann2001-07-231-1/+1
* Use synchronous php_request_shutdown in the standard case andSascha Schumann2001-07-232-5/+10
* Fix Apache buildZeev Suraski2001-07-211-1/+1
* - Fix __FILE__ in the main script in CGI/command line mode.Andi Gutmans2001-07-212-14/+12
* Improved bailout mechanism, supports nested bailouts a-la try..catchZeev Suraski2001-07-216-555/+543
* UpdatedHolger Zimmermann2001-07-211-2/+2
* UpdatedHolger Zimmermann2001-07-201-1/+1
* UpdatedHolger Zimmermann2001-07-201-1/+1
* Updated PHP mode, fixed indent mode, added syntax check modeHolger Zimmermann2001-07-202-19/+39
* Improved interactive mode - it is now available in all builds, without any si...Zeev Suraski2001-07-151-11/+1
* 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