Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:86478 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 5842 invoked from network); 3 Jun 2015 15:07:38 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 3 Jun 2015 15:07:38 -0000 Authentication-Results: pb1.pair.com header.from=php@golemon.com; sender-id=softfail Authentication-Results: pb1.pair.com smtp.mail=php@golemon.com; spf=softfail; sender-id=softfail Received-SPF: softfail (pb1.pair.com: domain golemon.com does not designate 209.85.217.175 as permitted sender) X-PHP-List-Original-Sender: php@golemon.com X-Host-Fingerprint: 209.85.217.175 mail-lb0-f175.google.com Received: from [209.85.217.175] ([209.85.217.175:35281] helo=mail-lb0-f175.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id EF/F0-32628-9381F655 for ; Wed, 03 Jun 2015 11:07:38 -0400 Received: by lbbuc2 with SMTP id uc2so9037847lbb.2 for ; Wed, 03 Jun 2015 08:07:34 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:sender:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=TtC2HozhMPnJIH/Yeh1qbsdIDkMyJ2ozjerKUcSxPwc=; b=DWp0B1Hy+8H3faDl82B4eVz8mDwZBgMZFwlIx3o8DdXa9PsHwlPPClwA4tjIDiTnVj AW4tAROoz2QtAtsld5N1UIqB0kVJc2i7/XeWD+VL+vMs1bNjPCRrFjSpgNqMXzqlyyaJ CNSPpon4xXfxM5cgdIu/A5XWYTKBs0c+yJInegILoRyiEkQEkGtzlEcrExOZu9nX7xrh qOz5mMBrQDP22djaw3qQUNBBUIJPjxtREC5LtHkhK63R+z8SnCA5D0yBxgquGrKgsdmK w49irNUz/EMILheBoYzv6Pfq1Kim28LS5bXXWWCv/ZsHjpbDOYQmnEE3VKKm1Y1sz87U DGLQ== X-Gm-Message-State: ALoCoQllA3TRUIbdwfUxC6A8A+uZ2eqh4ieP8dTOrmnhfdD6MkY1KSP1NnKt+vHy9qJLwEIcaxJ6 MIME-Version: 1.0 X-Received: by 10.112.185.100 with SMTP id fb4mr32811468lbc.79.1433344054778; Wed, 03 Jun 2015 08:07:34 -0700 (PDT) Sender: php@golemon.com Received: by 10.112.11.134 with HTTP; Wed, 3 Jun 2015 08:07:34 -0700 (PDT) X-Originating-IP: [73.189.247.124] In-Reply-To: References: Date: Wed, 3 Jun 2015 08:07:34 -0700 X-Google-Sender-Auth: VQWPs9YlP7JQHT_ckjF1jbXccu8 Message-ID: To: Dominic Grostate Cc: PHP internals Content-Type: text/plain; charset=UTF-8 Subject: Re: [PHP-DEV] Migrating PHP classes to built in namespace From: pollita@php.net (Sara Golemon) On Wed, Jun 3, 2015 at 1:33 AM, Dominic Grostate wrote: > Has there been any discussion or consideration towards migrating or at > least aliasing all built in classes to a Php vendor namespace? > Not any that's led to a consensus. Personally, I like the idea of moving EVERYTHING to PHP\ at once and building in an automatic fallback, so an app could do: