So can you please check and let me know from Slim Framework 2.0 perspective will there be any impact, if I upgrade to php7.4? Or do I need to Upgrade my Slim Framework as well. if I need to Upgrade my Slim Framework then to which version do I need to upgrade
error_reporting(E_ALL ^ E_DEPRECATED);
/**
* Removing deprecated from the list, because else, on PHP 7.4, we end
* up crashing with:
* > Function get_magic_quotes_gpc() is deprecated
* This is because Slim 2 [and isemail] rely on that function.
* TODO(): upgrade to Slim 3/4.
*/
But I’ll be honest with you: I think Slim 4 (and 3) are no fun to use. Took me a long time to update, the documentation is lacking, and the syntax got waaaaay longer. I would consider switching to something else.