mirror of
https://github.com/php/pecl-mail-mailparse.git
synced 2026-03-23 22:52:14 +01:00
Release 3.1.5
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-09-15</date>
|
||||
<date>2023-07-27</date>
|
||||
<version>
|
||||
<release>3.1.5dev</release>
|
||||
<release>3.1.5</release>
|
||||
<api>3.0</api>
|
||||
</version>
|
||||
<stability>
|
||||
|
||||
@@ -22,7 +22,7 @@
|
||||
extern zend_module_entry mailparse_module_entry;
|
||||
#define phpext_mailparse_ptr &mailparse_module_entry
|
||||
|
||||
#define PHP_MAILPARSE_VERSION "3.1.5-dev"
|
||||
#define PHP_MAILPARSE_VERSION "3.1.5"
|
||||
|
||||
#ifdef PHP_WIN32
|
||||
#define PHP_MAILPARSE_API __declspec(dllexport)
|
||||
|
||||
Reference in New Issue
Block a user