Skip to content

Commit

Permalink
Go with 1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
derickr committed Sep 17, 2019
1 parent eb9a3ab commit c672464
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 29 deletions.
34 changes: 6 additions & 28 deletions package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,18 +24,18 @@
<email>leigh@php.net</email>
<active>yes</active>
</lead>
<date>2019-01-10</date>
<date>2019-09-17</date>
<version>
<release>1.0.2</release>
<release>1.0.3</release>
<api>1.0.0</api>
</version>
<stability>
<release>snapshot</release>
<release>stable</release>
<api>stable</api>
</stability>
<license uri="http://www.php.net/license">PHP License</license>
<notes>
- The mcrypt extension as it was in PHP 7.1, before it was removed from core.
- Addressed Windows build issues
</notes>
<contents>
<dir name="/">
Expand Down Expand Up @@ -118,8 +118,8 @@
<required>
<php>
<min>7.2.0</min>
<max>7.4.0</max>
<exclude>7.4.0</exclude>
<max>8.0.0</max>
<exclude>8.0.0</exclude>
</php>
<pearinstaller>
<min>1.4.0</min>
Expand All @@ -130,26 +130,4 @@
<extsrcrelease>
<configureoption name="with-mcrypt" default="autodetect" prompt="libmcrypt prefix?"/>
</extsrcrelease>
<changelog>
<release>
<date>2019-01-10</date>
<version>
<release>1.0.2</release>
<api>1.0.0</api>
</version>
<notes>
- Changed the upper limit of required version from 7.2.x to 7.3.x.
</notes>
</release>
<release>
<date>2016-12-13</date>
<version>
<release>1.0.1</release>
<api>1.0.0</api>
</version>
<notes>
- Migrated extension from core to PECL.
</notes>
</release>
</changelog>
</package>
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.2"
#define PHP_MCRYPT_VERSION "1.0.3"

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

0 comments on commit c672464

Please sign in to comment.