There was an error while loading. Please reload this page.
1 parent d8ed84e commit d595502Copy full SHA for d595502
NEWS
@@ -21,6 +21,11 @@ PHP NEWS
21
- Mail:
22
. Fixed bug #66535 (Don't add newline after X-PHP-Originating-Script) (Tjerk)
23
24
+- Mcrypt:
25
+ . No longer allow invalid key sizes, invalid IV sizes or missing required IV
26
+ in mcrypt_encrypt, mcrypt_decrypt and the deprecated mode functions.
27
+ (Nikita)
28
+
29
- MySQLi:
30
. Fixed bug #66762i (Segfault in mysqli_stmt::bind_result() when link closed)
31
(Remi)
0 commit comments