fix pcntl ext check

This commit is contained in:
xiaomlove
2023-06-14 03:13:14 +08:00
parent cecb253954
commit 94edad5036
2 changed files with 16 additions and 4 deletions
+3 -1
View File
@@ -97,7 +97,9 @@ class Test extends Command
*/
public function handle()
{
$r = executeCommand("php -m");
$r = preg_split("/[\r\n]+/", $r);
dd($r);
}
}