Skip to content

Conversation

@juzhax
Copy link

@juzhax juzhax commented Sep 9, 2024

Change FILTER_SANITIZE_STRING to FILTER_SANITIZE_SPECIAL_CHARS

Explanation:

  • FILTER_SANITIZE_STRING was previously used to strip or encode special characters from a string.
  • In PHP 8, it’s recommended to use FILTER_SANITIZE_SPECIAL_CHARS instead, which encodes special characters in a way that is safer and more modern for web usage.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant