Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:99486 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 62937 invoked from network); 10 Jun 2017 21:11:52 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 10 Jun 2017 21:11:52 -0000 Authentication-Results: pb1.pair.com smtp.mail=morrison.levi@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=morrison.levi@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.223.178 as permitted sender) X-PHP-List-Original-Sender: morrison.levi@gmail.com X-Host-Fingerprint: 209.85.223.178 mail-io0-f178.google.com Received: from [209.85.223.178] ([209.85.223.178:35950] helo=mail-io0-f178.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 42/A8-01593-6906C395 for ; Sat, 10 Jun 2017 17:11:50 -0400 Received: by mail-io0-f178.google.com with SMTP id y77so43388197ioe.3 for ; Sat, 10 Jun 2017 14:11:50 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc; bh=oqYB8HbEmnp5i1YqC7ENkMRhBy/LIegWkruftCJXTEs=; b=Z36UrIG1hUElor4szy2zJ3nVUtxKM7NMuTtQexu7cfAupVNbzQQG0B2hIiN+ajzmUz rBD59peEtiIAWXT1T7bBL8EBCB7s8PBWKwubDMI1nK5Kw4NvR+ERuXmCsgFm4/+TFK0N tMNsIX5XE1e3ZnVzv9Jr7eLVb+B2/HSdu7/mS7Se3oaf0gPpHSN+OnNV/eTIcTOdWQKK /CGT3Kx7wEIVs3Nd6e69XqIFdbQBCsZvgVJQIWDgj4wM+9coCqU1F0HWcNXzUw9uCKmV gt7Jy30+lEGvFGOmDaM6p5sqya+i1xXUk88GfvIsN0DKOAiP5uZMIecIvo3wI3b3yqEe qTlA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:sender:in-reply-to:references:from :date:message-id:subject:to:cc; bh=oqYB8HbEmnp5i1YqC7ENkMRhBy/LIegWkruftCJXTEs=; b=Jm+SH9CcE2zfIHGflNEJ6QY9xJQci/G8bJu+E3MXQM7Tl8e9EHfoei55my5Dbxqq3+ 2heptq/5RwRhfKkjRLmIPHcR4Od3oNcDzscO2sYh4xbbBkom8KFS5Twq44/SEV/MlKLC lE/ioz7M4zp0BBno08r2j0m1/Rhbty1jVou1epPoijkPLMG3uR3MnCH9oqIvacUFXiGX 1eXiJRFk0bdVV9qOXmZnoZdu7EH5Uo5Za+Ih6pYPLCnevR8malz2/WtgQKS9yKIewots DVru/yHfm17AZSLmUhCv2TTzA4Jim9v2e/dS3/SiBNAXkqqhWsSSaghi/3wTy7RLgJqp Mt0A== X-Gm-Message-State: AODbwcAsG66ph/Awe73daqfP0aiZOG5wEXyJAH0s+h77kgDJc4i4Yrgy kqdVPNcq7gU9bEuS71pAjWsS07rIQR9a X-Received: by 10.107.170.99 with SMTP id t96mr41585242ioe.113.1497129107413; Sat, 10 Jun 2017 14:11:47 -0700 (PDT) MIME-Version: 1.0 Sender: morrison.levi@gmail.com Received: by 10.107.50.132 with HTTP; Sat, 10 Jun 2017 14:11:46 -0700 (PDT) In-Reply-To: <0f4a44c1-67b4-b107-c0b6-f2ae7554167a@fleshgrinder.com> References: <990f6d85-e3ed-05a4-42e0-d3a279c0ebe7@fleshgrinder.com> <277f53cd-0e79-6fcc-fa4b-b0527ca525b6@fleshgrinder.com> <3515b508-4571-0d57-6b47-616cae0b0908@fleshgrinder.com> <0f4a44c1-67b4-b107-c0b6-f2ae7554167a@fleshgrinder.com> Date: Sat, 10 Jun 2017 15:11:46 -0600 X-Google-Sender-Auth: Hjot2FWFSzV3bvnaW41UbIulRIw Message-ID: To: Fleshgrinder Cc: php-internals Content-Type: text/plain; charset="UTF-8" Subject: Re: [PHP-DEV] [RFC] [Discussion] Namespaces in Core From: levim@php.net (Levi Morrison) On Sat, Jun 10, 2017 at 1:34 PM, Fleshgrinder wrote: > On 6/10/2017 9:24 PM, Levi Morrison wrote: >> If we were starting from scratch maybe we'd do as you are proposing. >> However, there is absolutely zero value in these specific things being >> namespaced *anywhere*: >> >> - Arrays >> - Reflection >> - Strings >> - IO >> >> We already have established conventions and prefixes around these. >> Moving them to a namespace has zero value. >> >> I'm not sure what logging you are talking about for PHP. >> >> That leaves UUID, which I am fine with having its own namespace if >> there are enough functions, constants, classes, etc to support it. >> > > These are examples!?! > > I see no reason to limit our thoughts and imagination here. This is a > proposal for the future of PHP, for whatever might come. Limiting us > seems more than counterproductive to me. > > Array, Bool, Int, Float, String, ... all of them are valid things to > think about. Not only as an intellectual game, but also in the light of > _scalar objects_ [1]. > > [1] https://github.com/nikic/scalar_objects > > PS: Moving of anything that already exists was never mentioned, implied, > or part of the proposal. This is something Levi just brought up and I > want to repudiate myself in the strongest terms from moving anything! > > -- > Richard "Fleshgrinder" Fussenegger > You put out namespaces for them which implies you think we might do that.