Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:57378 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 12055 invoked from network); 16 Jan 2012 13:47:02 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 16 Jan 2012 13:47:02 -0000 Authentication-Results: pb1.pair.com header.from=juzna.cz@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=juzna.cz@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.161.170 as permitted sender) X-PHP-List-Original-Sender: juzna.cz@gmail.com X-Host-Fingerprint: 209.85.161.170 mail-gx0-f170.google.com Received: from [209.85.161.170] ([209.85.161.170:58241] helo=mail-gx0-f170.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 74/05-07950-45A241F4 for ; Mon, 16 Jan 2012 08:47:01 -0500 Received: by ggnq4 with SMTP id q4so443619ggn.29 for ; Mon, 16 Jan 2012 05:46:58 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:from:date:message-id:subject:to:content-type; bh=1EdTnb6L6orKFcgYBNqDsFD22O1Fmg84DYNgY49U+Bs=; b=xi9O8cUBC1HBeB3vOsfDT0d2djZC+gUPL7uBlnpq4UeL0MpVQ/nuyCSi8C5h43zgKs PU9tL7IeyQQ4HwS44AxLOmehJ7tZlTWaA0uMvcFapK0UK85XtjX7yFk/G8YATdGYsTKv H8kIYWzHtUP19yGYdBfCc4q3ioh9jnsEexEOc= Received: by 10.50.180.233 with SMTP id dr9mr10353746igc.11.1326721618297; Mon, 16 Jan 2012 05:46:58 -0800 (PST) MIME-Version: 1.0 Received: by 10.231.203.81 with HTTP; Mon, 16 Jan 2012 05:46:37 -0800 (PST) Date: Mon, 16 Jan 2012 14:46:37 +0100 Message-ID: To: PHP Internals Content-Type: text/plain; charset=UTF-8 Subject: [PHP-DEV] Output buffer bug in RC5 From: juzna.cz@gmail.com (Jan Dolecek) Hi guys, I've just downloaded PHP 5.4 RC5 and noticed a problem with output buffering. I filled in a bug report (https://bugs.php.net/bug.php?id=60768) but wanna give you a quick notice, so that it gets fixed before next RC and stable won't be delayed. Test case is attached and works properly in 5.3.9, but the buffer gets replicated in 5.4 RC5. Thanks for having look at this issue. Jan Dolecek juzna.cz@gmail.com