mirror of
				https://github.com/yiisoft/yii2.git
				synced 2025-11-04 06:37:55 +08:00 
			
		
		
		
	@ -106,7 +106,7 @@ return array(
 | 
				
			|||||||
    array(
 | 
					    array(
 | 
				
			||||||
        'name' => 'IPv6 support',
 | 
					        'name' => 'IPv6 support',
 | 
				
			||||||
        'mandatory' => false,
 | 
					        'mandatory' => false,
 | 
				
			||||||
        'condition' => defined('AF_INET6'),
 | 
					        'condition' => strlen(@inet_pton('2001:db8::1')) === 16,
 | 
				
			||||||
        'by' => 'IPv6 expansion in <a href="http://www.yiiframework.com/doc-2.0/yii-validators-ipvalidator.html">IpValidator</a>',
 | 
					        'by' => 'IPv6 expansion in <a href="http://www.yiiframework.com/doc-2.0/yii-validators-ipvalidator.html">IpValidator</a>',
 | 
				
			||||||
        'memo' => 'When <a href="http://www.yiiframework.com/doc-2.0/yii-validators-ipvalidator.html#$expandIPv6-detail">IpValidator::expandIPv6</a>
 | 
					        'memo' => 'When <a href="http://www.yiiframework.com/doc-2.0/yii-validators-ipvalidator.html#$expandIPv6-detail">IpValidator::expandIPv6</a>
 | 
				
			||||||
        property is set to <code>true</code>, PHP must support IPv6 protocol stack. Currently PHP constant <code>AF_INET6</code> is not defined
 | 
					        property is set to <code>true</code>, PHP must support IPv6 protocol stack. Currently PHP constant <code>AF_INET6</code> is not defined
 | 
				
			||||||
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user