Skip to content

Commit aaea81d

Browse files
committed
Merge branch 'PHP-7.4' into PHP-8.0
2 parents b7fa526 + 3ec37a7 commit aaea81d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sapi/phpdbg/phpdbg_prompt.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -764,6 +764,7 @@ PHPDBG_COMMAND(run) /* {{{ */
764764
if (!PHPDBG_G(ops)) {
765765
if (phpdbg_compile() == FAILURE) {
766766
phpdbg_error("compile", "type=\"compilefailure\" context=\"%s\"", "Failed to compile %s, cannot run", PHPDBG_G(exec));
767+
EG(exit_status) = FAILURE;
767768
goto out;
768769
}
769770
}

0 commit comments

Comments
 (0)