Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:89160 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 2791 invoked from network); 11 Nov 2015 00:40:21 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 11 Nov 2015 00:40:21 -0000 Authentication-Results: pb1.pair.com smtp.mail=guilhermeblanco@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=guilhermeblanco@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.214.175 as permitted sender) X-PHP-List-Original-Sender: guilhermeblanco@gmail.com X-Host-Fingerprint: 209.85.214.175 mail-ob0-f175.google.com Received: from [209.85.214.175] ([209.85.214.175:34659] helo=mail-ob0-f175.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 39/7A-21426-47E82465 for ; Tue, 10 Nov 2015 19:40:21 -0500 Received: by obbza9 with SMTP id za9so11284244obb.1 for ; Tue, 10 Nov 2015 16:40:18 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=CEp+9rQiM8fEfUhcBoOlEVyinHniXYFPtt1X0p1yBFA=; b=Yb+pYczY0ral3rmmkLq8+7fuLYFIANWByX8LfGjsGiojm+/4oW3U9Ed/Hb9Uya052T 1/J4NDs0CtBRbZfTs/+Un2zMC5NWOckSHjtuuThHU5Nh5pKRiVIJRejh/1lIbgXngPFI f4fC/vI3qlJFqcZM5RPZJNA4QK3tUBEYASGIJCjVKl3y4lldhqhilo6B5690TND7Yt5Y 6ZBZg9x7WerQTwwbJmYBuObRPZ91+OJtOt5bVvHaUq62+foVXcuXdnFAOA+/qoJrjN45 G1aH9vmoIWIn8SWS27DT5xMTQ88IcmRnAEXGMxzzpAEePOKSmChwT9m1kTpO5vophJMB iZuw== MIME-Version: 1.0 X-Received: by 10.182.153.226 with SMTP id vj2mr3388402obb.61.1447202418068; Tue, 10 Nov 2015 16:40:18 -0800 (PST) Received: by 10.202.80.215 with HTTP; Tue, 10 Nov 2015 16:40:17 -0800 (PST) Received: by 10.202.80.215 with HTTP; Tue, 10 Nov 2015 16:40:17 -0800 (PST) In-Reply-To: References: Date: Tue, 10 Nov 2015 19:40:17 -0500 Message-ID: To: Karoly Negyesi Cc: PHP internals Content-Type: multipart/alternative; boundary=089e013d0dc00c174f052439121a Subject: Re: [PHP-DEV] Package / namespace visibility From: guilhermeblanco@gmail.com ("guilhermeblanco@gmail.com") --089e013d0dc00c174f052439121a Content-Type: text/plain; charset=UTF-8 Hi, I am currently working on class visibility support aiming PHP 7.1. Spoke with Derick to give me some north to finalize the patch and write the RFC. Your wishes are being listened, my friend! =) On Nov 10, 2015 19:25, "Karoly Negyesi" wrote: > Hi, > > As one of the Drupal core developers I need to say: we would *love* to have > some sort of cross class visibility. Visibility within a namespace looks > like a very nice solution to this. May I recommend adding nspublic to > public/private/protected? Or a similar word but the same meaning. > > Thanks, > > Karoly Negyesi > --089e013d0dc00c174f052439121a--