Open mikk150 opened 4 years ago
when executing tests with phpdbg -qrr, PHP_BINARY constant is not php executable, but rather phpdbg executable, and phpdbg has no idea how to start php web server
phpdbg -qrr
PHP_BINARY
phpdbg
when executing tests with
phpdbg -qrr
,PHP_BINARY
constant is not php executable, but ratherphpdbg
executable, and phpdbg has no idea how to start php web server