|
24 | 24 | <email>leigh@php.net</email> |
25 | 25 | <active>yes</active> |
26 | 26 | </lead> |
27 | | - <date>2019-09-17</date> |
| 27 | + <date>2020-12-02</date> |
28 | 28 | <version> |
29 | | - <release>1.0.3</release> |
| 29 | + <release>1.0.4</release> |
30 | 30 | <api>1.0.0</api> |
31 | 31 | </version> |
32 | 32 | <stability> |
|
35 | 35 | </stability> |
36 | 36 | <license uri="http://www.php.net/license">PHP License</license> |
37 | 37 | <notes> |
38 | | - - Addressed Windows build issues |
| 38 | + - Make release to advertise PHP 8 support, which it already had. |
39 | 39 | </notes> |
40 | 40 | <contents> |
41 | 41 | <dir name="/"> |
|
64 | 64 | <file role="test" name="mcrypt_create_iv.phpt"/> |
65 | 65 | <file role="test" name="mcrypt_decrypt_3des_cbc.phpt"/> |
66 | 66 | <file role="test" name="mcrypt_decrypt_3des_ecb.phpt"/> |
67 | | - <file role="test" name="mcrypt_decrypt_error.phpt"/> |
68 | 67 | <file role="test" name="mcrypt_decrypt.phpt"/> |
69 | | - <file role="test" name="mcrypt_decrypt_variation1.phpt"/> |
70 | | - <file role="test" name="mcrypt_decrypt_variation2.phpt"/> |
71 | | - <file role="test" name="mcrypt_decrypt_variation3.phpt"/> |
72 | | - <file role="test" name="mcrypt_decrypt_variation4.phpt"/> |
73 | | - <file role="test" name="mcrypt_decrypt_variation5.phpt"/> |
74 | 68 | <file role="test" name="mcrypt_ecb_3des_decrypt.phpt"/> |
75 | 69 | <file role="test" name="mcrypt_ecb_3des_encrypt.phpt"/> |
76 | 70 | <file role="test" name="mcrypt_ecb.phpt"/> |
|
85 | 79 | <file role="test" name="mcrypt_enc_is_block_mode.phpt"/> |
86 | 80 | <file role="test" name="mcrypt_encrypt_3des_cbc.phpt"/> |
87 | 81 | <file role="test" name="mcrypt_encrypt_3des_ecb.phpt"/> |
88 | | - <file role="test" name="mcrypt_encrypt_error.phpt"/> |
89 | | - <file role="test" name="mcrypt_encrypt_variation1.phpt"/> |
90 | | - <file role="test" name="mcrypt_encrypt_variation2.phpt"/> |
91 | | - <file role="test" name="mcrypt_encrypt_variation3.phpt"/> |
92 | | - <file role="test" name="mcrypt_encrypt_variation4.phpt"/> |
93 | | - <file role="test" name="mcrypt_encrypt_variation5.phpt"/> |
94 | 82 | <file role="test" name="mcrypt_enc_self_test.phpt"/> |
95 | 83 | <file role="test" name="mcrypt_filters.phpt"/> |
96 | 84 | <file role="test" name="mcrypt_get_block_size.phpt"/> |
|
118 | 106 | <required> |
119 | 107 | <php> |
120 | 108 | <min>7.2.0</min> |
121 | | - <max>8.0.0</max> |
122 | | - <exclude>8.0.0</exclude> |
| 109 | + <max>8.1.0</max> |
| 110 | + <exclude>8.1.0</exclude> |
123 | 111 | </php> |
124 | 112 | <pearinstaller> |
125 | 113 | <min>1.4.0</min> |
|
0 commit comments