win10下cmd运行: `swoole-cli -f ./test.php` test.php文件代码: `<?php exec('dir', $str, $code); ?>` 出现这个错误: ``` Warning: exec(): Unable to fork [dir] in /usr/bin/test.php on line 1 ```
win10下cmd运行:
swoole-cli -f ./test.phptest.php文件代码:
<?php exec('dir', $str, $code); ?>出现这个错误: