summaryrefslogtreecommitdiff
path: root/main/php_content_types.c
Commit message (Expand)AuthorAgeFilesLines
* MFH: Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-311-1/+1
* Register RAW_POST_DATA even when always_populate_raw_post_data is off inIlia Alshanetsky2007-05-071-1/+3
* Fixed bug #41293 (Fixed creation of HTTP_RAW_POST_DATA when there is noIlia Alshanetsky2007-05-061-11/+8
* Fixed bug #40921 (php_default_post_reader crashes when post_max_size isIlia Alshanetsky2007-04-011-1/+1
* MFH: Bump year.Sebastian Bergmann2007-01-011-1/+1
* bump year and license versionfoobar2006-01-011-3/+3
* - Bumber up yearfoobar2005-08-031-1/+1
* - Fixed bug #32109 ($_POST is not populated in multithreaded environment).Moriyoshi Koizumi2005-03-051-1/+10
* - Fix bug #28568 (known_post_content_types is not thread safe).Moriyoshi Koizumi2005-02-211-2/+2
* - A belated happy holidays and PHP 5Andi Gutmans2004-01-081-2/+2
* updating license information in the headers.James Cox2003-06-101-3/+3
* Input Filter support. See README.input_filter for details.Rasmus Lerdorf2003-02-191-0/+1
* Bump year.Sebastian Bergmann2002-12-311-1/+1
* MFBfoobar2002-11-291-1/+1
* HTTP_RAW_POST_DATA BC fixesHartmut Holzgraefe2002-11-121-14/+24
* fix for #20198:Hartmut Holzgraefe2002-11-081-4/+17
* some changes to how request input data (Content-Lenght >0) is handledHartmut Holzgraefe2002-10-211-3/+5
* made sapi_register_treat_data() to support multibyte input encoding translati...Rui Hirokawa2002-08-021-0/+1
* Maintain headers.Sebastian Bergmann2002-02-281-1/+1
* Update headers.Sebastian Bergmann2001-12-111-2/+2
* - Don't wrap lines... this is annoying while coding.Derick Rethans2001-09-091-2/+2
* First step for chunkifying the HTTP uploads.foobar2001-09-031-3/+3
* fix SAPI_POST_* exportsDaniel Beulshausen2001-08-151-1/+1
* - TSRMLS_FETCH workZeev Suraski2001-08-051-1/+1
* Redesigned thread safety mechanism - nua nuaZeev Suraski2001-07-281-2/+1
* - Get rid of ELS_*(), and use TSRMLS_*() instead.Zeev Suraski2001-07-271-1/+1
* Add always_populate_raw_post_data ini directive and default it to 0 toRasmus Lerdorf2001-07-171-1/+1
* Fix folding and clean up some extensionsRasmus Lerdorf2001-06-061-3/+11
* vim-6 does folding - clean up a bunch of missing folding tags plusRasmus Lerdorf2001-06-051-0/+1
* - Fix copyright notices with 2001Andi Gutmans2001-02-261-1/+1
* various version 2.0 and 2.01 licenses -> 2.02David Croft2000-07-241-3/+5
* - License is at 2.02Andi Gutmans2000-05-291-1/+1
* Clean up EXIF code and give up on extracting the embedded thumbnail forRasmus Lerdorf2000-05-291-0/+25
* Make POST handling the way it should be. RFC1867, and any future POST handle...Zeev Suraski2000-02-171-5/+6
* Fix some warningsSascha Schumann1999-12-051-1/+3
* SET_VAR_STR* expect a emalloc'ed copy of the string!Thies C. Arntzen1999-10-071-1/+3
* - Added support for unknown POST content types (Zeev)Zeev Suraski1999-09-161-0/+11
* Generalize SAPI a bitZeev Suraski1999-09-161-0/+14