Closed
Description
After updating powershell v6.0.0-beta.6 to v6.0.0-beta.7
the following example command does not work anymore:
var_dump(exec("powershell --help"));
result: string(0) ""
On my production site (powershell v6.0.0-beta.6)
i still get the full output of the help command.
I' am sure it's not a problem with filepermissions on the server.
I would appreciate any ideas.