History log of /PHP-7.4/main/rfc1867.c (Results 126 – 150 of 303)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 1e8fc230 19-Sep-2006 Stefan Esser

Delete empty temporary files if file upload hook forbids the upload


Revision tags: php-5.2.0RC4
# 935b0c88 09-Sep-2006 Rasmus Lerdorf

Minor tweak to the file upload hooks. The MULTIPART_EVENT_FORMDATA event
was only triggering when an input filter was applied. This simple change
makes the event also trigger when no filter

Minor tweak to the file upload hooks. The MULTIPART_EVENT_FORMDATA event
was only triggering when an input filter was applied. This simple change
makes the event also trigger when no filter is applied. The newlength
pointer is set to NULL to let a downstream module differentiate between
the two cases.

show more ...


Revision tags: php-5.2.0RC3, php-5.1.6, php-5.2.0RC2, php-5.1.5, php-4.4.4, php-4.4.4RC1, php-5.1.5RC1, php-4.4.3
# cfda15ff 27-Jul-2006 Ilia Alshanetsky

Binary safe multipart request handling


Revision tags: php-5.2.0RC1
# cfac29e2 22-Jul-2006 Stefan Esser

Added RFC1867 fileupload processing hook.


Revision tags: php-4.4.3RC2, BEFORE_NEW_OUTPUT_API, php-4.4.3RC1, php-5.1.4, RELEASE_1_0_3, php-5.1.3, php-5.1.2, RELEASE_1_3, php-5.1.3RC3, php-5.1.3RC2, php-5.1.3RC1, RELEASE_1_2, RELEASE_0_9_4, RELEASE_1_0_4, php-4.4.2, php-5.1.2RC2, php-4.4.2RC2
# 5bd93221 01-Jan-2006 foobar

bump year and license version


Revision tags: php-5.1.2RC1, RELEASE_1_1_1, RELEASE_1_1, RELEASE_1_0, RELEASE_2_0_2, php-5.1.1, php-5.1.0, php-4.4.2RC1, RELEASE_0_9_3, php-5.1.0RC6, php-5.1.0RC5, RELEASE_2_0_1, RELEASE_1_0RC2, php-4.4.1, php-5.1.0RC4, RELEASE_0_9_2, RELEASE_0_9_1, php-5.1.0RC3, php-5.1.0RC2, php-4.4.1RC1, RELEASE_0_9_0, RELEASE_1_0RC1, PRE_NEW_OCI8_EXTENSION, php-5.1.0RC2_PRE, php-5.0.5, php-5.0.5RC2, php-5.0.5RC1, php-5.1.0RC1, BEFORE_UNICODE_MERGE, RELEASE_2_0_0
# 23e671a5 03-Aug-2005 foobar

- Bumber up year


Revision tags: RELEASE_0_9, php-5.1.0b3
# 85e23788 13-Jul-2005 Ilia Alshanetsky

Fixed bug #33673 (Added detection for partially uploaded files).


Revision tags: php-4.4.0, php-4.4.0RC2, php-5.1.0b2, php-4.4.0RC1, php-5.1.0b1, php-5.0.1b1, RELEASE_0_3
# 4558cdad 04-Apr-2005 Uwe Schindler

Bug #32491 (File upload error - unable to create a temporary file) - Changing file upload from stdio to posix


Revision tags: php-5.0.4, php-4.3.11, php-5.0.4RC2, php-4.3.11RC2, php-5.0.4RC1, php-4.3.11RC1, RELEASE_0_2_4
# 7ee1fdb6 15-Feb-2005 Ilia Alshanetsky

Prune uploaded file names to \ on all OSes, read comments for explanation.


Revision tags: RELEASE_0_2_3, RELEASE_0_2_2, RELEASE_0_2_1, RELEASE_0_2
# d179e6aa 01-Feb-2005 Ilia Alshanetsky

Final version of filename upload handling.


# 71695f81 24-Jan-2005 Ilia Alshanetsky

Use multibyte specific code for handling files and generic basename based
code in all other instances.


# 76d91f2a 24-Jan-2005 Moriyoshi Koizumi

- Revert irrelevant part.


# 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 ...


12345678910>>...13