We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5406e5d commit 60d0cbdCopy full SHA for 60d0cbd
framework/requirements/requirements.php
@@ -111,5 +111,12 @@
111
'memo' => 'When <a href="https://www.yiiframework.com/doc-2.0/yii-validators-ipvalidator.html#$expandIPv6-detail">IpValidator::expandIPv6</a>
112
property is set to <code>true</code>, PHP must support IPv6 protocol stack. Currently PHP constant <code>AF_INET6</code> is not defined
113
and IPv6 is probably unsupported.'
114
+ ),
115
+ array(
116
+ 'name' => 'pcntl',
117
+ 'mandatory' => false,
118
+ 'condition' => extension_loaded('pcntl'),
119
+ 'by' => '<a href="https://www.php.net/manual/de/book.pcntl.php">Process Control</a>',
120
+ 'memo' => 'Recommended for yii2-queue CLI operations'
121
)
122
);
0 commit comments