Skip to content

Commit f660e7a

Browse files
committed
Release 1.0.7 with support for PHP 8.3
1 parent 6d08174 commit f660e7a

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

package.xml

Lines changed: 5 additions & 5 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>2023-02-28</date>
27+
<date>2023-12-12</date>
2828
<version>
29-
<release>1.0.6</release>
29+
<release>1.0.7</release>
3030
<api>1.0.0</api>
3131
</version>
3232
<stability>
@@ -35,7 +35,7 @@
3535
</stability>
3636
<license uri="http://www.php.net/license">PHP License</license>
3737
<notes>
38-
- Make release to advertise PHP 8.2 support, which it already had.
38+
- Make release to advertise PHP 8.3 support, which it already had.
3939
</notes>
4040
<contents>
4141
<dir name="/">
@@ -106,8 +106,8 @@
106106
<required>
107107
<php>
108108
<min>7.2.0</min>
109-
<max>8.3.0</max>
110-
<exclude>8.3.0</exclude>
109+
<max>8.4.0</max>
110+
<exclude>8.4.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.6"
32+
#define PHP_MCRYPT_VERSION "1.0.7"
3333

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

0 commit comments

Comments
 (0)