summaryrefslogtreecommitdiff
path: root/main/SAPI.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove the useless TSRM_FETCH callsfoobar2005-02-211-6/+3
* - Fix bug #28568 (known_post_content_types is not thread safe).Moriyoshi Koizumi2005-02-211-13/+27
* Fixed: Correctly Initialize fieldsStefan Esser2004-11-281-0/+5
* - Apply realpath() cache patch. We don't use it if we're in safe_mode andAndi Gutmans2004-10-051-4/+1
* If you send a post with a content-type header and then the next post without ...Brian France2004-08-191-0/+1
* Reset global request_time in sapi_activate. Reset it in sapi_deactivateRasmus Lerdorf2004-08-111-0/+2
* Add SAPI hook to get the request time if provided by the web server,Rasmus Lerdorf2004-08-101-1/+12
* Fixed bug #28692 (\0 in Authenticate header passed via safe_mode).Ilia Alshanetsky2004-06-081-1/+1
* Fixed bug #28670 (WWW-Authentication header mangling with PCRE in safe_modeIlia Alshanetsky2004-06-071-0/+5
* break is betterStefan Esser2004-05-251-1/+1
* Fixed bug #27687 (Bug Adding Default Charset to 'text/*' Content-Type HeaderMarcus Boerger2004-03-251-1/+2
* Fixed bug #27530 (broken http auth when safe_mode is on and PCRE isIlia Alshanetsky2004-03-091-7/+2
* - A belated happy holidays and PHP 5Andi Gutmans2004-01-081-2/+2
* - Fix sapi_input_filter patch. Returning 1 from the filter handler shouldDerick Rethans2003-11-291-1/+1
* On error do not leave content_type_dup unitialised.Stefan Esser2003-11-221-0/+1
* Fixed for 64bit archsArd Biesheuvel2003-09-131-1/+1
* Fix for bug #23488 zlib.output_compression overrides vary header.Stefan Roehrich2003-09-101-1/+1
* kill warningsSascha Schumann2003-08-281-2/+2
* Bugfix #25044Marcus Boerger2003-08-111-2/+3
* updating license information in the headers.James Cox2003-06-101-3/+3
* Fix for #23902 by Shane.Edin Kadribasic2003-06-031-0/+6
* An input filter might not simply strip stuff, it might also turn thingsRasmus Lerdorf2003-02-201-1/+1
* Input Filter support. See README.input_filter for details.Rasmus Lerdorf2003-02-191-0/+5
* size matters not.Stefan Esser2003-02-111-1/+1
* 8 + 20 + 1 + 1 = 30Stefan Esser2003-02-111-7/+3
* Fixed possible snprintf problemMoriyoshi Koizumi2003-02-101-2/+2
* Fixed possible buffer overflow in 64bit systemsMoriyoshi Koizumi2003-02-101-2/+6
* Jani happificationMoriyoshi Koizumi2003-02-101-4/+4
* Fixed zlib.output_compression so it can work even if zlib extension is built ...Moriyoshi Koizumi2003-02-101-23/+28
* use SUCCESS/FAILURE instead of 0/-1Sascha Schumann2003-02-091-4/+4
* Fixed compile failures when ZLIB / PCRE are compiled as sharedfoobar2003-02-091-3/+3
* add sapi_get_target_uid/_gid for obtaining information about theSascha Schumann2003-01-211-0/+20
* whitespaceSascha Schumann2003-01-151-31/+31
* Bump year.Sebastian Bergmann2002-12-311-1/+1
* -php_error -> php_error_docrefMarcus Boerger2002-12-051-2/+2