Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:118886 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 22958 invoked from network); 26 Oct 2022 06:57:36 -0000 Received: from unknown (HELO php-smtp4.php.net) (45.112.84.5) by pb1.pair.com with SMTP; 26 Oct 2022 06:57:36 -0000 Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id 2A49B180054 for ; Tue, 25 Oct 2022 23:57:35 -0700 (PDT) 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.8 required=5.0 tests=BAYES_40,SPF_HELO_PASS, SPF_NEUTRAL,T_SCC_BODY_TEXT_LINE autolearn=no autolearn_force=no version=3.4.2 X-Spam-ASN: AS30827 82.113.144.0/20 X-Spam-Virus: No X-Envelope-From: Received: from xdebug.org (xdebug.org [82.113.146.227]) by php-smtp4.php.net (Postfix) with ESMTP for ; Tue, 25 Oct 2022 23:57:34 -0700 (PDT) Received: from [127.0.0.1] (unknown [148.252.132.105]) by xdebug.org (Postfix) with ESMTPSA id 470D910C038; Wed, 26 Oct 2022 07:57:33 +0100 (BST) Date: Wed, 26 Oct 2022 08:57:31 +0200 To: internals@lists.php.net, BohwaZ User-Agent: K-9 Mail for Android In-Reply-To: <20221025141014.342851f4@platypus> References: <20221024045645.00bfc0d2@platypus> <20221025141014.342851f4@platypus> Message-ID: <976D48A7-2F7D-474A-88BB-11E2430D7810@php.net> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Subject: =?US-ASCII?Q?Re=3A_=5BPHP-DEV=5D_=5BRFC=5D_=5BDiscussion=5D_SQLit?= =?US-ASCII?Q?e3=3A_remove_warnings=2C_move_to_exceptions?= From: derick@php.net (Derick Rethans) On 25 October 2022 14:10:14 CEST, BohwaZ wrote: >* but we make SQLite3 throw exceptions by default directly in PHP 8=2E3, > like it was done with PDO 2 years ago=2E I am not in favour, as it would mean that existing code suddenly may start= breaking, as exceptions aren't expected (and hence not catered for)=2E We = can't do that in an 8=2Ex release=2E=20