Actions
Feature #19466
closeduse native filter_functions for validate and sanitize
Start date:
2008-10-16
Due date:
% Done:
0%
Estimated time:
PHP Version:
5.3
Tags:
Complexity:
Sprint Focus:
Description
Since PHP 5.2 the filter_functions are built-in.
This gives the opportunity to use this native functions as they are more easy and faster.
I changed / added these to t3lib_div
changed functions:
validIP / validIPv4 / validIPv6 / validEmail
new functions:
validUrl / cleanUrl
(issue imported from #M9575)
Files
Actions