mirror of
https://github.com/php/pecl-mail-mailparse.git
synced 2026-03-23 22:52:14 +01:00
Prepare 3.1.4
This commit is contained in:
@@ -36,9 +36,9 @@ It can deal with rfc822 and rfc2045 (MIME) compliant messages.
|
||||
<email>remi@php.net</email>
|
||||
<active>yes</active>
|
||||
</lead>
|
||||
<date>2022-02-21</date>
|
||||
<date>2022-09-15</date>
|
||||
<version>
|
||||
<release>3.1.4dev</release>
|
||||
<release>3.1.4</release>
|
||||
<api>3.0</api>
|
||||
</version>
|
||||
<stability>
|
||||
@@ -47,7 +47,8 @@ It can deal with rfc822 and rfc2045 (MIME) compliant messages.
|
||||
</stability>
|
||||
<license uri="http://www.php.net/license">PHP</license>
|
||||
<notes>
|
||||
-
|
||||
- declare mimemessage::data property
|
||||
- drop support for PHP older than 7.3
|
||||
</notes>
|
||||
<contents>
|
||||
<dir name="/">
|
||||
@@ -109,7 +110,7 @@ It can deal with rfc822 and rfc2045 (MIME) compliant messages.
|
||||
<dependencies>
|
||||
<required>
|
||||
<php>
|
||||
<min>7.0.0</min>
|
||||
<min>7.3.0</min>
|
||||
</php>
|
||||
<pearinstaller>
|
||||
<min>1.10</min>
|
||||
|
||||
@@ -22,7 +22,7 @@
|
||||
extern zend_module_entry mailparse_module_entry;
|
||||
#define phpext_mailparse_ptr &mailparse_module_entry
|
||||
|
||||
#define PHP_MAILPARSE_VERSION "3.1.4-dev"
|
||||
#define PHP_MAILPARSE_VERSION "3.1.4"
|
||||
|
||||
#ifdef PHP_WIN32
|
||||
#define PHP_MAILPARSE_API __declspec(dllexport)
|
||||
|
||||
Reference in New Issue
Block a user