Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:86658 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 28885 invoked from network); 15 Jun 2015 14:27:19 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 15 Jun 2015 14:27:19 -0000 Authentication-Results: pb1.pair.com header.from=sbj.ml.read@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=sbj.ml.read@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.213.179 as permitted sender) X-PHP-List-Original-Sender: sbj.ml.read@gmail.com X-Host-Fingerprint: 209.85.213.179 mail-ig0-f179.google.com Received: from [209.85.213.179] ([209.85.213.179:38611] helo=mail-ig0-f179.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 81/80-25272-6C0EE755 for ; Mon, 15 Jun 2015 10:27:19 -0400 Received: by igblz2 with SMTP id lz2so51547491igb.1 for ; Mon, 15 Jun 2015 07:27:15 -0700 (PDT) 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:content-transfer-encoding; bh=IiT7jRxgQyNNB+cB/68ch6xnGW0EHKQTLAWyTXJ5KFw=; b=Z7Ahh67iZ42mwGoS6TYZSPEmjFfmfw/jIu8Rcq3l979pXIdjOeHWQwcmj86BFF0HsB IwHlRfIcQH9ga/jO5vY2SNkfoeEFx4/Amh47oVs8Bhf3PmKyRgnWKK1s7MWFkb4fUNgF LEPJporaNyhWV+3RVAyzEFp1zVRfAlXT9R7YlqUX2O5M22+WwXuLQ/4P4g/K7VClQ6q6 sYzg1Y1dyJxlQrKjQZ9CQrVG6Bz6IuBf68A4vLpv7Dz8ZvZL5aom2le35Es+vdRvir21 hfWfWJY+Nhv7/KgU394so0pODvdcjqjDv/9iJ3Yd/L25THv0r2tSFPHozVQU4FUImS7J tJDg== MIME-Version: 1.0 X-Received: by 10.50.141.164 with SMTP id rp4mr21292599igb.2.1434378435235; Mon, 15 Jun 2015 07:27:15 -0700 (PDT) Received: by 10.107.181.194 with HTTP; Mon, 15 Jun 2015 07:27:15 -0700 (PDT) In-Reply-To: References: <557014A7.3040207@mabe.berlin> <2B.98.63696.ECA39755@pb1.pair.com> <4B.F0.31453.4049A755@pb1.pair.com> Date: Mon, 15 Jun 2015 16:27:15 +0200 Message-ID: To: =?UTF-8?B?SmFrdWIgS3Viw63EjWVr?= Cc: Tony Marston , PHP Internals Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [PHP-DEV] Migrating PHP classes to built in namespace From: sbj.ml.read@gmail.com ("Sebastian B.-Hagensen") Hi, 2015-06-15 16:09 GMT+02:00 Jakub Kub=C3=AD=C4=8Dek : > I think clean global namespace isn't enough argument, we can exist in > the current situation and considering the fact that most of the new > PHP applications have their own namespaces, it could probably make > more sense to reserve global namespace as *the PHP namespace*. I don't know how well known that page is, but the manual already hints towards php ruling the "root"-namespace: > PHP owns the top-level namespace but tries to find decent descriptive nam= es and avoid any obvious clashes. http://php.net/manual/en/userlandnaming.rules.php On an unrelated note: http://php.net/manual/en/userlandnaming.tips.php should hint towards real namespaces.