summaryrefslogtreecommitdiff
path: root/sapi/isapi
Commit message (Expand)AuthorAgeFilesLines
* Improved bailout mechanism, supports nested bailouts a-la try..catchZeev Suraski2001-07-211-86/+86
* Fix indentation of ./configure --help messages.Sascha Schumann2001-05-121-1/+1
* Add INSTALL_ROOT variable to specify install location.Wilfredo Sanchez2001-04-031-1/+1
* Renamed the AC_ prefixed macros defined in acinclude.m4 to PHP_* prefixes.foobar2001-03-271-1/+1
* Altered README.Zeus to give instructions on building FastCGI.Ben Mansell2001-03-191-2/+2
* Added support for Zeus SSL client certificate information.Ben Mansell2001-03-071-0/+61
* Thread hashtable was being initialized with a size of 1! Changed to 128 asBen Mansell2001-03-061-1/+5
* Added PHP_AUTH_USER, PHP_AUTH_PW and PHP_AUTH_TYPE environment variablesBen Mansell2001-02-271-0/+14
* - Fix copyright notices with 2001Andi Gutmans2001-02-261-1/+1
* Fixed non-threadsafe code: 'isapi_special_server_variables' was a staticBen Mansell2001-02-161-2/+1
* @ 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
* 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
* 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
* Many patches. I hope I remember them all:Zeev Suraski2001-01-021-104/+154
* Add Release_TSDbg support. This mode compiles PHP with the release C runtime,Zeev Suraski2000-12-261-0/+29
* Fix Zeus' behaviour with URL, SCRIPT_NAME, SCRIPT_FILENAME, REQUEST_URIBen Mansell2000-12-151-4/+32
* (Zeus) Re-added some server variables that will be used.Ben Mansell2000-12-131-15/+17
* 2nd step towards auto-creditsHartmut Holzgraefe2000-11-201-0/+2
* Update SAPI modules to interface with the new TSRM.Zeev Suraski2000-11-181-1/+1
* Unify handling of aborted connectionsSascha Schumann2000-10-291-1/+1
* i'll place the reg file in the win32 folderDaniel Beulshausen2000-10-221-5/+0
* (Zeus-specific) Don't GetServerVariable() for vars which Zeus doesn't useBen Mansell2000-09-191-20/+22
* Fixed bug which could truncate PHP_SELFBen Mansell2000-09-191-0/+1
* Restore the headers_only test to the centralized SAPI startup. If necessary,...Zeev Suraski2000-09-081-5/+0
* Fix ISAPI compilationZeev Suraski2000-09-041-3/+3
* - Defining TSRM_WIN32 in each and every dsp sucked. Revert this changeAndi Gutmans2000-09-021-3/+3
* - More Windows build fixesAndi Gutmans2000-09-021-3/+3
* - Change spaces to tabAndi Gutmans2000-08-281-1/+1
* changed the output directorys from the windowsbuildsDaniel Beulshausen2000-08-231-3/+3
* The status quo in PHP is that the current directory is initializedSascha Schumann2000-08-201-11/+0
* REQUEST_URI is a handy server variable, lets pass it onto ISAPI/PHPBen Mansell2000-08-181-0/+1
* (send_headers) Removed code freeing http_status_line, this is performedBen Mansell2000-08-171-3/+0
* Fix zend_fiel_handle handling. Should fix URL includeStanislav Malyshev2000-08-131-0/+1
* Fix a couple of bugs in the ISAPI module:Zeev Suraski2000-08-091-9/+8
* Add DOCUMENT_ROOTZeev Suraski2000-08-071-0/+16
* Heads up! I have moved the headers_only and response_code checks out ofRasmus Lerdorf2000-08-021-0/+6
* Set version number on DLLsZeev Suraski2000-06-301-3/+3
* Separate plain name returned by php_sapi_module() and pretty nameAndrei Zmievski2000-06-261-2/+3
* C++ // comments are evil ...Hartmut Holzgraefe2000-06-161-2/+4