Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:112956 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 21242 invoked from network); 21 Jan 2021 21:30:58 -0000 Received: from unknown (HELO php-smtp4.php.net) (45.112.84.5) by pb1.pair.com with SMTP; 21 Jan 2021 21:30:58 -0000 Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id 23EAD1804CF for ; Thu, 21 Jan 2021 13:11:14 -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=-2.6 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,RCVD_IN_DNSWL_LOW,RCVD_IN_MSPIKE_H3,RCVD_IN_MSPIKE_WL, SPF_HELO_PASS,SPF_NONE autolearn=no autolearn_force=no version=3.4.2 X-Spam-Virus: No X-Envelope-From: Received: from out2-smtp.messagingengine.com (out2-smtp.messagingengine.com [66.111.4.26]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by php-smtp4.php.net (Postfix) with ESMTPS for ; Thu, 21 Jan 2021 13:11:13 -0800 (PST) Received: from compute4.internal (compute4.nyi.internal [10.202.2.44]) by mailout.nyi.internal (Postfix) with ESMTP id E1A6B5C004F for ; Thu, 21 Jan 2021 16:11:12 -0500 (EST) Received: from imap26 ([10.202.2.76]) by compute4.internal (MEProxy); Thu, 21 Jan 2021 16:11:12 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-proxy :x-me-proxy:x-me-sender:x-me-sender:x-sasl-enc; s=fm1; bh=7PC0Gq tkSKKPRCObfbY07UljUasOyenI71vKX3Ecv/M=; b=F+5wvAfEHy95NgDYu+igtp Fxr3QhalTc47frTaWhVu49jy68DYt7tBORbDcBldirjZQFC+nfgXJJs2ajMxEedL AWBTLERdVqxx0WGjIudcv7wycz7oI5Mf7uyKPO/to5sC5QamdJC+XYa5RQSzVYGy +Qa5NaeaAXMKrDueAk4zTCLhEaM4Ckh577l0wJqi+5ZWo70eJ4cM5lhlUyl6GPK1 MN1+8KegPcMVBlla7jpGvMJSQhAyg5LBlhKc3tGMfO9L9z5K9NCOh1vx8pImvR3W PdVZU3C/yKJFbcfNnpZDBG7hKIVk4FCCFRWLhdoDBRcGqv+2Sn4LJQw6NUd0iiYg == X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgeduledrudeggddugeekucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfqfgfvpdfurfetoffkrfgpnffqhgen uceurghilhhouhhtmecufedttdenucesvcftvggtihhpihgvnhhtshculddquddttddmne cujfgurhepofgfggfkjghffffhvffutgesthdtredtreertdenucfhrhhomhepfdfnrghr rhihucfirghrfhhivghlugdfuceolhgrrhhrhiesghgrrhhfihgvlhguthgvtghhrdgtoh hmqeenucggtffrrghtthgvrhhnpeevheehvdevjeelvdevgfelvefftdejkeelvdekgeeh fffgiedvjefhhfeltdduteenucffohhmrghinhepphhhphdrnhgvthenucevlhhushhtvg hrufhiiigvpedtnecurfgrrhgrmhepmhgrihhlfhhrohhmpehlrghrrhihsehgrghrfhhi vghlughtvggthhdrtghomh X-ME-Proxy: Received: by mailuser.nyi.internal (Postfix, from userid 501) id 890DB14200A2; Thu, 21 Jan 2021 16:11:12 -0500 (EST) X-Mailer: MessagingEngine.com Webmail Interface User-Agent: Cyrus-JMAP/3.5.0-alpha0-78-g36b56e8-fm-20210120.001-g36b56e88 Mime-Version: 1.0 Message-ID: <27a27513-98e5-4b74-ae0a-cd6796abd7f9@www.fastmail.com> In-Reply-To: References: Date: Thu, 21 Jan 2021 15:10:52 -0600 To: "php internals" Content-Type: text/plain Subject: Re: [PHP-DEV] [RFC]: Change Default mysqli Error Mode From: larry@garfieldtech.com ("Larry Garfield") On Wed, Jan 20, 2021, at 5:04 PM, Kamil Tekiela wrote: > Hi Internals, > > Following my earlier announcement in https://wiki.php.net/rfc/improve_mysqli > I decided to submit a dedicated RFC for the first proposal. > > This RFC proposes to change the default mysqli error reporting mode to > exception mode. This change follows the same change in PDO. The RFC can be > found here https://wiki.php.net/rfc/mysqli_default_errmode > > Kind Regards, > Kamil Tekiela Consistency FTW. +1 --Larry Garfield