summaryrefslogtreecommitdiff
path: root/main/SAPI.c
Commit message (Expand)AuthorAgeFilesLines
* no more broken scripts by erroneously terminating header()'s argumentHartmut Holzgraefe2000-04-281-0/+6
* - Fix an invalid trick (it was valid when header() was usingZeev Suraski2000-04-281-2/+7
* - Add missing V_STAT()Andi Gutmans2000-04-201-1/+1
* - Create dtor functionAndi Gutmans2000-04-021-0/+3
* - Virtual cwd compiles now (need to uncomment #define in php.h for it toAndi Gutmans2000-04-021-0/+4
* @- Fix a problem when dealing with large POST blocks in CGI modeZeev Suraski2000-04-011-7/+7
* kill warningSascha Schumann2000-03-301-1/+1
* - Note quite sure why this wasn't done.Andi Gutmans2000-03-161-3/+3
* Fix traps due to sapi_global not being initialized when ZTS is setSam Ruby2000-03-051-1/+8
* @- The string None is now recognized as a keyword by the php.ini processor, andZeev Suraski2000-02-261-4/+3
* (sapi_send_headers) fix leakThies C. Arntzen2000-02-261-2/+2
* - From CODING_STANDARDS:Zeev Suraski2000-02-261-22/+22
* Build failure on Win32:Sam Ruby2000-02-251-1/+1
* @- Implemented default_charset and default_mimetype config directives (Stig)Stig Bakken2000-02-251-24/+82
* fix obvious crash.Thies C. Arntzen2000-02-251-0/+1
* started implementing directives for default mimetype/charsetStig Bakken2000-02-241-4/+45
* Get the license right... (this won't make it to RC1 of B4)Zeev Suraski2000-02-191-2/+2
* - Update .dsp'sZeev Suraski2000-02-181-0/+2
* Fix duplicate freeingZeev Suraski2000-02-171-0/+1
* Make POST handling the way it should be. RFC1867, and any future POST handle...Zeev Suraski2000-02-171-19/+41
* - Update .dsp'sZeev Suraski2000-02-161-1/+0
* @- Improved ISAPI module - it should no longer be necessary to set PHP asZeev Suraski2000-02-151-0/+7
* Fine tune Andi's patchZeev Suraski2000-02-111-1/+1
* request_info.c is dead! long live SAPIZeev Suraski2000-02-101-1/+6
* The last patch wasn't that good, fixZeev Suraski2000-02-101-6/+4
* More protection...Zeev Suraski2000-02-101-4/+6
* Only activate if we're inside an actual requestZeev Suraski2000-02-101-3/+3
* More cleanup!Zeev Suraski2000-02-101-10/+6
* More cleanup - move getenv() to SAPIZeev Suraski2000-02-101-0/+12
* More cleanup...Zeev Suraski2000-02-101-0/+19
* - Introduce PHP_WIN32Andi Gutmans2000-02-101-1/+1
* More abstractionZeev Suraski2000-02-101-0/+6
* Use the new state functionsZeev Suraski2000-02-041-1/+9
* - Added flush() support to SAPIZeev Suraski2000-01-131-0/+12
* Move reentrancy initialisation/destruction into SAPI.Sascha Schumann2000-01-051-0/+2
* Happy Y2K patch! Happy new year (or the new millennium, depending on whetherSascha Schumann2000-01-011-1/+1
* Fix for #2994Evan Klinger1999-12-191-3/+3
* Export sapi_free_header()Sascha Schumann1999-12-101-1/+1
* Provide basis for shared libraries/dlls to contain internal extensionsSam Ruby1999-12-071-2/+2
* Fix some warningsSascha Schumann1999-12-051-1/+1
* - support for mimetype application/vnd.fdf needed by fdf moduleUwe Steinmann1999-10-061-1/+4
* Fix logic.Sascha Schumann1999-10-051-1/+1
* * Fix header("HTTP/..") behaviourSascha Schumann1999-10-041-5/+26
* - Added support for unknown POST content types (Zeev)Zeev Suraski1999-09-161-11/+37
* i'm sure this was left-over debugging code!Thies C. Arntzen1999-09-141-4/+0
* - Make dir functions compile in Win32Andi Gutmans1999-09-051-0/+1
* - add global startup/shutdown handlersSascha Schumann1999-09-031-1/+3
* Fix HTTP/ header handlingAndi Gutmans1999-08-091-2/+3
* License updateZeev Suraski1999-07-161-7/+10
* First attempt at moving the old RFC1867 support to the right placeZeev Suraski1999-06-121-2/+2