From 6be0c95a279c7f4775a0fb4a039a68ee455d0306 Mon Sep 17 00:00:00 2001 From: Deposite Pirate Date: Tue, 12 Oct 2021 21:36:25 +0200 Subject: * Mailparse PHP plugin compiled for PHP 7.x new file: php7-mailparse/.SRCINFO new file: php7-mailparse/.gitignore new file: php7-mailparse/PKGBUILD new file: php7-mailparse/mailparse.ini new file: php7-mailparse/package.xml --- php7-mailparse/package.xml | 214 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 214 insertions(+) create mode 100644 php7-mailparse/package.xml (limited to 'php7-mailparse/package.xml') diff --git a/php7-mailparse/package.xml b/php7-mailparse/package.xml new file mode 100644 index 0000000..3490983 --- /dev/null +++ b/php7-mailparse/package.xml @@ -0,0 +1,214 @@ + + + mailparse + pecl.php.net + Email message manipulation + Mailparse is an extension for parsing and working with email messages. +It can deal with rfc822 and rfc2045 (MIME) compliant messages. + + Wez Furlong + wez + wez@php.net + yes + + + Brian Shire + shire + shire@php.net + yes + + + John Jawed + jawed + jawed@php.net + yes + + + Sean DuBois + seander + seander@php.net + yes + + + Remi Collet + remi + remi@php.net + yes + + 2020-09-16 + + + 3.1.1 + 3.0 + + + stable + stable + + PHP + +- Fixed bug #74215: Memory leaks with mailparse (cmb) +- Fixed bug #76498: Unable to use callable as callback (cmb) +- Compatibility with 8.0.0beta4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 7.0.0 + + + 1.10 + + + mbstring + + + + mailparse + + + + 2020-04-22 + + 3.1.0 + 3.0 + + + stable + stable + + PHP + +- add arginfo to all functions +- fix MimeMessage constructor name + + + + 2019-12-19 + + 3.0.4 + 3.0 + + + stable + stable + + PHP + +- Replace ulong with zend_ulong, fix Windows build (cmb) + + + + 2019-03-20 + + 3.0.3 + 3.0 + + + stable + stable + + PHP + +QA Release: +- add missing files in archive +- fix -Wformat warning +- add dependency on mbstring extension +- PHP 7.3 compatibility + + + + 2016-12-07 + + 3.0.2 + 3.0 + + + stable + stable + + PHP + +- Fix segfault in getChild + + + + 2016-01-29 + + 3.0.1 + 3.0 + + + stable + stable + + PHP + +- Fix double free caused by mailparse_msg_free + + + + 2015-12-23 + + 3.0.0 + 3.0 + + + stable + stable + + PHP + +- PHP 7 Release + + + + -- cgit v1.2.3-70-g09d2