Skip to content

Commit c99d8a5

Browse files
Disable xdebug when running platform
1 parent a18e6f5 commit c99d8a5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

commands/platformsh.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,7 @@ func (p *platformshCLI) executor(args []string) *php.Executor {
125125
env := []string{
126126
"PLATFORMSH_CLI_APPLICATION_NAME=Platform.sh CLI for Symfony",
127127
"PLATFORMSH_CLI_APPLICATION_EXECUTABLE=symfony",
128+
"XDEBUG_MODE=off",
128129
}
129130
if util.InCloud() {
130131
env = append(env, "PLATFORMSH_CLI_UPDATES_CHECK=0")

0 commit comments

Comments
 (0)