Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:113291 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 52596 invoked from network); 26 Feb 2021 16:56:28 -0000 Received: from unknown (HELO php-smtp4.php.net) (45.112.84.5) by pb1.pair.com with SMTP; 26 Feb 2021 16:56:28 -0000 Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id 7D05E180506 for ; Fri, 26 Feb 2021 08:45:45 -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.1 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,FREEMAIL_FROM,HTML_MESSAGE, RCVD_IN_DNSWL_NONE,RCVD_IN_MSPIKE_H2,SPF_HELO_NONE,SPF_PASS autolearn=no autolearn_force=no version=3.4.2 X-Spam-Virus: No X-Envelope-From: Received: from mail-wm1-f52.google.com (mail-wm1-f52.google.com [209.85.128.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 ; Fri, 26 Feb 2021 08:45:44 -0800 (PST) Received: by mail-wm1-f52.google.com with SMTP id m1so8389520wml.2 for ; Fri, 26 Feb 2021 08:45:44 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:from:date:message-id:subject:to; bh=Ol8TmPwZP/luYligksihTNvmT07citru4kMrQu5xFgM=; b=PU9SbrwdWOBIPmTcsXi7BN7XEbEUp/U+Dd3ajWEYo7UqTzx2d1ZT+ThpLx/bJsgltC t290eW55YkiUkXaJ5rIFacgxtCXiPITo5cIutQR8bvIdQoILDQ9QdP3kusTZ/om2Lh/b UADUKM8X2ILg2F+8YqeuMZ11I3jST6s0VWfG7Dvlilqi/gstW5BRJgyfy1QWbqz8mzHt CJ6vRSThmyGOE2YNmJzmXGyAthCyltkNIC1L4wk7ql0W1DijI70wthe66jUziPVGo4PF ZnFGRPN73bARwfPe+kF+GHCK+FhfZ+tmvA+39MVuI60M0cpMJdGV8ZBii3GxHr6W5fmp mXOg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=Ol8TmPwZP/luYligksihTNvmT07citru4kMrQu5xFgM=; b=eGFReyD4rxwjTBDjdDW1UbfxnFBq7mCNG9jubu+hLzCVXjzaqoqdtLyslBbnmDTkUZ K9EtXxIoSgu5cLjeuW7nb5g/Ysb4pgjD6pSG3+5c9+NX6hOE7fbbJAeWlciKSdXDcIVy MwHeXOn+O/IuFjukGkVQPedhDITIzzyu0YpKjMjnMesCrGBXmu7GYPr6Dof0r/BXv+bS uZNWTslB9d8iM3nDrbwiCDyDK9YjNEPKD36r+UVD5ORvwCzfEdxVq6WwSVFn5XZ+kXUd vDCU3u1FsZWa6UOR5yzFIKgZxu/CeAT7FV/nZffZJvP1/znzE69BJAkN/BieaL7GxlLK HKMQ== X-Gm-Message-State: AOAM530IJx19A9tChf2+vSNxqJ7j3SdJK8YctSCUSTvXIrrWOrJOJPAk nGkZAVQBVRCcvGS9HBNVhSS2FkcXEPgyS3iR+K4QoGYPnur+ X-Google-Smtp-Source: ABdhPJwHwFE6VTxy5axlq4QRKsS0+/r9bSYRd9Ovgm7cExqa1E/72sE2DY+wJfCETZgHxgkW7/U1yDbFOUXlmjKrkBc= X-Received: by 2002:a1c:ed13:: with SMTP id l19mr3638815wmh.83.1614357941299; Fri, 26 Feb 2021 08:45:41 -0800 (PST) MIME-Version: 1.0 Date: Fri, 26 Feb 2021 08:45:11 -0800 Message-ID: To: PHP internals Content-Type: multipart/alternative; boundary="000000000000a1adf905bc3fff7f" Subject: RFC: PDO MySQL get warning count From: dbeardsl@gmail.com (Daniel Beardsley) --000000000000a1adf905bc3fff7f Content-Type: text/plain; charset="UTF-8" Hi, I've gotten very little feedback on the "should I make an RFC about this?" question, so I went ahead and made an RFC: https://wiki.php.net/rfc/pdo-mysql-get-warning-count This is about a feature in an open pull request: https://github.com/php/php-src/pull/6677 which addresses an open issue in the bug tracker: https://bugs.php.net/bug.php?id=51499 Thanks for your consideration! Daniel --000000000000a1adf905bc3fff7f--