[PECL-CVS] [pecl-encryption-mcrypt] master: Go with 1.0.9
[email protected] (Derick Rethans)
| Newsgroups | php.pecl.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: Derick Rethans (derickr)
Date: 2025-08-05T12:20:03+01:00
Commit: https://github.com/php/pecl-encryption-mcrypt/commit/ee7378051c1776414ee6a459d16942e3f9acdbfc
Raw diff: https://github.com/php/pecl-encryption-mcrypt/commit/ee7378051c1776414ee6a459d16942e3f9acdbfc.diff
Go with 1.0.9
Changed paths:
M package.xml
M php_mcrypt.h
Diff:
diff --git a/package.xml b/package.xml
index 8f064b6..cf7abca 100644
--- a/package.xml
+++ b/package.xml
@@ -26,7 +26,7 @@
</lead>
<date>2024-08-05</date>
<version>
- <release>1.0.8</release>
+ <release>1.0.9</release>
<api>1.0.0</api>
</version>
<stability>
diff --git a/php_mcrypt.h b/php_mcrypt.h
index ef2c9d9..3c3460f 100644
--- a/php_mcrypt.h
+++ b/php_mcrypt.h
@@ -29,7 +29,7 @@
extern zend_module_entry mcrypt_module_entry;
#define mcrypt_module_ptr &mcrypt_module_entry
-#define PHP_MCRYPT_VERSION "1.0.7"
+#define PHP_MCRYPT_VERSION "1.0.9"
/* Functions for both old and new API */
PHP_FUNCTION(mcrypt_ecb);