Skip to content

setup: Fix invocation of PHP built-in webserver

Kosta Harlan requested to merge fix-php-server into main

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