setup: Fix invocation of PHP built-in webserver

Why:

  • PHP built-in webserver doesn't start when launched via Process within the SetupCommand

What:

  • As a workaround, use shell_exec to start the process.

Merge request reports

Loading