Merged pull request #13

This commit is contained in:
Derick Rethans
2023-02-28 16:39:23 +00:00
2 changed files with 8 additions and 3 deletions

View File

@@ -24,6 +24,11 @@
<email>leigh@php.net</email>
<active>yes</active>
</lead>
<date>2023-02-23</date>
<version>
<release>1.0.6</release>
<api>1.0.0</api>
</version>
<date>2022-04-14</date>
<version>
<release>1.0.5</release>
@@ -106,8 +111,8 @@
<required>
<php>
<min>7.2.0</min>
<max>8.2.0</max>
<exclude>8.2.0</exclude>
<max>8.3.0</max>
<exclude>8.3.0</exclude>
</php>
<pearinstaller>
<min>1.4.0</min>

View File

@@ -29,7 +29,7 @@
extern zend_module_entry mcrypt_module_entry;
#define mcrypt_module_ptr &mcrypt_module_entry
#define PHP_MCRYPT_VERSION "1.0.5"
#define PHP_MCRYPT_VERSION "1.0.6"
/* Functions for both old and new API */
PHP_FUNCTION(mcrypt_ecb);