summaryrefslogtreecommitdiff
path: root/sapi
Commit message (Expand)AuthorAgeFilesLines
* whitespace fixZeev Suraski2001-03-041-2/+2
* Combine all HTTP headers into a single writevSascha Schumann2001-03-021-19/+30
* - Commit NSAPI patches.Andi Gutmans2001-03-021-113/+61
* httpd-2.0 cvs seems to be busted. I'm getting very strange backtracesSascha Schumann2001-02-282-2/+2
* Now it actually loads, but it segfaults upon a request.Sascha Schumann2001-02-282-9/+9
* Make the module compile again with the latest httpd-2.0 cvs.Sascha Schumann2001-02-285-31/+30
* Added PHP_AUTH_USER, PHP_AUTH_PW and PHP_AUTH_TYPE environment variablesBen Mansell2001-02-271-0/+14
* - Finally rename modules.h to zend_modules.h for consistency (first tryAndi Gutmans2001-02-261-1/+1
* - Fix copyright notices with 2001Andi Gutmans2001-02-2623-23/+23
* php_register_command_line_global_vars only needs file scope.Sascha Schumann2001-02-241-1/+1
* Neither the CGI nor the Servlet SAPI module call syslog, so removeSascha Schumann2001-02-242-6/+0
* Change the default to assumption that people don't use AOLserver 3.0 anymore.Sascha Schumann2001-02-241-8/+6
* Finish fopen-wrappers rename.Sascha Schumann2001-02-232-2/+2
* If we cannot send the header, we don't need to continue with the page.Sascha Schumann2001-02-211-1/+2
* There is no need to declare ap_php_(opterr|optopt) with external linkageSascha Schumann2001-02-211-2/+0
* Include <sys/uio.h>. Apparently, the header cleanup in glibc 2.2.2Sascha Schumann2001-02-191-0/+2
* Save 50% of the syscalls when writing the HTTP header.Sascha Schumann2001-02-181-2/+8
* Fixed non-threadsafe code: 'isapi_special_server_variables' was a staticBen Mansell2001-02-161-2/+1
* Fixed PHP authentication and some other minor things.David Hedbor2001-02-091-52/+23
* Make fprintf's optionalSascha Schumann2001-02-081-8/+14
* Kill warningRasmus Lerdorf2001-01-221-1/+0
* Sigh. Even less sleep than I thought :) Really fix it this time.Zeev Suraski2001-01-221-1/+1
* Too much work, not enough sleep... Fix hash lookupZeev Suraski2001-01-221-1/+1
* Don't overwrite PATH_TRANSLATED if it existsZeev Suraski2001-01-221-6/+16
* @ Support Zeus 3.3.8Ben Mansell2001-01-161-23/+51
* Fix output dirZeev Suraski2001-01-151-10/+2
* - Implement CompareStringWithFile()Zeev Suraski2001-01-151-3/+36
* - Implement quick file comparing routineZeev Suraski2001-01-152-46/+71
* Try harder to push data through the wire.Sascha Schumann2001-01-151-5/+12
* test now produce valid OK or FAIL.Shane Caraveo2001-01-152-34/+59
* dont do results if not using test filesShane Caraveo2001-01-151-2/+2
* clean up temp filesShane Caraveo2001-01-151-0/+25
* check files openShane Caraveo2001-01-151-1/+1
* fix file reading, add resultsShane Caraveo2001-01-151-27/+43
* Multithreaded stress test program for isapi module now supports phpt filesShane Caraveo2001-01-153-92/+390
* Especially on FreeBSD it seems to be common that send(2) does notSascha Schumann2001-01-101-7/+16
* Propagate the response code/HTTP status code back to thttpd for logging.Sascha Schumann2001-01-091-0/+1
* Account the number of sent bytes properlySascha Schumann2001-01-091-3/+13
* Make Apache 2.0 filter build againSascha Schumann2001-01-082-3/+2
* ignore blank linesShane Caraveo2001-01-081-15/+23
* add notes on this programShane Caraveo2001-01-082-1/+19
* stresstest is based on cgiwrap. it can be used to debug php4isapi.dll withoutShane Caraveo2001-01-072-0/+568
* define flag to turn off exception handlingShane Caraveo2001-01-071-2/+21
* make threaded apache module build againDaniel Beulshausen2001-01-051-0/+4
* Fix last couple of problematic execution paths that could corrupt the INI valuesZeev Suraski2001-01-031-1/+8
* Fix Apache module and remove excess elements from the SAPI structureZeev Suraski2001-01-031-0/+2
* Fix compile.foobar2001-01-031-6/+6
* Many patches. I hope I remember them all:Zeev Suraski2001-01-0212-157/+206
* Fix a few possible bugs:Zeev Suraski2000-12-301-5/+8
* Minor update regarding new phpinfo table format. Moved pi3web_sapi.h to the s...Holger Zimmermann2000-12-282-2/+93