| Commit message (Expand) | Author | Age | Files | Lines |
* | implement zend_unicode_to_string() and zend_string_to_unicode() | Antony Dovgal | 2006-08-08 | 1 | -2/+2 |
* | MFB: Fixed bug #38236 (Binary data gets corrupted on multipart/formdata | Ilia Alshanetsky | 2006-07-27 | 1 | -17/+19 |
* | fix C++ comments in C code and comment out unused variable | Antony Dovgal | 2006-07-13 | 1 | -3/+3 |
* | - remove magic_quotes_gpc, magic_quotes_runtime, magic_quotes_sybase | Pierre Joye | 2006-03-08 | 1 | -28/+0 |
* | - remove register_globals support (aka "Kill the f***ing thing" :) | Pierre Joye | 2006-03-07 | 1 | -16/+0 |
* | Nuke int32_t (everywhere except streams layer) and signed/unsigned warnings | Dmitry Stogov | 2006-03-02 | 1 | -5/+5 |
* | Unicode support: MS Visual C compatibility | Dmitry Stogov | 2006-02-26 | 1 | -3/+3 |
* | Portable unicode string API: | Dmitry Stogov | 2006-02-21 | 1 | -3/+3 |
* | bump year and license version | foobar | 2006-01-01 | 1 | -3/+3 |
* | Grr. Re-re-fix the fix. | Andrei Zmievski | 2005-11-12 | 1 | -18/+11 |
* | Re-fix Marcus's fix. | Andrei Zmievski | 2005-11-11 | 1 | -5/+3 |
* | - Fix build | Marcus Boerger | 2005-11-11 | 1 | -0/+4 |
* | Unicode fixes. | Andrei Zmievski | 2005-09-27 | 1 | -6/+8 |
* | Further work on Unicode support in file uploads. | Andrei Zmievski | 2005-08-31 | 1 | -92/+107 |
* | Unicode support. | Andrei Zmievski | 2005-08-11 | 1 | -15/+751 |
* | - Bumber up year | foobar | 2005-08-03 | 1 | -1/+1 |
* | Fixed bug #33673 (Added detection for partially uploaded files). | Ilia Alshanetsky | 2005-07-13 | 1 | -5/+17 |
* | Bug #32491 (File upload error - unable to create a temporary file) - Changing... | Uwe Schindler | 2005-04-04 | 1 | -6/+6 |
* | Prune uploaded file names to \ on all OSes, read comments for explanation. | Ilia Alshanetsky | 2005-02-15 | 1 | -9/+6 |
* | Final version of filename upload handling. | Ilia Alshanetsky | 2005-02-01 | 1 | -4/+23 |
* | Use multibyte specific code for handling files and generic basename based | Ilia Alshanetsky | 2005-01-24 | 1 | -10/+8 |
* | - Revert irrelevant part. | Moriyoshi Koizumi | 2005-01-24 | 1 | -10/+26 |
* | Fixed bug #31398 (When magic_guotes_gpc are enabled filenames with ' | Ilia Alshanetsky | 2005-01-20 | 1 | -33/+10 |
* | Fixed: strip quotes from filename | Stefan Esser | 2004-11-20 | 1 | -0/+8 |
* | Fixed bug #30750 (Meaningful error message when upload directory is not | Ilia Alshanetsky | 2004-11-11 | 1 | -8/+13 |
* | only allow valid arrays at this point | Stefan Esser | 2004-09-13 | 1 | -0/+4 |
* | New Rule: Never try to repair potential malicious user input | Stefan Esser | 2004-09-12 | 1 | -4/+19 |
* | Minor format specifier fixes | Sara Golemon | 2004-08-11 | 1 | -2/+2 |
* | Fixed bug #29369 (Uploaded files with ' or " in their names get their names | Ilia Alshanetsky | 2004-07-25 | 1 | -0/+9 |
* | - Better stability during premature shutdown of request startup | Andi Gutmans | 2004-07-10 | 1 | -3/+4 |
* | This is more correct. | Stefan Esser | 2004-05-23 | 1 | -3/+3 |
* | - Fixed TSRM problem in latest commit. | Derick Rethans | 2004-05-21 | 1 | -1/+1 |
* | - Fixed bug #28456 (Problem with enclosed / in uploaded file names) | Derick Rethans | 2004-05-21 | 1 | -1/+10 |
* | - Fixed defines | Derick Rethans | 2004-05-11 | 1 | -5/+5 |
* | - Stopped file uploads from throwing E_WARNINGs and E_NOTICEs which can not be | Derick Rethans | 2004-03-25 | 1 | -4/+10 |
* | - Revert bogus commit | Derick Rethans | 2004-03-24 | 1 | -9/+3 |
* | - Fixed NEWS | Derick Rethans | 2004-03-24 | 1 | -3/+9 |
* | better write into the correct buffer | Stefan Esser | 2004-02-12 | 1 | -0/+3 |
* | - A belated happy holidays and PHP 5 | Andi Gutmans | 2004-01-08 | 1 | -2/+2 |
* | - Add comment, I put this ina week ago and it already confused me :) | Derick Rethans | 2003-12-07 | 1 | -1/+1 |
* | - Fix sapi_input_filter patch. Returning 1 from the filter handler should | Derick Rethans | 2003-11-29 | 1 | -3/+2 |
* | - Prevent registration of the variable when a zero-length is returned | Derick Rethans | 2003-11-26 | 1 | -8/+11 |
* | Fix odd increments to repair the boundary checks. | Stefan Esser | 2003-11-12 | 1 | -0/+4 |
* | added buffer reallocation for filename. | Rui Hirokawa | 2003-11-05 | 1 | -6/+15 |
* | Fixed possible crashbug. | Stefan Esser | 2003-11-03 | 1 | -2/+2 |
* | It is usually a good idea to write only into allocated bufferspace. | Stefan Esser | 2003-11-03 | 1 | -5/+5 |
* | name/value in multipart/form-date will be converted into internal encoding wh... | Rui Hirokawa | 2003-10-22 | 1 | -11/+78 |
* | Fix build | Moriyoshi Koizumi | 2003-07-03 | 1 | -1/+1 |
* | Cut the long line a bit for readability.. | foobar | 2003-07-03 | 1 | -1/+3 |
* | Compiler warning fix. | Ilia Alshanetsky | 2003-07-03 | 1 | -2/+4 |