Skip to content

Commit

Permalink
Release 1.0.5 with package support for PHP 8.1 (#9)
Browse files Browse the repository at this point in the history
Co-authored-by: Go Kudo <g-kudo@colopl.co.jp>
  • Loading branch information
zeriyoshi and zeriyoshi authored May 23, 2022
1 parent 5b16bf1 commit d821f9a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@
<email>leigh@php.net</email>
<active>yes</active>
</lead>
<date>2020-12-02</date>
<date>2022-04-14</date>
<version>
<release>1.0.4</release>
<release>1.0.5</release>
<api>1.0.0</api>
</version>
<stability>
Expand Down Expand Up @@ -106,8 +106,8 @@
<required>
<php>
<min>7.2.0</min>
<max>8.1.0</max>
<exclude>8.1.0</exclude>
<max>8.2.0</max>
<exclude>8.2.0</exclude>
</php>
<pearinstaller>
<min>1.4.0</min>
Expand Down
2 changes: 1 addition & 1 deletion php_mcrypt.h
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
extern zend_module_entry mcrypt_module_entry;
#define mcrypt_module_ptr &mcrypt_module_entry

#define PHP_MCRYPT_VERSION "1.0.4"
#define PHP_MCRYPT_VERSION "1.0.5"

/* Functions for both old and new API */
PHP_FUNCTION(mcrypt_ecb);
Expand Down

0 comments on commit d821f9a

Please sign in to comment.