Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:128441 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 A88651A00BC for ; Fri, 8 Aug 2025 17:37:44 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=php.net; s=mail; t=1754674565; bh=KQGa/s7nPcvyE6I0aG6EfAXymVY4PVEueI+KoEdpfOg=; h=Subject:From:In-Reply-To:Date:Cc:References:To:From; b=Uk0aeHn1vpgm8FiULp64ccsB7kIoXcuhqQ0kV52Qteftc2xkRggAutUL0s/kzAJkC O9S138lK10ANOJojthLSbkCoqWfHlE2+NlD/e++RNOzZQY0E1e07aMmvmCZeMnTk2b OMjQIT6ibG2Rq+YiyIe2dDeugfTmOa+Xi+J4dTl6S14WpchrPpMxjA3QbJnVMFVNEE 51ktfxszlzkGfl19EAlI94tYO445z0X6cLRy687696ocKKvBoJbuzrjKXWZVOIoJJM ktNoGg4vIJdzGkT7ELoyzKpe4cGjdBAmt2DAEaTn2y5yoTizRDMPowQNA3i0mDGTsR G4ioOUZAknkmA== Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id BE72E18005B for ; Fri, 8 Aug 2025 17:36:04 +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.8 required=5.0 tests=BAYES_50,DMARC_MISSING, SPF_HELO_NONE,SPF_PASS autolearn=no autolearn_force=no version=4.0.1 X-Spam-Virus: No X-Envelope-From: Received: from supercat.cmpct.info (supercat.cmpct.info [71.19.146.230]) (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 ; Fri, 8 Aug 2025 17:36:04 +0000 (UTC) Received: from smtpclient.apple (fctnnbsc38w-47-55-79-132.dhcp-dynamic.fibreop.nb.bellaliant.net [47.55.79.132]) by supercat.cmpct.info (Postfix) with ESMTPSA id A6EE578AFF; Fri, 08 Aug 2025 17:37:39 +0000 (UTC) Content-Type: text/plain; charset=utf-8 Precedence: list list-help: list-post: List-Id: x-ms-reactions: disallow Mime-Version: 1.0 (Mac OS X Mail 16.0 \(3826.600.51.1.1\)) Subject: Re: [PHP-DEV] PDO Disconnect and Persistent Connect In-Reply-To: Date: Fri, 8 Aug 2025 14:37:35 -0300 Cc: internals@lists.php.net Content-Transfer-Encoding: quoted-printable Message-ID: <73D4C866-647D-4F55-A43D-FF4B2DC7556E@cmpct.info> References: To: Robert Wolf X-Mailer: Apple Mail (2.3826.600.51.1.1) From: calvin@cmpct.info (Calvin Buckley) On Aug 8, 2025, at 11:46=E2=80=AFAM, Robert Wolf = wrote: >=20 > A disconnect method has been suggested before, and several times at = that (see below references), but I have not found an RFC for it. I had filed https://github.com/php/php-src/issues/15749 which was = perhaps a bit more general, but I'm interested in such a proposal. I support users using PDO w/ persist connections, and occasionally they get wedged. Unfortunately, there's no recovery possible like there is with the procedural DB extensions.=