php-paypal-ipn icon indicating copy to clipboard operation
php-paypal-ipn copied to clipboard

fix #4 - get_magic_quotes_gpc() deprecated

Open RedDragonWebDesign opened this issue 2 years ago • 0 comments

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.

RedDragonWebDesign avatar May 04 '23 11:05 RedDragonWebDesign