summaryrefslogtreecommitdiff
path: root/sapi/cli/php_cli.c
diff options
context:
space:
mode:
Diffstat (limited to 'sapi/cli/php_cli.c')
-rw-r--r--sapi/cli/php_cli.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sapi/cli/php_cli.c b/sapi/cli/php_cli.c
index 0c71aca52b..55de63b5da 100644
--- a/sapi/cli/php_cli.c
+++ b/sapi/cli/php_cli.c
@@ -680,6 +680,7 @@ int main(int argc, char *argv[])
case 'a': /* interactive mode */
printf("Interactive mode enabled\n\n");
+ fflush(stdout);
interactive=1;
break;