Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:81459 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 55228 invoked from network); 31 Jan 2015 00:10:25 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 31 Jan 2015 00:10:25 -0000 Authentication-Results: pb1.pair.com header.from=marcio.web2@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=marcio.web2@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.215.49 as permitted sender) X-PHP-List-Original-Sender: marcio.web2@gmail.com X-Host-Fingerprint: 209.85.215.49 mail-la0-f49.google.com Received: from [209.85.215.49] ([209.85.215.49:58799] helo=mail-la0-f49.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 3C/89-34022-E6D1CC45 for ; Fri, 30 Jan 2015 19:10:24 -0500 Received: by mail-la0-f49.google.com with SMTP id gf13so26275906lab.8 for ; Fri, 30 Jan 2015 16:10:19 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:reply-to:from:date:message-id:subject:to:content-type; bh=cz2I+rA638LEQD/394zEkqiYVWD2VQ20ru3/5aokaO4=; b=R+zHdUXBOfmN7Pvz3MO0W8T2VbTqIEjpIOHLKgfO8mPeif9SiW1q9IXhE+wGjTp5YH fTWpnPCsXnMqwOr8ulBENtyiUPyfvSiEMspxIjsGtsSMRbAwavsoevQLXSdeYDvNWwHh e2g25f7CTohilPKVcU7Gr7aoTPP9aZy9+jxZPyrUyPofpNQGfmmem38bOkZRpOoMvVdm GqYUtXZLs9Pc/YK/lQjbqYI6LGtn53XQwUFb5XlJ5ORqfx5o5e9bk5FPVS1CJcwa9hlL Wj9vISbkoRHav8o2vnGz+Qt8dXj2CEvWF40dFRuPEfPm5sGOh4Qf79r2M4WYg9oQRbyj ks2w== X-Received: by 10.112.222.135 with SMTP id qm7mr8895409lbc.19.1422663019732; Fri, 30 Jan 2015 16:10:19 -0800 (PST) MIME-Version: 1.0 Received: by 10.152.21.101 with HTTP; Fri, 30 Jan 2015 16:09:59 -0800 (PST) Reply-To: marcio3w@gmail.com Date: Fri, 30 Jan 2015 21:09:59 -0300 Message-ID: To: PHP internals Content-Type: text/plain; charset=UTF-8 Subject: [PHP-DEV][RFC][DISCUSSION] Group Use Declarations From: marcio.web2@gmail.com (Marcio Almada) Hi, After a period of research along with part of the PHP community I'd like to present this RFC which aims to improve PHP namespaces. The RFC: https://wiki.php.net/rfc/group_use_declarations Along with its pull request: https://github.com/php/php-src/pull/1005 Needless to say, I'm open to suggestions that could improve the proposal. Thanks! Marcio Almada https://github.com/marcioAlmada