Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:130714 X-Original-To: internals@lists.php.net Delivered-To: internals@lists.php.net Received: from php-smtp4.php.net (php-smtp4.php.net [45.112.84.5]) by lists.php.net (Postfix) with ESMTPS id 97FEB1A00BC for ; Thu, 30 Apr 2026 07:49:37 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=php.net; s=mail; t=1777535382; bh=9F2wgUbQoQ5ZJnTM1jNcqdkgsQ64W4qyaFvK6S7BqCo=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=JkQs7MS+e/rc/+ajZhJOzYZ0VBSexcW31NVGnt+noFzjbq0d23Hl1mJakvmWSyfcv mAtJaE4QvnZS1SE5Jz+/Bf4xjz/hSzgITUoseox1bqYmPSnru42jN9Y1LwyBhTukDR 6l8/UyR9epT9OZH/rZcArQ9nkqOAZrpD7SxGI9Z0yfNDltY+HQ6CPDGn3QhQVMkVwy SS3TYG0B/N6Goy99ma+q/mrESdyS2cW0Qkh3kkljwnNuuyqqgAXRaQcbEF3iZ7gg02 ze7FfyPY61xhsllXkz1p8kFhUqf8SIvc+Ph+q8B05oEdxUHY2ZLaXMOLNdsJC/66Bz Zaa2UXAzjfvaA== Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id E01611804C7 for ; Thu, 30 Apr 2026 07:49:40 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 4.0.1 (2024-03-25) on php-smtp4.php.net X-Spam-Level: X-Spam-Status: No, score=0.6 required=5.0 tests=BAYES_50,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,DMARC_PASS,SPF_HELO_NONE, SPF_PASS autolearn=no autolearn_force=no version=4.0.1 X-Spam-Virus: No X-Envelope-From: Received: from chrono.xqk7.com (chrono.xqk7.com [176.9.45.72]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by php-smtp4.php.net (Postfix) with ESMTPS for ; Thu, 30 Apr 2026 07:49:38 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bastelstu.be; s=mail20171119; t=1777535372; bh=AHpl4XqfYYOV+gSPAS/dVuxubAX7Vh06SuGzpnmovkY=; h=MIME-Version:Date:From:To:Cc:Subject:In-Reply-To:References: Message-ID:Content-Type:from:to:cc:subject:message-id; b=SeREDyYWCOZltJdeDY7JlSay6/jDiCmnF9erdJ5Uxld3aY9HPCwrFNGxkmIFiB9pR 2IcMpAMPswMWqtAaLPrDzFr7AbfN/7bCiepkIC5ZtLET9F5GgjfKuzvAbmoMRHTQoe vE5AHilNCf8IZ85B8nM3RSx2ynb4KorE/e98t7kolCNpWHDXF8YEkDWadKsZvZ5tPN sgjaBMRyBmt5PRadnk9QWeubzMfuTChFo2sbHKwmtu2TIPWR2+w0c3F2SHofkfzkM8 Bn9Mr8Fp7pyK7HMvO5da0RVgJQQy01sxr9QWIHjKig/nUoksHmDi5U5A5S2oQvlrj+ HDe/JwcdUl0TQ== Precedence: list list-help: list-unsubscribe: list-post: List-Id: x-ms-reactions: disallow MIME-Version: 1.0 Date: Thu, 30 Apr 2026 09:49:32 +0200 To: erictnorris@gmail.com Cc: PHP internals Subject: Re: [PHP-DEV] `COM_RESET_CONNECTION` support in `mysqlnd` In-Reply-To: References: Message-ID: <3ff59f9b3d7a872dc0159651848dace8@bastelstu.be> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit From: tim@bastelstu.be (=?UTF-8?Q?Tim_D=C3=BCsterhus?=) Hi Am 2026-04-27 20:09, schrieb Eric Norris: > Personally, given that both of these versions are EOL, this feels > acceptable, but I'm curious what others think. I agree that it is a reasonable expectation from users to use the latest (or at least: a supported) version of third party software when they want to use the latest PHP version. Especially since my understanding is that in this instance, the communication would also not be broken entirely, but users would just need to disable persistent connections, no? This means if they want to upgrade PHP, without being able to upgrade their MySQL version they would potentially need to give up some performance optimization, but other than that it would work unchanged? Somewhat relatedly, see: https://github.com/php/php-src/pull/21159#issuecomment-4111691063. I think it would be good to decide both cases at the same time, since they are reasonably similar. Best regards Tim Düsterhus