Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:64172 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 91191 invoked from network); 6 Dec 2012 08:33:18 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 6 Dec 2012 08:33:18 -0000 Authentication-Results: pb1.pair.com smtp.mail=yohgaki@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=yohgaki@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.217.170 as permitted sender) X-PHP-List-Original-Sender: yohgaki@gmail.com X-Host-Fingerprint: 209.85.217.170 mail-lb0-f170.google.com Received: from [209.85.217.170] ([209.85.217.170:40385] helo=mail-lb0-f170.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 9B/B0-19753-C4850C05 for ; Thu, 06 Dec 2012 03:33:17 -0500 Received: by mail-lb0-f170.google.com with SMTP id j14so5320989lbo.29 for ; Thu, 06 Dec 2012 00:33:14 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:from:date :x-google-sender-auth:message-id:subject:to:cc:content-type; bh=d0w5/cwi3JYFJuOmeUsQT01ufYxfmZqASqEkJlHDcjs=; b=PBMUnxo5Z7EsiY0CZzQa4c6a5tO/QwkYnfJkGJ5y95FydRbHY5EONAT9b2yPM86bPK Gh/sRjOxak/tn0zIfTWmtYdwxVGLOE2MKeM/eB0rSuJneEmO3jnucLeiZjcp5D81Kkqk WK0OCjhbDYPo2nViJK7k69wkq0tt66zxmVvZDJUYLLTejM/uVWTMaBzXF1nizzKPecIL dj2HuNfZgYI4/X821/Of+Bh7eFrw9a1ormyeKsZFnBd6YH9C4rfvbNLN3L+XFt/p5gFR szOQ/t9KfP0qqgKDIcqSMYOGW/jtXBLGUCUyJ9REqtWbiX2FK/ubk67CGg1xRvaRmeHm s3JQ== Received: by 10.112.86.232 with SMTP id s8mr542500lbz.86.1354782793895; Thu, 06 Dec 2012 00:33:13 -0800 (PST) MIME-Version: 1.0 Sender: yohgaki@gmail.com Received: by 10.114.77.130 with HTTP; Thu, 6 Dec 2012 00:32:33 -0800 (PST) In-Reply-To: References: <50B1F9D7.80000@php.net> Date: Thu, 6 Dec 2012 17:32:33 +0900 X-Google-Sender-Auth: rOxs4f-6pvSTRtbUGSSurybNWpE Message-ID: To: Michael Wallner Cc: PHP Internals Content-Type: text/plain; charset=ISO-8859-1 Subject: Re: [PHP-DEV] Bug 61272 From: yohgaki@ohgaki.net (Yasuo Ohgaki) 2012/11/29 Michael Wallner : > On 29 November 2012 08:00, Yasuo Ohgaki wrote: >> However, new code encapsulate output globals. (I mean internally) >> It would be nice for my extension if output globals are exposed. > > This was changed intentionally, why would you need OG what the API > does not provide? > >> Exposing output global is not mandatory, though. Encapsulation is great for ordinary use, but I have extension that records PHP internal activities. It also records and override some contents of output global. I haven't thought what API would be needed, I'll look into current code later and what API is needed. Regards, -- Yasuo Ohgaki yohgaki@ohgaki.net