Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:76218 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 35507 invoked from network); 28 Jul 2014 08:01:44 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 28 Jul 2014 08:01:44 -0000 Authentication-Results: pb1.pair.com header.from=julienpauli@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=julienpauli@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.220.169 as permitted sender) X-PHP-List-Original-Sender: julienpauli@gmail.com X-Host-Fingerprint: 209.85.220.169 mail-vc0-f169.google.com Received: from [209.85.220.169] ([209.85.220.169:37482] helo=mail-vc0-f169.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id E9/E2-26001-76306D35 for ; Mon, 28 Jul 2014 04:01:44 -0400 Received: by mail-vc0-f169.google.com with SMTP id le20so1831337vcb.28 for ; Mon, 28 Jul 2014 01:01:53 -0700 (PDT) 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:message-id :subject:to:cc:content-type; bh=6cDw81rPiAQ8bIJO5NcXjYXoUf8JawtW56Yz0Feqz9M=; b=P53OEeQ4nVWxT39hQWEXFo1KOYU4sUvbmAcWhdSy+aViIDcw4q/ilNwbUc+5uLDr0s rQ80QnCAmOOmHgffnLBQnTJVQ53RDIA9pxZpWAhP5gt/yk0DY2qwr6DgDiY7t0i1JQjd LQjk+cXUd9amhQhuZXjAixuwCX5VkZi7wKAiLlEJuGULgEnNy0hOXSrQdBPpcbreO9EY cbuBCkPKzUW0dfGkmzMytDVVGDp98JUHKn+0m1Hnv4QE15Gp+wf9p3GbDkZ0b6xXBBG8 61r9chxpdDJGMg+fTNVAFuvlbvgw1/ECmf5JEzUcEW+6LeREcvkiEvhmRhcb2nu2H41S MUfA== X-Received: by 10.52.142.102 with SMTP id rv6mr34034704vdb.26.1406534512970; Mon, 28 Jul 2014 01:01:52 -0700 (PDT) MIME-Version: 1.0 Sender: julienpauli@gmail.com Received: by 10.220.81.68 with HTTP; Mon, 28 Jul 2014 01:01:12 -0700 (PDT) In-Reply-To: References: Date: Mon, 28 Jul 2014 10:01:12 +0200 X-Google-Sender-Auth: NrxzaFT1pg3trjW2hGvjy4MUdfk Message-ID: To: Andrey Andreev Cc: Yasuo Ohgaki , "internals@lists.php.net" Content-Type: multipart/alternative; boundary=bcaec51a7c4c0290c304ff3c5660 Subject: Re: [PHP-DEV] "PHP" namespace? From: jpauli@php.net (Julien Pauli) --bcaec51a7c4c0290c304ff3c5660 Content-Type: text/plain; charset=UTF-8 > > One must absolutely not be required to use > namespaces for everything. > +1 I fully share this statement as well. Please, do not force any user to use namespaces. PHP's never been namespace based, it added their support to 5.3. IMO, PHP should never be namespace based for its own syntax. Julien.P --bcaec51a7c4c0290c304ff3c5660--