summaryrefslogtreecommitdiff
path: root/sapi/isapi/php4isapi.c
Commit message (Expand)AuthorAgeFilesLines
* - Gaurd for problems in fault servers (fixes problem with Sambar 5.2)Derick Rethans2002-04-181-1/+1
* - Fix whitespace (guys, please try to stick with the php4 tree style as farZeev Suraski2002-03-191-1/+1
* Maintain headers.Sebastian Bergmann2002-02-281-1/+1
* Fix incompatibility with Windows .NET (IIS 6)Zeev Suraski2001-12-221-0/+1
* Update headers.Sebastian Bergmann2001-12-111-2/+2
* Fix build if PHP_ENABLE_SEH is not definedZeev Suraski2001-11-251-1/+1
* * fix module struct in rest of sapi modulesStig Bakken2001-10-121-0/+2
* Undo Z_ subst for sapi and ext/yazJeroen van Wolffelaar2001-09-271-1/+1
* Back-substitute for Z_* macro's. If it breaks some extension (the script isn'...Jeroen van Wolffelaar2001-09-251-1/+1
* Reverse patches that slipped in by mistake in a whitespace patch. TheyZeev Suraski2001-08-131-31/+34
* WhitespaceZeev Suraski2001-08-111-34/+31
* Use zend_first_tryZeev Suraski2001-08-081-1/+1
* Adding missing TSRMLS_CCFrank M. Kromann2001-08-061-1/+1
* more tsrm cleanupSascha Schumann2001-08-051-2/+1
* - TSRMLS_FETCH workZeev Suraski2001-08-051-3/+3
* More TSRMLS_FETCH workZeev Suraski2001-07-311-6/+6
* Zend compatibility patchZeev Suraski2001-07-301-9/+5
* Redesigned thread safety mechanism - nua nuaZeev Suraski2001-07-281-44/+43
* - Get rid of ELS_*(), and use TSRMLS_*() instead.Zeev Suraski2001-07-271-29/+29
* Improved bailout mechanism, supports nested bailouts a-la try..catchZeev Suraski2001-07-211-86/+86
* 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
* 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
* 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
* 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
* (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
* - Change spaces to tabAndi Gutmans2000-08-281-1/+1
* 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
* 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
* Move main.h to php_main.h.Sascha Schumann2000-06-051-1/+1
* Update the license with the new clause 6Zeev Suraski2000-05-181-2/+2
* Define PHP_SELF properly with Zeus+ISAPIBen Mansell2000-05-151-0/+4
* Change reentrancy API to always use the php prefix.Sascha Schumann2000-05-041-2/+2
* author fixesZeev Suraski2000-04-191-2/+2