php-paypal-ipn
php-paypal-ipn copied to clipboard
fix #4 - get_magic_quotes_gpc() deprecated
The magic quotes feature is completely removed as of PHP 8.0. Since it is impossible for it to be turned on, we do not need to stripslashes() at all now.
Fixes #4
Allows this library to be used on PHP 8.0+ servers without throwing an error.