From: Moriyoshi Koizumi Date: Thu, 4 Mar 2004 22:53:09 +0000 (+0000) Subject: - typo (must have sleep.) X-Git-Tag: RELEASE_0_2_0~49 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=26799b851ff3394348ad2d2c93c097c31bad8b43;p=php - typo (must have sleep.) --- diff --git a/sapi/cli/php_cli.c b/sapi/cli/php_cli.c index 0a1a447d70..fbc6f8b01e 100644 --- a/sapi/cli/php_cli.c +++ b/sapi/cli/php_cli.c @@ -714,7 +714,7 @@ int main(int argc, char *argv[]) switch (c) { case 'a': /* interactive mode */ - if (interactive) { + if (!interactive) { printf("Interactive mode enabled\n\n"); fflush(stdout); interactive=1;