| Commit message (Expand) | Author | Age | Files | Lines |
* | force atoll macro usage on windows | Anatol Belski | 2014-07-21 | 1 | -0/+1 |
* | Enable build without atoll (e.g old AIX flavours) | Lior Kaplan | 2014-07-17 | 1 | -0/+4 |
* | Bump year | Xinchen Hui | 2014-01-03 | 1 | -1/+1 |
* | Merge branch 'PHP-5.5' | Christopher Jones | 2013-08-14 | 1 | -1/+1 |
|\ |
|
| * | Merge branch 'PHP-5.4' into PHP-5.5 | Christopher Jones | 2013-08-14 | 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 |
* | | | Fix to file uploads >2G with size overflow | Anatol Belski | 2013-08-14 | 1 | -8/+29 |
* | | | more precise condition | Ralf Lang | 2013-08-06 | 1 | -1/+1 |
* | | | make this work in vc11 too | Ralf Lang | 2013-08-06 | 1 | -0/+4 |
* | | | Use int64_t and atoll() after discussion with johannes | Ralf Lang | 2013-08-06 | 1 | -2/+2 |
* | | | ws | Ralf Lang | 2013-08-06 | 1 | -1/+1 |
* | | | Patch for https://bugs.php.net/bug.php?id=44522 to allow uploading files | Ralf Lang | 2013-08-06 | 1 | -2/+3 |
|/ / |
|
* | | Merge branch 'pull-request/341' | Stanislav Malyshev | 2013-06-10 | 1 | -1/+1 |
* | | Happy New Year | Xinchen Hui | 2013-01-01 | 1 | -1/+1 |
* | | Small performance improvement. The current code is correct, but if it is used... | Klaus Silveira | 2012-04-02 | 1 | -4/+4 |
* | | 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 |