Skip to content

Commit

Permalink
Enhanced requirements memo for IPv6
Browse files Browse the repository at this point in the history
  • Loading branch information
SilverFire committed Apr 18, 2017
1 parent 14a245a commit 620ce9a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion framework/requirements/requirements.php
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@
'condition' => defined('AF_INET6'),
'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>
property is set to <code>true</code>, PHP must support IPv6 protocol stack.'
property is set to <code>true</code>, PHP must support IPv6 protocol stack. Currently PHP constant <code>AF_INET6</code> is not defined
and IPv6 is probably unsupported.'
)
);

0 comments on commit 620ce9a

Please sign in to comment.