mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-10 21:38:54 +00:00
err, no, from the php manual actually... the zend function has some security issues.
git-svn-id: file:///svn/phpbb/trunk@6415 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
26befa0941
commit
34f09c8dea
1 changed files with 3 additions and 2 deletions
|
@ -2707,8 +2707,9 @@ function truncate_string($string, $max_length = 60)
|
|||
|
||||
|
||||
/**
|
||||
* Wrapper for php's checkdnsrr function
|
||||
* The windows failover is from this page: http://www.zend.com/codex.php?id=370&single=1
|
||||
* Wrapper for php's checkdnsrr function.
|
||||
*
|
||||
* The windows failover is from the php manual
|
||||
* Please make sure to check the return value for === true and === false, since NULL could
|
||||
* be returned too.
|
||||
*
|
||||
|
|
Loading…
Add table
Reference in a new issue