Opened 5 years ago

Closed 5 years ago

#58111 closed defect (fixed)

php73-mailparse segfault

Reported by: chrisminett (Chris Minett) Owned by: ryandesign (Ryan Carsten Schmidt)
Priority: Normal Milestone:
Component: ports Version:
Keywords: Cc:
Port: php-mailparse

Description

MailParse is not yet supported on PHP 7.3, but the php-mailparse port has been updated to support PHP 7.3

MailParse 3.0.2 was released in 2016, but PHP 7.3 compatibility was not added until 2018-07-11 and has not yet been released.

MailParse 3.0.2 segfaults on PHP 7.3 (there's a potential fix for that in a commit from 2018-12-19) http://git.php.net/?p=pecl/mail/mailparse.git

Change History (2)

comment:1 Changed 5 years ago by mf2k (Frank Schima)

Cc: ryandesign removed
Keywords: php73 mailparse removed
Owner: set to ryandesign
Status: newassigned

comment:2 Changed 5 years ago by chrisminett (Chris Minett)

Resolution: fixed
Status: assignedclosed

In 48afae58fb6333ef5a4767724fe0f472e228ff10/macports-ports (master):

php-mailparse: update to 3.0.3

First version with official php73 compatibility so patch file no longer needed.
http://pecl.php.net/package/mailparse/3.0.3
Filename of README has changed, so the post-destroot now needs to account for this.
mbstring is required at build for access to /opt/local/include/php73/php/ext/mbstring/libmbfl/mbfl/mbfilter.h
Fixes #58111

Note: See TracTickets for help on using tickets.