Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:77044 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 20595 invoked from network); 2 Sep 2014 21:15:13 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 2 Sep 2014 21:15:13 -0000 Authentication-Results: pb1.pair.com smtp.mail=smalyshev@sugarcrm.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=smalyshev@sugarcrm.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain sugarcrm.com designates 209.85.192.47 as permitted sender) X-PHP-List-Original-Sender: smalyshev@sugarcrm.com X-Host-Fingerprint: 209.85.192.47 mail-qg0-f47.google.com Received: from [209.85.192.47] ([209.85.192.47:60436] helo=mail-qg0-f47.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 36/51-11031-06336045 for ; Tue, 02 Sep 2014 17:15:13 -0400 Received: by mail-qg0-f47.google.com with SMTP id z60so7176451qgd.20 for ; Tue, 02 Sep 2014 14:15:09 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sugarcrm.com; s=google; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=lx1NLSy6S5j0CQ/By4BdZKeswpA/9utebvw+djhnVVQ=; b=M3DH2yBF3n42gBrGRDLDauh9dgcp2d9dBPnTxtGu3jRXpvuiU+rgYlcc0Z8pCAK14W ZqphmMTi0nS5uWRj3ge/ODbyxlkhk9KFapalf5zRIbSGU5z5Ec6qHtmQzgCRZjwy+2Ru DHhB/yzyWYtoYgOEJOQDbvFmL6F3fq6Db9/j8= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=lx1NLSy6S5j0CQ/By4BdZKeswpA/9utebvw+djhnVVQ=; b=j0giEBr4GCSvzvpg+hLmm6BXyTDuz6jNshC5dsZl0NW1HihqbLBQNi40TbCmd42djZ lb0SMTl+ZtOQpVKzlaaK36VTDHkvCeRnnXPrS8X5xwPsxdwHFFSndCmM3u2NXrd35gNC EpQU4TxFmgSONw98oBNlVSmA6GYBrFzNKy6s9b8EsJmEAgKuGHsqMja+tGhPCrjeaa+x BmpQz35zsDetqSOdMUkfizN2wUwSjwJabWEBplf9AiwY5Pe4VgnJK+hnHrA7hhDhmui4 IAtiSVHW4cXiwRfr6WkzxQoCt00g3VKKwMf+iVsSeFWatcxg0eNYLkyK+G7e/fpt9rVY 9TQw== X-Gm-Message-State: ALoCoQkuvEKRKshICNxHIZnXm8RtItsIZxbogx11Pj9+PwDQ8B/LN5dr8C6ggfHaushm6/IieeOX MIME-Version: 1.0 X-Received: by 10.224.75.73 with SMTP id x9mr60270018qaj.63.1409692509535; Tue, 02 Sep 2014 14:15:09 -0700 (PDT) Received: by 10.96.146.230 with HTTP; Tue, 2 Sep 2014 14:15:09 -0700 (PDT) In-Reply-To: <5405783D.5010204@sugarcrm.com> References: <54027B6D.7060708@sugarcrm.com> <54036DEA.8060902@sugarcrm.com> <5405783D.5010204@sugarcrm.com> Date: Tue, 2 Sep 2014 14:15:09 -0700 Message-ID: To: Nikita Popov Cc: PHP Internals , jocelyn fournier , Dmitry Stogov Content-Type: multipart/alternative; boundary=001a11c303084889a805021b9d28 Subject: Re: [PHP-DEV] destructors and output_buffering From: smalyshev@sugarcrm.com (Stas Malyshev) --001a11c303084889a805021b9d28 Content-Type: text/plain; charset=UTF-8 Hi! On Tue, Sep 2, 2014 at 12:56 AM, Stas Malyshev wrote: > Hi! > > I've created a proposed fix for #67644: > > https://github.com/php/php-src/pull/798 Looks like this fix breaks some tests, so I'm not feeling good putting it into 5.4. I'll revert it for now and try to figure out a better solution later. --001a11c303084889a805021b9d28--