#
844cc09c |
| 20-Jan-2005 |
Ilia Alshanetsky |
Fixed bug #31398 (When magic_guotes_gpc are enabled filenames with ' get cutoff). |
Revision tags: php-5.0.3, php-4.3.10, SQLITE_4_3_20041227, php-5.0.3RC2, php-4.3.10RC2, php-5.0.3RC1, php-4.3.10RC1 |
|
#
224201e6 |
| 20-Nov-2004 |
Stefan Esser |
Fixed: strip quotes from filename |
#
f41c40f6 |
| 11-Nov-2004 |
Ilia Alshanetsky |
Fixed bug #30750 (Meaningful error message when upload directory is not accessible). |
Revision tags: PRE_NEW_VM_GEN_PATCH, php-5.0.2, php-4.3.9, php-5.0.2RC1, php-4.3.9RC3 |
|
#
0f860d8f |
| 13-Sep-2004 |
Stefan Esser |
only allow valid arrays at this point |
#
e7d698c7 |
| 12-Sep-2004 |
Stefan Esser |
New Rule: Never try to repair potential malicious user input |
Revision tags: PRE_ZEND_VM_DISPATCH_PATCH, php-4.3.9RC2, php-5.0.1, php-5.0.1RC2, php-4.3.9RC1 |
|
#
883e096c |
| 11-Aug-2004 |
Sara Golemon |
Minor format specifier fixes |
Revision tags: php-5.0.1RC1 |
|
#
86efab2c |
| 25-Jul-2004 |
Ilia Alshanetsky |
Fixed bug #29369 (Uploaded files with ' or " in their names get their names truncated at those characters). |
Revision tags: RELEASE_0_1, php-5.0.0RC4, php-5.0.0, php-4.3.8 |
|
#
e5cfb1d0 |
| 10-Jul-2004 |
Andi Gutmans |
- Better stability during premature shutdown of request startup |
Revision tags: php-5.0.0RC3, php-5.0.0RC3RC2, php-4.3.7, php-5.0.0RC3RC1, php-4.3.7RC1 |
|
#
bed3f4ce |
| 23-May-2004 |
Stefan Esser |
This is more correct. |
Revision tags: RELEASE_0_1_1 |
|
#
cb1e4ab6 |
| 21-May-2004 |
Derick Rethans |
- Fixed TSRM problem in latest commit. |
#
bc7ad69f |
| 21-May-2004 |
Derick Rethans |
- Fixed bug #28456 (Problem with enclosed / in uploaded file names) |
#
500f634d |
| 11-May-2004 |
Derick Rethans |
- Fixed defines |
Revision tags: php-5.0.0RC2, php-5.0.0RC2RC2, php-4.3.6, php-5.0.0RC2RC1, php-4.3.6RC3, php-4.3.6RC2, php-4.3.6RC1 |
|
#
fe576c7a |
| 25-Mar-2004 |
Derick Rethans |
- Stopped file uploads from throwing E_WARNINGs and E_NOTICEs which can not be hidden from within scripts (and a result value in the $_FILES global can be used to see the real failure any
- Stopped file uploads from throwing E_WARNINGs and E_NOTICEs which can not be hidden from within scripts (and a result value in the $_FILES global can be used to see the real failure anyway).
show more ...
|
Revision tags: php-4.3.5 |
|
#
9ff10d08 |
| 24-Mar-2004 |
Derick Rethans |
- Revert bogus commit |
#
2face60b |
| 24-Mar-2004 |
Derick Rethans |
- Fixed NEWS #- Can we *please* keep this in order? |
Revision tags: php-4.3.5RC4, php-5.0.0RC1, php-5.0.0RC1RC2, php-5.0.0RC1RC1, RELEASE_0_2_0, php-4.3.5RC3 |
|
#
debf069a |
| 12-Feb-2004 |
Stefan Esser |
better write into the correct buffer |
Revision tags: php-5.0.0b4, php-5.0.0b4RC1, php-4.3.5RC2, RELEASE_1_3b6, php_ibase_before_split, php-4.3.5RC1 |
|
#
dbeb4158 |
| 08-Jan-2004 |
Andi Gutmans |
- A belated happy holidays and PHP 5 |
Revision tags: php-5.0.0b3, php-5.0.0b3RC2, php-5.0.0b3RC1 |
|
#
8eb22d7b |
| 07-Dec-2003 |
Derick Rethans |
- Add comment, I put this ina week ago and it already confused me :) |
#
750b0338 |
| 29-Nov-2003 |
Derick Rethans |
- Fix sapi_input_filter patch. Returning 1 from the filter handler should make PHP register the variable, returning 0 shouldn't. The new length of the variables being filtered is now retu
- Fix sapi_input_filter patch. Returning 1 from the filter handler should make PHP register the variable, returning 0 shouldn't. The new length of the variables being filtered is now returned in the new_val_len argument of the function.
show more ...
|
#
370dfd39 |
| 26-Nov-2003 |
Derick Rethans |
- Prevent registration of the variable when a zero-length is returned from the sapi_input_filter. |
#
befbd6d7 |
| 12-Nov-2003 |
Stefan Esser |
Fix odd increments to repair the boundary checks. |
#
744212ab |
| 05-Nov-2003 |
Rui Hirokawa |
added buffer reallocation for filename. |
#
b763dd42 |
| 03-Nov-2003 |
Stefan Esser |
Fixed possible crashbug. |
#
f670f9c6 |
| 03-Nov-2003 |
Stefan Esser |
It is usually a good idea to write only into allocated bufferspace. |
Revision tags: php-4.3.4, php-4.3.4RC3, php-5.0.0b2, RELEASE_2_0_0RC1, php-5.0.0b2RC1 |
|
#
0ce63783 |
| 22-Oct-2003 |
Rui Hirokawa |
name/value in multipart/form-date will be converted into internal encoding when mbstring.encoding_translation is On. |