Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:123906 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 5D19B1A009C for ; Wed, 26 Jun 2024 23:46:01 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=php.net; s=mail; t=1719445638; bh=kMYRUVwf4zBU5IpOHsjvX6DDtg9P810UPAzq6mPLqZw=; h=Date:From:To:cc:Subject:In-Reply-To:References:From; b=F3iubnw9fyzP3nziIgq8qvOD8H4UuAL3CKCP6klzsNPDn86L4CvbCxRtylTcSxtnj JvMUHFtQJlfKB2NllZ39WQosMCbZOt5Mrzfd0zftoJF68cmiccGBHFjyBHulgcDVIg c/LChAMhIgesWZwv6lhAPEQH+PgyFNz3/GINcheW7g7xPTYBGXPARDmTLgv6mbMUfM 4p7uytL7542COwrf7YINbIINmHhpmh59Pa5QgRGrQ85arrXEftjPCS8aFE4/VWFC3I ZMJLYSfLjSwNnexjQxZ3IlLVkmiSFyipTf5aLW59g5b0BlNmLt7IQ622lc/ZfGNErT c14l+X1IH87lQ== Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id 1C00D180CC8 for ; Wed, 26 Jun 2024 23:47:15 +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=3.6 required=5.0 tests=BAYES_50,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,DMARC_PASS,SPF_HELO_PASS, SPF_SOFTFAIL,T_SCC_BODY_TEXT_LINE autolearn=no autolearn_force=no version=4.0.0 X-Spam-Virus: Error (Cannot connect to unix socket '/var/run/clamav/clamd.ctl': connect: Connection refused) X-Envelope-From: Received: from xdebug.org (xdebug.org [82.113.146.227]) (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, 26 Jun 2024 23:47:14 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=php.net; s=mail; t=1719445555; bh=kMYRUVwf4zBU5IpOHsjvX6DDtg9P810UPAzq6mPLqZw=; h=Date:From:To:cc:Subject:In-Reply-To:References:From; b=Sqi3btak8hy17h42xkpkE87X6xiWDfMdahfC94DCAZf5+0YZpSOUvMHpW8nic2yfz 9SOLhVdKERy78NQqVMowAdQ/Cm7NeNbBQXD/uEip2JMNIMiG3x3f+yiZnLEyXqBbJ6 23/LKouqZFTE2CzcdogLIgablqKM7qS34p07FrqFLT5IU4dLgu6RTq2Q2pVV+ElxZo ToDBbOYtT/qbn83bvnYJtvigZhlX2UTUAgduMREpfH33bGj9SY9ZB9emw+kPNyTZKR pbIli4uoQQL9hYc0xZZUPYuHthwmuwVmubUkD+m7SFPoPGdcbDX8tfPy1CQITaAAEp mLgGCLkkJX3EQ== Received: from localhost (localhost [IPv6:::1]) by xdebug.org (Postfix) with ESMTPS id 631E110C59D; Thu, 27 Jun 2024 00:45:55 +0100 (BST) Date: Thu, 27 Jun 2024 00:45:55 +0100 (BST) To: Lanre cc: Larry Garfield , php internals Subject: Re: [PHP-DEV] [RFC] Static class In-Reply-To: Message-ID: References: <4596aa73-cfd4-2292-7191-2839a5bab695@php.net> <0b665744-b146-4276-9c55-e71717d974fd@app.fastmail.com> Precedence: bulk list-help: list-post: List-Id: internals.lists.php.net MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII From: derick@php.net (Derick Rethans) On Wed, 26 Jun 2024, Lanre wrote: > That isn't a top post, look again. It was. If people point out you're doing something against this list's guidelines, don't reply with "it wasn't" in a snarky way. cheers, Derick