Getting warnings since upgrading to PHP 8.2 from PHP 5.6
I know they are just "Warnings" and not "Errors" and that everything should work fine.
I am curious what the suggested fix is for this warning, since I like to keep my error reporting fully enabled to be aware of future issues as they begin to arise.
Here is the entry in my error log:
The file that uses the deprecated feature is "examples/portico/manual-tokenize/charge.php"
Deprecated: Constant FILTER_SANITIZE_STRING is deprecated in charge.php
Getting warnings since upgrading to PHP 8.2 from PHP 5.6 I know they are just "Warnings" and not "Errors" and that everything should work fine. I am curious what the suggested fix is for this warning, since I like to keep my error reporting fully enabled to be aware of future issues as they begin to arise. Here is the entry in my error log: The file that uses the deprecated feature is "examples/portico/manual-tokenize/charge.php" Deprecated: Constant FILTER_SANITIZE_STRING is deprecated in charge.php