From 55fecd6593bb427a014bee14390a1d889bf7eafa Mon Sep 17 00:00:00 2001 From: Antony Dovgal Date: Wed, 23 Jul 2008 11:24:35 +0000 Subject: invert the logics - FLAG_FCLOSE -> FLAG_NO_FCLOSE --- sapi/cli/php_cli.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'sapi/cli/php_cli.c') diff --git a/sapi/cli/php_cli.c b/sapi/cli/php_cli.c index ccac5166ec..969d7adcc7 100644 --- a/sapi/cli/php_cli.c +++ b/sapi/cli/php_cli.c @@ -517,10 +517,6 @@ static void cli_register_file_handles(TSRMLS_D) /* {{{ */ return; } - s_in->flags |= PHP_STREAM_FLAG_FCLOSE; - s_out->flags |= PHP_STREAM_FLAG_FCLOSE; - s_err->flags |= PHP_STREAM_FLAG_FCLOSE; - #if PHP_DEBUG /* do not close stdout and stderr */ s_out->flags |= PHP_STREAM_FLAG_NO_CLOSE; -- cgit v1.2.1