Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:86476 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 82632 invoked from network); 3 Jun 2015 10:19:26 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 3 Jun 2015 10:19:26 -0000 Authentication-Results: pb1.pair.com header.from=rowan.collins@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=rowan.collins@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.212.175 as permitted sender) X-PHP-List-Original-Sender: rowan.collins@gmail.com X-Host-Fingerprint: 209.85.212.175 mail-wi0-f175.google.com Received: from [209.85.212.175] ([209.85.212.175:33267] helo=mail-wi0-f175.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 27/20-13857-DA4DE655 for ; Wed, 03 Jun 2015 06:19:25 -0400 Received: by wiwd19 with SMTP id d19so47182393wiw.0 for ; Wed, 03 Jun 2015 03:19:22 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; bh=oW1CL0hUVXcsGj4qE8toDH89cYG82JLTIGH20iFaqsw=; b=pHF69/r/K3/bBNbdHvl95ScZmVyQqjLSG/XEeS80QPPJReMP5BMjafIVZbwh7l/ahP Kdta2JAeinI52ofITtHP+2rFnE7saSNxO3IDuocRXhEvbmG0HAIORlAnvH4y60LU7ifY eOTS3IXagtHCoqwH1eVN6LNfsYE00GPs/qcBMeycBanNUGhjZqf60l87y0djqyBuMPIm fbXZYledF64T2nYwAKY/PekmJJxDFimh3PXfbRBhY0EKsEGDdTShWUxkyDOLawn8m3tu GqUYbyrbYp+3oHcRDJTwrmjF9JrDyo+ZEK9hHQ6DFLMPRHgCNrL4YcGKE7eHYLn1+1my cbWA== X-Received: by 10.180.105.129 with SMTP id gm1mr38656517wib.51.1433326762304; Wed, 03 Jun 2015 03:19:22 -0700 (PDT) Received: from [192.168.0.159] ([62.189.198.114]) by mx.google.com with ESMTPSA id m2sm25836670wiy.7.2015.06.03.03.19.20 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 03 Jun 2015 03:19:21 -0700 (PDT) Message-ID: <556ED465.9010705@gmail.com> Date: Wed, 03 Jun 2015 11:18:13 +0100 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.7.0 MIME-Version: 1.0 To: internals@lists.php.net References: In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] Migrating PHP classes to built in namespace From: rowan.collins@gmail.com (Rowan Collins) Dominic Grostate wrote on 03/06/2015 09:33: > Hi, > > I couldn't find any information on this elsewhere, or perhaps I didn't look > hard enough. Its been bugging me a while though so I though I would ask. > > Has there been any discussion or consideration towards migrating or at > least aliasing all built in classes to a Php vendor namespace? > > For aesthetics if nothing else. > The "PHP" namespace (and all sub-namespaces thereof) is officially reserved for "internal language use", but to date there has been no comprehensive plan of how to lay it out...