summaryrefslogtreecommitdiff
path: root/sapi/cli/php_cli.c
diff options
context:
space:
mode:
authorDerick Rethans <derick@php.net>2002-10-24 13:18:27 +0000
committerDerick Rethans <derick@php.net>2002-10-24 13:18:27 +0000
commit337649a5f27b0e560a9f064ee8a4d8eeb58a3de2 (patch)
tree09a7ac13b3b6e9ffa31b996d4c899d7db96e712b /sapi/cli/php_cli.c
parent2909e5c9c9313d25aa2dc85ea63ea51916043234 (diff)
downloadphp-git-337649a5f27b0e560a9f064ee8a4d8eeb58a3de2.tar.gz
*** empty log message ***
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 2e07439299..01099c0d8c 100644
--- a/sapi/cli/php_cli.c
+++ b/sapi/cli/php_cli.c
@@ -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 */