Skip to content

Commit

Permalink
Merged pull request #17
Browse files Browse the repository at this point in the history
  • Loading branch information
derickr committed Dec 19, 2023
2 parents 6d08174 + f660e7a commit 1594986
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 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>2023-02-28</date>
<date>2023-12-12</date>
<version>
<release>1.0.6</release>
<release>1.0.7</release>
<api>1.0.0</api>
</version>
<stability>
Expand All @@ -35,7 +35,7 @@
</stability>
<license uri="http://www.php.net/license">PHP License</license>
<notes>
- Make release to advertise PHP 8.2 support, which it already had.
- Make release to advertise PHP 8.3 support, which it already had.
</notes>
<contents>
<dir name="/">
Expand Down Expand Up @@ -106,8 +106,8 @@
<required>
<php>
<min>7.2.0</min>
<max>8.3.0</max>
<exclude>8.3.0</exclude>
<max>8.4.0</max>
<exclude>8.4.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.6"
#define PHP_MCRYPT_VERSION "1.0.7"

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

0 comments on commit 1594986

Please sign in to comment.