While trying to make the mailparse extension fit for PHP 7.3 I ran into changes in the libmbfl API. I cannot find any documentation on this change.
The change was introduced in this commit by nikic: https://github.com/php/php-src/commit/b3c1d9d1118438a3dae3544447db2b39ca5cfa25 To be specific: https://github.com/php/php-src/commit/b3c1d9d1118438a3dae3544447db2b39ca5cfa25#diff-929fd74a8732776fa8776939a9b907d4L71 It broke the code of the mailparse extension at this line: https://github.com/php/pecl-mail-mailparse/blob/master/php_mailparse_mime.c#L910 Shouldn't the be documented? And/or is there an easy fix? -- Jan -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php