summaryrefslogtreecommitdiff
path: root/main/rfc1867.c
Commit message (Expand)AuthorAgeFilesLines
* Combine HashTable.flags and HashTable.nApplyCount into single 32-bit wordDmitry Stogov2014-04-211-2/+2
* Fixed memory leakXinchen Hui2014-03-051-1/+7
* Fixed unlink fileXinchen Hui2014-03-051-3/+4
* Use better data structures (incomplete)Dmitry Stogov2014-02-171-1/+1
* Use better data structures (incomplete)Dmitry Stogov2014-02-101-19/+13
* Bump yearXinchen Hui2014-01-031-1/+1
* Merge branch 'PHP-5.5'Christopher Jones2013-08-141-1/+1
|\
| * Merge branch 'PHP-5.4' into PHP-5.5Christopher Jones2013-08-141-1/+1
| |\
| | * Reduce (some) compile noise of 'unused variable' and 'may be used uninitializ...Christopher Jones2013-08-141-1/+1
| | * Merge branch 'pull-request/341'Stanislav Malyshev2013-06-101-1/+1
| | * Happy New YearXinchen Hui2013-01-011-1/+1
| | * 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
* | | Fix to file uploads >2G with size overflowAnatol Belski2013-08-141-8/+29
* | | more precise conditionRalf Lang2013-08-061-1/+1
* | | make this work in vc11 tooRalf Lang2013-08-061-0/+4
* | | Use int64_t and atoll() after discussion with johannesRalf Lang2013-08-061-2/+2
* | | wsRalf Lang2013-08-061-1/+1
* | | Patch for https://bugs.php.net/bug.php?id=44522 to allow uploading filesRalf Lang2013-08-061-2/+3
|/ /
* | Merge branch 'pull-request/341'Stanislav Malyshev2013-06-101-1/+1
* | Happy New YearXinchen Hui2013-01-011-1/+1
* | Small performance improvement. The current code is correct, but if it is used...Klaus Silveira2012-04-021-4/+4
* | 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