Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:112170 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 37921 invoked from network); 3 Nov 2020 20:33:03 -0000 Received: from unknown (HELO php-smtp4.php.net) (45.112.84.5) by pb1.pair.com with SMTP; 3 Nov 2020 20:33:03 -0000 Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id B2BB71804CA for ; Tue, 3 Nov 2020 11:53:24 -0800 (PST) X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on php-smtp4.php.net X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,RCVD_IN_DNSWL_NONE,RCVD_IN_MSPIKE_H2,SPF_HELO_NONE,SPF_NONE autolearn=no autolearn_force=no version=3.4.2 X-Spam-Virus: No X-Envelope-From: Received: from mail-ua1-f54.google.com (mail-ua1-f54.google.com [209.85.222.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 ; Tue, 3 Nov 2020 11:53:23 -0800 (PST) Received: by mail-ua1-f54.google.com with SMTP id 91so5339873uar.5 for ; Tue, 03 Nov 2020 11:53:23 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=basereality-com.20150623.gappssmtp.com; s=20150623; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=bc3NXo5rjD0BaRw5iz5VVhuU0H3QLHno+uBMw5sVOhs=; b=NWs3dEFty6T0spBWPLbRDGOP5K/UTtTrbzkxsdtdOJIFQKurb+QlLzsz7k5DXNKUtU pI2fp8U7MaY84lMSAp1yjpBJOs0FvC2CsDWCAeE2mvBy3BvCiW7qBG4mT17Dd1Y87p+6 EsOLRuCjlmUsBUgp7TgKSEUxpcPlI+6OCqlMefte9nnsyqCrX7Sljzqdx3WrMVEOhnsG K+Vi4Y0DmHwOijc1vZLIrgF3RUQrQkGeQSNq5tfieZhJboThigwwxBhF0fkmWC2gtXPW PlHPO2nnSXRq+ccUYOQvLI+W2etH5+e+LIbVAvpjaFCeJjG2WWrbNKn2PI+fn1GUM9uK y0Cw== 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=bc3NXo5rjD0BaRw5iz5VVhuU0H3QLHno+uBMw5sVOhs=; b=peSTiq8i4Ip1kHFHDiItqJlRMvmMxcFFVzM/DJgDUaqENc5E4nW/XmjSaOIzJeeJqu N5SnzfD/rut0B3I+jofLSt5f1vUA3XlcpHhvUfdzgn5UTm4O6+9eCsj2c+NF/cXzjDK6 Ccj2pzbJsLmqzT2t7nscUI+8U+CBrK6kBZJFfWj93cDUa0KLHD/F3XxjKxojFOK8GKMw lsLkLWp62m5CavSpafm6wZ0PvN3Jy6M24VyzgsQjcxzxV4ipKUT8XKYXnWT517HxIFEA GhnY1YMimMaPQh5MzEE/zk8HJB0rw4a35C+XEE4S3Mjigib3K1bglaLLCdx0mfisDA5E 8W0w== X-Gm-Message-State: AOAM5313p6uKnFUM+bfsBjL3o1SO3jkzm0hZUZImmGiYAPJee++50yQV JeAJUWZi6fcvUWgvWtTVG6heaci40hxnae2Jvl7a/g== X-Google-Smtp-Source: ABdhPJwa+mIlt6sdh2GKFlvyW1JTsM/zk81f1UkiVh4EaPh4v7p/Rx8z42aZbsQeykX3NcHyHwtXH/CQjGLug6J/ueU= X-Received: by 2002:ab0:2397:: with SMTP id b23mr11517426uan.61.1604433201473; Tue, 03 Nov 2020 11:53:21 -0800 (PST) MIME-Version: 1.0 References: In-Reply-To: Date: Tue, 3 Nov 2020 19:53:08 +0000 Message-ID: To: Eugene Sidelnyk Cc: PHP Internals Content-Type: text/plain; charset="UTF-8" Subject: Re: [PHP-DEV] Nullsafe From: Danack@basereality.com (Dan Ackroyd) On Tue, 3 Nov 2020 at 19:36, Eugene Sidelnyk wrote: > But some people vote down, because they are "narrow-minded" and "have bad > preconceptions" and would like to find more things they like about the > feature. Please don't call people names. People vote based on their own choice, and yes sometimes people disagree on whether something is good or bad. If nothing else, people are unlikely to take the time to explain the basis of their choice to you, if they see that it's likely to result in being called names. cheers Dan Ack