From 1f41b288e9bca992262f2fefcee0e427aca3d7c0 Mon Sep 17 00:00:00 2001 From: Dmitry Stogov Date: Thu, 11 May 2006 22:10:31 +0000 Subject: Fixed bug #37306 (max_execution_time = max_input_time) --- sapi/cli/php_cli.c | 1 + 1 file changed, 1 insertion(+) (limited to 'sapi/cli/php_cli.c') diff --git a/sapi/cli/php_cli.c b/sapi/cli/php_cli.c index 3696a21566..fe63eeb1cc 100644 --- a/sapi/cli/php_cli.c +++ b/sapi/cli/php_cli.c @@ -708,6 +708,7 @@ int main(int argc, char *argv[]) INI_HARDCODED("implicit_flush", "1"); INI_HARDCODED("output_buffering", "0"); INI_HARDCODED("max_execution_time", "0"); + INI_HARDCODED("max_input_time", "-1"); while ((c = php_getopt(argc, argv, OPTIONS, &php_optarg, &php_optind, 0)) != -1) { switch (c) { -- cgit v1.2.1