summaryrefslogtreecommitdiff
path: root/sapi/isapi/php4isapi.c
Commit message (Expand)AuthorAgeFilesLines
* - Renamed all *php4* files to *php5*, changed all php4/PHP4 to php5/PHP5foobar2004-01-171-949/+0
* - A belated happy holidays and PHP 5Andi Gutmans2004-01-081-2/+2
* updating license information in the headers.James Cox2003-06-101-3/+3
* clean up url handling with path_infoShane Caraveo2003-03-301-45/+59
* handle invalid paths passed to us from iisShane Caraveo2003-03-271-1/+9
* This is AUTH_TYPE in every other SAPI.foobar2003-03-241-1/+1
* Fixed bug #22473 (ISAPI Secure Server Variables not available)foobar2003-03-071-1/+3
* Win32 build improvementsZeev Suraski2003-02-171-11/+10
* Fix build under win32Wez Furlong2003-02-171-0/+1
* normalize CGI variables to the CGI specShane Caraveo2003-01-261-40/+89
* Bump year.Sebastian Bergmann2002-12-311-1/+1
* improve username/password detection for IISStanislav Malyshev2002-12-011-0/+19
* - Made the STANDARD_SAPI_MODULE_PROPERTIES be what it says it is.foobar2002-11-261-3/+0
* another startup initialization fix - only ISAPI and CGI SAPI's tested,Zeev Suraski2002-09-181-2/+1
* Should fix #19425foobar2002-09-161-1/+1
* - 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