summaryrefslogtreecommitdiff
path: root/sapi
Commit message (Expand)AuthorAgeFilesLines
* Add INSTALL_ROOT variable to specify install location.Wilfredo Sanchez2001-04-037-7/+7
* Renamed the AC_ prefixed macros defined in acinclude.m4 to PHP_* prefixes.foobar2001-03-2711-19/+19
* Changed header handling; before, we were somehow losingBen Mansell2001-03-271-31/+5
* Fix a bug with POST requests. If the Content-Type header wasn't present,Ben Mansell2001-03-221-1/+2
* Fix a bug with POST requests. If the Content-Type header wasn't present,Ben Mansell2001-03-221-1/+2
* Altered README.Zeus to give instructions on building FastCGI.Ben Mansell2001-03-191-2/+2
* @ New FastCGI server moduleBen Mansell2001-03-197-0/+533
* Fix off-by-one on config values set from Apache configStanislav Malyshev2001-03-131-1/+1
* Replace memcpy and sprintf with smart_strs.Sascha Schumann2001-03-131-16/+12
* Fixed the help for other options too.foobar2001-03-071-2/+2
* Added support for Zeus SSL client certificate information.Ben Mansell2001-03-071-0/+61
* Avoid using ret uninitializedZeev Suraski2001-03-061-1/+1
* Thread hashtable was being initialized with a size of 1! Changed to 128 asBen Mansell2001-03-061-1/+5
* Avoid writing to error_log in case of aborted connections.Zeev Suraski2001-03-061-3/+1
* Fix help text for -ffoobar2001-03-051-5/+2
* Can't output any error messages if there isn't any function initializedfoobar2001-03-051-3/+3
* 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