Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:86474 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 75265 invoked from network); 3 Jun 2015 08:35:19 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 3 Jun 2015 08:35:19 -0000 Authentication-Results: pb1.pair.com header.from=fontanalorenz@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=fontanalorenz@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.212.173 as permitted sender) X-PHP-List-Original-Sender: fontanalorenz@gmail.com X-Host-Fingerprint: 209.85.212.173 mail-wi0-f173.google.com Received: from [209.85.212.173] ([209.85.212.173:33223] helo=mail-wi0-f173.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 3E/83-45124-74CBE655 for ; Wed, 03 Jun 2015 04:35:19 -0400 Received: by wiwd19 with SMTP id d19so44232104wiw.0 for ; Wed, 03 Jun 2015 01:35:16 -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; bh=yyjYImNE41MAGcv7bkao/E+2KCC2Z32xggmnn3EBLHk=; b=ti9Yh40oUuCBqhJcfYMqc61BDjunL/8FM/Ju7EztXJCC3h/T6jT5LwdGNae9TWqdTM KYhhQU7mJuRcykQkaaKDIkG7XM74yjUc55CDjY0uNpqklbzPz0Q2xH/xVCj3TVKiyef/ hVOByca4d6kp0zQcjKkE9yRGW5JySIInHrW7uQ8wHgmeu4Wt5hE3xKOhHxRPAWJPYZbu NM24E2fDc75SrK/FpSges3atKkYcTzCt6wacG5a8E6XdmvhVzCyAFSVdPULcLNvExgbk 5AiaNMBKf3AIcGFlHBRhN2OIhng4U1Fm1tiWSyWCm+7yx+x8Lvt8iFYJNlI47jegCgsB 6zwg== MIME-Version: 1.0 X-Received: by 10.180.73.230 with SMTP id o6mr40022268wiv.11.1433320515931; Wed, 03 Jun 2015 01:35:15 -0700 (PDT) Received: by 10.194.104.162 with HTTP; Wed, 3 Jun 2015 01:35:15 -0700 (PDT) In-Reply-To: References: Date: Wed, 3 Jun 2015 10:35:15 +0200 Message-ID: To: Dominic Grostate Cc: internals@lists.php.net Content-Type: multipart/alternative; boundary=f46d0435c018339437051798f090 Subject: Re: [PHP-DEV] Migrating PHP classes to built in namespace From: fontanalorenz@gmail.com (Lorenzo Fontana) --f46d0435c018339437051798f090 Content-Type: text/plain; charset=UTF-8 AFAIK the PHP namespace is the root one. Lorenzo 2015-06-03 10:33 GMT+02:00 Dominic Grostate : > 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. > --f46d0435c018339437051798f090--