Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:98253 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 85826 invoked from network); 7 Feb 2017 23:59:18 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 7 Feb 2017 23:59:18 -0000 Authentication-Results: pb1.pair.com smtp.mail=danack@basereality.com; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=danack@basereality.com; sender-id=unknown Received-SPF: error (pb1.pair.com: domain basereality.com from 209.85.161.180 cause and error) X-PHP-List-Original-Sender: danack@basereality.com X-Host-Fingerprint: 209.85.161.180 mail-yw0-f180.google.com Received: from [209.85.161.180] ([209.85.161.180:35996] helo=mail-yw0-f180.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id CC/1E-03389-55F5A985 for ; Tue, 07 Feb 2017 18:59:18 -0500 Received: by mail-yw0-f180.google.com with SMTP id v200so76821628ywc.3 for ; Tue, 07 Feb 2017 15:59:17 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=basereality-com.20150623.gappssmtp.com; s=20150623; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=vqRcIGGUWhE9DJmO5lWnb+2vOzobkx2JBYLeuvaeSz4=; b=Jrxclo6MEjWYLP3FM93SFHZ+pq+XdlsjO7Ln4jSIXCJ8UVe7qQF6SDYnh2xhCf3Qit mwzxvUdyKXk1Tk6PIwcTAio8+QteE1pqj3JCRbw9eXdqafRZ3jgkZJbmNowkAqal349h OYqHLY9Xooky8haUaFqrgT3OWlAyOjyR2BCLCrzO9hfoFVaPL2buKAI0T2X3vX7y9ZiV WRv3JGkjYIRRZlGmDpTrhvfuCthNgEJOkaKdsqPWmP7YZ4wFiDXYo1BIjSgsT/017ZEN YVUt5zKz5OJWq3vwxPCX27CCjASbhzNUhwBPjea6Zo8wKygFf/nq/Ap3888fCsdRyJex jL5Q== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=vqRcIGGUWhE9DJmO5lWnb+2vOzobkx2JBYLeuvaeSz4=; b=Sl7yX77NtIu3qtN8zlT5ur7zFq9+ND2piWKH+kNLjmXGblB/kKPP+TMkedXqZCpF2l APxPB2Sou8Oyv8BghXYlLTXtCjf8MAsnWS19/Gl2ELBiW5u2Zb2R+5HrXMQ2s21i0Ko5 qLt1emJZrireS52hs+O420lW1qG4qsMd9C/6F7e846zP1X1upQhdEXNqvCMb7l0UJXEX fg29QKy5OHwL9Vlan1hqbHL35zGjiMHGN+8ooBIytIWM66WZC5oJB+dXpgnvZb4wMXOi s1t2d6t87l3mMocMlNkTvXAfHWgcrbM3peCnB+wt7ISATKHKj6Yue3cSlCKRQM9LbJzo 0UvA== X-Gm-Message-State: AIkVDXLJdVgd5UypcvJ4XPcvI3NTOw6gX+OK0njGbVi7HILDkevf3n1FHf/VvW6rNK3eC5mdGnbGtpLfxf/vsw== X-Received: by 10.129.125.6 with SMTP id y6mr12487524ywc.234.1486511954924; Tue, 07 Feb 2017 15:59:14 -0800 (PST) MIME-Version: 1.0 Received: by 10.129.50.74 with HTTP; Tue, 7 Feb 2017 15:59:14 -0800 (PST) X-Originating-IP: [77.99.17.151] In-Reply-To: References: <459c6bef-8936-634a-9520-dbd65c35b7c7@fleshgrinder.com> Date: Tue, 7 Feb 2017 23:59:14 +0000 Message-ID: To: Scott Arciszewski Cc: PHP Internals Content-Type: text/plain; charset=UTF-8 Subject: Re: [PHP-DEV] Namespaces in Core From: danack@basereality.com (Dan Ackroyd) On 7 February 2017 at 17:56, Scott Arciszewski wrote: > I'm taking all the No votes spawned by this thread to mean "we > don't want namespaced functions ever". That would be a bad assumption. Peter Cowburn wrote: > Slinking in a vote which essentially is about adopting > namespaces in core, via new library RFC, is not the way to go about > changing our coding standards. In short, I don't want to the see the > situation where this extension gets merged in to 7.2 (which it should be > :)) only to have someone ask, "what about the 'php' top-level namespace?" > and we all shrug and mutter, "too late" under our breaths. aka it should be a separate discussion to whether libsodium should be included in PHP7.2. cheers Dan