summaryrefslogtreecommitdiff
path: root/sapi/isapi/php4isapi.c
Commit message (Expand)AuthorAgeFilesLines
* prettyingColin Viebrock2000-04-071-3/+2
* The ISAPI module was incompatible with the CGI fix, which ruined POST'sZeev Suraski2000-04-051-2/+1
* - Hopefully got most of them. We also need a chdir_file function likeAndi Gutmans2000-03-301-1/+1
* I suppose errors should be printed prior to endthreadShane Caraveo2000-03-191-1/+3
* do this only on win32Shane Caraveo2000-03-191-1/+8
* just a little more detail in exception reportShane Caraveo2000-03-191-5/+15
* - From CODING_STANDARDS:Zeev Suraski2000-02-261-1/+3
* the pipe is breaking all the timeZeev Suraski2000-02-191-2/+2
* - Fix some issues with the ISAPI module, made it friendlier to non Win32 plat...Zeev Suraski2000-02-181-8/+28
* - Update .dsp'sZeev Suraski2000-02-161-18/+9
* - In IIS ISAPI when the user presses the STOP button while the script isAndi Gutmans2000-02-161-1/+4
* @- Improved ISAPI module - it should no longer be necessary to set PHP asZeev Suraski2000-02-151-7/+19
* Fix a few memory leaksZeev Suraski2000-02-131-2/+0
* Report access violationsZeev Suraski2000-02-131-16/+25
* Make all of the ISAPI variables register themselves as Server variablesZeev Suraski2000-02-131-0/+22
* Yes, you guessed it... More cleanupZeev Suraski2000-02-101-0/+3
* More cleanup - move getenv() to SAPIZeev Suraski2000-02-101-0/+1
* More cleanup...Zeev Suraski2000-02-101-0/+1
* More abstractionZeev Suraski2000-02-101-0/+3
* Move the logging mechanism to SAPIZeev Suraski2000-02-101-0/+1
* Fix bugletZeev Suraski2000-02-061-8/+11
* @- Protect the ISAPI module against exceptions. Stack overflows in scripts areZeev Suraski2000-02-061-10/+65
* Fixed SAPI modules to properly register their related modules.Andrei Zmievski2000-02-021-1/+1
* - Change the argument order of php_register_variable() to something moreZeev Suraski2000-01-291-1/+1
* Tried to centralize global variable registration as much as possible:Zeev Suraski2000-01-281-53/+51
* - Added flush() support to SAPIZeev Suraski2000-01-131-2/+3
* Happy Y2K patch! Happy new year (or the new millennium, depending on whetherSascha Schumann2000-01-011-1/+1
* Change ALLOC_ZVAL() semanticsZeev Suraski1999-12-261-1/+2
* - Use ALLOC_ZVAL() in PHP. Finding the places to put FREE_ZVAL(z) is muchAndi Gutmans1999-12-241-1/+1
* Use sapi_module_struct to contain SAPI module nameSascha Schumann1999-12-201-1/+1
* - zend_file_handles must now flag whether their .filename property should beZeev Suraski1999-12-041-0/+1
* Add X-Powered-By header in all configurations to ease PHP usage meteringSascha Schumann1999-12-031-7/+0
* Convert more source files to use thread-safe functionsSascha Schumann1999-11-261-2/+3
* - Remove ISAPI project from main dir as it's been copied to sapi/isapiAndi Gutmans1999-11-141-0/+2
* Started working on the Zeus support. Zeus's ISAPI obviously differs fromStig Bakken1999-09-281-2/+34
* Generalized server-API build process on UNIX. Each SAPIStig Bakken1999-09-271-0/+464