(PHP) Multiple Deprecated Warnings
atishagrawal opened this issue · 4 comments
atishagrawal commented
While executing your PHP Code, I am receiving several deprecated warnings, some of which are:
1. Deprecated: Function mcrypt_module_open()
2. Deprecated: Function mcrypt_generic_init()
3. Deprecated: Function mdecrypt_generic()
4. Deprecated: Function mcrypt_generic_deinit()
5. Deprecated: Function mcrypt_module_close()
mervick commented
it uses openssl_encrypt
, any reference to mcrypt
at all
atishagrawal commented
I have openssl installed on my system. But then why is the PHP code showing such deprecated warnings?
mervick commented
I have no idea why, but this file does not use mcrypt.
Check your code, I think it use that somewhere else.
Also please provide full stack trace with filenames and line numbers.
atishagrawal commented
Anyways, no problem bro. I have compiled my own Library