Skip to content

Commit d821f9a

Browse files
authored
Release 1.0.5 with package support for PHP 8.1 (#9)
Co-authored-by: Go Kudo <g-kudo@colopl.co.jp>
1 parent 5b16bf1 commit d821f9a

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@
2424
<email>leigh@php.net</email>
2525
<active>yes</active>
2626
</lead>
27-
<date>2020-12-02</date>
27+
<date>2022-04-14</date>
2828
<version>
29-
<release>1.0.4</release>
29+
<release>1.0.5</release>
3030
<api>1.0.0</api>
3131
</version>
3232
<stability>
@@ -106,8 +106,8 @@
106106
<required>
107107
<php>
108108
<min>7.2.0</min>
109-
<max>8.1.0</max>
110-
<exclude>8.1.0</exclude>
109+
<max>8.2.0</max>
110+
<exclude>8.2.0</exclude>
111111
</php>
112112
<pearinstaller>
113113
<min>1.4.0</min>

php_mcrypt.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
extern zend_module_entry mcrypt_module_entry;
3030
#define mcrypt_module_ptr &mcrypt_module_entry
3131

32-
#define PHP_MCRYPT_VERSION "1.0.4"
32+
#define PHP_MCRYPT_VERSION "1.0.5"
3333

3434
/* Functions for both old and new API */
3535
PHP_FUNCTION(mcrypt_ecb);

0 commit comments

Comments
 (0)