Skip to content
This repository has been archived by the owner on Jan 30, 2020. It is now read-only.

zend-mime 2.7.2

Latest
Compare
Choose a tag to compare
@michalbundyra michalbundyra released this 16 Oct 19:32
· 3 commits to master since this release
release-2.7.2

Added

  • #37 adds support for PHP 7.3.

Changed

  • Nothing.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • #36 fixes
    Zend\Mime\Decode::splitMessage to set Zend\Mail\Headers
    instance always for $headers parameter. Before, when messages
    without headers was provided, $headers was an empty array.