Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:111699 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 57792 invoked from network); 27 Aug 2020 09:19:46 -0000 Received: from unknown (HELO php-smtp4.php.net) (45.112.84.5) by pb1.pair.com with SMTP; 27 Aug 2020 09:19:46 -0000 Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id 344DA1804D9 for ; Thu, 27 Aug 2020 01:23:08 -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=-1.1 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,DOS_RCVD_IP_TWICE_B, SPF_HELO_PASS,SPF_PASS autolearn=no autolearn_force=no version=3.4.2 X-Spam-Virus: No X-Envelope-From: Received: from box.beccati.com (box.beccati.com [176.9.123.236]) (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, 27 Aug 2020 01:23:07 -0700 (PDT) Received: from authenticated-user (box.beccati.com [176.9.123.236]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by box.beccati.com (Postfix) with ESMTPSA id B055C20014C; Thu, 27 Aug 2020 10:23:05 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=beccati.com; s=mail; t=1598516585; bh=RmxbetYjn6tSehJ2lazaTzRP0H+esbeiPHE8/ljYilo=; h=Subject:To:Cc:References:From:Date:In-Reply-To:From; b=X6gzVdpo2DmMVgaGtQ636zGMbP9dl1RypD/XZABsX2izeYLHW7B7Rg5fs9TWzGXuX 8ihqu3pJBuwu+HxSXQKJjTvgwo4d17Ud092TAZUncQrcDsZaDruL1taBsKMnAu2Wsp NEHDSJ3oioU7IC+fL/Z8+F+4Gfanta4vvBNOgCY8l2P6/nWTgDNhGmy0E1kKUJYUfY f+vvQBwl8pUGyX0w8tPuZIJNxkOlkZ4czEqPN82wlTxuGyAAXheL2t5Cyb2gdComLk eIT2wJKwrd3E6e9fSza8dAqkV9awGUeyf83vnNKxqTJ31iQT2qEXe08AqpLYti3fZa Sac1SjB0iIpUQ== To: "G. P. B." Cc: =?UTF-8?Q?Dino_Pejakovi=c4=87?= , PHP internals References: <08b959f5-7652-5e8a-562a-c2659facec8c@voxdiversa.hr> Message-ID: <20277058-b463-038a-4333-eacd023ccdc4@beccati.com> Date: Thu, 27 Aug 2020 10:23:02 +0200 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Language: en-GB Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] PDO fetch performance problems with many bind parameters From: php@beccati.com (Matteo Beccati) Hi George, On 26/08/2020 19:28, G. P. B. wrote: > Just that you are aware the emails from both of you went to my spam folder. Thanks. Alas, big G doesn't like the fact I'm using my own email server, despite all DKIM/SPF/whatnot being properly configured, according to them. > Back to the matter, this is the correct list to email Dino, however could > you > open a pull request on GitHub for this change so that more eyes (and > especially eyes from people which know PDO) can have a look? > > Please provide the relevant information again in the pull request and > possibly host your files on a gist. > > This can still target PHP 8.0 as this seems to be akin to a bug this > might even be applicable to PHP 7.3/7.4. Anyways, good catch. You could be right. I've created a draft PR for review: Dino could you please benchmark it and get back with results? https://github.com/php/php-src/pull/6047 Cheers -- Matteo Beccati Development & Consulting - http://www.beccati.com/