summaryrefslogtreecommitdiff
path: root/main/SAPI.c
Commit message (Expand)AuthorAgeFilesLines
* - MFH: make setlocale thread only, drastically reduce TS related crashes in e...Pierre Joye2011-03-161-0/+3
* - Year++Felipe Pena2011-01-011-1/+1
* - Reversed implementation of FR #44164, pending further consideration.Gustavo André dos Santos Lopes2010-11-181-8/+0
* - Fixed bug #53180 (post_max_size=0 not disabling the limit when the contentGustavo André dos Santos Lopes2010-10-271-2/+2
* - Implemented request #44164, zlib.output_compression is now implicitlyGustavo André dos Santos Lopes2010-10-261-0/+8
* I am sorry I tried fixing PHP without extensive discussion on the mailing list.Andrei Zmievski2010-03-181-2/+2
* Fix a few problems with large (2G-4G) file uploads. AddedAndrei Zmievski2010-03-181-2/+2
* - Reverted r296062 and r296065Jani Taskinen2010-03-121-2/+2
* MFH: Improved / fixed output buffering (Michael Wallner)Jani Taskinen2010-03-111-2/+2
* sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.phpSebastian Bergmann2010-01-031-1/+1
* - Fixed bug #49248 by fixing bug #48994 properlyJani Taskinen2009-08-171-33/+0
* - Try disabling zlib.output_compression always for images. (zlib extension mi...Jani Taskinen2009-08-171-3/+4
* - Fixed bug #48994 (zlib.output_compression does not ouput HTTP headers when ...Jani Taskinen2009-08-031-1/+1
* fix for #47930Stanislav Malyshev2009-04-281-1/+8
* MFH: Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-311-1/+1
* Added header_remove() (chsc at peytz dotdk, Arnaud)Arnaud Le Blanc2008-11-131-13/+32
* exit_on_timeout patchRasmus Lerdorf2008-03-181-0/+6
* MFH: Fixed bug #43954 (Memory leak when sending the same HTTP status code mor...Scott MacVicar2008-01-281-0/+4
* MFH: Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-311-1/+1
* Fixed crash because of uninitialized SG(sapi_headers).mimetypeDmitry Stogov2007-12-031-0/+2
* Slightly cleaner codeRasmus Lerdorf2007-05-251-2/+2
* Optimize sapi_get_request_time() slightly making it use the cached timeRasmus Lerdorf2007-05-251-3/+5
* ZTS fixDmitry Stogov2007-04-251-5/+5
* fix ZTS buildAntony Dovgal2007-04-251-0/+3
* Fixed crashes because of SAPI handlers overrding from inside of dl()-ed exten...Dmitry Stogov2007-04-251-0/+15
* WIN64 supportDmitry Stogov2007-04-161-1/+1
* snprintf() -> slprintf()Ilia Alshanetsky2007-02-271-3/+3
* - Avoid sprintf, even when checked copy'n'paste or changes lead to errorsMarcus Boerger2007-02-241-8/+6
* MFH: Bump year.Sebastian Bergmann2007-01-011-1/+1
* Fixed bug #39984 (redirect response code in header() could be ignored inIlia Alshanetsky2006-12-311-1/+3
* MFHAntony Dovgal2006-12-211-5/+7
* MFH: fix possible invalid read (reproducible only on big-endian machines)Antony Dovgal2006-12-181-1/+1
* WhitespaceZeev Suraski2006-12-181-18/+18
* MFH: Fixed mess with CGI/CLI -d command line option (now it works with cgi; c...Dmitry Stogov2006-09-191-0/+1
* Add input_filter hook call in getenv()Rasmus Lerdorf2006-05-101-4/+9
* bump year and license versionfoobar2006-01-011-3/+3
* MFH: typofixfoobar2005-12-301-1/+1
* MFH: Prevent header injection by limiting each header to a single line.Ilia Alshanetsky2005-12-061-0/+13
* MFHfoobar2005-11-061-1/+1
* - sapi_header_op(SAPI_HEADER_(REPLACE|ADD), {NULL, 0, 0}) caused HTTP respons...Michael Wallner2005-11-021-0/+4
* Fixed minor memory leak triggered by: -dzlib.output_compression=1 -mIlia Alshanetsky2005-11-011-1/+1
* MFH: Fixed bug #29983 (PHP does not explicitly set mime type & charset).Ilia Alshanetsky2005-10-191-0/+6
* - Bumber up yearfoobar2005-08-031-1/+1
* Fixed double-free in the digest authentication handling.Ilia Alshanetsky2005-07-121-1/+1
* added a server variable PHP_AUTH_DIGEST to support HTTP Digest Authentication.Rui Hirokawa2005-04-041-0/+3
* Fix for bug #32263Rasmus Lerdorf2005-03-141-1/+9
* FR 32275 - fifth parameter to preg_replace() to count number of replacesAndrey Hristov2005-03-121-2/+2
* - Fixed bug #32109 ($_POST is not populated in multithreaded environment).Moriyoshi Koizumi2005-03-051-0/+1
* - Silly typo.Moriyoshi Koizumi2005-02-221-1/+1
* Nuke unused variables when PCRE is not compiled infoobar2005-02-211-4/+2