]> granicus.if.org Git - php/commitdiff
Make CLI behave like other moder scripting languages.
authorYasuo Ohgaki <yohgaki@php.net>
Wed, 23 Oct 2002 01:21:40 +0000 (01:21 +0000)
committerYasuo Ohgaki <yohgaki@php.net>
Wed, 23 Oct 2002 01:21:40 +0000 (01:21 +0000)
sapi/cli/php_cli.c

index ddfa66163b122edd5279d01862cdf44790a5e8ef..859e3127d38a1b1d420fe69fd6c72288311dd386 100644 (file)
@@ -466,7 +466,6 @@ int main(int argc, char *argv[])
                SG(options) |= SAPI_OPTION_NO_CHDIR;
                zend_alter_ini_entry("register_argc_argv", 19, "1", 1, PHP_INI_SYSTEM, PHP_INI_STAGE_ACTIVATE);
                zend_alter_ini_entry("html_errors", 12, "0", 1, PHP_INI_SYSTEM, PHP_INI_STAGE_ACTIVATE);
-               zend_alter_ini_entry("implicit_flush", 15, "1", 1, PHP_INI_SYSTEM, PHP_INI_STAGE_ACTIVATE);
                zend_alter_ini_entry("max_execution_time", 19, "0", 1, PHP_INI_SYSTEM, PHP_INI_STAGE_ACTIVATE);
 
                zend_uv.html_errors = 0; /* tell the engine we're in non-html mode */