Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:1261 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 98405 invoked from network); 5 May 2003 11:27:20 -0000 Received: from unknown (HELO ns1.proventum.dk) (195.216.216.2) by pb1.pair.com with SMTP; 5 May 2003 11:27:20 -0000 Received: from uros.krug.dk (port264.ds1-amb.adsl.cybercity.dk [217.157.162.17]) by ns1.proventum.dk (Postfix) with ESMTP id 7C00E56A64; Mon, 5 May 2003 13:27:16 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by uros.krug.dk (Postfix) with ESMTP id 2B7DD248024; Mon, 5 May 2003 13:31:27 +0200 (CEST) Date: Mon, 5 May 2003 13:31:26 +0200 (CEST) X-X-Sender: edink@stargate.bhnet.dk To: Zeev Suraski Cc: Sebastian Bergmann , In-Reply-To: <5.1.0.14.2.20030505141740.0492ebe8@localhost> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: Re: [PHP-DEV] Showstopper: ob_start() is b0rked From: edink@proventum.net (Edin Kadribasic) References: <5.1.0.14.2.20030505141740.0492ebe8@localhost> On Mon, 5 May 2003, Zeev Suraski wrote: > Did you try to reduce it to a simpler structured example and see if it has > to do with OO, or is it a 100% output buffering issue? Procedural example works as expected. It seems that ob_start(array(object, method)) is the one causing problems. Edin