My DEV environment uses PHP 7.3.12. I have successfully deployed the project to a linux server running PHP 7.4. My customer now wants to run the application on a WAMP server - this is running PHP 7.4.26. Every time I run the application in the PROD on this server I continually get ‘Function get_magic_quotes_gpc() is deprecated…’ message.
Is there any way to get around this. Any help/advice would be appreciated.