summaryrefslogtreecommitdiff
path: root/main/SAPI.c
Commit message (Expand)AuthorAgeFilesLines
* - Change macros from V_ to VCWD_ because of AIX name clashAndi Gutmans2001-04-301-1/+1
* get rid of MS's _popen/_pcloseDaniel Beulshausen2001-04-271-0/+9
* Fix possible crash if content-type is not set.foobar2001-03-181-1/+1
* These functions are not necessary - that's what sapi_register_post_entry()Zeev Suraski2001-03-181-43/+0
* - Fix copyright notices with 2001Andi Gutmans2001-02-261-1/+1
* Many patches. I hope I remember them all:Zeev Suraski2001-01-021-1/+1
* Added the capability to specify a different HTTP Redirection response codeJason Greene2000-11-291-1/+5
* - Import Jade Nicoletti's transparent gzip encoding support as an outputZeev Suraski2000-11-131-2/+3
* Add sapi_add_header_ex, which lets you specify whether you wantSascha Schumann2000-10-261-1/+2
* Changing datatype to remove compiler warningFrank M. Kromann2000-10-201-1/+1
* post handler registration done rightHartmut Holzgraefe2000-10-131-0/+44
* @ - POST handler for Adobe FDF format (Hartmut)Hartmut Holzgraefe2000-10-111-18/+0
* More security-related (control) patches:Zeev Suraski2000-09-091-6/+19
* Security related updates:Zeev Suraski2000-09-091-2/+1
* Implement move_uploaded_file() (untested)Zeev Suraski2000-09-081-1/+1
* - Implemented is_upload_file()Zeev Suraski2000-09-081-0/+5
* Restore the headers_only test to the centralized SAPI startup. If necessary,...Zeev Suraski2000-09-081-5/+2
* - This shouldn't have been commited.Andi Gutmans2000-09-041-2/+2
* - Found my bug and managed to move the V_* macros to TSRMAndi Gutmans2000-09-041-2/+2
* Fix strlcpy use at this place.Sascha Schumann2000-08-271-2/+2
* newtype has a length of newlen+1, 'len' refers to the length of *mimetypeSascha Schumann2000-08-271-2/+2
* Use size_t as parameter type in the getenv member of struct sapi_moduleSascha Schumann2000-08-201-1/+1
* Avoid an endless loop situation in case of an error situation while sending h...Zeev Suraski2000-08-191-2/+6
* Leave this initialization inRasmus Lerdorf2000-08-021-1/+1
* Heads up! I have moved the headers_only and response_code checks out ofRasmus Lerdorf2000-08-021-0/+8
* Disable the hash_apply() protection on hashes that persist across requests - ...Zeev Suraski2000-07-111-1/+1
* - fixed handling of fdf data (application/vnd.fdf)Uwe Steinmann2000-07-051-1/+6
* This is documented to not be case sensitive and it is not case sensitiveRasmus Lerdorf2000-07-011-1/+1
* - COMPILE_ERROR should only be used in ZendAndi Gutmans2000-06-231-2/+2
* Update the license with the new clause 6Zeev Suraski2000-05-181-2/+2
* 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