Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:112965 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 97626 invoked from network); 22 Jan 2021 16:35:59 -0000 Received: from unknown (HELO php-smtp4.php.net) (45.112.84.5) by pb1.pair.com with SMTP; 22 Jan 2021 16:35:59 -0000 Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id 2DDED1804E4 for ; Fri, 22 Jan 2021 08:16:28 -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=-0.7 required=5.0 tests=BAYES_05,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,SPF_HELO_NONE,SPF_PASS autolearn=no autolearn_force=no version=3.4.2 X-Spam-Virus: No X-Envelope-From: Received: from mail.kd2.org (citrouille.kd2.org [91.121.181.110]) (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 ; Fri, 22 Jan 2021 08:16:27 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=bohwaz.net; s=mail; h=Content-Transfer-Encoding:Content-Type:MIME-Version:References: In-Reply-To:Message-ID:Subject:To:From:Date:Sender:Reply-To:Cc:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:List-Id:List-Help:List-Unsubscribe:List-Subscribe: List-Post:List-Owner:List-Archive; bh=JFa0M4k3em0JkjJHuM2TWEYF/vq3ACXt35URCA9Echg=; b=wwRAb+TU5Kqr3E/kISK1AJGCHG /WevkhhZaEAalugsLD/mb2CXkNhwN0NN579io7WL3cPhf0hBifT9HCCGh17MPwQye3AoUJFXqgQ00 t/A9YRJsgBMZ5/0VmqvcNEpb00Ch3y6xcqe224pWIMWR2xIr7QpPPQkB7z9ubwloj6vg=; Received: from 168.234.91.92.rev.sfr.net ([92.91.234.168] helo=platypus) by mail.kd2.org with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1l2z6n-0005qo-UL for internals@lists.php.net; Fri, 22 Jan 2021 17:16:26 +0100 Date: Fri, 22 Jan 2021 17:16:17 +0100 To: internals@lists.php.net Message-ID: <20210122171617.775fd361@platypus> In-Reply-To: <27a27513-98e5-4b74-ae0a-cd6796abd7f9@www.fastmail.com> References: <27a27513-98e5-4b74-ae0a-cd6796abd7f9@www.fastmail.com> X-Mailer: Claws Mail 3.17.3 (GTK+ 2.24.32; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Authenticated-User: bwz@bohwaz.net X-Authenticator: login X-Invalid-HELO: HELO is no FQDN (contains no dot) (See RFC2821 4.1.1.1) X-Sender-Verify: SUCCEEDED (sender exists & accepts mail) Subject: Re: [PHP-DEV] [RFC]: Change Default mysqli Error Mode From: php@bohwaz.net (BohwaZ) We should do the same with SQLite3 extension.