10000 Tags · Riverline/multipart-parser · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: Riverline/multipart-parser

Tags

2.2.0

Toggle 2.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix invalid binary data for attachments without encoding specified (#54)

Change the default encoding when `Content-Transfer-Encoding` header is missing to binary 7bit (as recommended by  RFC 2388 and RFC 2045) to disable the charset detection and conversion to UTF-8 that may break binary content.

! May be a breaking change !

2.1.2

Toggle 2.1.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add check for malformed headers (long strings) (#50)

* Check for malformed (long) headers all the time

2.1.1

Toggle 2.1.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: Make "isMultiPart" method case-insensitive (#49)

2.1.0

Toggle 2.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Remove parameter EOLCharacterLength and detect it automatically (#46)

* Change behavior of testNoNewLineAtTheEndOfThePartsWhenNewLineIsOneCharacterLong to not specify EOLCharacterLength

* Remove parameter EOLCharacterLength and detect it automatically

2.0.9

Toggle 2.0.9's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
add paths and folders to be export-ignored to .gitattributes (#42)

2.0.8

Toggle 2.0.8's commit message
Run tests under php 7.4 (#35)

2.0.7

Toggle 2.0.7's commit message
- removed zend-diactoros dependency (#34)

- added laminas-diactoros 1.8.7 (newer versions require php 7 and multipart parser itself is php 5.6 compatible)

2.0.6

Toggle 2.0.6's commit message
Update directory structure (#33)

Merged.
Thank you.

2.0.5

Toggle 2.0.5's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Add CONTENT_TYPE in $_SERVER to test situation (#30)

2.0.4

Toggle 2.0.4's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Remove unused PHPUnit version (#29)

0