summaryrefslogtreecommitdiff
path: root/main/rfc1867.c
Commit message (Expand)AuthorAgeFilesLines
* Improved max_input_vars directive to check nested variablesDmitry Stogov2012-02-141-10/+17
* fix bug #54374, bug #55500 - filter file names better, no dangling [sStanislav Malyshev2012-01-011-3/+7
* - Year++Felipe Pena2012-01-011-1/+1
* Fixed bug #55504 (Content-Type header is not parsed correctly on HTTP POST re...Hannes Magnusson2011-09-071-1/+1
* - remove magic quotes support, functions are kept (see the NEWS entry for the...Pierre Joye2011-07-221-10/+1
* - Restore basename in filename on non Windows OSFelipe Pena2011-06-121-8/+12
* Remove unused variablePierrick Charron2011-03-131-1/+0
* Fix ZTS build.Moriyoshi Koizumi2011-03-061-1/+1
* Fix zend.multibyte oddities. Hope this will address all the known problems.Moriyoshi Koizumi2011-03-061-156/+109
* Win32 build fixIlia Alshanetsky2011-01-191-1/+1
* Fixed variable re-declarationIlia Alshanetsky2011-01-181-1/+1
* - Year++Felipe Pena2011-01-011-1/+1
* Removed compile time dependency from ext/mbstringDmitry Stogov2010-12-081-112/+105
* WS and cosmethic changesDmitry Stogov2010-12-021-79/+65
* - Implemented FR #50692, not uploaded files don't count towardsGustavo André dos Santos Lopes2010-10-041-18/+27
* Fixed compiler warnings in main/Kalle Sommer Nielsen2010-08-171-3/+3
* Removed register_globalsKalle Sommer Nielsen2010-04-211-8/+0
* I am sorry I tried fixing PHP without extensive discussion on the mailing list.Andrei Zmievski2010-03-181-3/+2
* Fix a few problems with large (2G-4G) file uploads. AddedAndrei Zmievski2010-03-181-2/+3
* sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.phpSebastian Bergmann2010-01-031-1/+1
* - Sync with HEADJani Taskinen2009-12-291-11/+13
* - WS + CS + folding tagsJani Taskinen2009-12-291-150/+121
* Fixed bug #48190 (Content-type parameter "boundary" is not case-insensitive i...Ilia Alshanetsky2009-12-291-0/+15
* Make it possible to disable post_max_sizeRasmus Lerdorf2009-11-171-1/+1
* Simpify the max_file_uploads handling codeIlia Alshanetsky2009-11-161-6/+1
* Introduced a max_file_uploads INI setting, which is set to limit theIlia Alshanetsky2009-10-271-0/+10
* MFH: Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-311-1/+1
* WSArnaud Le Blanc2008-10-201-19/+19
* Better fix for #46313Arnaud Le Blanc2008-10-201-3/+10
* Fixed #46313 (Magic quotes broke $_FILES)Arnaud Le Blanc2008-10-201-4/+0
* clean some dead code (with static analysis help)Nuno Lopes2008-09-231-2/+3
* MFH: More accurate max_file_size / upload_max_filesize (fixes #45124)Arnaud Le Blanc2008-09-071-2/+2
* MFH: Fixed #43540 (rfc1867 handler newlength problem)Arnaud Le Blanc2008-09-061-1/+1
* MFH: check if return value of write() is -1 and abort upload in this case set...Antony Dovgal2008-03-141-1/+7
* MFH: Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-311-1/+1
* Allow file uploads to bypass open_basedir checks (fixes regression)Ilia Alshanetsky2007-07-171-1/+1
* - Drop superflous efreeMarcus Boerger2007-02-241-3/+0
* - Avoid sprintf, even when checked copy'n'paste or changes lead to errorsMarcus Boerger2007-02-241-24/+26
* MFH: Bump year.Sebastian Bergmann2007-01-011-1/+1
* If one name is disallowed don't drop all filesStefan Esser2006-09-291-2/+4
* Delete empty temporary files if file upload hook forbids the uploadStefan Esser2006-09-191-0/+8
* Minor tweak to the file upload hooks. The MULTIPART_EVENT_FORMDATA eventRasmus Lerdorf2006-09-091-0/+10
* Binary safe multipart request handlingIlia Alshanetsky2006-07-271-16/+17
* Added RFC1867 fileupload processing hook.Stefan Esser2006-07-221-5/+87
* bump year and license versionfoobar2006-01-011-3/+3
* - Bumber up yearfoobar2005-08-031-1/+1
* Fixed bug #33673 (Added detection for partially uploaded files).Ilia Alshanetsky2005-07-131-5/+17
* Bug #32491 (File upload error - unable to create a temporary file) - Changing...Uwe Schindler2005-04-041-6/+6
* Prune uploaded file names to \ on all OSes, read comments for explanation.Ilia Alshanetsky2005-02-151-9/+6
* Final version of filename upload handling.Ilia Alshanetsky2005-02-011-4/+23