Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:91755 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 61664 invoked from network); 18 Mar 2016 20:53:38 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 18 Mar 2016 20:53:38 -0000 Authentication-Results: pb1.pair.com header.from=morrison.levi@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=morrison.levi@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.192.169 as permitted sender) X-PHP-List-Original-Sender: morrison.levi@gmail.com X-Host-Fingerprint: 209.85.192.169 mail-pf0-f169.google.com Received: from [209.85.192.169] ([209.85.192.169:34825] helo=mail-pf0-f169.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 5B/C2-42473-FCA6CE65 for ; Fri, 18 Mar 2016 15:53:37 -0500 Received: by mail-pf0-f169.google.com with SMTP id n5so182232353pfn.2 for ; Fri, 18 Mar 2016 13:53:35 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to; bh=JuByzody4oGE26ni2U3/0fupX9tEZx/4eg8HIWDUouw=; b=fiVdxtw4neqWnL8UEpcTcCAXZwZCi3npCvEZJ1Y/8lcBrx4pDrT9+jwLAZPqK+3u/J QyII1n12iF/E5zHVr5E4IXCBBIRmgKnVmhaG80jbTHm47L9v69F3BwnuDRuJbVK9S/Md hACQQwSSHmokmvEcB1+NFtjhv4IPjXZBwNPtR/yj2K49zKsqkvOJwkKRYHdqxbIxoRif pZaYfMzd8dr5bvw5CHgMOn/0f2mxfVa/4YESeSGYLVSbXaBEOZjtgnXRmk+0dagkGRvh 8ifrgiNHF2PJtwT4nEfI3CnXYqipJ5BkjRqRRO1ybfklGqDps56KZkzM/eymSBiQh2UH gxsg== 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; bh=JuByzody4oGE26ni2U3/0fupX9tEZx/4eg8HIWDUouw=; b=Y4VK6nXuED8zS1eJYB3KrxbatsoCu4IzLd78P34WDB+YMLrNmV4u1wzTc0RgMSGEXZ t/ebOlRSTJasTV5sr8kpu7ad3iAivZw0MrOPw7GLSPdjm9prGjqoYf04W1nAG58lQi1L 5OPVzQwCxE4kc+jptLKWHMqK8IcoU7Ib+r9HWaTEDNz6+sqVbGXJLgwiPOyO9ricdIL4 BNb9uZiSdURVdQkwf87jYaDKVnsDl1CYZc68nXPHI697wwSdO8VDN3+n60GvaKheXzAA jY1x3dD5GCI23EYfG8Jz43a56Q7t5bwpYbsT1yPL7jQgC9ayqUqzvhNbe9Fs4+a0j48l vkNQ== X-Gm-Message-State: AD7BkJIGxjdAYI+sYwRToFYB8hBL4pJm0u1s6dbZRveUGBv3dd7ajvuCD56ddL0QPZPQNoA04BHDQDiBsPlU8w== MIME-Version: 1.0 X-Received: by 10.98.11.92 with SMTP id t89mr26685733pfi.5.1458334413121; Fri, 18 Mar 2016 13:53:33 -0700 (PDT) Sender: morrison.levi@gmail.com Received: by 10.66.163.232 with HTTP; Fri, 18 Mar 2016 13:53:33 -0700 (PDT) In-Reply-To: <56EC5F02.60105@fleshgrinder.com> References: <56E99E97.2050102@fleshgrinder.com> <56EC5F02.60105@fleshgrinder.com> Date: Fri, 18 Mar 2016 14:53:33 -0600 X-Google-Sender-Auth: sZwVZkkfvvo3LNjoY3ily_JNsnk Message-ID: To: internals Content-Type: text/plain; charset=UTF-8 Subject: Re: [PHP-DEV] [RFC] Libsodium (bump) From: levim@php.net (Levi Morrison) > 1. PHP already has its reserved namespace, the global one *\*. > 2. Is it *\PHP* or *\Php*? This opens a huge can of worms. We've technically only reserved PHP and php but it is case insensitive anyway. PHP *does not* reserve the global namespace. At least that's not what it says in the docs.