summaryrefslogtreecommitdiff
path: root/sapi
Commit message (Expand)AuthorAgeFilesLines
* More TSRMLS_FETCH workZeev Suraski2001-07-316-26/+24
* fix compileThies C. Arntzen2001-07-301-1/+1
* compile fixThies C. Arntzen2001-07-301-1/+1
* Zend compatibility patchZeev Suraski2001-07-304-12/+8
* More TSRMLS_FETCH work, and a bit of cleanupZeev Suraski2001-07-301-1/+0
* More TSRMLS_FETCH annihilation (Zend compatibility patch)Zeev Suraski2001-07-301-1/+1
* Avoid TSRMLS_FETCH()'s, and clean up a bit of stale extern's and layout on th...Zeev Suraski2001-07-301-1/+1
* Fix typoRasmus Lerdorf2001-07-281-1/+1
* Build fixZeev Suraski2001-07-281-1/+1
* Some more fixesZeev Suraski2001-07-281-4/+1
* Redesigned thread safety mechanism - nua nuaZeev Suraski2001-07-2818-432/+386
* - Get rid of ELS_*(), and use TSRMLS_*() instead.Zeev Suraski2001-07-2716-167/+169
* Fix a corrupted memory accessZeev Suraski2001-07-271-3/+4
* Remove unneeded variablesSascha Schumann2001-07-261-3/+0
* 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