Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:86473 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 73741 invoked from network); 3 Jun 2015 08:33:20 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 3 Jun 2015 08:33:20 -0000 Authentication-Results: pb1.pair.com header.from=codekestrel@googlemail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=codekestrel@googlemail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain googlemail.com designates 74.125.82.43 as permitted sender) X-PHP-List-Original-Sender: codekestrel@googlemail.com X-Host-Fingerprint: 74.125.82.43 mail-wg0-f43.google.com Received: from [74.125.82.43] ([74.125.82.43:33349] helo=mail-wg0-f43.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 76/33-45124-DCBBE655 for ; Wed, 03 Jun 2015 04:33:20 -0400 Received: by wgez8 with SMTP id z8so2781788wge.0 for ; Wed, 03 Jun 2015 01:33:14 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=20120113; h=mime-version:from:date:message-id:subject:to:content-type; bh=bjqNuPK4GLsQPHatth8SaOuXLrvH+MHuPy00N/4o+84=; b=N/puXTcev7qwC1E7TdBUBtE2+cu5KHNbqw6hh3kEBHaakZgKvFZuEJmlIMf7RSjHTA 02oZeUtyk7CcLZOLsBiGKOnVALF1KxxEXvGDAfM38jc7H/yKGFIy+QVbsl6FAPizBkP/ yLC9JuDlkzBP6b7Ae6iK4jj96sfPMZMMsijXtCCteHnxcTeTOOZqs6tq3/+Z8Q5y4uoG +53qQoPhcj4qdfVEU6dczxPZjNsepw0WrqaYbkPGb3SeBnWbnkOgM452di6dtMIeVcPq KxlE+JYJ5CpV/EpbxBHWbtgrNPeRK2j0qncCe7Cumbraw2Hbl1DjszThrFjHzTFIeqgP feCQ== X-Received: by 10.194.6.229 with SMTP id e5mr54089930wja.158.1433320394787; Wed, 03 Jun 2015 01:33:14 -0700 (PDT) MIME-Version: 1.0 Date: Wed, 03 Jun 2015 08:33:03 +0000 Message-ID: To: internals@lists.php.net Content-Type: multipart/alternative; boundary=047d7b5d43f8fb1157051798e87f Subject: Migrating PHP classes to built in namespace From: codekestrel@googlemail.com (Dominic Grostate) --047d7b5d43f8fb1157051798e87f Content-Type: text/plain; charset=UTF-8 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. --047d7b5d43f8fb1157051798e87f--