History log of /PHP-7.4/main/rfc1867.c (Results 151 – 175 of 303)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
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.


Revision tags: php-4.3.4RC2, RELEASE_1_3b3, BEFORE_HANDLERS_RESHUFFLE, RELEASE_1_3b2, php-4.3.4RC1, RELEASE_0_7, php-4.3.3, php-4.3.3RC4, RELEASE_0_5_3, php-4.3.3RC3, RELEASE_0_5_2, RELEASE_1_2b5, BEFORE_ARG_INFO, php-4.3.3RC2
# fd9d9dea 03-Jul-2003 Moriyoshi Koizumi

Fix build


# 50d3650a 03-Jul-2003 foobar

Cut the long line a bit for readability..


# a96aa89a 03-Jul-2003 Ilia Alshanetsky

Compiler warning fix.


Revision tags: php-5.0.0b1
# 2b44c63d 28-Jun-2003 Rui Hirokawa

Fixed corruption of multibyte character including 0x5c as second
byte in multipart/form-data.


Revision tags: php-4.3.3RC1
# f68c7ff2 10-Jun-2003 James Cox

updating license information in the headers.


Revision tags: BEFORE_FD_REAPPLY, php-4.3.2, php-4.3.2RC4
# dccf33b4 23-May-2003 Sara Golemon

MFB(r-1.122.2.10)
Bug#23765 File upload handler should not care about case sensitivity of header values.


Revision tags: BEFORE_FD_REVERT, php-4.3.2RC3, RELEASE_0_9b, SPL_ALPHA, php-4.3.2RC2, RELEASE_0_6, RELEASE_0_5, init, php-4.3.2RC1
# 4e6997dd 05-Mar-2003 Ilia Alshanetsky

Fixed bug #22550 (overflow protection for upload_max_filesize ini setting).


# d08a0e99 20-Feb-2003 Rasmus Lerdorf

An input filter might not simply strip stuff, it might also turn things
into entities or use some other mechanism which causes the filtered data
to be longer than the original data. Ergo, pa

An input filter might not simply strip stuff, it might also turn things
into entities or use some other mechanism which causes the filtered data
to be longer than the original data. Ergo, pass in the address of the
buffer instead so the filter is free to reallocate it.

show more ...


# 7429c2dc 19-Feb-2003 Rasmus Lerdorf

Input Filter support. See README.input_filter for details.
@- Input Filter support added. See README.input_filter. (Rasmus)


# 8e3f23e3 19-Feb-2003 foobar

ws fixes + missing $Id$ tags, headers added


Revision tags: php-4.3.1, PHP_5_0_dev_before_13561_fix, PHP_4_3_before_13561_fix
# 58d65abb 06-Jan-2003 Stefan Esser

Adding support for anonymous fileuploads (#21450)


# 2c5d4b8c 31-Dec-2002 Sebastian Bergmann

Bump year.


# 1f506818 29-Dec-2002 Ilia Alshanetsky

Fixed bug #21149 (fixed handling of unterminated '[').


12345678910>>...13