summaryrefslogtreecommitdiff
path: root/main/SAPI.c
Commit message (Expand)AuthorAgeFilesLines
* MFH: Bump copyright year.Sebastian Bergmann2007-12-311-1/+1
* MFH: Bump year.Sebastian Bergmann2007-01-011-1/+1
* bump year and license versionfoobar2006-01-011-4/+4
* MFH: typofixfoobar2005-12-301-1/+1
* MFH: Prevent header injection by limiting each header to a single line.Ilia Alshanetsky2005-12-061-0/+13
* - sapi_header_op(SAPI_HEADER_(REPLACE|ADD), {NULL, 0, 0}) caused HTTP respons...Michael Wallner2005-11-021-0/+4
* MFH: Fixed bug #29983 (PHP does not explicitly set mime type & charset).Ilia Alshanetsky2005-10-191-0/+6
* MFH: nuke unused variables when PCRE is not compiled statically into PHPfoobar2005-02-221-4/+2
* packport fix from PHP5: read post data if they wreen't readStanislav Malyshev2005-02-211-0/+10
* [MFH] If you send a post with a content-type header and then the next post wi...Brian France2004-08-191-0/+1
* MFH: Fixed bug #28692 (\0 in Authenticate header passed via safe_mode).Ilia Alshanetsky2004-06-081-1/+1
* MFH: Fixed bug #28670 (WWW-Authentication header mangling with PCRE inIlia Alshanetsky2004-06-071-0/+5
* MFHStefan Esser2004-05-251-1/+1
* Fixed bug #27687 (Bug Adding Default Charset to 'text/*' Content-Type HeaderMarcus Boerger2004-03-271-1/+2
* MFH: Fixed bug #27530 (broken http auth when safe_mode is on and PCRE isIlia Alshanetsky2004-03-091-7/+2
* MFH: 64 bit stuff.Ilia Alshanetsky2004-01-061-1/+1
* MFH: On error do not leave content_type_dup unitialized.foobar2003-11-261-0/+1
* MFH: Fix for bug #23488 zlib.output_compression overrides vary header.Stefan Roehrich2003-09-101-1/+1
* fix format stringsSascha Schumann2003-08-281-2/+2
* MFH: Bugfix #25044Marcus Boerger2003-08-111-2/+3
* This broke more than fixed. Fixes e.g. max_input_time.foobar2003-06-181-10/+0
* MFH (bugfix #23902 by Shane).Edin Kadribasic2003-06-031-0/+6
* MFH: reverted my patch & applying a new patch by Stefan EsserMoriyoshi Koizumi2003-02-111-7/+3
* MFH: fixed zlib.output_compressionMoriyoshi Koizumi2003-02-111-23/+28
* MFH: fixed possible buffer overflow in 64bit systemsMoriyoshi Koizumi2003-02-101-2/+6
* MFH 0/-1 changesSascha Schumann2003-02-091-2/+22
* MFH: fixed compile failures when ZLIB/PCRE are compiled as shared in samefoobar2003-02-091-3/+3
* MFH 1.161Sascha Schumann2003-01-151-0/+53
* MFH: Bump year.Sebastian Bergmann2002-12-311-1/+1
* MFHMarcus Boerger2002-12-051-2/+2
* MFHHartmut Holzgraefe2002-11-211-2/+4
* HTTP_RAW_POST_DATA BC fixesHartmut Holzgraefe2002-11-121-2/+6
* fix for #20198:Hartmut Holzgraefe2002-11-081-1/+5
* removed left-over unused variableHartmut Holzgraefe2002-10-211-2/+0
* removed bogus paranoid header checkingHartmut Holzgraefe2002-10-211-6/+2
* some changes to how request input data (Content-Lenght >0) is handledHartmut Holzgraefe2002-10-211-28/+31
* Added missing charset.Yasuo Ohgaki2002-09-081-0/+1
* WebDAV MKCOL can have post data body, see rfc2518 8.3.1Hartmut Holzgraefe2002-09-071-0/+1
* This 2 lines should have been removed when the header() code was rewritten.Stefan Esser2002-09-041-2/+0
* do not check for POST twiceChristian Stocker2002-08-221-1/+0
* @ - Added php.ini option "allow_webdav_methods" to allow handling ofChristian Stocker2002-08-221-2/+10
* -keep mimetype until sapi deactivationMarcus Boerger2002-08-051-12/+12
* Yup, sizeof() includes the space for the \0Rasmus Lerdorf2002-08-031-1/+1
* made sapi_register_treat_data() to support multibyte input encoding translati...Rui Hirokawa2002-08-021-0/+7
* Fixed wrong usage of strncmp.Stefan Roehrich2002-08-011-4/+4
* - free mimetype and statusline early if no longer needed or in deactivationMarcus Boerger2002-08-011-11/+13
* Need room for the \0 here to avoid an overflowRasmus Lerdorf2002-08-011-1/+1
* -problem with CLI/mbstring/output bufferingMarcus Boerger2002-07-311-8/+14
* Commit patch as discussed on LinuxTag and posted to php-dev in June.Stefan Roehrich2002-07-281-0/+34
* fixed: output encoding translation by mb_output_handler() in ext/mbstring was...Rui Hirokawa2002-07-271-0/+7