Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:102750 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 15982 invoked from network); 11 Jul 2018 13:30:01 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 11 Jul 2018 13:30:01 -0000 X-Host-Fingerprint: 62.194.181.57 h181057.upc-h.chello.nl Received: from [62.194.181.57] ([62.194.181.57:2304] helo=localhost.localdomain) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id F1/E4-15421-456064B5 for ; Wed, 11 Jul 2018 09:29:58 -0400 To: internals@lists.php.net Date: Wed, 11 Jul 2018 15:29:53 +0200 Message-ID: References: <8jq8kdlrqnaiego6no06osfq2ciao11tdm@4ax.com> <64dbb0c4-f960-9025-99ed-08d624864977@gmx.de> X-Newsreader: Forte Agent 3.3/32.846 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Posted-By: 62.194.181.57 Subject: Re: libmbfl API changes in PHP 7.3 From: phpdev@ehrhardt.nl (Jan Ehrhardt) Jan Ehrhardt in php.internals (Tue, 10 Jul 2018 15:39:39 +0200): >"Christoph M. Becker" in php.internals (Tue, 10 Jul 2018 12:04:10 >+0200): >>Have you tried to convert the first two arguments via mbfl_no2encoding()[1]? > >It compiles, but segfaults in 1 test on this line >https://github.com/php/pecl-mail-mailparse/blob/master/mailparse.c#L1466 For anyone interested: it segfaults on Windows and Linux. No explication yet: https://github.com/php/pecl-mail-mailparse/pull/5#issuecomment-403990392 and following comments by Remi. -- Jan