Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:89374 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 96009 invoked from network); 24 Nov 2015 13:27:49 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 24 Nov 2015 13:27:49 -0000 Authentication-Results: pb1.pair.com smtp.mail=rowan.collins@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=rowan.collins@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 74.125.82.43 as permitted sender) X-PHP-List-Original-Sender: rowan.collins@gmail.com X-Host-Fingerprint: 74.125.82.43 mail-wm0-f43.google.com Received: from [74.125.82.43] ([74.125.82.43:37483] helo=mail-wm0-f43.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 72/95-57156-2D564565 for ; Tue, 24 Nov 2015 08:27:47 -0500 Received: by wmww144 with SMTP id w144so26361441wmw.0 for ; Tue, 24 Nov 2015 05:27:43 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=subject:to:references:from:message-id:date:user-agent:mime-version :in-reply-to:content-type:content-transfer-encoding; bh=vNR4by7k90fzILDcdvPhopMcdwXYBwwgec6owdJrSmE=; b=jKOh60NZ14sScotGb15IPiMpczxaLf8GTRrYuhlM8U8QLuEhZh2+z4nlJ2jA18Q8// wLuEIjXHp7o9e6sekQHMusDeCP814ZzU8VtbZVlQ6ittkiKZSgxcnW9KRXYyzTEhZSiS tjVkaI6x7tQ3ufsnDfwIlM/8ZfRQCnOw5X26Jwm3dsCcyERFVQ9JJMtbI66gIlQ6qUvm GWBYyDqoq3MFdEvABewrIzrObKOXADTPcrJInXNiCZjb2TOrfD75estIX31lWipIpNRQ 9m/TX6PVn+P/mI9JGw1/OnyvGheU1aXVYlc7h9jmTkrUIPntIaRz/m/eUzuFkrHT7dQC jcjg== X-Received: by 10.194.93.164 with SMTP id cv4mr36094081wjb.43.1448371663076; Tue, 24 Nov 2015 05:27:43 -0800 (PST) Received: from [192.168.0.147] ([93.188.182.58]) by smtp.googlemail.com with ESMTPSA id he3sm18343051wjc.25.2015.11.24.05.27.41 for (version=TLSv1/SSLv3 cipher=OTHER); Tue, 24 Nov 2015 05:27:42 -0800 (PST) To: PHP internals References: Message-ID: <5654659D.3080009@gmail.com> Date: Tue, 24 Nov 2015 13:26:53 +0000 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.3.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: Internal methods proposal From: rowan.collins@gmail.com (Rowan Collins) Dominic Grostate wrote on 24/11/2015 12:33: > > > Dominic Grostate wrote on 24/11/2015 12:14: > I think this proposal > has been made before maybe here or discussed > elsewhere. Still, I'd > like to give my input on the idea. There have indeed been a couple of > discussions of this recently. Try searching for threads on a list > archive using terms such as "package visibility", "namespace > visibility", "private class", and the related notion of "friend class" > / "friend function". I wonder if we should maintain a Usenet-style FAQ > for this list, to make it easier to find what has previously been > discussed on a topic. Regards, -- Rowan Collins [IMSoP] > > Ah yes, I've seen them in the request bugs. > https://bugs.php.net/bug.php?id=52297 > > It was suggested that a prototype be made, I have provided one, and it > should pass basic demos. I just didn't want to take it further than > that unless it generate some interest. > I was thinking more of recent threads on this list, such as these: http://marc.info/?l=php-internals&m=144608749903477&w=2 http://marc.info/?t=144720154700001&r=1&w=2 http://marc.info/?t=144639397900001&r=1&w=2 There are probably more if you search around, and a couple of people do seem to be working on prototypes. Regards, -- Rowan Collins [IMSoP]