History log of /PHP-5.6/main/rfc1867.c (Results 126 – 150 of 261)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
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 '[').


Revision tags: php-4.3.0, php-4.3.0RC4
# 75d8056e 14-Dec-2002 Stefan Esser

cleanup


Revision tags: RELEASE_1_0b3, php-4.3.0RC3
# 3c9a6a88 10-Dec-2002 Ilia Alshanetsky

Removed one more unneeded check.


# ecc9c539 10-Dec-2002 Ilia Alshanetsky

Removed a pointless check. Thanks Stefan.


# 8425dbd0 07-Dec-2002 Ilia Alshanetsky

Fixed bugs #20725 & #20860. Post form variables get lost if the uploaded
files cannot be written to disk.


Revision tags: php-4.3.0RC2, RELEASE_1_0b2
# 9dae1475 22-Nov-2002 Stefan Esser

little fix


Revision tags: BEFORE_RENAMING, php-4.3.0RC1
# 658fd1ba 14-Nov-2002 Stefan Esser

Fixing possible remote overflow due to mbstring translation.


Revision tags: php-4.3.0pre2
# e8be0db5 24-Oct-2002 Moriyoshi Koizumi

Fixed build when mbstring is not used - my previous patch is insufficient.


# 73ca375f 24-Oct-2002 Moriyoshi Koizumi

MFH; we would see a nasty problem again if it was not fixed...


# 74883a95 23-Oct-2002 Moriyoshi Koizumi

Make php_mb_is_mb_leadbyte() obsolete. It only works with double-byte chars.
# Sorry Marcus, it seems we were working simultaneously :)


# afa9f42f 23-Oct-2002 Moriyoshi Koizumi

Function renaming.


# b7703551 23-Oct-2002 Moriyoshi Koizumi

Remaned the functions for consistency


Revision tags: RELEASE_1_0b1, php-4.3.0pre1
# 46f4a07d 07-Oct-2002 Stefan Esser

Closing protected variables hole


Revision tags: MODERN_SYMMETRIC_SESSION_BEHAVIOUR_20021003, RELEASE_0_91, php-4.3.0dev_zend2_alpha3, php-4.2.3, php-4.2.3RC2, php-4.2.3RC1
# 20693c1a 17-Aug-2002 Stefan Esser

IE does not use quotes but now we are safe...


# ecaa0a09 17-Aug-2002 Stefan Esser

fixed the user supplied patch for bug #18792


# 6c22f90b 16-Aug-2002 Dan Kalowsky

Fix for bug #18792 submitted by t.bubeck@reinform.de
# talked this over with sterling and he believes it shouldn't break anything
# although there might be a need/desire to check for both ','

Fix for bug #18792 submitted by t.bubeck@reinform.de
# talked this over with sterling and he believes it shouldn't break anything
# although there might be a need/desire to check for both ',' and ';'

show more ...


# 6f822fdc 08-Aug-2002 Stefan Esser

A full hard disk is no reason to leak memory...


Revision tags: dev
# de8c36dc 02-Aug-2002 Marcus Boerger

-use const to clarify code
-fix tsrmls build (therefore rfc1867.c)


1234567891011