Closed poplite closed 5 years ago
https://github.com/fooleap/disqus-php-api/blob/8ce2a5b009f888e0a0bfaca7d954c0a95b1b4378/api/init.php#L194
get_ip函数中的正则表达式无法匹配IPv6地址:
get_ip
$ip = "2001:4860:4860::8888"; echo preg_regex('/[\d\.]+/', $ip); // 输出:2001
IPv6访客留言时出错:
P.S. 双栈VPS
翻了一下文档,估计 Disqus 只支持IPv4地址。要不当$ip属于IPv6地址时,get_ip函数直接返回VPS的IPv4地址或者null?
$ip
null
https://github.com/fooleap/disqus-php-api/blob/8ce2a5b009f888e0a0bfaca7d954c0a95b1b4378/api/init.php#L194
get_ip
函数中的正则表达式无法匹配IPv6地址:IPv6访客留言时出错:
P.S. 双栈VPS