From 3dd380c41e7ff54ec8176d9f87f6d4760fada9fa Mon Sep 17 00:00:00 2001 From: "Christoph M. Becker" Date: Sun, 10 Jul 2016 19:53:59 +0200 Subject: Implement RFC: Deprecate (then Remove) Mcrypt has already been accepted, so we implement it. --- ext/mcrypt/tests/mcrypt_encrypt_error.phpt | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ext/mcrypt/tests/mcrypt_encrypt_error.phpt') diff --git a/ext/mcrypt/tests/mcrypt_encrypt_error.phpt b/ext/mcrypt/tests/mcrypt_encrypt_error.phpt index 04226c20bc..2896cf7195 100644 --- a/ext/mcrypt/tests/mcrypt_encrypt_error.phpt +++ b/ext/mcrypt/tests/mcrypt_encrypt_error.phpt @@ -41,11 +41,15 @@ var_dump( mcrypt_encrypt($cipher, $key, $data) ); -- Testing mcrypt_encrypt() function with more than expected no. of arguments -- +Deprecated: mcrypt_encrypt(): The mcrypt extension is deprecated and will be removed in the future: use openssl instead in %s%emcrypt_encrypt_error.php on line 19 + Warning: mcrypt_encrypt() expects at most 5 parameters, 6 given in %s on line %d NULL -- Testing mcrypt_encrypt() function with less than expected no. of arguments -- +Deprecated: mcrypt_encrypt(): The mcrypt extension is deprecated and will be removed in the future: use openssl instead in %s%emcrypt_encrypt_error.php on line 26 + Warning: mcrypt_encrypt() expects at least 4 parameters, 3 given in %s on line %d NULL ===DONE=== -- cgit v1.2.1