Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:6748 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 88147 invoked by uid 1010); 2 Jan 2004 22:55:51 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 88092 invoked from network); 2 Jan 2004 22:55:51 -0000 Received: from unknown (HELO stella.fastforwardnetwork.com) (209.51.153.50) by pb1.pair.com with SMTP; 2 Jan 2004 22:55:51 -0000 Received: (qmail 8203 invoked from network); 2 Jan 2004 23:59:24 -0000 Received: from p508aa58a.dip.t-dialin.net (HELO hristov.com) (80.138.165.138) by d.goto.bg with SMTP; 2 Jan 2004 23:59:24 -0000 Message-ID: <3FF67363.5020606@hristov.com> Date: Fri, 02 Jan 2004 23:46:43 -0800 User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.6) Gecko/20031230 X-Accept-Language: en-us, en MIME-Version: 1.0 To: internals@lists.php.net Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Subject: PHP in CLI mode uses output_buffering. Opinions anyone? From: php@hristov.com (Andrey Hristov) Happy new year internals, on 31st I filled a bug report named "PHP in CLI mode uses output_buffering" the bug number is 26755 : http://bugs.php.net/bug.php?id=26755 . Few minutes ago Edin submitted a patch that fixes the behaviour for PHP5 but we decided to ask whether it is suitable to merge this fix to the PHP_4_3 branch. (hint for the bug report, executions 2 and 4 are ok, 1 and 3 are erroneous). The fix for HEAD (PHP5) was to override the output_buffering setting found in php.ini (CLI mode). Opinions? Andrey