[pecl-mail-mailparse] master: Revert "Back to dev"

From: Date: Mon, 19 May 2025 06:29:15 +0000
Subject: [pecl-mail-mailparse] master: Revert "Back to dev"
Groups: php.pecl.cvs 
Request: Send a blank email to [email protected] to get a copy of this message
Author: Remi Collet (remicollet)
Date: 2025-05-19T08:17:54+02:00

Commit: https://github.com/php/pecl-mail-mailparse/commit/df42af9989432d81210a300d2441196e2b6440f3
Raw diff: https://github.com/php/pecl-mail-mailparse/commit/df42af9989432d81210a300d2441196e2b6440f3.diff

Revert "Back to dev"

This reverts commit 6dabdf40616be6c2cab0c0d0587b9131d6e35352.

Changed paths:
  M  package.xml
  M  php_mailparse.h


Diff:

diff --git a/package.xml b/package.xml
index e4bbba5..538f0f7 100644
--- a/package.xml
+++ b/package.xml
@@ -38,7 +38,7 @@ It can deal with rfc822 and rfc2045 (MIME) compliant messages.
  </lead>
  <date>2024-10-04</date>
  <version>
-  <release>3.1.9dev</release>
+  <release>3.1.8</release>
   <api>3.0</api>
  </version>
  <stability>
@@ -47,7 +47,7 @@ It can deal with rfc822 and rfc2045 (MIME) compliant messages.
  </stability>
  <license uri="https://www.php.net/license/3_01.txt"
filesource="LICENSE">PHP-3.01</license>
  <notes>
--
+- PHP 8.4 compatibility
  </notes>
  <contents>
   <dir name="/">
@@ -130,21 +130,6 @@ It can deal with rfc822 and rfc2045 (MIME) compliant messages.
  <providesextension>mailparse</providesextension>
  <extsrcrelease />
  <changelog>
-  <release>
-   <date>2024-10-04</date>
-   <version>
-    <release>3.1.8</release>
-    <api>3.0</api>
-   </version>
-   <stability>
-    <release>stable</release>
-    <api>stable</api>
-   </stability>
-   <license uri="https://www.php.net/license/3_01.txt"
filesource="LICENSE">PHP-3.01</license>
-   <notes>
-- PHP 8.4 compatibility
-   </notes>
-  </release>
   <release>
    <date>2024-10-04</date>
    <version>
diff --git a/php_mailparse.h b/php_mailparse.h
index a0feecd..32f34f1 100644
--- a/php_mailparse.h
+++ b/php_mailparse.h
@@ -22,7 +22,7 @@
 extern zend_module_entry mailparse_module_entry;
 #define phpext_mailparse_ptr &mailparse_module_entry
 
-#define PHP_MAILPARSE_VERSION "3.1.9-dev"
+#define PHP_MAILPARSE_VERSION "3.1.8"
 
 #ifdef PHP_WIN32
 #define PHP_MAILPARSE_API __declspec(dllexport)


Thread (1 message)

  • Remi Collet
« previous php.pecl.cvs (#27953) next »