Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:113217 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 49544 invoked from network); 23 Feb 2021 09:28:49 -0000 Received: from unknown (HELO php-smtp4.php.net) (45.112.84.5) by pb1.pair.com with SMTP; 23 Feb 2021 09:28:49 -0000 Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id B196E1804E1 for ; Tue, 23 Feb 2021 01:17: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=-1.9 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,HTML_MESSAGE,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-wr1-f52.google.com (mail-wr1-f52.google.com [209.85.221.52]) (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, 23 Feb 2021 01:17:13 -0800 (PST) Received: by mail-wr1-f52.google.com with SMTP id t15so21721263wrx.13 for ; Tue, 23 Feb 2021 01:17:13 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=beberlei-de.20150623.gappssmtp.com; s=20150623; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=KdCCkSpBVnAT92FZ5qpjIKC1wG5d5zhUxT0aIwKXWBA=; b=ct9ED5RXXB7t7CoHWpdb487H7MiOJ1cgfU7NKBBJcxMsHY0PzunI9IKi/1QsxSWS9D 8Bn7NZOjanc0SRVLEblKFLvwHnOyFKMOCv1CwIVh5wiq97D7ESjpbpTX9pH+X3YZ/ofy CCcRc0l+4YWvO0cRfeSiooYSe3JP311Yg13lPqYZ5pAxRynR08Q1QFcxVyOSzOgbNr8F H5WSzjnc/kmeva6XOo177hYV/qTVA0NU74RM2lbE0Lt5kRF07exCcqXBDczpFI719k7Z MHuJMnn4t4TAcHxOQzr/L/f3Z57Lct5TTgybxsACDLjI4Rlz/nwZbQqwwpyiYO79tHOI RKCA== 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=KdCCkSpBVnAT92FZ5qpjIKC1wG5d5zhUxT0aIwKXWBA=; b=KZCM1FBNf0FDd3w7IIIbIujDNprc6XW0hOvWPfqCdgKy++tyRdB3zbxPumv5DH5ziA MsxESYz6B4oi26YqyZz399GEj3LvMGXYRJvhTTmNg/36kMRR56/74jriib7M88uGJ+Qi brQCLAK2pYf8e4mZlG6ZP84kVJ6PkFdCGHsrfgo4TJV0L9xfmSPLz0PEcy0apwQScrsQ AUfcu3mzk6n/n4q1JQLcZjnH5InmAvUShCaqQdW48AQVidAlfmNflG6MvG6hkyMbhZqf 5jHbqK3Q3xOCLmdoSYoYM1nZfsvTG/96CBBKApVb2IhdyaRqXRURITi3voJ3mw0SoHwx 485g== X-Gm-Message-State: AOAM533Q1/P7PhFLMOoYrLPwj4ETotPgRJsUxcIMbHF3hK2BY33bj0qJ WNRw5MxqWUpgNpM9oS5euqwgToWJvcvOGwB59mhhIA== X-Google-Smtp-Source: ABdhPJwtrYMT8Q20m3uUF5emeBUTV3xV/+b5hJlBVmOKGWKFbT+rrSrQ8uL++cmGWgVikLUmhw/JO3x4ESgnhHS7vNI= X-Received: by 2002:adf:a59a:: with SMTP id g26mr25504082wrc.271.1614071830407; Tue, 23 Feb 2021 01:17:10 -0800 (PST) MIME-Version: 1.0 References: In-Reply-To: Date: Tue, 23 Feb 2021 10:16:59 +0100 Message-ID: To: Kamil Tekiela Cc: PHP internals Content-Type: multipart/alternative; boundary="00000000000018004b05bbfd62b4" Subject: Re: [PHP-DEV] [VOTE]: Change Default mysqli Error Mode From: kontakt@beberlei.de (Benjamin Eberlei) --00000000000018004b05bbfd62b4 Content-Type: text/plain; charset="UTF-8" On Thu, Feb 11, 2021 at 12:36 AM Kamil Tekiela wrote: > Hi internals, > > I have started voting on https://wiki.php.net/rfc/mysqli_default_errmode > The voting period is 2020-02-11 -- 2020-02-28 > While the change in itself is something I want to see, I voted no on this proposal because its a BC break that will break a lot of software out there and there is no attempt at deprecating the old way and guiding users to the new behavior. I wish this would be more gradual by requiring the reporting setting in the constructor, throwing a deprecation warning when none is provided and then changing this behavior in 9.0 > > Kind Regards, > Kamil > --00000000000018004b05bbfd62b4--