[TYPO3-core] RFC: #9575: use native filter_functions for validate and sanitize

Oliver Hader oliver at typo3.org
Fri Oct 24 18:21:54 CEST 2008


FYI: Committed the following follow-up patch to SVN Trunk (rev. 4351)

olly


Dmitry Dulepov schrieb:
> Hi!
> 
> Martin Kutschker wrote:
>> return filter_var($ip, FILTER_VALIDATE_IP)===false ? false : true;
> 
> return filter_var($ip, FILTER_VALIDATE_IP) !== false;
-- 
Oliver Hader
TYPO3 4.3 Release Manager
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 9575_followup.patch
Type: text/x-diff
Size: 883 bytes
Desc: not available
Url : http://lists.netfielders.de/pipermail/typo3-team-core/attachments/20081024/15a3e151/attachment.patch 


More information about the TYPO3-team-core mailing list