Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:109652 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 86156 invoked from network); 15 Apr 2020 14:04:37 -0000 Received: from unknown (HELO php-smtp4.php.net) (45.112.84.5) by pb1.pair.com with SMTP; 15 Apr 2020 14:04:37 -0000 Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id 6C309180088 for ; Wed, 15 Apr 2020 05:34:33 -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 05:34:32 -0700 (PDT) Received: by mail-ed1-f41.google.com with SMTP id e5so4559210edq.5 for ; Wed, 15 Apr 2020 05:34:32 -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=exkdKzzyZxxn29JjbuvoIOaGGAnUk26hGBpAwDvfMh8=; b=B+g+sh9/1U58AciakB1dZnxsVqRpvc4GIfnPdtLh+E8njytzJ8nHUcm1uSi7UIU23N GL2ea5MNfSrVQo8FIvgcf2SK7rX2k13+vUXyBtZHOftcK7OhC0b/yl+TdqoFcOA0tFOF CJ2WuFvrXTrdFrBwID9K10xsPrKHesVzWbschBVwKd1Uiidmw/ux73ZAqeaa+XO9QFGd C/HrcOGFedaSNQda2rZi7JeHa1z1rXo6cjnhNO7GN+WrqhikofoUq61aSVuQOJ5DOFDC 1nIKDPISfU9Sv/87zsCPxkn7disuY9TmYUOKiYy3HeFhW1dv53y3BHSwfKJ+jr7mXd7L eTMQ== 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=exkdKzzyZxxn29JjbuvoIOaGGAnUk26hGBpAwDvfMh8=; b=DP7WaXDJR5Rr2QyD9olsUUYcH/9HpeD5NLnVryfPOjZVyE58oFjuk4phIkpi5x13lb VKuq8ED+P1jDDpzMgfp7ghXXWguXpd9ZfL94zJHJ4/5OJsI+t7QBvnuxQsEwbn18AzdQ rn2RTP/4iFxpXSYkbxuiYqxmD/Fl48tnzyk59vLYl5oiKhUH2o95AY3I0IOesb2JwS4+ mdMVYS56sSseXHEAyc37GhXoDF7w1iX+kjOWeeocm7n0eYHA6jU29/RCwkm33A559Um+ sHWrORgLYg9uUNFY7p9mtWkDr0II3pUnXsDvca6nNe7i4yHI4HVDlFMh8A50HPkn15Yq N7kQ== X-Gm-Message-State: AGi0PubRuc8sUhT4dm08PDgok+6Y080mvdNGasYViTv2mPSWKMWCNWGH b+J8fkeJWbsaGxJYym3QcR2qhM77bNd5OZXssm8= X-Google-Smtp-Source: APiQypIBHDulH9gNXmNQCVw3xbMw4ic5Oshx/PustgyC9z+V1/TAD9NB2WDa+ned6jvJZuudIVw9p+mutyTmR7maQ84= X-Received: by 2002:a17:906:7f01:: with SMTP id d1mr4733063ejr.49.1586954071019; Wed, 15 Apr 2020 05:34:31 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: Date: Wed, 15 Apr 2020 14:34:20 +0200 Message-ID: To: =?UTF-8?Q?Micha=C5=82_Brzuchalski?= Cc: PHP Internals List Content-Type: multipart/alternative; boundary="000000000000ad934b05a353897f" Subject: Re: [PHP-DEV] [RFC][DISCUSSION] PHP Namespace in core From: george.banyard@gmail.com ("G. P. B.") --000000000000ad934b05a353897f Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable On Wed, 15 Apr 2020 at 14:29, Micha=C5=82 Brzuchalski < michal.brzuchalski@gmail.com> 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. > > The RFC is described at https://wiki.php.net/rfc/php-namespace-in-core > > Best Regards, > Micha=C5=82 Brzuchalski > Well this is unfortunate that another similar RFC just has been announced. However, we are open to feedback and will monitor the other thread too. Best regards George P. Banyard --000000000000ad934b05a353897f--