]> granicus.if.org Git - php/commitdiff
*** empty log message ***
authorDerick Rethans <derick@php.net>
Thu, 24 Oct 2002 13:18:27 +0000 (13:18 +0000)
committerDerick Rethans <derick@php.net>
Thu, 24 Oct 2002 13:18:27 +0000 (13:18 +0000)
sapi/cli/php_cli.c

index 2e0743929978cf1bb198d91398b0701475fb1628..01099c0d8c370a9e697a12037d6ff421915beefe 100644 (file)
@@ -464,6 +464,7 @@ 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 */