Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:109670 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 67965 invoked from network); 15 Apr 2020 22:08:18 -0000 Received: from unknown (HELO php-smtp4.php.net) (45.112.84.5) by pb1.pair.com with SMTP; 15 Apr 2020 22:08:18 -0000 Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id 8716B1804C2 for ; Wed, 15 Apr 2020 13:38:19 -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.1 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,FREEMAIL_FROM,HTML_MESSAGE, RCVD_IN_DNSWL_NONE,RCVD_IN_MSPIKE_H2,SPF_HELO_NONE,SPF_PASS autolearn=no autolearn_force=no version=3.4.2 X-Spam-ASN: AS15169 209.85.128.0/17 X-Spam-Virus: No X-Envelope-From: Received: from mail-ed1-f41.google.com (mail-ed1-f41.google.com [209.85.208.41]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by php-smtp4.php.net (Postfix) with ESMTPS for ; Wed, 15 Apr 2020 13:38:18 -0700 (PDT) Received: by mail-ed1-f41.google.com with SMTP id c7so6788080edl.2 for ; Wed, 15 Apr 2020 13:38:18 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=pgxTd0lzV4BAjdlNwAzOyaRew+jiEblrWEgfTsU+Yv4=; b=rmNfkJ1mcaLEUPCRII6b3IPiShZevL0WTYaEQVVUvMdzQVDeu7L3sYt0lxW08WNI0y i59NVbiYenPphDxF2LQRG6uC81+JbiZ978ffcqja7lChmT00enG8OYlnLMpk8ZT7R8bf ca94TVH+ANyR0CORCdBM78ElePQhtFe7pH4TSWwjaA6Ll1qRMq8CKjpxz6Z1k7mUyDoa STwgi0GSrSDETVaQn48l0LtGY6UuhGa9uRU0ncItnRRaZJXMfPlp3LhbSCi0FW7wlXt+ RQOLrOQJYEGmLhf1/wDfaDMlYc8kLUoCYBK9Kojax4P9akdfFrB8XQI07ntn+NqBNWuT 3NQA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=pgxTd0lzV4BAjdlNwAzOyaRew+jiEblrWEgfTsU+Yv4=; b=fSWtRzGpjNvHb7Y6P7Va7RjTGvjmz2SU0K4uNL0Un7kGfNMtp1SOTNHVkYy7Kv+lWl ujFeITlEhx9XsfI6Jw2zRGxZ6avVc4Rz71sSBToLDEOUM7sRV75B2sJvHwY+uKrN2me9 BEjcD+tmr48BJ1Fm2SDQBuoX2IgvrOciE0jY2KsOP5paUziBuF8Oip9bsIAN2Z7h6VFy mmuhqDqYMKach5epEphv+nSvCnX/qz+aJ7mfFVaOLi2gxTPNb9pTe685zpTyrrVLUcwS 9fwyOG0MqEBzEdFlkF7ZLXbBavz5zeQqRjuQxBR2/CvheOHmXPvsJ5rJ4vb4fXEeSWER OBtw== X-Gm-Message-State: AGi0PuYE/63L1ur9NOhUyJO4JLiyKzEqA1NPwQibYw7pqAVc6zR1GS/6 zPT7+GMi6SgQ85zplooQ+VxaTDsCnODmzilYMaQ= X-Google-Smtp-Source: APiQypIAScQnNt3EwudFabJWC6zvWNtJ99LY3/tBlvLKFt0dWwCao8UNawFiweGKqSGZLr62hDkRoDeS5oiM6A/gsLk= X-Received: by 2002:a50:c042:: with SMTP id u2mr26282100edd.250.1586983094853; Wed, 15 Apr 2020 13:38:14 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: Date: Wed, 15 Apr 2020 22:38:03 +0200 Message-ID: To: Derick Rethans Cc: =?UTF-8?Q?Micha=C5=82_Brzuchalski?= , PHP Internals List Content-Type: multipart/alternative; boundary="000000000000a223a505a35a4b8c" Subject: Re: [PHP-DEV] [RFC][DISCUSSION] PHP Namespace in core From: george.banyard@gmail.com ("G. P. B.") --000000000000a223a505a35a4b8c Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable On Wed, 15 Apr 2020 at 22:27, Derick Rethans wrote: > On 15 April 2020 20:36:25 BST, "G. P. B." > wrote: > >On Wed, 15 Apr 2020 at 15:51, Derick Rethans wrote: > > > >> On Wed, 15 Apr 2020, Micha=C5=82 Brzuchalski wrote: > >> > >> > Hi internals, > >> > > >> > I hope you're doing well. > >> > > >> > I'd like to announce the PHP Namespace in core RFC for discussion. > >> > The RFC is authored by me together with George Peter Banyard and > >it's > >> > purpose > >> > is nothing more like to allow the use of PHP Namespace in the core. > >> > >> I think a "may" is not a clever way forwards. I think that if you > >want > >> to use the PHP namespace for engine specific things (like > >> Attribute/Token), then they must all use that, or none. > >> > > > >Just to clarify is this limited to new features or should this also be > >applied to current engine features? > >If only the former I personally don't mind making it a requirement. > > > Everything introduced for PHP 8 and later. I can't think of such an engin= e > related item like Attribute / Token from earlier versions however. Can yo= u? > > cheers, > Derick > Other than ext/Reflexion, not really. I've amended the RFC [1] to use "must" instead of "may". Best regards George P. Banyard [1] https://wiki.php.net/rfc/php-namespace-in-core --000000000000a223a505a35a4b8c--