Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:111054 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 12591 invoked from network); 16 Jul 2020 22:49:27 -0000 Received: from unknown (HELO php-smtp4.php.net) (45.112.84.5) by pb1.pair.com with SMTP; 16 Jul 2020 22:49:27 -0000 Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id 4F583180506 for ; Thu, 16 Jul 2020 14:42:29 -0700 (PDT) X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on php-smtp4.php.net X-Spam-Level: X-Spam-Status: No, score=-2.6 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,RCVD_IN_DNSWL_LOW,RCVD_IN_MSPIKE_H3,RCVD_IN_MSPIKE_WL, SPF_HELO_PASS,SPF_NONE autolearn=no autolearn_force=no version=3.4.2 X-Spam-Virus: No X-Envelope-From: Received: from out5-smtp.messagingengine.com (out5-smtp.messagingengine.com [66.111.4.29]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by php-smtp4.php.net (Postfix) with ESMTPS for ; Thu, 16 Jul 2020 14:42:27 -0700 (PDT) Received: from compute7.internal (compute7.nyi.internal [10.202.2.47]) by mailout.nyi.internal (Postfix) with ESMTP id 551415C01F8 for ; Thu, 16 Jul 2020 17:42:27 -0400 (EDT) Received: from imap26 ([10.202.2.76]) by compute7.internal (MEProxy); Thu, 16 Jul 2020 17:42:27 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-proxy :x-me-proxy:x-me-sender:x-me-sender:x-sasl-enc; s=fm3; bh=+9HuAQ 9kanWa4JKLaQRZqgksaIcNtmqRLfN3QlSR/iw=; b=h5Hc8e9BFFUF4UD3IeW5Bj F/yNEfA0RJezut/CMddqAesMn/nsj75eqR5B7N1hI5zhHiuWZFS7wbiz5gQrYw5H KSFekwl2uSB6EXb0JzGgU4xRewtzzAzGpQuGo2mdT9Qa3qayJqwa80koGGYW6kZ2 JD27dsCZ/qqeHZNqAXCdHYEt19qZEFGbeYQO9DqbX5rbOtcBsRMt4NdcVMQsBY+Q 6RMPsfvsGBpXInDjMjlRXIgfz4LzpgmtVevQjL17bsaVLjBcs2+Ocynp94Udj16g EPbj2JFTZysMnEhFUgm/huvyrWq0Ra+y+pRjIttMwc8u4Nsg2w961eys7owR9qEQ == X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgeduiedrfeehucetufdoteggodetrfdotffvucfrrh hofhhilhgvmecuhfgrshhtofgrihhlpdfqfgfvpdfurfetoffkrfgpnffqhgenuceurghi lhhouhhtmecufedttdenucesvcftvggtihhpihgvnhhtshculddquddttddmnecujfgurh epofgfggfkjghffffhvffutgesthdtredtreertdenucfhrhhomhepfdfnrghrrhihucfi rghrfhhivghlugdfuceolhgrrhhrhiesghgrrhhfihgvlhguthgvtghhrdgtohhmqeenuc ggtffrrghtthgvrhhnpeevheehvdevjeelvdevgfelvefftdejkeelvdekgeehfffgiedv jefhhfeltdduteenucffohhmrghinhepphhhphdrnhgvthenucevlhhushhtvghrufhiii gvpedtnecurfgrrhgrmhepmhgrihhlfhhrohhmpehlrghrrhihsehgrghrfhhivghlught vggthhdrtghomh X-ME-Proxy: Received: by mailuser.nyi.internal (Postfix, from userid 501) id E8B8714200A2; Thu, 16 Jul 2020 17:42:26 -0400 (EDT) X-Mailer: MessagingEngine.com Webmail Interface User-Agent: Cyrus-JMAP/3.3.0-52-g083df19-fm-idx2020-20200715.003-g083df194 Mime-Version: 1.0 Message-ID: <02b8e816-1f75-48b4-9614-cec236f6bcec@www.fastmail.com> In-Reply-To: References: <0771c3ac-53ec-4a7f-a4e9-6ae3c9b1f1f6@www.fastmail.com> <49fd7972-8cec-4207-99af-6c77c2328211@www.fastmail.com> Date: Thu, 16 Jul 2020 16:42:06 -0500 To: "php internals" Content-Type: text/plain Subject: Re: [PHP-DEV] [RFC] \PHP namespace usage heuristics From: larry@garfieldtech.com ("Larry Garfield") After some discussion, the namespacing proposal has been again updated. Two major changes: 1) Only engine code goes in \PHP. There's a separate \Ext namespace for extensions, whether bundled or PECL. 2) It establishes that an index will be maintained on the Wiki listing what namespaces are already claimed. https://wiki.php.net/rfc/php_namespace_policy This is probably (I hope) the final edit of consequence before voting. Speak now or forever hold your peace. :-) --Larry Garfield