Romain / Matomo-IP-to-Company

A plugin for Matomo which gives you the name of the company that visited your website, based on its IP.
GNU General Public License v3.0
15 stars 11 forks source link

Fixed filter deprecations on PHP 8.1 #37

Closed blankse closed 7 months ago

blankse commented 1 year ago

Removes deprecated on PHP 8.1 constant FILTER_SANITIZE_STRING usage.

https://www.php.net/manual/en/filter.filters.sanitize.php

Strip tags and HTML-encode double and single quotes, optionally strip or encode special characters. Encoding quotes can be disabled by setting FILTER_FLAG_NO_ENCODE_QUOTES. (Deprecated as of PHP 8.1.0, use htmlspecialchars() instead.)