| Commit message (Expand) | Author | Age | Files | Lines |
* | Bump year | Xinchen Hui | 2014-01-03 | 1 | -1/+1 |
* | Reduce (some) compile noise of 'unused variable' and 'may be used uninitializ... | Christopher Jones | 2013-08-14 | 1 | -1/+1 |
* | Merge branch 'pull-request/341' | Stanislav Malyshev | 2013-06-10 | 1 | -1/+1 |
* | Happy New Year | Xinchen Hui | 2013-01-01 | 1 | -1/+1 |
* | Improved max_input_vars directive to check nested variables | Dmitry Stogov | 2012-02-14 | 1 | -10/+17 |
* | fix bug #54374, bug #55500 - filter file names better, no dangling [s | Stanislav Malyshev | 2012-01-01 | 1 | -3/+7 |
* | - Year++ | Felipe Pena | 2012-01-01 | 1 | -1/+1 |
* | Fixed bug #55504 (Content-Type header is not parsed correctly on HTTP POST re... | Hannes Magnusson | 2011-09-07 | 1 | -1/+1 |
* | - remove magic quotes support, functions are kept (see the NEWS entry for the... | Pierre Joye | 2011-07-22 | 1 | -10/+1 |
* | - Restore basename in filename on non Windows OS | Felipe Pena | 2011-06-12 | 1 | -8/+12 |
* | Remove unused variable | Pierrick Charron | 2011-03-13 | 1 | -1/+0 |
* | Fix ZTS build. | Moriyoshi Koizumi | 2011-03-06 | 1 | -1/+1 |
* | Fix zend.multibyte oddities. Hope this will address all the known problems. | Moriyoshi Koizumi | 2011-03-06 | 1 | -156/+109 |
* | Win32 build fix | Ilia Alshanetsky | 2011-01-19 | 1 | -1/+1 |
* | Fixed variable re-declaration | Ilia Alshanetsky | 2011-01-18 | 1 | -1/+1 |
* | - Year++ | Felipe Pena | 2011-01-01 | 1 | -1/+1 |
* | Removed compile time dependency from ext/mbstring | Dmitry Stogov | 2010-12-08 | 1 | -112/+105 |
* | WS and cosmethic changes | Dmitry Stogov | 2010-12-02 | 1 | -79/+65 |
* | - Implemented FR #50692, not uploaded files don't count towards | Gustavo André dos Santos Lopes | 2010-10-04 | 1 | -18/+27 |
* | Fixed compiler warnings in main/ | Kalle Sommer Nielsen | 2010-08-17 | 1 | -3/+3 |
* | Removed register_globals | Kalle Sommer Nielsen | 2010-04-21 | 1 | -8/+0 |
* | I am sorry I tried fixing PHP without extensive discussion on the mailing list. | Andrei Zmievski | 2010-03-18 | 1 | -3/+2 |
* | Fix a few problems with large (2G-4G) file uploads. Added | Andrei Zmievski | 2010-03-18 | 1 | -2/+3 |
* | sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.php | Sebastian Bergmann | 2010-01-03 | 1 | -1/+1 |
* | - Sync with HEAD | Jani Taskinen | 2009-12-29 | 1 | -11/+13 |
* | - WS + CS + folding tags | Jani Taskinen | 2009-12-29 | 1 | -150/+121 |
* | Fixed bug #48190 (Content-type parameter "boundary" is not case-insensitive i... | Ilia Alshanetsky | 2009-12-29 | 1 | -0/+15 |
* | Make it possible to disable post_max_size | Rasmus Lerdorf | 2009-11-17 | 1 | -1/+1 |
* | Simpify the max_file_uploads handling code | Ilia Alshanetsky | 2009-11-16 | 1 | -6/+1 |
* | Introduced a max_file_uploads INI setting, which is set to limit the | Ilia Alshanetsky | 2009-10-27 | 1 | -0/+10 |
* | MFH: Bump copyright year, 3 of 3. | Sebastian Bergmann | 2008-12-31 | 1 | -1/+1 |
* | WS | Arnaud Le Blanc | 2008-10-20 | 1 | -19/+19 |
* | Better fix for #46313 | Arnaud Le Blanc | 2008-10-20 | 1 | -3/+10 |
* | Fixed #46313 (Magic quotes broke $_FILES) | Arnaud Le Blanc | 2008-10-20 | 1 | -4/+0 |
* | clean some dead code (with static analysis help) | Nuno Lopes | 2008-09-23 | 1 | -2/+3 |
* | MFH: More accurate max_file_size / upload_max_filesize (fixes #45124) | Arnaud Le Blanc | 2008-09-07 | 1 | -2/+2 |
* | MFH: Fixed #43540 (rfc1867 handler newlength problem) | Arnaud Le Blanc | 2008-09-06 | 1 | -1/+1 |
* | MFH: check if return value of write() is -1 and abort upload in this case set... | Antony Dovgal | 2008-03-14 | 1 | -1/+7 |
* | MFH: Bump copyright year, 2 of 2. | Sebastian Bergmann | 2007-12-31 | 1 | -1/+1 |
* | Allow file uploads to bypass open_basedir checks (fixes regression) | Ilia Alshanetsky | 2007-07-17 | 1 | -1/+1 |
* | - Drop superflous efree | Marcus Boerger | 2007-02-24 | 1 | -3/+0 |
* | - Avoid sprintf, even when checked copy'n'paste or changes lead to errors | Marcus Boerger | 2007-02-24 | 1 | -24/+26 |
* | MFH: Bump year. | Sebastian Bergmann | 2007-01-01 | 1 | -1/+1 |
* | If one name is disallowed don't drop all files | Stefan Esser | 2006-09-29 | 1 | -2/+4 |
* | Delete empty temporary files if file upload hook forbids the upload | Stefan Esser | 2006-09-19 | 1 | -0/+8 |
* | Minor tweak to the file upload hooks. The MULTIPART_EVENT_FORMDATA event | Rasmus Lerdorf | 2006-09-09 | 1 | -0/+10 |
* | Binary safe multipart request handling | Ilia Alshanetsky | 2006-07-27 | 1 | -16/+17 |
* | Added RFC1867 fileupload processing hook. | Stefan Esser | 2006-07-22 | 1 | -5/+87 |
* | bump year and license version | foobar | 2006-01-01 | 1 | -3/+3 |
* | - Bumber up year | foobar | 2005-08-03 | 1 | -1/+1 |