Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:124578 X-Original-To: internals@lists.php.net Delivered-To: internals@lists.php.net Received: from php-smtp4.php.net (php-smtp4.php.net [45.112.84.5]) by qa.php.net (Postfix) with ESMTPS id 6642C1A00B7 for ; Wed, 24 Jul 2024 17:51:40 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=php.net; s=mail; t=1721843594; bh=20lDbGfF2ixYbM74vtzeY2+yAVs6kvQeKIppEr6shvI=; h=Date:Subject:To:References:From:In-Reply-To:From; b=k7dtGq+yqBUl5Tcgja5Ups7YxkMPeERD+mrjQwoAv2SulIevhxHlkJc9TsLHHQTR8 JKIoxKoYnfFjWOts0+TQdeVlOr/f7Jo0BWRP0DgJtDf0xrTYCEJFTRoO34v09M10Ks JIMolsT5krXpz84x2V9kiEnHQ99UhqVLhUjTKMBRhaJuzr/dDsbrMfTBipJHekH2oj L2JIUU/6hA8g0XHrZJQy3TyqoCPFBqLjTgqoU2e8+KHm5WZmuUykyHsZqwf3DYVYwH 76DEL2uFE2ykYdnbEOP2Xtkg/6qBsQYR0r5vf9NVh9fkKGywixCI+F4fa/xl8Q3FVL bsj4LoutxTDew== Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id A5AF318003E for ; Wed, 24 Jul 2024 17:53:13 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 4.0.0 (2022-12-13) on php-smtp4.php.net X-Spam-Level: X-Spam-Status: No, score=0.6 required=5.0 tests=BAYES_50,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,DMARC_PASS,SPF_HELO_NONE, SPF_PASS autolearn=no autolearn_force=no version=4.0.0 X-Spam-Virus: No X-Envelope-From: Received: from chrono.xqk7.com (chrono.xqk7.com [176.9.45.72]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by php-smtp4.php.net (Postfix) with ESMTPS for ; Wed, 24 Jul 2024 17:53:13 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bastelstu.be; s=mail20171119; t=1721843497; bh=20lDbGfF2ixYbM74vtzeY2+yAVs6kvQeKIppEr6shvI=; h=Message-ID:Date:MIME-Version:Subject:To:References:From: In-Reply-To:Content-Type:from:to:cc:subject:message-id; b=YZXiv46CzbaRmagxMZ3igfudoxKX+j83mZ+zf+3TWsaFQL3As5uAtB+DVPIOr27Gm K2dG+HRVE1gEkQowfdGs/KNaeImGxfy4SG2daOBwCZF45FWk1onP/HSF0CC2MGFNOR ydOClgyxMJ1h4UZMp24BV95WCpy0fhiu08/HRWEJi2gHNxFcLAj1WCUT2UxVtISiIC TKkbw+pbjAEXKNaeoENncg4C28VaEn6DdLVLDOECm3B8FtMd6kxBxw8KB/DooeNfqF DvgVaWck/pcEdl/Ef5iOZtQE8TOkLsb5gPKoCYGnMh3OvT+MAvVd1oVFMzdrbhYVak dzJ1l3n6rLZqw== Message-ID: <95f6046a-4acf-4f8a-a850-a23650c0c6b3@bastelstu.be> Date: Wed, 24 Jul 2024 19:51:34 +0200 Precedence: bulk list-help: list-post: List-Id: internals.lists.php.net x-ms-reactions: disallow MIME-Version: 1.0 Subject: Re: [PHP-DEV] Should PHP reserve a namespace for built-in classes? To: Nick Lockheart , internals@lists.php.net References: <76559a9cd5eca4bc6799ed9612ce15c28cd7cb0a.camel@ageofdream.com> Content-Language: en-US In-Reply-To: <76559a9cd5eca4bc6799ed9612ce15c28cd7cb0a.camel@ageofdream.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit From: tim@bastelstu.be (=?UTF-8?Q?Tim_D=C3=BCsterhus?=) Hi On 7/24/24 19:43, Nick Lockheart wrote: > What is the general feeling about reserving a namespace for PHP's built > in classes? see https://wiki.php.net/rfc/namespaces_in_bundled_extensions Best regards Tim Düsterhus