Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:109665 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 54561 invoked from network); 15 Apr 2020 21:06:41 -0000 Received: from unknown (HELO php-smtp4.php.net) (45.112.84.5) by pb1.pair.com with SMTP; 15 Apr 2020 21:06:41 -0000 Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id 7BD9F1804E0 for ; Wed, 15 Apr 2020 12:36:41 -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-f54.google.com (mail-ed1-f54.google.com [209.85.208.54]) (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 12:36:41 -0700 (PDT) Received: by mail-ed1-f54.google.com with SMTP id ca21so6555405edb.7 for ; Wed, 15 Apr 2020 12:36:40 -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=tii9iXwvfEmHVGHvS+ON3gf8W8IXvZxfQf6clTwKyeE=; b=GP4xbNsoStEsWQwuB9O7y/4FgUe+x1p+JLQQVqgz4Hd4HvlWt/lhnY4rHSNGprin0I RhQwjDcGUPE2/OPfPY57MqUQ22JxUZpXrERULM9Fy7+pDWdd0f3cg+rwFk+vDOSf0B5h zOJFhAQ68NP77GsQ6UlnxKFAVGYONNcca2iMsQNIm7Y2FOoLo74Ghz0fpzlUSxReJLUp aYMZcH1I6QAax9GB+PEM5hjQKO0t9j40MG0Eve81sliL5LSsHxQGR/0i5ZiOz0oBxAAD LgkMyk7rxiQVCuxkcezRFltzME/AM3f9GPT9knM6i64IoC7YeBmYy3Xr+2zIGAbzzYEJ po6Q== 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=tii9iXwvfEmHVGHvS+ON3gf8W8IXvZxfQf6clTwKyeE=; b=kwLii8Xd/OZhD4iYgMwXuE44og+wubJ29SBz8SLo+jdaoy92hEfWk219Jwnc5CvPUM wd+UWBPqbHX5pZa/k+n9xcbV+10ftBriysO/cYkT4rO6yBOXu6jCEDXTpiuzrChimRIg ytP6siygDmziLJRysvY6fx7S/X/n4cr9ctEeRenFcCWZ3zWhars8cNaV3yUXBqBCQYNh Pu6b5gxM5ObdUeVX3dNCoqrh2V9Rr9xQBgJ+ujnA2nsug28C2cmBDKSYwhOG1afxZaSn 4M4sKHNxQ66IaEdm9D6MaQhGoDNipdwiBg/Etnol36w+0nvrZWCRJTfow2Hp7bgSdVyR cAqQ== X-Gm-Message-State: AGi0PuY5Tx4mhSOqtOS2e8xcxD1XxhvUSkylzNcRo/U99S938J+vDUHI 5Ef2qgHQ3TJmNAfgREHSjgSVxB8rKgKYz/cm5T2CMzFAEq8= X-Google-Smtp-Source: APiQypJGPfIVzgugdgBXPgeIJNINRZV66eHXAXJDjQtuB0jmG84+GxU7nMzLcMxdjj0FNXNZV/Rshy5xn6VJRBorsV4= X-Received: by 2002:a17:906:c82b:: with SMTP id dd11mr6279653ejb.216.1586979396729; Wed, 15 Apr 2020 12:36:36 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: Date: Wed, 15 Apr 2020 21:36:25 +0200 Message-ID: To: Derick Rethans Cc: =?UTF-8?Q?Micha=C5=82_Brzuchalski?= , PHP Internals List Content-Type: multipart/alternative; boundary="00000000000035418005a3596f13" Subject: Re: [PHP-DEV] [RFC][DISCUSSION] PHP Namespace in core From: george.banyard@gmail.com ("G. P. B.") --00000000000035418005a3596f13 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable 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. > > cheers, > Derick > > -- > PHP 7.4 Release Manager > Host of PHP Internals News: https://phpinternals.news > Like Xdebug? Consider supporting me: https://xdebug.org/support > https://derickrethans.nl | https://xdebug.org | https://dram.io > twitter: @derickr and @xdebug > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php 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. Best regards George P. Banyard --00000000000035418005a3596f13--