Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:86654 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 23074 invoked from network); 15 Jun 2015 14:09:46 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 15 Jun 2015 14:09:46 -0000 Authentication-Results: pb1.pair.com header.from=kelerest123@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=kelerest123@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.218.42 as permitted sender) X-PHP-List-Original-Sender: kelerest123@gmail.com X-Host-Fingerprint: 209.85.218.42 mail-oi0-f42.google.com Received: from [209.85.218.42] ([209.85.218.42:33139] helo=mail-oi0-f42.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id E9/66-19613-9ACDE755 for ; Mon, 15 Jun 2015 10:09:46 -0400 Received: by oiha141 with SMTP id a141so59623906oih.0 for ; Mon, 15 Jun 2015 07:09:43 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; bh=aIrcpjADq37Ia0c5c3QOenNvS0BroGhct6sc7vlWBAY=; b=uePdzcMXZ9L1O2W8GyMB9RcUT2qmbkBYNbigo25t/gCtdQ928rUYZsKBI+RUL+Kktz ZMlyIMXWqmD+AQKqUpCBYNJwjCAoifkqci62cfmIIKQtnJm/B2J4ubXNpVIe9gOBOY93 Fv9tRJv3iI+3Rao2BX/SagvstRY/jeRV1jk7gMJ4yEhOgrpcELfZcSgEK03dxJlOvyVQ 3OIdCnxPqgp1oGZPD6ByZbNETWk1XASoh74bEVSXY3a8SrJF8j7LgshvsjZEOhBbTaxF YK9xQu6BfLI7Y8Fa0un6Ynq6x0+YMnpnm6szayGjfBRooA3fX7OUSeyJgbjHLTE+efgu u3Rg== X-Received: by 10.202.186.212 with SMTP id k203mr22859175oif.60.1434377383445; Mon, 15 Jun 2015 07:09:43 -0700 (PDT) MIME-Version: 1.0 Received: by 10.182.109.33 with HTTP; Mon, 15 Jun 2015 07:09:23 -0700 (PDT) In-Reply-To: <4B.F0.31453.4049A755@pb1.pair.com> 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:09:23 +0200 Message-ID: To: Tony Marston Cc: PHP Internals Content-Type: text/plain; charset=UTF-8 Subject: Re: [PHP-DEV] Migrating PHP classes to built in namespace From: kelerest123@gmail.com (=?UTF-8?B?SmFrdWIgS3Viw63EjWVr?=) 2015-06-12 10:10 GMT+02:00 Tony Marston : > And what is the benefit in userland? That is the question. 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*. Regards, Kubo2