Open dimayakovlev opened 1 day ago
This sanitize filter is used in function var_out(). But it deprecated as of PHP 8.1.0 and recommended to use htmlspecialchars() instead. See: https://www.php.net/manual/en/filter.filters.sanitize.php
var_out()
htmlspecialchars()
Part of #83.
See: https://www.php.net/manual/en/filter.filters.sanitize.php#129098
This sanitize filter is used in function
var_out()
. But it deprecated as of PHP 8.1.0 and recommended to usehtmlspecialchars()
instead. See: https://www.php.net/manual/en/filter.filters.sanitize.phpPart of #83.